Allow setting the partial fetch per server instead of globally.
[gnus] / lisp / ChangeLog
1 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4         variable instead of the Gnus variable.
5
6         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7
8         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
9         again.
10
11         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
12         since some servers don't like it.
13         (nnimap-open-connection): Forget credentials if the server says the
14         password was wrong.
15         (nnimap-parse-line): Protect against invalid data.
16
17         * gnus-sum.el (gnus-summary-move-article): Add comment.
18         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
19         nothing alters it while scanning for new messages.
20
21         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
22         which may or may not help.
23         (nnimap-open-connection): If we're doing a stream connection, and then
24         discover we're on a STARTTLS-capable server, then open a STARTTLS
25         connection instead.
26
27 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
28
29         * sieve-manage.el (sieve-manage-default-stream): Make default stream
30         customizable.
31
32 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * nnimap.el (utf7): Required.
35
36         * message.el (message-cite-prefix-regexp): Remove "}" from citation
37         prefix.
38
39 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
40
41         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
42
43 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * nnimap.el (nnimap-request-accept-article): Message the error on
46         error.
47
48 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
51
52 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
53
54         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
55         handing broken links to browse-url.
56
57 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * nndoc.el (nndoc-request-list): Return success always.
60
61         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
62         `fetch-old' -- we only want to fetch the articles we've requested.  The
63         rest are in the agent, probably.
64         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
65         disappeared server" to something low.  It's not important.
66
67         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
68         arrived before the FETCH data.
69
70         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
71         target here, because we don't know the Gnus name of the group.
72
73         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
74         for the correct group.
75
76         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
77
78         * gnus.el (gnus): Give a final warning after startup.
79
80         * gnus-util.el (gnus-action-message-log): New variable.
81         (gnus-message): Use it.
82         (gnus-final-warning): New function.
83
84         * nnimap.el (nnimap-open-connection): Record the greeting.
85         (nnimap): Add greeting.
86
87 2010-09-26  Julien Danjou  <julien@danjou.info>
88
89         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
90         arguments.
91         (gnus-html-wash-images): Fix spec computing to include start/end.
92
93         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
94
95 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
98         deletion.
99         (nnimap-retrieve-headers): Don't select the group, because that's
100         already done by nnimap-possibly-change-group.
101
102         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
103         (gnus-picon-transform-address): Use it.
104
105         * mail-source.el (mail-source-value): Revert previous patch.
106
107         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
108         on failure.
109         (nnimap-open-connection): Look up both virtual and physical server name
110         credentials.
111
112         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
113
114 2009-02-07  Dave Love  <fx@gnu.org>
115
116         * tls.el (open-tls-stream): Don't query killing process.
117
118 2009-02-08  Dave Love  <fx@gnu.org>
119
120         * gnus-win.el (gnus-window-to-buffer-helper,
121         gnus-all-windows-visible-p): Function needn't be a symbol.
122
123         * mail-source.el (mail-source-value): Function needn't be a symbol.
124
125 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * message.el (message-cite-prefix-regexp): Remove } from the cite
128         prefix.
129
130         * gnus-art.el (gnus-treatment-function-alist): Do picons before
131         highlight again, so that the highlight is correct.
132
133         * gnus-picon.el (gnus-picon): Remove again.
134         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
135
136         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
137         doing the header highlightling, so that the background colour of the
138         picon is correct.
139
140         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
141         (gnus-picon): Ditto.
142         (gnus-picon): Reinstate.  The background colour for picons is white.
143         (gnus-picon-insert-glyph): Make the background white.
144
145         * nnml.el (nnml-open-nov): Don't return dead buffers.
146
147         * auth-source.el (auth-source-create): Query the user for whether to
148         store the credentials.
149
150         * netrc.el (netrc-store-data): New function.
151
152         * auth-source.el (auth-source-user-or-password): Use the existing auth
153         sources, if any, for creation.
154
155         * gnus.el (gnus-group-fast-parameter): Return the last matching
156         parameter instead of the first matching parameter.
157
158 2010-09-26  Julien Danjou  <julien@danjou.info>
159
160         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
161
162 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * mml2015.el (mml2015-use): Remove gpg support.
165
166         * mml1991.el (mml1991-function-alist): Remove gpg function.
167         (mml1991-gpg-sign): Removed.
168
169 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
170
171         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
172         (gnus-browse-unsubscribe-current-group): Document it.
173         (gnus-browse-unsubscribe-group): Use it.
174
175 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
178         address to the To list for easier response.
179
180         * gnus.el (gnus-play-startup-jingle): Removed.
181         (gnus-splash): Don't play jingle.
182         (gnus): Silence gnus-load message.
183
184         * gnus-art.el (gnus-treat-play-sounds): Removed.
185
186         * gnus.el (gnus-play-jingle): Remove audio support.
187
188         * gnus-cus.el (gnus-score-customize): Remove audio reference.
189
190         * earcon.el: Removed -- no users.
191
192         * gnus-audio.el: Removed -- no users of this package.
193
194         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
195
196         * gnus-start.el (gnus-setup-news): Remove nocem support.
197
198         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
199
200         * gnus.el (gnus-use-nocem): Removed.
201
202         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
203         Removed.
204
205         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
206         uses NoCeM any more.
207
208         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
209         (gnus-button-ctan-handler): Ditto.
210         (gnus-button-handle-ctan-bogus-regexp): Ditto.
211         (gnus-button-ctan-directory-regexp): Ditto.
212         (gnus-button-handle-ctan): Ditto.
213         (gnus-button-tex-level): Ditto.
214         (gnus-button-alist): Removed CTAN stuff.
215
216 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
219         nnimap-streaming test.
220
221         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
222         servers twice.
223
224         * nnimap.el (nnimap-open-connection): Add more error reporting when
225         nnimap fails early.
226
227         * nnheader.el (nnheader-get-report-string): New function.
228         (nnheader-get-report): Use it.
229
230         * gnus-int.el (gnus-check-server): Say what the error was when opening
231         failed.
232
233         * nnimap.el (nnimap-wait-for-response): Search further when we're not
234         using streaming.
235
236 2010-09-25  Julien Danjou  <julien@danjou.info>
237
238         * gnus-html.el (gnus-html-rescale-image): Use our defalias
239         gnus-window-inside-pixel-edges.
240
241 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
244
245         * mm-decode.el (mm-save-part): Allow saving to other directories the
246         normal Emacs way.
247
248         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
249         by Jay Berkenbilt.
250
251         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
252         there isn't a single byte.
253
254         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
255         just do it.  It doesn't really seem to matter what the user responds
256         here, I think, so it's just a confusing question.
257
258         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
259         non-streaming case.
260
261         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
262         (gnus-article-encrypt-body): Use it.
263
264         * gnus-sum.el (gnus-summary-show-complete-article): New command and
265         keystroke.
266
267         * nnimap.el (nnimap-find-wanted-parts-1): Use
268         gnus-fetch-partial-articles.
269
270         * gnus-art.el (gnus-fetch-partial-articles): New variable.
271
272         * nnimap.el (nnimap-insert-partial-structure): New function.
273         (nnimap-get-partial-article): New function.
274         (nnimap-request-article): Use it.
275         (nnimap-wait-for-response): Return whether the wait was successful.
276         (nnimap-finish-retrieve-group-infos): Don't do anything if the
277         retrieval wasn't successful.
278         (nnimap-retrieve-group-data-early): Allow throttling servers.
279         (nnimap-streaming): New variable.
280         (nnimap-fetch-partial-articles): Removed.
281
282         * mm-decode.el (mm-with-part): Protect against killed buffers.
283
284         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
285         for prettier summary display.
286
287 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
288
289         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
290         directly.
291
292 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
295         apparently third-party libraries depend on it.
296
297         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
298         before starting negotiation.
299
300         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
301         privacy reasons.
302         (gnus-treat-mail-gravatar): Ditto.
303
304         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
305         buffer when inserting images.  Inserting text into the headers, for
306         instance, can make them invalid.
307
308 2010-09-25  Julien Danjou  <julien@danjou.info>
309
310         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
311         variables.
312
313         * nnheader.el: Remove useless variables news-reply-yank-from and
314         news-reply-yank-message-id.
315
316         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
317         variables.
318
319         * mml1991.el: Remove useless mml1991-verbose.
320
321         * gnus.el: Remove useless variable gnus-use-generic-from.
322         Remove obsolete variable gnus-topic-indentation.
323
324         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
325
326         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
327
328         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
329
330         * gnus-group.el: Remove useless gnus-group-icon-cache.
331         Remove useless gnus-ephemeral-group-server.
332
333         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
334
335         * mml2015.el: Remove useless mml2015-verbose.
336
337         * mml-smime.el: Remove useless mml-smime-verbose.
338
339         * gnus.el: Remove useless gnus-local-domain.
340
341         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
342         gnus-gravatar-size.
343
344         * gnus-art.el: Remove useless gnus-treat-translate.
345
346 2010-09-24  Julien Danjou  <julien@danjou.info>
347
348         * gnus-sum.el: Add support for Gravatars.
349
350         * gnus-art.el: Add support for Gravatars.
351
352         * gnus-gravatar.el: Add this file.
353
354         * gravatar.el: Add this file.
355
356 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
359
360         * gnus-group.el (gnus-group-fetch-faq): Removed.
361
362         * gnus.el (gnus-group-faq-directory): Removed.
363
364         * gnus-group.el (gnus-group-fetch-charter): Removed.
365
366         * gnus.el (gnus-group-charter-alist): Removed.
367
368         * gnus-group.el (gnus-group-archive-directory): Removed.
369         (gnus-group-recent-archive-directory): Ditto.
370         (gnus-group-make-archive-group): Removed.
371
372         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
373
374         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
375         use the same article number for all the cached articles.
376
377         * nnimap.el (nnimap-command): Register the last command time so
378         that we can use it for idling NOOPs.
379         (nnimap-open-connection): Start the keeplive timer.
380         (nnimap-make-process-buffer): Store all the process buffers.
381         (nnimap-keepalive): New function.
382
383         * starttls.el: (starttls-open-stream): Add autoload cookie.
384
385 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
386
387         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
388         handling.
389
390 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391
392         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
393         its data structures.
394
395         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
396         instead of the cl.el copy-list.
397         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
398         equalp.
399
400 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
403         and tool-bar-local-item-from-menu.
404
405         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
406         mode-line-highlight face for Emacs.
407
408         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
409         loading gnus-sum.elc; fix comment for canlock-verify.
410         (gnus-article-jump-to-part): Use read-number.
411         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
412         Emacs pre-21 compatible code for help-echo.
413         (gnus-article-next-page-1): No need to adjust the number of lines.
414         (gnus-article-describe-bindings): Always use help-buffer.
415
416         * gnus-audio.el (gnus-audio-inline-sound)
417         * gnus-cus.el (gnus-custom-mode)
418         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
419
420         * gnus-sum.el (gnus-remove-overlays): Doc fix.
421
422         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
423         compatible code.
424
425 2010-09-24  Glenn Morris  <rgm@gnu.org>
426
427         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
428         visiting the fcc file in rmail-mode.
429
430         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
431
432 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * nnir.el: Silence the byte compiler.
435
436         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
437         alias to browse-url-url-encode-chars if any.
438         (gnus-html-encode-url): Use it.
439
440 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-start.el (gnus-use-backend-marks): New variable.
443         (gnus-get-unread-articles-in-group): Use it.
444
445         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
446         makeover.
447
448 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
449
450         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
451
452 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
455         Removed.
456         (gnus-setup-news-hook): Removed
457         gnus-fixup-nnimap-unread-after-getting-new-news.
458
459         * gnus-int.el (gnus-request-update-info): Protect against backends not
460         having the function.
461
462         * nnimap.el (nnimap-stream): Mention starttls.
463         (nnimap-open-connection): Add starttls support.
464
465 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
466
467         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
468
469 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
472         BODYSTRUCTUREs.
473         (nnimap-transform-headers): Unfold quoted {42} headers.
474
475         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
476         the info.
477         (gnus-get-unread-articles): Only call updatep on backends that support
478         it.
479
480         * nnweb.el (nnweb-request-update-info): NOOP.
481
482         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
483
484         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
485         since it only deals with marks.
486
487         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
488         gnus-request-marks, and make a new gnus-request-update-info.
489
490         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
491         the active instead of the high number, which is usually too low.
492
493 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * netrc.el (netrc-parse): Remove encrypt.el mentions.
496         * encrypt.el: Removed.
497
498 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
501         server in symbolic form.
502
503         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
504         0.9.
505
506 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
509         (nnimap-update-info): Fix up code slightly.
510
511         * gnus-int.el (gnus-open-server): Add tracing for performance
512         debugging.
513
514         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
515         (gnus-group-insert-group-line): Pass the real group name so that it
516         gets the right data.
517
518         * gnus-start.el (gnus-get-unread-articles): Don't have
519         `gnus-get-unread-articles-in-group' update info, since that can be
520         really slow and doesn't seem to be needed?
521
522 2010-09-22  Dan Christensen  <jdc@uwo.ca>
523
524         * time-date.el (date-to-time): Try using parse-time-string first before
525         using the slower timezone-make-date-arpa-standard.
526
527 2010-09-22  Julien Danjou  <julien@danjou.info>
528
529         * gnus-group.el (gnus-group-insert-group-line): Call
530         gnus-group-highlight-line.
531         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
532         default hook list.
533         (gnus-group-update-eval-form): Add new function.
534         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
535         (gnus-group-get-icon): Use gnus-group-update-eval-form.
536
537 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
540         immediate, then expire all articles.
541         (nnimap-update-info): Fix off-by-one errors.
542         (nnimap-flags-to-marks): Would return no marks lists for group with no
543         flags.  Instead return the other data.
544
545 2010-09-22  Julien Danjou  <julien@danjou.info>
546
547         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
548         Only return an icon.
549         (gnus-group-insert-group-line): Compute icon to return.
550
551         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
552         variable.
553         (gnus-html-image-fetched): Only cache if
554         gnus-html-image-automatic-caching is set.
555         (gnus-html-image-fetched): Check for errors.
556
557 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
560         once per method on `g'.  This ensures that backends like nnfolder don't
561         open all their folders.
562
563         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
564         (nnimap-request-list): Nix out group in the correct buffer.
565         (nnimap-parse-flags): Implement by using `read' instead of
566         hand-parsing.
567         (nnimap-flags-to-marks): Pass on permanent-flags.
568         (nnimap-make-process-buffer): Record the server name.
569         (nnimap-parse-flags): Fix typo.
570         (nnimap-request-scan): Run split on the server in general, not just a
571         single group.
572
573         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
574         parameter, and propagate this downwards.
575
576         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
577         since EXAMINE changes it on the server.
578
579         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
580         this command might take a while.
581
582 2010-09-22  Julien Danjou  <julien@danjou.info>
583
584         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
585         harmful if you have 2 images side-by-side, they can't be properly
586         update on text deletion.  Using text-property is safer here.
587         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
588         data.
589
590 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * nnimap.el (nnimap-expunge-inbox): Removed.
593         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
594         (nnimap-expunge): Flip default to t.
595
596         * gnus.el (gnus-method-to-server): Don't push things to the cache
597         unless it's unique.
598         (gnus-server-to-method): Ditto.
599
600 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
603
604 2010-09-22  Julien Danjou  <julien@danjou.info>
605
606         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
607         get the start of data.
608         (gnus-html-encode-url): Add this function to encode special chars in
609         URL.
610         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
611         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
612
613         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
614         default.
615         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
616
617         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
618         images alt-text.
619         (gnus-html-put-image): Put alt-text as help-echo.
620
621 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
624         * mm-util.el (mm-decompress-buffer)
625         * nnir.el (nnir-run-find-grep)
626         * pop3.el (pop3-list): Use 3rd arg of split-string.
627
628         * time-date.el (format-seconds): Comment fix.
629
630         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
631         and byte-optimize-form-code-walker.
632         (dgnushack-make-auto-load): Don't advise make-autoload.
633
634         * lpath.el: Remove Emacs 21 stuff.
635
636 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
639         outside the active range.  Suggested by Dan Christensen.
640
641         * gnus-start.el (gnus-get-unread-articles): Get the extended method
642         slightly later to avoid double-getting it.
643
644         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
645         previous patch.
646
647         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
648
649 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
650
651         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
652
653 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-int.el (gnus-open-server): Give a better error message in the
656         "go offline" case.
657
658         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
659         marks for nnimap, which is seldom the right thing to do.
660
661         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
662         (gnus-same-method-different-name): New function.
663
664         * nnimap.el (parse-time): Require.
665
666         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
667         method in the presence of many similar methods.
668
669         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
670
671         * nnimap.el (nnimap-find-expired-articles): Don't refer to
672         nnml-inhibit-expiry.
673
674         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
675         find out whether methods are equal.
676
677         * nnimap.el (nnimap-find-expired-articles): New function.
678         (nnimap-process-expiry-targets): New function.
679         (nnimap-request-move-article): Request the article before looking at
680         what the Message-ID is.  Fix found by Andrew Cohen.
681         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
682
683         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
684         for oldness in addition to being a predicate.
685
686         * nnimap.el (nnimap-request-group): When we have zero articles, return
687         the right data to Gnus.
688         (nnimap-request-expire-articles): Only delete articles immediately if
689         the target is 'delete.
690
691         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
692         method, this would bug out.
693
694         * gnus-group.el (gnus-group-expunge-group): Renamed from
695         gnus-group-nnimap-expunge, and implemented as a normal interface
696         function.
697
698         * gnus-int.el (gnus-request-expunge-group): New function.
699
700         * nnimap.el (nnimap-request-create-group): Implement.
701         (nnimap-request-expunge-group): New function.
702
703 2010-09-21  Julien Danjou  <julien@danjou.info>
704
705         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
706         (gnus-html-cache-expired): Add new function.
707         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
708         wethever we should display image for fetch it.
709         Compute alt-text earlier to pass it to the fetching function too.
710         (gnus-html-schedule-image-fetching): Change function argument to only
711         get one image at a time, not a list.
712         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
713         cache.
714         (gnus-html-get-image-data): New function to retrieve image data from
715         cache.
716         (gnus-html-put-image): Change buffer argument to use image data rather
717         than file, and place image above region rather than inserting a new
718         one. Do not take alt-text as argument, since it's useless now: we place
719         the image above alt-text.
720         (gnus-html-prune-cache): Remove.
721         (gnus-html-show-images): Start to fetch image when we find one, do not
722         push into a temporary list.
723         (gnus-html-prefetch-images): Only fetch image if they have expired.
724         (gnus-html-browse-image): Fix, use 'gnus-image-url.
725         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
726
727 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
730
731 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
734         spec inser "*" if the group isn't active instead of 0.
735
736         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
737         opening the server.
738         (nnimap-request-delete-group): Implement group deletion.
739         (nnimap-transform-headers): Return the size of the entire message in
740         the Bytes header, not just the size of the first part.
741         (nnimap-request-move-article): When moving an article from nnimap,
742         request the article first so the accepting form has an article to
743         accept.  Reported by Dan Christensen.
744         (nnimap-command): Make sure that the error message doesn't error out.
745
746 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
747
748         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
749         we haven't requested anything.
750
751 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
754         "".  Fix found by Andrew Cohen.
755
756         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
757         instead of -encode-string.
758
759 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
762
763         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
764         by mm-subst-char-in-string.
765
766 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
769         waiting for the connection string.
770
771         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
772         arriving.
773
774         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
775         bogus characters.  This allows selecting certain Gmail groups.
776
777         * nnimap.el (nnimap-find-wanted-parts-1): New function.
778         (nnimap-fetch-partial-articles): New variable.
779         (nnimap-open-connection): When looking for credentials, also use the
780         nnimap-server-port.
781         (nnimap-request-article): Return the group/article number, so that Gnus
782         `^' works as expected.
783         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
784         them.
785
786         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
787         comments.
788         (gnus-methods-sloppily-equal): New function.
789         (gnus): When using the development version of Gnus, load the gnus-load
790         file.
791
792         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
793         `gnus-open-server' on each method before trying to scan them etc.  This
794         ensures that all the backend parameters are set correctly.
795
796         * nnimap.el (nnimap-authenticator): New variable.
797         (nnimap-open-connection): Allow anonymous login.
798         (nnimap-transform-headers): The chars header is called Chars not
799         Bytes.
800         (nnimap-wait-for-response): Don't infloop if the IMAP connection
801         drops.
802
803         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
804         patch, found by Knut Anders Hatlen.
805
806 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
807
808         * gnus-agent.el (gnus-agent-batch-confirmation)
809         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
810         to gnus-message.
811         * gnus-art.el (gnus-article-describe-briefly): Likewise.
812         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
813         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
814         * gnus-int.el (gnus-open-server): Likewise.
815         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
816         (gnus-score-check-syntax): Likewise.
817         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
818         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
819         Likewise.
820         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
821
822 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
825         calling conventions so that prefetch doesn't bug out.
826
827 2010-09-19  Julien Danjou  <julien@danjou.info>
828
829         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
830         rather than `subst-char-in-region' in order to be able to replace ASCII
831         char by UTF-8 ones.
832
833         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
834         than curl.
835         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
836         the right URL and ALT text on images.
837         (gnus-html-wash-tags): Fix tag case.
838         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
839         (gnus-article-html): Add -o display_ins_del=2 option.
840         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
841
842 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
845         the extra mail headers, which sometimes seem to happen for unknown
846         reasons.
847
848         * mail-parse.el (mail-header-encode-parameter): Define as
849         rfc2045-encode-string instead of as rfc2231-encode-string, since some
850         (or most, perhaps?) mail readers don't understand the latter, but do
851         understand the former.
852
853         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
854         to nil, so that no methods are automatically agentized.  I think this
855         is probably what most users want.
856
857         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
858         from url-retrieve, for instance about invalid URLs.
859
860         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
861         groups that have no articles.
862         (nnimap-request-article): Check that we really got an article when we
863         requested one.
864
865         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
866         doesn't exist.
867
868         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
869         nntp buffer so the agent can save it.
870         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
871         that CRLF doesn't get translated to \n.
872         (nnimap-open-connection): Don't make 'shell commands only send \n.
873
874 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
875
876         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
877         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
878         Update var name.
879         (nnml-generate-nov-file): Use dolist.
880         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
881         Use with-current-buffer.
882
883 2010-09-18  Julien Danjou  <julien@danjou.info>
884
885         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
886         parallel.
887
888 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889
890         * nnimap.el (nnimap-update-info): When doing partial marks update, get
891         the range update right.
892         (nnimap-request-group): Don't make `M-g' bug out on group with no
893         marks.
894         (nnoo): Required, so that other packages can require nnimap.
895         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
896         command we're looking for.  This helps when the server sends more
897         responses after we've gotten everything we expected.
898         (nnimap): Add a `newlinep' field to keep track of end-of-line
899         conventions.
900         Don't send CRLF to things that don't want it.
901         (nnimap-request-accept-article): Ditto.
902
903 2010-09-18  Julien Danjou  <julien@danjou.info>
904
905         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
906         than curl to retrieve images.
907
908 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * nnimap.el (nnimap-update-info): Extend the info so that we can set
911         the marks.
912         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
913         (nnimap-wait-for-connection): New function.
914         (nnimap-open-connection): If we have PREAUTH, don't query for login
915         credentials.
916         (nnimap-update-info): Fix off-by-one error when concatenating ranges
917         when doing a partial update.
918
919 2010-09-18  Julien Danjou  <julien@danjou.info>
920
921         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
922         tags.
923
924 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * nnimap.el (nnimap-credentials): New function.
927         (nnimap-open-connection): Use the new function to look for credentials
928         also on the numeric equivalents of "imap" and "imaps".
929
930         * gnus-start.el (gnus-activate-group): Send the info to
931         gnus-request-group.
932
933         * nnimap.el (nnimap-request-group): Have the "check" version of the
934         function parse flags and update the info, so that a `M-g' get a total
935         resync of all flags from the group.
936
937         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
938         to allow backends to alter the info on group selection.  Also alter all
939         the backend -request-group functions to take the parameter.
940
941         * nnimap.el (nnimap-store-info): New function.
942         (nnimap-update-info): Store the info for later usage.
943         (nnimap-request-group): Use the stored info for the dont-check case, so
944         that we don't retrieve all marks when we enter a group.
945
946         * nnimap.el: Use deffoo instead of defun for interface functions.
947
948         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
949         update the group info.  This makes the nndraft groups, for instance, go
950         back to their old behaviour.
951
952         * gnus-sum.el (gnus-select-newsgroup): Indent.
953
954         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
955         in.
956         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
957         nothing.
958
959         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
960         from methods that are denied.
961
962         * gnus-int.el (gnus-method-denied-p): New function.
963
964         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
965         store the password instead of netrc.
966         (nnimap-open-connection): Don't error out when we can't make a
967         connections.
968
969         * auth-source.el (auth-source-create): In the password prompt, say what
970         we're querying for.  Also prompt for user name if that hasn't been
971         given.
972
973         * nnimap.el (nnimap-with-process-buffer): Removed.
974
975 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
978         method when we're reading from the agent.
979
980         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
981
982         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
983         that's probably most useful for users.
984
985         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
986         "failed" all the time.
987
988         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
989         ...)) with (with-current-buffer ... ).
990
991         * nntp.el (nntp-open-server): Return whether the open was successful or
992         not.
993
994         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
995         select an unread unseen article first.
996
997         * nnimap.el (nnimap-open-connection): If the user doesn't have a
998         /etc/services, supply some sensible port defaults.
999
1000         * dgnushack.el: Define netrc-credentials.
1001
1002 2010-09-17  Julien Danjou  <julien@danjou.info>
1003
1004         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1005
1006 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1007
1008         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1009         doesn't have any parameters.
1010
1011 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1014         only upcased checks.
1015
1016         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1017
1018         * nnimap.el (nnimap-open-shell-stream): New function.
1019         (nnimap-open-connection): Use it.
1020         (nnimap-transform-headers): Get the number of lines in each message.
1021         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1022         number of lines.
1023         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1024         problem.
1025
1026         * utf7.el (utf7-encode): Autoload.
1027
1028         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1029         to allow the mail splitting to not return a default group.  This is
1030         useful for nnimap, which will leave unmatched mail in the inbox.
1031
1032         * nnimap.el: Rewritten.
1033
1034         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1035         nnimap usage.
1036
1037         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1038         if the move is internal, so that nnimap can do fast internal moves.
1039
1040         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1041         data.
1042         (gnus-read-active-for-groups): Support finishing the early retrieval of
1043         data.
1044
1045         * gnus-range.el (gnus-range-nconcat): New function.
1046
1047         * gnus-int.el (gnus-finish-retrieve-group-infos)
1048         (gnus-retrieve-group-data-early): New functions.
1049
1050 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1051
1052         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1053         (nnrss-retrieve-groups):
1054         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1055         (pop3-quit): Use with-current-buffer.
1056
1057 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1060         instead of nnheader-accept-process-output.
1061
1062         * dgnushack.el (dgnushack-compile): Add comment.
1063
1064         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1065
1066         * gnus-html.el (gnus-html-schedule-image-fetching)
1067         (gnus-html-prefetch-images): Replace process-kill-without-query by
1068         gnus-set-process-query-on-exit-flag.
1069
1070 2010-09-16  Romain Francoise  <romain@orebokech.com>
1071
1072         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1073
1074 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1077         parameter to unintern is mandatory-ish in Emacs 24.
1078
1079         * gnus-html.el (gnus-html-schedule-image-fetching)
1080         (gnus-html-prefetch-images): Check for curl before using it.
1081
1082         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1083         depend on curl, which isn't essential.
1084
1085         * imap.el: Revert back to version
1086         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1087         seem problematic.
1088
1089 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1090
1091         * gnus-registry.el (gnus-registry-install-shortcuts):
1092         Explicitly pass `obarray' to `unintern' to avoid a warning.
1093
1094 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1097         change.
1098
1099         * nnrss.el (nnrss-request-list): Removed this function and related
1100         functions, including the moreover stuff.
1101
1102 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * nnrss.el (nnrss-retrieve-groups): New function.
1105
1106 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1107
1108         * .dir-locals.el: Add no-byte-compile cookie.
1109
1110 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * time-date.el (format-seconds): Comment fix.
1113
1114         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1115         for back end that doesn't support request-scan.
1116
1117 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1120         then do request scans from the backends.
1121
1122         * netrc.el (netrc-credentials): New conveniency function.
1123
1124         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1125         avoid running a hook per line, since this takes a lot of time,
1126         profiling shows.
1127         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1128         directly if gnus-visual-p is true.
1129
1130 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1133         groups; replace mapcar with dolist which is a bit faster; pass groups
1134         info to gnus-read-active-file-1.
1135         (gnus-read-active-file-1): Scan only specified groups if the new
1136         optional arg `infos' is given.
1137
1138 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1141
1142         * pop3.el (pop3-movemail): Removed.
1143         (pop3-streaming-movemail): Renamed to pop3-movemail.
1144
1145         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1146         don't restrict end-tag searches to the end of the line.
1147
1148 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1151         articles of every unchecked group to t, which means unknown since the
1152         server has never been opened.
1153
1154 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-html.el (gnus-html-show-alt-text): New command.
1157         (gnus-html-browse-image): Ditto.
1158         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1159         to browse the image directly.
1160         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1161         better.
1162
1163         * gnus-async.el (gnus-async-article-callback): Call
1164         `gnus-html-prefetch-images' unconditionally.
1165
1166         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1167         before feeding URLs to curl.
1168
1169 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1172         internal images as deletable by `W D D'.
1173
1174         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1175         (gnus-async-article-callback): Fix typo.
1176
1177 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1180         current line to work around bugs in the output from w3m.
1181
1182         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1183         for groups that want that.
1184
1185         * nntp.el (nntp-wait-for-string): Supply a timeout for
1186         accept-process-output to ensure progress.
1187
1188         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1189         level to get unread articles from, then use that for foreign groups,
1190         too.
1191
1192         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1193         confuses the rest of the function.
1194
1195         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1196         for the methods that support -retrieve-groups, too.
1197
1198         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1199
1200 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1203         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1204
1205         * pop3.el: Require cl when compiling.
1206         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1207
1208 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1211         that aren't going to be activated.
1212         (gnus-get-unread-articles): Fix up the last commit.
1213
1214         * gnus-html.el (gnus-article-html): Allow calling without specifying
1215         the handle.  In that case, dissect the buffer first.
1216
1217         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1218
1219         * nnimap.el (nnimap-open-connection): Revert the change that would look
1220         into authinfo for imaps instead of imap.
1221
1222         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1223         say that you don't want to call gnus-request-group with don-check, but
1224         do check the reponse.  This is for virtual groups only.
1225         (gnus-get-unread-articles): Count the archive groups as secondary, so
1226         that they're activated the same way as before.
1227
1228         * imap.el (imap-message-map): Removed optional buffer parameter, since
1229         no callers use it.
1230         (imap-message-get): Ditto.
1231         (imap-message-put): Ditto.
1232         (imap-mailbox-map): Ditto.
1233         (imap-mailbox-put): Ditto.
1234         (imap-mailbox-get): Ditto.
1235         (imap-mailbox-get): Revert last change for this function.
1236
1237         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1238         case-insensitively.
1239         (nnimap-debug): Removed.
1240
1241         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1242         to use `imap-fetch' instead.  According to the comments, this should be
1243         safe, since all other IMAP clients use the 1:* syntax.
1244         (imap-enable-exchange-bug-workaround): Removed.
1245         (imap-debug): Removed -- doesn't seem very useful.
1246
1247         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1248         mail from a file, and the file doesn't exist.
1249
1250         * imap.el (imap-log): New convenience function used throughout instead
1251         of repeating the same code all over the place.
1252
1253         * pop3.el (pop3-streaming-movemail): Return t for success.
1254
1255         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1256         .authinfo if we're using ssl connection.
1257
1258         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1259         already have if we're in a main Gnus `g' run.
1260
1261         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1262
1263 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1266
1267         * nnmh.el (nnmh-request-list-1): Bind `file'.
1268
1269         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1270         alias to set-process-query-on-exit-flag or process-kill-without-query.
1271         (pop3-open-server): Use it.
1272
1273 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1276         box to the Incoming file.  Fixes mistake in previous checkin.
1277
1278         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1279         request loop (for debugging purposes) removed.
1280
1281         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1282         culprit is more visible.
1283         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1284         (nnml-add-incremental-nov): New functions to do "incremental" nov
1285         updates, where we just append to the end of the existing nov files
1286         without reading/writing them in full.
1287
1288         * mail-source.el (mail-source-delete-crash-box): Really only check the
1289         incoming files once in a while.
1290
1291         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1292
1293         * mail-source.el (mail-source-delete-crash-box): Only check the
1294         incoming files for deletion once per day to save a lot of file
1295         accesses.
1296
1297         * pop3.el (pop3-logon): Fix up unbound variable typo.
1298
1299         * mail-source.el (pop3-streaming-movemail): Autoload.
1300
1301         * pop3.el (pop3-streaming-movemail): Respect
1302         pop3-leave-mail-on-server.
1303
1304         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1305         retrieval.
1306
1307         * pop3.el (pop3-process-filter): Removed unused function.
1308         (pop3-streaming-movemail, pop3-send-streaming-command)
1309         (pop3-wait-for-messages, pop3-write-to-file)
1310         (pop3-number-of-responses): New functions for streaming pop3
1311         retrieval.
1312
1313         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1314         come from no known methods.
1315         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1316         list.
1317
1318         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1319         message sizes.
1320         (pop3-movemail): Use erase-buffer instead of looping and deleting
1321         regions, which seems rather odd.
1322
1323         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1324         file once per `g' run.
1325
1326         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1327         directories.  This makes the draft queue directory work.
1328
1329         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1330         data from the backends, so that we only request the list of groups from
1331         each method once.  This should speed things up considerably.
1332
1333         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1334         detect that it's not implemented.
1335
1336         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1337         we actually do recurse down into the tree, but don't stat all leaf
1338         nodes.
1339
1340         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1341         then say so instead of bugging out.
1342
1343         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1344         files exist before trying to read them.
1345
1346         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1347         around <pre_int>.
1348
1349         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1350
1351         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1352
1353 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * mm-util.el (mm-image-load-path): Just return the image directories,
1356         not all directories in the path in addition to the image directories.
1357         (mm-image-load-path): Maintain a cache of the image directories so that
1358         the `g' command in Gnus doesn't have to stat dozens of directories each
1359         time.
1360
1361         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1362         (gnus-html-wash-tags): Add a new `i' command to insert images.
1363         (gnus-html-insert-image): New command and keystroke.
1364         (gnus-html-redisplay-with-images): New command and keystroke.
1365         (gnus-html-show-images): Renamed command.
1366         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1367         spacers.
1368         (gnus-html-wash-tags): Decode entities at the end, so that entities
1369         inside the tags don't mess up the rest of the "parsing".
1370
1371         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1372         so that nnimap methods aren't agentized by default.  There's apparently
1373         many problems related to agent/imap behaviour.
1374
1375         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1376
1377         * gnus-html.el: Doc fix.
1378
1379 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1382         specifier-spec-list for Emacs 21.
1383
1384         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1385         glyph-width and glyph-height instead of display-graphic-p and
1386         image-size; make avoidance of displaying small images work for XEmacs.
1387
1388         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1389         for XEmacs.
1390
1391         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1392         of symbol that holds plist data.
1393         (gnus-process-plist): Remove plist of process after getting it.
1394
1395 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * message.el (message-generate-hashcash): Change default to
1398         'opportunistic if hashcash is installed.
1399
1400         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1401         (gnus-html-put-image): Only call image-size once, since it's somewhat
1402         time-consuming on remote X servers.
1403
1404 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1407         type on data, not a file name.
1408
1409         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1410         window-pixel-edges for Emacs 21.
1411
1412         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1413         decoded contents.
1414         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1415
1416 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1419         group line format, since it isn't very interesting.
1420
1421         * gnus-agent.el (gnus-agent-short-article),
1422         (gnus-agent-long-article): Increase values for these two variables,
1423         since most people are likely to have more network connection and
1424         storage than before.
1425
1426         * gnus.el (gnus-refer-article-method): Change default to 'current.
1427         When referring an article, the common behaviour is to refer it from the
1428         current select method, not the native select method.  The chances of
1429         the native select method having the message in question is rather slim
1430         these days.
1431
1432         * gnus-sum.el (gnus-auto-select-subject): Change default to
1433         `unseen-or-unread'.  I think it's likely that most people want to
1434         select an unseen article over a previously seen, but unread one.
1435
1436         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1437         means that in the article buffer none of the minor mode elements will
1438         be shown, usually, and this is not desirable in most cases.
1439
1440         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1441         that commands like `d' (and the like) go to the next line in the
1442         buffer, instead of the next unread article.  I think this is the
1443         behaviour that is most natural for most users.
1444         (gnus-single-article-buffer): Change default to nil, so that people can
1445         have as many article buffers open as they have summary buffer.  I think
1446         this is the most natural way for the groups to behave.
1447
1448         * message.el (message-generate-new-buffers): Change default to
1449         `unsent', so that all new message buffers start their names with the
1450         string "*unsent", and it's easier to find the buffers if you move from
1451         them.
1452
1453 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1456         small.  They're probably tracking images.
1457         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1458         (gnus-html-rescale-image): Yet another try at getting the image sizing
1459         right.
1460
1461         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1462         nntp-marks-file-name is nil.
1463
1464 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         * gnus-html.el (gnus-html-wash-tags)
1467         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1468         Better logging.
1469
1470 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1473
1474         * gnus-html.el (gnus-html-wash-tags): Check the value of
1475         gnus-blocked-images in the summary buffer.
1476
1477 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1478
1479         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1480
1481 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1484         like "a", it seems like.
1485         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1486         since it needs to be picked from the correct buffer.
1487
1488         * nnwfm.el: Removed.
1489
1490         * nnlistserv.el: Removed.
1491
1492 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1493
1494         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1495         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1496
1497 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * nnkiboze.el: Removed.
1500
1501         * nndb.el: Removed.
1502
1503         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1504         alt text.
1505         (gnus-html-rescale-image): Try to get the rescaling logic right for
1506         images that are just wide and not tall.
1507
1508         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1509         overshadow variable bindings.
1510
1511 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1512
1513         * gnus-html.el (gnus-html-wash-tags)
1514         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1515         extra logging.
1516
1517 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1520         (gnus-max-image-proportion): New variable.
1521         (gnus-html-rescale-image): New function.
1522         (gnus-html-put-image): Rescale images.
1523
1524 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1525
1526         Fix up some byte-compiler warnings.
1527         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1528         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1529         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1530         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1531         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1532         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1533         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1534
1535 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-html.el (gnus-article-html): Decode contents by charset.
1538
1539 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1542         (gnus-html-frame-width, gnus-blocked-images)
1543         * message.el (message-prune-recipient-rules): Add custom version.
1544         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1545
1546         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1547         functions.
1548
1549         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1550         gnus-process-get.
1551
1552 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1553
1554         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1555         instead of lsub directly.
1556
1557 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * nnwarchive.el: Removed.
1560
1561         * gnus-soup.el: Removed.
1562
1563         * nnsoup.el: Removed.
1564
1565         * nnultimate.el: Removed.
1566
1567         * gnus-html.el (gnus-blocked-images): New variable.
1568
1569         * message.el (message-prune-recipients): New function.
1570         (message-prune-recipient-rules): New variable.
1571
1572         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1573         guess whether a long line is natural text or not.
1574
1575         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1576         gnus-process-plist and friends for compatibility.
1577
1578 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1579
1580         * gnus-html.el: Require packages that define macros used in this file.
1581         (gnus-article-mouse-face): Declare to silence byte-compiler.
1582         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1583         process-get.
1584         (gnus-html-put-image): Use plist-get to avoid getf.
1585         (gnus-html-prefetch-images): Use with-current-buffer.
1586
1587 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-ems.el: Provide compatibility functions for
1590         gnus-set-process-plist.
1591
1592         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1593         header-line-format for XEmacs 21.4.
1594
1595         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1596         * gnus.el (gnus-valid-select-methods)
1597         * message.el (message-send-mail-partially-limit)
1598         * mm-decode.el (mm-text-html-renderer)
1599         * mml.el (mml-insert-mime-headers-always)
1600         * smiley.el (smiley-regexp-alist): Bump custom version.
1601
1602 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-html.el: require mm-url.
1605         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1606         with the url to `url'.
1607         (gnus-html-wash-tags): Support cid: URLs/images.
1608
1609 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1612         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1613         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1614
1615         * gnus-move.el: Removed file, since it doesn't really work.
1616
1617         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1618         UTF-8.  This seems to fix problems with some German web feeds.
1619
1620         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1621         at the top so that the proper colours are applied.
1622
1623         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1624         don't have dots in their names.
1625
1626         * gnus-art.el (gnus-article-view-part): Doc fix.
1627
1628         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1629         XEmacs-compatible.
1630         (gnus-html-put-image): Don't do images on non-graphic displays.
1631
1632         * nnslashdot.el: Removed this unused backend.
1633
1634         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1635         actions.
1636         (gnus-undo-register-1): Revert last change.
1637
1638         * gnus-group.el (gnus-group-completing-read): Protect against not
1639         having completion-styles bound.
1640
1641         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1642         make broken recipients happier.
1643
1644         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1645
1646         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1647         point parameter.
1648
1649         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1650
1651         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1652         completion-styles for group selection.
1653
1654 2009-02-04  Andreas Schwab  <schwab@suse.de>
1655
1656         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1657         headers and regexp-quote the match if necessary.
1658
1659 2009-03-24  Miles Bader  <miles@gnu.org>
1660
1661         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1662         the blinking smiley.
1663
1664 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1665
1666         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1667         blink smiley.
1668
1669 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1672         where the dribbel file lives exists.
1673
1674         * message.el (message-send-mail-partially-limit): Change the default to
1675         nil, since most people don't want this.
1676
1677         * mm-url.el (mm-url-decode-entities): Also decode entities like
1678         &#x3212.
1679
1680 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1681
1682         * gnus-sum.el (gnus-summary-idna-message):
1683         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1684         Hyperlink urls in docstrings with URL `...'.
1685
1686 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1687
1688         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1689         functions.
1690
1691 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1694         say what the mouseover text should be.
1695
1696         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1697         version of the mm-w3m-safe-url-regexp variable to only download images
1698         in the groups where we want that to happen.
1699
1700         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1701
1702         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1703         easier debugging.
1704         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1705         big pictures in the article buffer.
1706
1707         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1708         gnus-article-html.
1709         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1710         w3m.
1711
1712         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1713
1714 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1717         which doesn't exist.
1718
1719         * message.el (message-inhibit-ecomplete): New variable to allow some
1720         function to inhibit ecomplete address storage.
1721         (message-resend): Disable ecomplete message storage when resending
1722         messages.
1723
1724         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1725
1726 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1729         Save excursion while copying, moving, and deleting articles in order to
1730         prevent the cursor from jumping to unforeseen place.
1731
1732 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * lpath.el: No need to bind bookmark-current-buffer,
1735         bookmark-yank-point and bookmark-make-record-function.
1736
1737 2010-08-17  Glenn Morris  <rgm@gnu.org>
1738
1739         * gnus-sync.el: Require gnus components whose functions are used.
1740
1741         * gnus-art.el (bookmark-make-record-function):
1742         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1743         Declare for compiler.
1744
1745         * mm-url.el (mml-compute-boundary): Autoload.
1746
1747 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1750
1751 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1752
1753         Typo fix "hoo4a" -> "hook".
1754
1755         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1756
1757 2010-08-14  Glenn Morris  <rgm@gnu.org>
1758
1759         * gnus-sync.el (gnus-sync): Fix defgroup version.
1760
1761 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1764
1765         * gnus-sync.el: Fix docs.
1766         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1767         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1768
1769 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1770
1771         Optimizations for gnus-sync.el.
1772
1773         * gnus-sync.el: Add docs about gnus-sync-backend
1774         possibilities.
1775         (gnus-sync-save): Remove unnecessary message.
1776         (gnus-sync-read): Optimize and show what groups were skipped.
1777
1778 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         Minor bug fixes for gnus-sync.el.
1781
1782         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1783         read the sync on get-new-news.
1784
1785         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1786         quiet.
1787
1788         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1789
1790 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1791
1792         Make saving and restoring of hidden threads work with overlays.
1793         Patch applied by Ted Zlatanov.
1794
1795         * gnus-sum.el (gnus-hidden-threads-configuration)
1796         (gnus-restore-hidden-threads-configuration): Update to deal with text
1797         properties, rather than searching for a magic character.
1798
1799 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1800
1801         New gnus-sync.el library for synchronization of marks.
1802
1803         * gnus-sync.el: New library for synchronization of marks.
1804
1805         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1806         renamed from `gnus-registry-grep-in-list'.
1807
1808         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1809
1810         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1811
1812 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1815         determining charset of text fails.
1816
1817 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * nnmail.el (nnmail-get-new-mail-1): Revert.
1820
1821         * nnml.el (nnml-active-number): Make sure names of newly created groups
1822         in nnml-group-alist are encoded.
1823
1824 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1827         containing non-ASCII characters in active file for nnml back end.
1828
1829 2010-07-24  David Engster  <dengste@eml.cc>
1830
1831         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1832         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1833
1834 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1835
1836         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1837         tag (Bug#6654).
1838
1839 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1842         the article buffer, not the summary buffer.
1843
1844 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1847         Emacs 23 as well.
1848
1849 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1852         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1853
1854 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1855
1856         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1857         Patch applied by Karl Fogel.
1858
1859         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1860         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1861
1862 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1863
1864         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1865         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1866         C-w still not working correctly from Article buffers; Thierry's
1867         patch to fix that will be applied after this.
1868
1869         * gnus-art.el (bookmark-make-record-function): New local variable.
1870
1871         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1872         article buffer.
1873         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1874
1875 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1876
1877         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1878         on changes in bookmark.el.
1879
1880 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1883         `no-log' instead of message not to log prompt string.
1884
1885 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1886
1887         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1888         the *other* type of HTML form submission.
1889
1890 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1891
1892         * auth-source.el (auth-source-pick): If choice does not contain a
1893         questioned keyword, set the check to t.
1894
1895 2010-06-12  Romain Francoise  <romain@orebokech.com>
1896
1897         * gnus-util.el (gnus-date-get-time): Move up before first use.
1898
1899 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1902         (gnus-article-edit-part): Bind it to make last part that is substituted
1903         or deleted visible.
1904         (gnus-mime-display-single): Buttonize part of which id equals to
1905         gnus-mime-buttonized-part-id.
1906
1907 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1908
1909         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1910         (gnus-dd-mmm): Use gnus-date-get-time.
1911         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1912         simplify logic.
1913         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1914         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1915
1916 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1917
1918         * auth-source.el (top): Autoload `secrets-list-collections',
1919         `secrets-create-item', `secrets-delete-item'.
1920         (auth-sources): Fix tag string.
1921         (auth-get-source, auth-source-retrieve, auth-source-create)
1922         (auth-source-delete): New defuns.
1923         (auth-source-pick): Rewrite in order to avoid 2 passes.
1924         (auth-source-forget-user-or-password): New parameter USERNAME.
1925         (auth-source-user-or-password): New parameters CREATE-MISSING and
1926         DELETE-EXISTING.  Retrieve password interactively, if needed.
1927
1928 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1929
1930         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1931         deleting unused directories when gnus-expert-user is t.
1932
1933 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1936         for each temp file when gnus-article-browse-delete-temp is ask.
1937
1938 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1939
1940         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1941         Lisp calls to delete-backward-char by calls to delete-char.
1942
1943 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1944
1945         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1946
1947 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1948
1949         * password-cache.el (password-cache-remove): Fix docstring.
1950
1951 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1954         article unless decoding article to be saved.
1955
1956 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1959         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1960         generated within the mm-with-unibyte-current-buffer macro.
1961
1962 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1965         to nil when we're in a mml-preview buffer and no group is selected.
1966
1967 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1968
1969         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1970         when catching the `C-g'.  Reported by "Leo".
1971
1972 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * message.el (message-forward-make-body-plain)
1975         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1976         multibyte-string-p.
1977
1978         * lpath.el: Revert.
1979
1980 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * message.el (message-forward-make-body-mml): Assume original message
1983         is multibyte string; error on unibyte.
1984         (message-forward-make-body-plain): Ditto; don't add excessive newline
1985         in body end.
1986
1987         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1988
1989 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1990
1991         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1992         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1993
1994 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * mm-extern.el (mm-extern-url): Don't use
1997         mm-with-unibyte-current-buffer.
1998         (mm-extern-cache-contents): Use with-current-buffer instead of
1999         save-excursion + set-buffer.
2000
2001 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * mm-util.el (mm-emacs-mule): Remove.
2004
2005 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2006
2007         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2008         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2009         change.
2010
2011 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2014         bind the default value of enable-multibyte-characters to nil.
2015
2016 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * message.el (message-forward-make-body-plain)
2019         (message-forward-make-body-mml):
2020         Don't use mm-with-unibyte-current-buffer.
2021
2022 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2023
2024         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2025
2026 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2027
2028         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2029         (Bug#5592).
2030
2031 2010-05-07  Julien Danjou  <julien@danjou.info>
2032
2033         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2034         it to mm-pipe-part.
2035
2036         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2037         it is given.
2038
2039 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * binhex.el (binhex-decode-region-internal)
2042         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2043         (dns-query)
2044         * nnweb.el (nnweb-gmane-search)
2045         * pgg-parse.el (pgg-parse-armor)
2046         * pgg.el (pgg-verify-region)
2047         * sha1.el (sha1-string-external)
2048         * uudecode.el (uudecode-decode-region-internal)
2049         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2050         XEmacs.
2051
2052         * gnus-art.el (gnus-article-browse-html-parts)
2053         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2054         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2055         make-temp-file.
2056
2057         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2058         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2059         compiling.
2060
2061         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2062         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2063         XEmacs when compiling.
2064
2065         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2066         gnus-pick-mode-off-hook for XEmacs when compiling.
2067         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2068         gnus-binary-mode-off-hook for XEmacs when compiling.
2069
2070         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2071         nil if char-charset is not available.
2072
2073         * imap.el (imap-disable-multibyte)
2074         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2075         macros.
2076
2077         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2078         instead of encode-coding-string.
2079
2080         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2081         'xemacs) instead of mm-emacs-mule to switch function definitions.
2082         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2083
2084         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2085         bind temporary-file-directory for XEmacs;
2086         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2087         timer-set-function for XEmacs 21.4 and SXEmacs;
2088         bind timer-list for XEmacs 21.4 and SXEmacs;
2089         fbind char-charset and find-charset-region for non-Mule XEmacs;
2090         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2091         encode-coding-region and encode-coding-string for XEmacs having no
2092         file-coding feature.
2093
2094 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2095
2096         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2097
2098 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2101         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2102
2103 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2104
2105         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2106         alias `jka-compr-delete-temp-file' no longer exists.
2107
2108 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2109
2110         Use define-minor-mode in Gnus where applicable.
2111         * mml.el (mml-mode): Use define-minor-mode.
2112         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2113         (gnus-undo-mode): Use define-minor-mode.
2114         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2115         (gnus-dead-summary-mode): Use define-minor-mode.
2116         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2117         Initialize in declaration.
2118         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2119         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2120         (gnus-mailing-list-mode): Use define-minor-mode.
2121         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2122         (gnus-draft-mode): Use define-minor-mode.
2123         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2124         (gnus-dired-mode): Use define-minor-mode.
2125
2126 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2127
2128         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2129         handles on recursive mml-to-mime translation and check them for
2130         boundary delimiter collisions.  Reported by Greg Troxel.
2131
2132 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2135
2136 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2137
2138         * mm-util.el (mm-find-buffer-file-coding-system):
2139         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2140
2141 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2142
2143         * message.el (message-generate-headers): Record insertion of optional
2144         headers as well.  Otherwise the check to prevent repeated insertion of
2145         optional headers is a no-op.
2146
2147 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2148
2149         * smime.el: Don't mention CVS.
2150
2151         * nnrss.el (nnrss-fetch): Don't mention CVS.
2152
2153         * nnir.el: Don't mention CVS.
2154
2155 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2156
2157         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2158
2159 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * lpath.el: Fbind bookmark-default-handler,
2162         bookmark-get-bookmark-record, bookmark-make-record-default,
2163         bookmark-prop-get for Emacs <23 and XEmacs.
2164
2165 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2166
2167         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2168         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2169         Use with-current-buffer to silence the byte-compiler.
2170         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2171         bother to require `gnus'.
2172         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2173
2174 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2175
2176         * gnus-sum.el (gnus-summary-bookmark-make-record)
2177         (gnus-summary-bookmark-jump): New functions.
2178         (gnus-summary-mode): Setup bookmark support.
2179
2180 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2181
2182         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2183         if set.
2184
2185 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2188         gnus-article-browse-html-save-cid-image; make it work recursively for
2189         forwarded messages as well.
2190         (gnus-article-browse-html-parts): Work when prefix arg is given.
2191         (gnus-article-browse-html-article): Doc fix.
2192
2193 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2194
2195         * message.el (message-default-mail-headers):
2196         (message-default-headers): Carry the value mail-default-headers over
2197         into message-default-mail-headers, rather than message-default-headers.
2198
2199 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2200
2201         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2202         charset.
2203
2204         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2205         charset into the <meta> tag when the article is encoded to utf-8.
2206
2207 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2210         directories as well.
2211         (gnus-article-browse-html-parts): Work for images that do not specify
2212         file names; delete temp directory when quitting; insert header at the
2213         right place; use file: scheme for image files.
2214
2215 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2216
2217         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2218         (gnus-article-browse-html-parts): Use it to make temporary cid image
2219         files in addition to html file so that browser may display them.
2220
2221 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2224
2225 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2226
2227         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2228
2229 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2232         about Secret Service API sources.  Improve Customize options.
2233         (auth-source-pick): Change to accept any number of search parameters.
2234         Implement fallbacks iteratively, not recursively.  Add scoring on the
2235         second pass and sort by score.  Call Secret Service API when needed.
2236         (auth-source-user-or-password): Use it.  Call Secret Service API
2237         directly when needed to get the user name and the password.
2238
2239 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2240
2241         * message.el (message-interactive): Doc fix.
2242         (message-qmail-inject-args): Reflow.
2243         (message-kill-to-signature): Fix typo in docstring.
2244
2245         * smiley.el (smiley-buffer): Fix typo in docstring.
2246
2247 2010-03-24  Glenn Morris  <rgm@gnu.org>
2248
2249         * mail-source.el (gnus-message): Declare.
2250         (mail-source-delete-old-incoming): Require gnus-util.
2251
2252 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2255
2256         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2257
2258         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2259         password-cache's default if it is not bound.
2260         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2261         password-cache-expiry's default if it is not bound.
2262
2263         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2264         available in Emacs 21.
2265
2266         * lpath.el: Suppress compiler warnings for:
2267         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2268         XEmacs;
2269         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2270         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2271         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2272
2273 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2274
2275         * auth-source.el (auth-sources): Fix up definition so extra parameters
2276         are always inline.
2277
2278 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2279
2280         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2281         wasn't updated after mismatch.  Clear cached mailbox info correctly
2282         when uidvalidity changes.
2283         (nnimap-group-prefixed-name): New function to avoid some code
2284         duplication.
2285         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2286         (nnimap-request-group): Use it.
2287         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2288         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2289         with many imap folders.  This is done by caching the group status from
2290         the imap server persistently in a group parameter `imap-status'.  (This
2291         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2292         but not persistently, so every Gnus startup was still very slow.)
2293
2294 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2295
2296         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2297         delete the extra newline.  Otherwise editing of :string and :number
2298         types don't work.
2299
2300 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2301
2302         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2303         secrets.el dependency.
2304         (auth-sources): Add optional user name.  Add secrets.el configuration
2305         choice (unused right now).
2306
2307 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2310         `gnus-registry-install-shortcuts' fill in the functions.
2311
2312         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2313         warnings.
2314         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2315         (gnus-registry-install-shortcuts): Populate and use it in a
2316         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2317
2318 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2319
2320         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2321         In-place substitutions for the group name encoding/decoding.
2322         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2323         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2324         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2325         (nnimap-update-unseen, nnimap-request-list)
2326         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2327         (nnimap-request-set-mark, nnimap-split-to-groups)
2328         (nnimap-split-articles, nnimap-request-newgroups)
2329         (nnimap-request-create-group, nnimap-request-accept-article)
2330         (nnimap-request-delete-group, nnimap-request-rename-group)
2331         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2332         `encoded-mbx' for consistency.
2333         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2334         variable `imap-current-mailbox'.
2335
2336         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2337         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2338
2339 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2340
2341         * pop3.el (pop3-display-message-size-flag): Display message size byte
2342         counts during POP3 download.
2343         (pop3-movemail): Use it.
2344         (pop3-list): Implement listing of available messages.
2345
2346 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2347
2348         * nnir.el (nnir-get-article-nov-override-function): New function to
2349         override the normal NOV retrieval.
2350         (nnir-retrieve-headers): Use it.
2351
2352 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2353
2354         * auth-source.el (netrc-machine-user-or-password): Autoload.
2355
2356 2010-03-19  Glenn Morris  <rgm@gnu.org>
2357
2358         Stop message.el from loading about 40 libraries it doesn't always need.
2359         The general approach is to autoload rather than require, and to
2360         require in the specific functions rather than the file.  (Bug#5642)
2361
2362         * gmm-utils.el: Don't require wid-edit.
2363         (widget-create-child-value, widget-convert, widget-default-get):
2364         Autoload.
2365
2366         * gnus-util.el: Don't require time-date, netrc.
2367         (message-fetch-field, gnus-group-name-decode): Declare rather than
2368         autoloading.
2369         (gnus-fetch-field): Require message.
2370         (gnus-decode-newsgroups): Require gnus-group.
2371
2372         * ietf-drums.el: Don't require time-date.
2373
2374         * message.el: Don't require hashcash, canlock, ecomplete.
2375         Do require mail-utils.  Require nnheader only when compiling.
2376         (smtpmail-default-smtp-server): Remove declaration.
2377         (message-send-mail-function): Check smtpmail-default-smtp-server
2378         is bound rather than requiring smtpmail.
2379         (message-auto-save-directory, message-insert-signature): Use
2380         expand-file-name rather than nnheader-concat.
2381         (nnheader-insert-file-contents): Autoload.
2382         (hashcash-wait-async): Declare.
2383         (message-send-mail): Only call gnus-setup-posting-charset if
2384         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2385         (message-send-mail-with-sendmail): Require sendmail.
2386         (canlock-password, canlock-password-for-verify): Declare.
2387         (message-canlock-password): Require canlock.
2388         (nnheader-get-report): Autoload.
2389         (gnus-setup-posting-charset): Declare.
2390         (message-send-news): Require gnus-msg.
2391         (message-make-references, message-make-in-reply-to): Use mail-header-id
2392         rather than the alias mail-header-message-id.
2393         (ecomplete-add-item, ecomplete-save): Declare.
2394         (message-put-addresses-in-ecomplete): Require ecomplete.
2395         (ecomplete-display-matches): Autoload.
2396
2397         * mm-decode.el: Don't require mailcap, gnus-util.
2398         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2399         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2400         Autoload.
2401         (mailcap-mime-extensions): Declare.
2402
2403         * mm-encode.el: Don't require mailcap.
2404         (mailcap-extension-to-mime): Autoload.
2405
2406         * mml-sec.el: Don't require password-cache.
2407
2408         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2409         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2410         (mml-minibuffer-read-type): Require mailcap.
2411         (mml-preview): Require gnus-msg.
2412
2413         * mml1991.el: Require password-cache.
2414         (password-cache-expiry): Remove declaration.
2415
2416         * mml2015.el: Require password-cache.
2417         (password-cache-expiry): Remove declaration.
2418
2419         * nneething.el (mailcap): Require mailcap.
2420
2421         * nnheader.el (declare-function): Add compatibility stub.
2422         (message-remove-header): Declare rather than autoload.
2423         (nnheader-replace-header): Require message.
2424
2425         * nnimap.el (declare-function): Add compatibility stub.
2426         (netrc-parse, netrc-machine-user-or-password): Declare.
2427         (nnimap-open-connection): Require netrc.
2428
2429         * nntp.el (declare-function): Add compatibility stub.
2430         (netrc-parse, netrc-machine, netrc-get): Declare.
2431         (nntp-send-authinfo): Require netrc.
2432
2433         * rfc2047.el: Don't require qp.
2434         (quoted-printable-encode-region, quoted-printable-decode-string):
2435         Autoload.
2436
2437         * sieve-mode.el: Don't require easymenu.
2438         (easy-menu-add-item): Autoload it.
2439
2440         * spam-stat.el (time-to-number-of-days): Autoload it.
2441
2442 2010-03-19  Glenn Morris  <rgm@gnu.org>
2443
2444         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2445
2446 2010-03-18  Glenn Morris  <rgm@gnu.org>
2447
2448         * hashcash.el (declare-function): Remove duplicate definition.
2449
2450 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2451
2452         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2453         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2454         value if any backslash escapes).
2455
2456 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2459         if it is available.  (bug#5647)
2460
2461         * lpath.el: Suppress compiler warning for coding-system-from-name for
2462         Emacs 21 and XEmacs.
2463
2464 2010-03-14  Juri Linkov  <juri@jurta.org>
2465
2466         * hmac-def.el:
2467         * hmac-md5.el:
2468         * netrc.el: Fix keywords.
2469
2470 2010-02-26  Glenn Morris  <rgm@gnu.org>
2471
2472         * message.el (message-send-mail-function): Change the default, so that
2473         it inherits from a customized send-mail-function.  (Bug#5643)
2474
2475 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2476
2477         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2478         shell-command-to-string signals an error (bug#5299).
2479
2480 2010-02-24  Glenn Morris  <rgm@gnu.org>
2481
2482         * message.el (message-smtpmail-send-it)
2483         (message-send-mail-with-mailclient): Doc fixes.
2484
2485 2010-02-16  Glenn Morris  <rgm@gnu.org>
2486
2487         * message.el (message-default-mail-headers): Change the default value
2488         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2489
2490 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2493         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2494
2495 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2496
2497         * time-date.el (date-to-time): Doc fix (Bug#5408).
2498
2499 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2500
2501         * message.el (message-mail): Just pass yank-action on to message-setup.
2502         (message-setup): Handle (FUN . ARGS) form of yank-action.
2503         (message-with-reply-buffer, message-widen-reply)
2504         (message-yank-original): Handle non-buffer values of
2505         message-reply-buffer (Bug#4080).
2506         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2507
2508 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2509
2510         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2511         Fix typo in docstring.
2512
2513 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2514
2515         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2516         response.
2517
2518 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2521
2522         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2523
2524         * message.el (message-check-news-header-syntax): Protect against a
2525         string that `rfc822-addresses' returns when parsing fails.
2526
2527 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2530         (gnus-previous-char-property-change): New functions.
2531
2532         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2533
2534 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2535
2536         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2537         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2538
2539 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2540
2541         * message.el (message-exchange-point-and-mark): Rework last change to
2542         avoid using optional arg of exchange-point-and-mark, for backward
2543         compatibility.
2544
2545 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2546
2547         * message.el (message-exchange-point-and-mark): Call
2548         exchange-point-and-mark with an argument rather than setting
2549         mark-active by hand (Bug#5175).
2550
2551 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * nntp.el (nntp-service-to-port): Work for service expressed with
2554         numeric string; replace [:digit:] with [0-9] for XEmacs.
2555
2556 2009-12-17  Glenn Morris  <rgm@gnu.org>
2557
2558         * gnus-group.el (gnus-bug-group-download-format-alist):
2559         Change emacs entry to debbugs.gnu.org.  Bump :version.
2560
2561 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2562
2563         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2564
2565 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2566
2567         * message.el (message-info): Explain why we use `Info-goto-node'.
2568
2569 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2572
2573 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2574
2575         * message.el (message-completion-in-region): New compatibility function.
2576         (message-expand-group): Use it.
2577
2578 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2581         with no unread article should be listed if the 2nd arg `predicate' is
2582         given.
2583
2584 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2587
2588 2009-11-29  Juri Linkov  <juri@jurta.org>
2589
2590         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2591         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2592         on `gnus-recenter'. (Bug#4698, Bug#4981)
2593
2594 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2595
2596         * sha1.el (sha1-string-external): default-directory "/" in case
2597         otherwise non-existent.  process-connection-type pipe for touch of
2598         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2599
2600 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2601
2602         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2603         it's comms related and sgml-mode.el has "comm" on that basis too.
2604
2605 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2608         containing tspecial characters if they have been already quoted.
2609
2610 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2611
2612         * dns-mode.el (auto-mode-alist): Purecopy string.
2613
2614 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2615
2616         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2617
2618 2009-10-24  Glenn Morris  <rgm@gnu.org>
2619
2620         * gnus-art.el (help-xref-stack-item): Define for compiler.
2621
2622 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2623
2624         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2625
2626 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2629
2630 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2633         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2634
2635 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2638         (gnus-overlays-in): New alias to overlays-in.
2639
2640         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2641         gnus-overlay-get, and gnus-delete-overlay.
2642         (gnus-summary-show-thread): Make it work as well for systems in which
2643         next-single-char-property-change is not available.
2644         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2645
2646         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2647         (gnus-overlay-get): New alias to extent-property.
2648         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2649
2650         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2651         SXEmacs.
2652
2653         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2654         SXEmacs.
2655
2656 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2657
2658         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2659
2660 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2661
2662         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2663         and XEmacs that don't have `remove-overlays'.
2664
2665 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2666
2667         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2668         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2669         selective display.  Use overlays instead.
2670
2671 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2672
2673         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2674
2675 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2676
2677         * spam-stat.el (spam-stat-load): Fix typo in message.
2678
2679 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2680
2681         * dig.el (dig-invoke): Fix typo in docstring.
2682         (query-dig): Reflow docstring.
2683
2684 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2685
2686         * gnus-art.el (gnus-article-encrypt-body):
2687         * message.el (message-check-recipients):
2688         * mm-util.el (mm-codepage-setup):
2689         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2690         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2691
2692 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2693
2694         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2695         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2696         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2697         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2698         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2699
2700 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2701
2702         * dig.el: Add "Keywords: comm", as per net-utils.el.
2703
2704 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2705
2706         * dig.el (dig-mode): Use define-derived-mode.
2707
2708 2009-09-19  Glenn Morris  <rgm@gnu.org>
2709
2710         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2711
2712 2009-09-18  Glenn Morris  <rgm@gnu.org>
2713
2714         * gnus-diary.el (gnus-diary-check-message):
2715         * message.el (message-insert-formatted-citation-line):
2716         * nnbabyl.el (top-level):
2717         * nndiary.el (nndiary-schedule):
2718         Fix typos in condition-case handlers.
2719
2720 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2723         configuration that provides the sole article window in a frame;
2724         position point correctly after deleting a part.
2725
2726 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2727
2728         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2729         (spam-resolve-registrations-routine): Use it to unregister articles
2730         that change status.
2731
2732 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2735         with XEmacs.
2736         (parse-time-string-chars): Use it.
2737
2738 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * imap.el (imap-interactive-login): Better messages.
2741         (imap-open): Fix bug with renamed buffer on reconnect.
2742         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2743         for easier debugging and cleaner code.  On successful (guessed based on
2744         server capabilities) secondary authentication, set imap-state
2745         correctly.
2746         (imap-last-authenticator): Define imap-last-authenticator as a variable
2747         to avoid warnings.
2748
2749 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * nnrss.el (nnrss-request-article): Remove binding of
2752         default-enable-multibyte-characters that has gotten needless by
2753         the 2007-07-13 change in rfc2047-encode-message-header.
2754
2755         * mml.el (mml-insert-multipart): Error on the message header.
2756         (mml-insert-part): Error on the message header; position point at
2757         the end of a MIME tag.
2758
2759 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * time-date.el (autoload): Expand define-obsolete-function-alias into
2762         defalias and make-obsolete for old Emacsen that Gnus supports.
2763         (with-no-warnings): Define it for old Emacsen.
2764         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2765         is available.
2766         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2767         float-time is available; suppress compile warning for time-to-seconds.
2768
2769         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2770         (gnus-float-time): Alias to float-time if it exists.
2771
2772         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2773         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2774         float-time is available; suppress compile warning for time-to-seconds.
2775
2776         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2777         XEmacs.
2778
2779 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2780
2781         * imap.el (imap-message-map): Docstring fix.
2782
2783 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2786         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2787         Add the optional argument `encoding' that overrides the default.
2788
2789         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2790         mm-encode-buffer.
2791
2792 2009-09-04  Glenn Morris  <rgm@gnu.org>
2793
2794         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2795         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2796         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2797         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2798         * mm-util.el (mm-with-unibyte-current-buffer)
2799         (mm-find-buffer-file-coding-system):
2800         * yenc.el (yenc-decode-region): Use default-value rather than
2801         default-enable-multibyte-characters.
2802
2803 2009-09-03  Glenn Morris  <rgm@gnu.org>
2804
2805         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2806         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2807         than default-enable-multibyte-characters.
2808
2809 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2810
2811         * gnus-art.el (gnus-article-read-summary-keys):
2812         Fix gnus-buffer-configuration's value temporarily used.
2813
2814 2009-09-02  Glenn Morris  <rgm@gnu.org>
2815
2816         * gnus-util.el (gnus-float-time): New function.
2817         * gnus-delay.el (gnus-delay-article):
2818         * gnus-sum.el (gnus-thread-latest-date):
2819         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2820         * nnspool.el (nnspool-request-newgroups):
2821         Use gnus-float-time rather than time-to-seconds.
2822         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2823
2824         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2825         (gnus-header-subject-face, gnus-header-newsgroups-face)
2826         (gnus-header-name-face, gnus-header-content-face):
2827         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2828         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2829         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2830         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2831         (gnus-cite-face-11):
2832         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2833         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2834         (gnus-server-closed-face, gnus-server-denied-face)
2835         (gnus-server-offline-face):
2836         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2837         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2838         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2839         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2840         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2841         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2842         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2843         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2844         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2845         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2846         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2847         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2848         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2849         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2850         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2851         (gnus-summary-high-undownloaded-face)
2852         (gnus-summary-low-undownloaded-face)
2853         (gnus-summary-normal-undownloaded-face)
2854         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2855         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2856         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2857         (gnus-splash-face):
2858         * message.el (message-header-to-face, message-header-cc-face)
2859         (message-header-subject-face, message-header-newsgroups-face)
2860         (message-header-other-face, message-header-name-face)
2861         (message-header-xheader-face, message-separator-face)
2862         (message-cited-text-face, message-mml-face):
2863         * sieve-mode.el (sieve-control-commands-face)
2864         (sieve-action-commands-face, sieve-test-commands-face)
2865         (sieve-tagged-arguments-face):
2866         * spam.el (spam-face):
2867         Mark face aliases with "-face" in the name as obsolete.
2868
2869 2009-09-01  Glenn Morris  <rgm@gnu.org>
2870
2871         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2872         than goto-line.
2873
2874 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2877         Don't move point if the command is invoked inside the message header.
2878
2879 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2880
2881         * imap.el (imap-send-command): Simplify.
2882         (imap-wait-for-tag): point-max -> buffer-size.
2883
2884 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2885
2886         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2887         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2888         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2889         * nnir.el (nnir-swish-e-index-file):
2890         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2891         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2892         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2893         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2894         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2895         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2896
2897 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2900         Don't save excursion.
2901
2902 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2903
2904         * nnheader.el (nnheader-find-file-noselect):
2905         * mm-util.el (mm-insert-file-contents):
2906         Use (default-value 'major-mode) instead of default-major-mode.
2907
2908 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2909
2910         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2911
2912 2009-08-26  Glenn Morris  <rgm@gnu.org>
2913
2914         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2915         than placing in files.el.
2916
2917 2009-08-25  Glenn Morris  <rgm@gnu.org>
2918
2919         * nnir.el (top-level): Don't require cl at run-time.
2920         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2921         Replace cl-function substitute with gnus-replace-in-string.
2922         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2923         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2924         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2925         simplified expansions.
2926
2927 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2928
2929         * dig.el (dig): Add autoload cookie.
2930
2931 2009-08-22  Glenn Morris  <rgm@gnu.org>
2932
2933         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2934         goto-line.
2935
2936 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2937
2938         * parse-time.el (parse-time-string-chars): Save match data.
2939
2940 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2941
2942         * parse-time.el (parse-time-string-chars): Compute using character
2943         classes, to handle non-ascii characters (Bug#3190).
2944
2945 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2948
2949         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2950         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2951         (gnus-mm-display-part, gnus-mime-display-single)
2952         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2953         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2954
2955         * gnus-sum.el
2956         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2957         (gnus-summary-move-article): Add expirable mark to articles copied or
2958         moved to group that has auto-expire turned on if the option is non-nil.
2959
2960 2009-07-24  Glenn Morris  <rgm@gnu.org>
2961
2962         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2963         Fix typo.  (Bug#3903)
2964
2965 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2968         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2969         that should not be used for draft articles.
2970         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2971         that has no concern in minor mode keys.
2972         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2973         Abolish.
2974
2975 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2978         article without making inquiry to a user for unknown encoding.
2979
2980         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2981         (nnmaildir--scan): Assume i-node and device number that file-attributes
2982         returns might be cons-cell.
2983
2984         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2985
2986         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2987
2988 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2989
2990         * auth-source.el: Remove docs now in auth.texi.  Don't use
2991         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2992         `auth-source-hide-passwords' and use them.
2993
2994 2009-07-15  Glenn Morris  <rgm@gnu.org>
2995
2996         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2997
2998 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3001         excessive whitespace from the default values of title and description.
3002
3003 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3006         mail-fetch-field to fetch Content-Description header in order to
3007         exclude newlines.
3008
3009 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3010
3011         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3012         format used by GnuPG 2.0.11.
3013
3014 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3017         to deleted part.
3018
3019 2009-05-30  David Engster  <dengste@eml.cc>
3020
3021         * nnmairix.el: Remove old documentation in the commentary block.
3022         (nnmairix-request-group): Do not update active file for nnml back ends.
3023         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3024         end so that overview files are ignored.
3025         (nnmairix-update-groups): Make updating the groups more robust by using
3026         marks.
3027         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3028         with dollar characters in message-id.
3029
3030 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3033         2008-12-25 in dns.el.
3034
3035 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3036
3037         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3038         could happen if the text is only composed of spaces and/or tabs.
3039
3040 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3041
3042         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3043         when sending a queued message to avoid extra mml tags.
3044
3045 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3048
3049 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3052         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3053         rmail-toggle-header for XEmacs;
3054         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3055
3056 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * gnus-dired.el: Remove autoload for gnus-setup-message.
3059         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3060         displaying Gnus logo; always use compose-mail.
3061
3062 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3065
3066 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3069         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3070         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3071         available.
3072         (gnus-nocem-epg-verify): New function.
3073
3074 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3075
3076         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3077
3078 2009-02-15  Glenn Morris  <rgm@gnu.org>
3079
3080         * gnus-util.el (rmail-insert-rmail-file-header)
3081         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3082         autoloads.
3083         (rmail-default-rmail-file): Remove unnecessary declaration.
3084         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3085
3086 2009-02-14  Glenn Morris  <rgm@gnu.org>
3087
3088         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3089         variable (only used in gnus-util, which declares it anyway).
3090         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3091         which was only needed by gnus-art (changed to not use it any more).
3092         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3093         only used in gnus-util, which autoloads it itself.
3094         (rmail-update-summary): Fix autoload.
3095
3096         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3097         rather than rmail-output-to-rmail-file.
3098
3099 2009-02-07  Glenn Morris  <rgm@gnu.org>
3100
3101         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3102         autoload of function that no longer exists.
3103         (rmail-toggle-header): Declare.
3104         (message-forward-rmail-make-body): Handle mbox Rmail.
3105
3106 2009-01-31  Glenn Morris  <rgm@gnu.org>
3107
3108         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3109         2009-01-09 change.
3110
3111 2009-01-31  Dave Love  <fx@gnu.org>
3112
3113         * imap.el (imap-fetch-safe): Bind debug-on-error.
3114         (imap-debug): Add imap-fetch-safe.
3115
3116 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3119         (auth-source-forget-all-cached): New convenience function.
3120         (auth-source-user-or-password): Accept list of modes or a single mode.
3121
3122         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3123         auth-source modes.
3124
3125         * netrc.el (netrc-machine-user-or-password): Use list of
3126         auth-source modes.
3127
3128         * nnimap.el (nnimap-open-connection): Use list of
3129         auth-source modes.
3130
3131         * nntp.el (nntp-send-authinfo): Use list of
3132         auth-source modes.
3133
3134 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3137         now.
3138
3139 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3142         coding system in XEmacs; add a workaround for XEmacs.
3143
3144         * lpath.el: Fbind coding-system-aliasee.
3145
3146 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3149         of current-language-environment.
3150
3151 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3152
3153         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3154         available at runtime.
3155
3156 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3159
3160 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3161
3162         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3163         the greatest positive fixnum value doesn't work under an XEmacs with
3164         bignum support; use the most-positive-fixnum constant instead,
3165         available since Emacs 21.1 with cl and XEmacs 21.1.
3166
3167 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3170         XEmacs gets not to work.
3171
3172 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * mm-util.el (mm-coding-system-priorities): Allow the value like
3175         "Japanese (UTF-8)" of current-language-environment.
3176
3177 2009-01-09  Glenn Morris  <rgm@gnu.org>
3178
3179         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3180         with last-command-event.
3181
3182 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3183
3184         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3185         in the doc string.
3186
3187         * message.el (message-fix-before-sending): Amend comment.
3188
3189 2009-01-08  Dave Love  <fx@gnu.org>
3190
3191         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3192
3193 2009-01-07  David Engster  <dengste@eml.cc>
3194
3195         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3196         simplified server definitions by converting it via
3197         gnus-server-to-method.
3198
3199 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3202         parameter's operands.
3203
3204 2009-01-06  David Engster  <dengste@eml.cc>
3205
3206         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3207         primary select method (for gnus-group-mark-article-as-read).
3208
3209 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3210
3211         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3212         `(gnus)Face', not `(gnus)X-Face'.
3213
3214 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * mm-util.el (mm-ucs-to-char): New function.
3217
3218         * mm-url.el (mm-url-decode-entities): Use it.
3219
3220         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3221         unicode-to-char.
3222
3223 2009-01-05  Dave Love  <fx@gnu.org>
3224
3225         * time-date.el: Require cl for `declare'.
3226
3227 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3228
3229         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3230         Dave Love.
3231
3232 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3233
3234         * message.el (message-fix-before-sending): Add `eight-bit' to
3235         illegible-text check.
3236
3237 2009-01-03  Michael Olson  <mwolson@gnu.org>
3238
3239         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3240         `headers' is nil.  This can occur if the IMAP server does not have
3241         permissions to read messages from a folder, but can write new messages
3242         to the folder.
3243         (nnimap-request-article-part): Do not insert `data' if it is nil.
3244
3245         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3246         characters which will confuse `read', so skip past them.
3247
3248 2009-01-01  Dave Love  <fx@gnu.org>
3249
3250         * imap.el (imap-string-to-integer): Fix typo.
3251         (imap-fetch-safe): New function.
3252         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3253
3254         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3255
3256         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3257         (imap-parse-greeting): Fix doc strings.
3258         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3259         (imap-parse-flag-list): Make messages unique.
3260         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3261
3262         * nnimap.el: Fix author email.
3263         (nnimap-split-rule): Add FIXME comment.
3264         (nnimap-debug): Fix doc string.
3265
3266 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3267
3268         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3269
3270 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3271
3272         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3273         nslookup if resolv.conf isn't available.
3274         (dns-query): Rename from query-dns.
3275         (dns-query-cached): Rename from query-dns-cached.
3276
3277 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3280         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3281         to check if those variables exist (first appeared in Emacs 18.50).
3282
3283 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * mm-util.el (mm-line-number-at-pos): New function.
3286
3287         * spam-report.el (spam-report-process-queue): Use it.
3288
3289 2008-12-24  David Engster  <dengste@eml.cc>
3290
3291         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3292         parameters that haven't existed as variables as buffer-local variables.
3293
3294 2008-12-23  Dave Love  <fx@gnu.org>
3295
3296         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3297         cadar.
3298
3299         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3300         imap-starttls-p.
3301         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3302
3303 2008-12-22  Dave Love  <fx@gnu.org>
3304
3305         * imap.el: Fix author email.  Doc fixes.
3306         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3307         reply.
3308
3309 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3310
3311         * spam-report.el (spam-report-gmane-max-requests): New constant.
3312         (spam-report-gmane-wait): New variable.
3313         (spam-report-gmane-ham, spam-report-gmane-spam)
3314         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3315         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3316         the server.
3317
3318         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3319         Add explanations.
3320
3321         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3322         nnheader-accept-process-output and nnheader-read-timeout if available.
3323         (pop3-movemail): Use it.
3324
3325         * message.el (message-check-news-body-syntax): Fix signature check if
3326         there's an attachment.
3327
3328 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * mm-util.el: Add comments to the mm- emulating functions.
3331
3332 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3333
3334         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3335         by Stephen Berman <stephen.berman@gmx.net>.
3336
3337 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * mm-util.el (mm-substring-no-properties): New function.
3340         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3341         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3342         (mm-string-to-multibyte): Doc fix.
3343
3344         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3345
3346 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * mml.el (mml-attach-file): Strip text properties from file name.
3349         (Bug#1574)
3350
3351 2008-12-16  Glenn Morris  <rgm@gnu.org>
3352
3353         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3354
3355 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3358         knows since the charset specified might be a bogus alias that
3359         mm-charset-synonym-alist provides.
3360
3361 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3362
3363         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3364         "ISO_8859-1".
3365
3366         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3367
3368 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * mm-util.el (mm-charset-eval-alist):
3371         Define it before mm-charset-to-coding-system.
3372         (mm-charset-to-coding-system): Add optional argument `silent';
3373         define it before mm-charset-override-alist.
3374         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3375         default value if it can be used in Emacs currently running;
3376         silence mm-charset-to-coding-system.
3377
3378 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3381         `allow-override' which says whether to use `mm-charset-override-alist'.
3382         (rfc2047-decode-encoded-words): Use it.
3383
3384         * mm-util.el (mm-charset-override-alist): Fix custom type;
3385         add `(gb2312 . gbk)' to choices.
3386
3387 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3390         fast.
3391
3392         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3393
3394         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3395
3396 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3397
3398         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3399         on links.
3400
3401         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3402
3403 2008-12-03  Lute Kamstra  <lute@gnu.org>
3404
3405         * sha1.el: Remove leading * from docstrings of defcustoms,
3406         deffaces, defconsts and defuns.
3407
3408 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3411         users' addresses that don't have domain parts.
3412         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3413         rather than message-narrow-to-head since there will be the message
3414         header separator.
3415
3416 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3417
3418         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3419         since the result is inserted in a unibyte buffer anyway.
3420         (nnimap-demule-use-string-to-multibyte): Remove.
3421         (nnimap-demule): Alias it to mm-string-to-multibyte.
3422
3423 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3426         variable for debugging bug#464 and bug#1174.
3427         (nnimap-demule): Use it.
3428
3429 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3432         score calculation correctly.
3433
3434 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3435
3436         * message.el (message-send-mail): Just set the buffer to unibyte
3437         rather than use mm-with-unibyte-current-buffer which does a lot more.
3438         (message-send-mail-partially): Don't bother with
3439         mm-with-unibyte-current-buffer since it's already been made unibyte by
3440         message-send-mail.
3441
3442 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3445
3446 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3447
3448         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3449
3450 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3453         require itself and to remove `with-no-warnings'.
3454
3455 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3456
3457         * starttls.el (starttls-any-program-available): Get the name of the
3458         available TLS layer program.
3459         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3460         well as the host name in the "opening" message.
3461
3462         * auth-source.el (auth-source-cache, auth-source-do-cache)
3463         (auth-source-user-or-password): Cache passwords and logins by default,
3464         allow override with `auth-source-do-cache'.
3465         (auth-source-forget-user-or-password): Allow users to remove cache
3466         entries if needed.
3467
3468 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3469
3470         * md4.el (md4-buffer): Fix typo in docstring.
3471         (md4, md4-64): Doc fixes.
3472         (md4-pack-int32): Reflow docstring.
3473
3474 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3477         condition-case to only the forward-sexp call.
3478
3479 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3480
3481         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3482         quotes contained.  Make it more robust regardless by an extra
3483         condition-case wrapper.
3484
3485 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3488
3489 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * nnml.el (nnml-request-expire-articles): Check if the function set to
3492         `nnmail-expiry-target' returns the symbol `delete'.
3493
3494         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3495
3496         * nnmail.el (nnmail-expiry-target): Fix custom type.
3497
3498 2008-10-02  Glenn Morris  <rgm@gnu.org>
3499
3500         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3501         Silence compiler warning.
3502
3503 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3504
3505         * tls.el (open-tls-stream): Show the actual command being
3506         executed, instead of the format string.
3507
3508 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * lpath.el: Fbind codepage-setup for Emacs 23.
3511
3512 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3513
3514         * mml.el (mml-menu): Don't assume mml2015 is bound.
3515
3516 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3519         exists.
3520
3521 2008-09-27  Glenn Morris  <rgm@gnu.org>
3522
3523         * gnus-util.el (mail-header-remove-comments): Autoload it.
3524
3525 2008-09-27  Andreas Schwab  <schwab@suse.de>
3526
3527         * gnus-util.el (gnus-split-references): Strip comments.
3528         (gnus-parent-id): Likewise.
3529
3530 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * message.el (message-confirm-send): Fix version.
3533
3534 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * message.el (message-idna-to-ascii-rhs-1): Use
3537         mail-extract-address-components rather than mail-header-parse-addresses
3538         that is an alias by default to ietf-drums-parse-addresses that does not
3539         support non-ASCII names in headers' contents.
3540
3541 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3542
3543         * message.el (message-confirm-send): Fixed variable documentation to
3544         avoid the "y/n" wording.
3545
3546 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3547
3548         * message.el (message-set-auto-save-file-name): Save to a different
3549         filename so multiple messages (especially drafts) can be recovered.
3550
3551 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3552
3553         * message.el (message-confirm-send): Add appropriate version.
3554
3555 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3556
3557         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3558         defvar.
3559
3560 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3561
3562         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3563         (mm-pkcs7-enveloped-magic): Ditto.
3564
3565 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3566
3567         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3568         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3569
3570 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3571
3572         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3573         default, it's better.
3574
3575 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3576
3577         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3578         summary line gnus-number property and ignore them (with a warning
3579         message).
3580
3581 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3584         macro caddr in the interactive form since it won't be expanded.
3585
3586 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3589         `charset'; fix name of function called recursively.
3590         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3591
3592 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3595         (gnus-mime-set-charset-parameters): New function.
3596         (gnus-mime-view-part-as-charset): Use it to correctly display part
3597         specifying wrong charset.
3598
3599 2008-09-08  David Engster  <dengste@eml.cc>
3600
3601         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3602         in completing-read for back end server.
3603
3604 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3605
3606         * message.el (message-confirm-send): New variable to confirm sending a
3607         message.
3608         (message-send): Use it.
3609
3610 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3613
3614 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3617
3618 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3619
3620         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3621         prevent tracking too many groups.
3622         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3623         Use it.
3624
3625 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3626
3627         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3628         moving point to the bottom of the window in order to avoid recentering.
3629
3630 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3633
3634         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3635         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3636         (gnus-article-beginning-of-window): Fix calculation.
3637
3638 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-msg.el (gnus-summary-supersede-article)
3641         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3642         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3643         message header.
3644
3645 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3646
3647         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3648         pending output coming after the status change.
3649
3650 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3651
3652         * message.el:
3653         * gnus-start.el:
3654         * gnus-registry.el: Remove VMS support.
3655
3656 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3659         macro.
3660         (rfc2104-hash): Use it.
3661
3662 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3663
3664         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3665         (gnus-summary-sort-by-most-recent-date): New commands.
3666         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3667         and menu entries.
3668
3669 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3672         don't redisplay article for raw contents; remove plural articles stuff.
3673
3674         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3675         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3676         on gnus-summary-save-article; display results properly.
3677
3678 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * lpath.el: No need to fbind ns-focus-frame.
3681
3682 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3685
3686 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3689         gnus-save-all-headers.
3690
3691 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3692
3693         * gnus-util.el (ns-focus-frame): Remove declaration.
3694         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3695         like x.
3696
3697 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3698
3699         * rfc2104.el (rfc2104-zero): Delete defconst.
3700         (rfc2104-hex-alist): Likewise.
3701         (rfc2104-hex-to-int): Delete func.
3702         (rfc2104-hexstring-to-bitstring): Likewise.
3703         (rfc2104-nybbles): New defconst.
3704         (rfc2104-hash): Rewrite for speed.
3705
3706 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * tls.el (open-tls-stream): Make it work with the 2nd argument
3709         BUFFER that is a string but does not exist as a buffer object, as
3710         mentioned in the doc-string.
3711
3712 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3715         SXEmacs.
3716
3717 2008-07-16  Glenn Morris  <rgm@gnu.org>
3718
3719         * gnus-util.el (ns-focus-frame): Declare for compiler.
3720
3721 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3724         set as a group parameter.
3725         (gnus-summary-save-in-pipe): Work when it is called independently.
3726         (gnus-summary-pipe-to-muttprint): Don't modify
3727         gnus-summary-pipe-output-default-command.
3728
3729 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3730
3731         * message.el (message-send-mail-with-sendmail):
3732         Display the error message.
3733
3734 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * gnus-art.el (gnus-default-article-saver):
3737         Add gnus-summary-save-in-pipe to choices.
3738         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3739         gnus-summary-pipe-output-default-command as the default command.
3740         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3741         instead of gnus-last-shell-command.
3742
3743         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3744         New user option.
3745         (gnus-summary-muttprint-program): Mention the value will be changed.
3746         (gnus-summary-save-article): Force showing of all headers.
3747         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3748
3749 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3750
3751         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3752
3753 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3754
3755         * nnimap.el (nnimap-id):
3756         * sieve-manage.el (sieve-manage-open): Doc fixes.
3757
3758 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3759
3760         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3761         if available.
3762
3763 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3764
3765         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3766
3767         * nnkiboze.el (nnkiboze-generate-group):
3768         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3769
3770         * nnmairix.el: Require CL.
3771
3772 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * dgnushack.el: Autoload get-display-table and put-display-table for
3775         XEmacs 21.5.
3776
3777         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3778         21.4 and SXEmacs.
3779
3780 2008-06-15  David Engster  <dengste@eml.cc>
3781
3782         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3783
3784 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3785
3786         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3787         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3788         runtime choice under XEmacs.
3789
3790         * gnus-sum.el (gnus-summary-set-display-table):
3791         Use `gnus-put-display-table', `gnus-get-display-table',
3792         `gnus-set-display-table' for the display table, instead of `aset'.
3793
3794         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3795         Use `gnus-put-display-table', `gnus-get-display-table',
3796         `gnus-set-display-table' for the display table.
3797
3798 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3799
3800         * nnmairix.el: Add autoloads.
3801
3802 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3803
3804         * nnmairix.el (nnmairix-delete-recreate-group)
3805         (nnmairix-update-and-clear-marks): Fix error messages.
3806
3807 2008-06-14  David Engster  <dengste@eml.cc>
3808
3809         * nnmairix.el: Upgrade to version 0.6.
3810         (nnmairix-group-toggle-propmarks-this-group)
3811         (nnmairix-group-toggle-readmarks-this-group)
3812         (nnmairix-group-delete-recreate-this-group)
3813         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3814         (nnmairix-remove-tick-mark-original-article): New commands.
3815         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3816         (nnmairix-propagate-marks-to-nnmairix-groups)
3817         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3818         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3819         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3820         functions needed for marks propagation and manipulation of read marks.
3821         (nnmairix-update-groups): New function.
3822         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3823         (nnmairix-determine-original-group-from-registry)
3824         (nnmairix-determine-original-group-from-path)
3825         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3826         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3827         New helper functions.
3828         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3829         keystrokes for new commands.
3830         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3831         (nnmairix-request-group): Check allow-fast group parameter.
3832         (nnmairix-request-create-group): Set allow-fast group parameter if
3833         nnmairix-allowfast-default is set.
3834         (nnmairix-close-group): Propagate marks upon closing if needed.
3835         (nnmairix-group-toggle-threads-this-group): Use new.
3836         nnmairix-group-toggle-parameter helper function.
3837         (nnmairix-search): Better check for empty search result.
3838         (nnmairix-goto-original-article): Use new helper functions for
3839         determining original article.
3840         (nnmairix-show-original-article): Make sure message-id is in brackets.
3841         (nnmairix-call-mairix-binary): Change variable name.
3842         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3843         helper function.
3844         (nnmairix-widget-toggle-activate): Fix doc string.
3845
3846 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * nnir.el: Require edmacro when compiling with XEmacs.
3849         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3850         available in Emacs 21.
3851
3852 2008-06-11  Glenn Morris  <rgm@gnu.org>
3853
3854         * gnus-util.el (x-focus-frame):
3855         * gnus.el (image-size):
3856         * mm-decode.el (image-size): Declare.
3857
3858         * gnus-picon.el (declare-function): Add compat definition.
3859         (image-size): Declare.
3860
3861         * gnus-group.el (tool-bar-map):
3862         * gnus-sum.el (tool-bar-map): Define for compiler.
3863
3864         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3865
3866         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3867
3868         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3869         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3870         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3871         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3872         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3873         * sieve-manage.el, spam-report.el, spam.el:
3874         Remove unnecessary eval-and-compile of autoloads.
3875
3876 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3877
3878         * auth-source.el: Precise Tramp doc.
3879
3880 2008-06-07  Glenn Morris  <rgm@gnu.org>
3881
3882         * nnmairix.el: Remove unnecessary eval-when-compile.
3883
3884 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * lpath.el: Fbind propertize for XEmacs 21.4.
3887
3888 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * nnir.el: Move here from ../contrib.
3891
3892 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3893
3894         * gnus-util.el (gnus-read-shell-command): New function.
3895         * mm-decode.el (mm-pipe-part):
3896         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3897
3898 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3901
3902 2008-06-03  Glenn Morris  <rgm@gnu.org>
3903
3904         * pop3.el (nnheader-accept-process-output): Autoload it.
3905
3906 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3909         are not 2-digit hexadecimal characters that follow `%'s.
3910
3911 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3912
3913         * message.el (message-bogus-recipient-p): Fix type in doc string.
3914         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3915         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3916         Improve custom options.
3917         (message-bogus-recipient-p): Adjust accordingly.
3918
3919 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3920
3921         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3922         long-form month and day names.
3923
3924 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * dgnushack.el: Autoload debug, eudc-expand-inline and
3927         pgg-snarf-keys-region for XEmacs.
3928
3929         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3930
3931         * nnmairix.el: Require edmacro when compiling with XEmacs.
3932
3933 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3934
3935         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3936         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3937
3938 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * auth-source.el: Add more docs.
3941
3942         * netrc.el (netrc-machine): Always match if the port is not given.
3943
3944 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3947         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3948         retrieval faster in some cases, but might make CPU usage larger.  If
3949         this has any bad side effects, we might revert this change.
3950
3951         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3952         seems to make mail retrieval much, much faster.
3953         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3954         unconditionally.
3955
3956         * gnus-draft.el (gnus-group-send-queue): Bind
3957         message-send-mail-partially-limit to nil to avoid being prompted.
3958
3959 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3962
3963         * message.el (message-bogus-address-regexp): Fix and improve custom
3964         type.
3965         (message-setup-hook): Add message-check-recipients as custom option.
3966
3967 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3968
3969         * message.el (message-cite-function): Remove bogus autoload which crept
3970         in during merge from v5-10.
3971
3972 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3973
3974         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3975
3976         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3977
3978         * auth-source.el: Preliminary Tramp docs.
3979         (auth-sources): Change the default auth-sources to use
3980         EPA .gpg files.
3981
3982 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3983
3984         * nntp.el: Autoload `auth-source-user-or-password'.
3985         (nntp-send-authinfo): Use it.
3986
3987         * nnimap.el: Autoload `auth-source-user-or-password'.
3988         (nnimap-open-connection): Use it.
3989
3990         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3991         for the gnus-message function.
3992         (auth-source-user-or-password): Use it.
3993
3994 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3995
3996         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3997         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3998         (rfc2104-hash): Use it.
3999
4000 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4001
4002         * gnus-art.el (gnus-article-toggle-truncate-lines):
4003         Don't use `iff' in docstring.
4004
4005 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4008
4009         * gnus-util.el (gnus-extract-address-component-name)
4010         (gnus-extract-address-component-email): Convenience functions around
4011         `gnus-extract-address-components'.
4012
4013         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4014         Use `gnus-extract-address-component-email' to fix bug of comparing full
4015         sender name to `user-mail-address'.
4016
4017 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4018
4019         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4020         catch/throw to optimize.
4021         (gnus-registry-find-keywords): Just use member to find a keyword.
4022
4023 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4024
4025         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4026         is current before calling gnus-server-prepare.
4027         (gnus-server-setup-buffer, gnus-server-update-server)
4028         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4029
4030 2008-05-04  Juri Linkov  <juri@jurta.org>
4031
4032         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4033         (mailcap-file-default-commands): Use mailcap-replace-in-string
4034         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4035         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4036
4037 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4038
4039         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4040
4041 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4042
4043         * gnus.el: Bump version to 0.11.
4044
4045 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4046
4047         * gnus.el: No Gnus v0.10 is released.
4048
4049 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4052         hooks.
4053         (gnus-update-read-articles): Speed up non-marks-using users.
4054         (gnus-use-marks): Define gnus-use-marks.
4055         (gnus-propagate-marks): Rename variable to something more sensible.
4056
4057 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4058
4059         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4060         (gmm-image-load-path-for-library): Fix typos in docstrings.
4061         (gmm-message): Reflow docstring.
4062
4063 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4064
4065         * mail-source.el (mail-source-set-1, mail-source-bind):
4066         Move auth-source code out of the macro to clean it up and fix bugs.
4067
4068 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4069
4070         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4071         by sender if it's equal to user-mail-address, it's likely to be
4072         useless.
4073
4074         * mail-source.el (mail-source-bind): Don't use user or password if they
4075         are not bound.  Unintern them if they are nil.  Don't use server unless
4076         it's bound, and default it to empty string otherwise.
4077
4078 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4079
4080         * mail-source.el: Load auth-source.el.
4081         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4082         get user name or password, if auth-sources is set up.
4083
4084         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4085         strategy of splitting with parent.
4086         (gnus-registry-split-fancy-with-parent)
4087         (gnus-registry-post-process-groups): Use it and fix prior
4088         bug (returning a list as the split result).
4089
4090         * auth-source.el (auth-sources): Remove server parameter.
4091         (auth-source-pick, auth-source-user-or-password)
4092         (auth-source-user-or-password-imap)
4093         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4094         (auth-source-user-or-password-sftp)
4095         (auth-source-user-or-password-smtp): Remove server parameter.
4096
4097 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4098
4099         * smime.el (smime-sign-region, smime-encrypt-region)
4100         (smime-decrypt-region):
4101         Remove redundant calls to `generate-new-buffer-name'.
4102
4103 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4104
4105         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4106         Don't use QP for message/rfc822.
4107         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4108
4109 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * sieve-manage.el (sieve-string-bytes): Remove.
4112         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4113         correct byte-length only if the process's coding-system is the same as
4114         the one used internally by Emacs to represent strings.
4115
4116 2008-04-22  Juri Linkov  <juri@jurta.org>
4117
4118         * mailcap.el (mailcap-file-default-commands): New function.
4119
4120 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * message.el (message-signature-separator, message-cite-function):
4123         Change custom version.
4124
4125 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4126
4127         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4128         commands.
4129         (tls-checktrust): Ditto.
4130
4131 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * mm-decode.el (mm-display-external): Make temp file read-only.
4134
4135 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4138         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4139         `C-c C-f d'.
4140
4141 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4142
4143         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4144
4145 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * gnus.el: Bump version to 0.9.
4148
4149 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * gnus.el: No Gnus v0.8 is released.
4152
4153 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4154
4155         * mail-source.el (mail-source-value):
4156         Prefer fboundp to functionp so it works with macros as well.
4157
4158 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4159
4160         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4161         Fix last change in case the element is not even a symbol.
4162
4163 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4164
4165         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4166         Prefer fboundp to functionp so it works with macros as well.
4167
4168 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4169
4170         * auth-source.el: Added docs.
4171         (auth-sources): Modify format to support server.
4172         (auth-source-pick, auth-source-user-or-password)
4173         (auth-source-user-or-password-imap)
4174         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4175         (auth-source-user-or-password-sftp)
4176         (auth-source-user-or-password-smtp): Add server parameter.
4177
4178 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4179
4180         * gnus-registry.el: Initialize the registry when gnus-registry-install
4181         is t.
4182
4183 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * compface.el (uncompface): Make buffer unibyte.
4186
4187 2008-04-05  Glenn Morris  <rgm@gnu.org>
4188
4189         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4190
4191 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4192
4193         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4194         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4195
4196         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4197         multibyteness after rather than before erasing it.
4198
4199         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4200         mm-with-multibyte.
4201         (gnus-request-article-this-buffer): Make sure the proper decoding is
4202         used if gnus-original-article-buffer happens to be unibyte.
4203
4204         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4205         default-enable-multibyte-characters.
4206
4207         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4208         default-enable-multibyte-characters.
4209
4210         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4211
4212         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4213
4214 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4215
4216         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4217         (imap-message-copyuid-1): Use it.
4218         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4219         J. Williams in
4220         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4221
4222         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4223         imap-enable-exchange-bug-workaround.
4224         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4225
4226 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4227
4228         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4229         a 100 byte status-checks into a 2-3MB transfer for each group.
4230         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4231         to enable bug workaround or not.
4232         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4233
4234 2008-03-31  Glenn Morris  <rgm@gnu.org>
4235
4236         * message.el (mml2015-use): Declare for compiler.
4237         (message-info): Require mml2015 when appropriate.
4238
4239 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4242         whitespace.
4243
4244 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4245
4246         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4247         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4248         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4249         (nntp-service-to-port): New function.
4250         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4251         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4252         (nntp-open-netcat-stream): New function.
4253         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4254
4255 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4256
4257         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4258
4259 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4260
4261         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4262
4263 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4264
4265         * dns.el (dns-write): Use set-buffer-multibyte.
4266
4267 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4268
4269         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4270
4271 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4272
4273         * message.el (message-signature-separator): Change default.
4274         Improve custom type.
4275         (message-cite-function): Change default to
4276         message-cite-original-without-signature.
4277
4278         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4279         toggle.
4280
4281         * message.el (message-check-news-body-syntax): Fix signature check.
4282         (message-setup-1): Mark buffer as unmodified _after_ running
4283         message-setup-hook and handling message-alternative-emails.
4284         (message-shorten-references): Be more strict when building list of
4285         valid references to comply with GNKSA.
4286
4287         * gnus-group.el (gnus-read-ephemeral-bug-group)
4288         (gnus-read-ephemeral-debian-bug-group)
4289         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4290
4291         * message.el (message-info): Don't use booleanp which isn't supported
4292         in Emacs 21 and XEmacs.
4293
4294 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4297         gnus-group-gmane-group-download-format.
4298         (gnus-group-read-ephemeral-gmane-group): Rename from
4299         gnus-group-read-ephemeral-gmane-group.
4300         (gnus-read-ephemeral-gmane-group-url): Rename from
4301         gnus-group-read-ephemeral-gmane-group-url.
4302         (gnus-bug-group-download-format-alist): New variable.
4303         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4304         (gnus-read-ephemeral-emacs-bug-group): New commands.
4305
4306 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4307
4308         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4309         (gnus-visible-headers): Improve custom type.
4310
4311 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * mml.el (mml-menu): Add workarounds for XEmacs.
4314
4315         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4316         X-Boundary header.
4317
4318         * message.el (message-simplify-recipients): Fix previous commit.
4319
4320 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4321
4322         * mm-util.el (mm-set-buffer-multibyte): New function.
4323         * mm-decode.el (mm-copy-to-buffer): Use it.
4324
4325 2008-03-19  Glenn Morris  <rgm@gnu.org>
4326
4327         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4328         Accidentally removed in the sync process with Emacs.
4329
4330 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * message.el (message-alter-recipients-discard-bogus-full-name):
4333         New function.
4334         (message-alter-recipients-function): New variable.
4335         (message-get-reply-headers): Use it.
4336         (message-replace-header): New helper function.
4337         (message-recipients-without-full-name): New variable.
4338         (message-simplify-recipients): New command.
4339
4340         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4341
4342         * message.el (message-info): Handle EasyPG manual.
4343
4344         * mml.el (mml-menu): Add entry for EasyPG.
4345
4346 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4347
4348         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4349         parameter.
4350
4351         * message.el (message-disassociate-draft): Specify drafts group name
4352         fully.
4353
4354 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4355
4356         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4357         unnecessary duplicates from the match list.
4358
4359 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4362
4363         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4364
4365         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4366         args of `how-many' of which the XEmacs version doesn't take; declare
4367         Info-index-next as function.
4368
4369 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4370
4371         * gnus-score.el (gnus-score-headers): Fix handling of
4372         gnus-inhibit-slow-scoring.
4373
4374         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4375         string.
4376         (gnus-button-url-regexp): Improve handling of parenthesis.
4377         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4378         (gnus-button-handle-info-keystrokes): Handle index entries.
4379
4380 2008-03-15  Glenn Morris  <rgm@gnu.org>
4381
4382         * parse-time.el (parse-time-string): Simplify.
4383
4384 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4387         Incoming* files.
4388
4389 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4392         (auth-source-pick): Use it.
4393
4394 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4395
4396         * binhex.el (binhex-decode-region-internal):
4397         * uudecode.el (uudecode-decode-region-internal):
4398         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4399         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4400         setting default-enable-multibyte-characters.
4401
4402 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4403
4404         * auth-source.el (auth-source-protocols)
4405         (auth-source-protocols-customize, auth-source-choices): Added and
4406         modified variable customizations and defaults.
4407         (auth-source-pick, auth-source-user-or-password)
4408         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4409         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4410         (auth-source-user-or-password-sftp)
4411         (auth-source-user-or-password-smtp): Use new variables and provide an
4412         interface to netrc.el.
4413
4414 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4417         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4418         Make sure the nntp port to specify is a string.
4419
4420 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4421
4422         * nntp.el: Use with-current-buffer.
4423         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4424         dubious mm-with-unibyte-current-buffer.
4425         (nntp-with-open-group-function): New function extracted from
4426         nntp-with-open-group macro.
4427         (nntp-with-open-group): Use the function, so it's easier to debug.
4428         Add indentation and debugging info.
4429         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4430         the use of the netcat alternatives.
4431
4432         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4433         Avoid mm-string-as-multibyte as well.
4434
4435         * nnweb.el (nnweb-insert-html):
4436         Remove use of nnheader-string-as-multibyte.
4437
4438         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4439         (nnheader-string-as-multibyte): Remove.
4440
4441         * mm-view.el: Use inhibit-read-only.
4442         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4443         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4444         or unibyte-string.
4445
4446         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4447         (mm-uu-yenc-extract): Use with-current-buffer.
4448
4449         * gnus-soup.el (gnus-soup-send-packet): Don't use
4450         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4451
4452         * nnmh.el: Use with-current-buffer.
4453         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4454         mm-string-as-multibyte on the output of mm-encode-coding-string.
4455
4456         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4457         (nnimap-request-move-article): Use with-current-buffer.
4458
4459         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4460         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4461         conversion uses string-make-unibyte rather than string-as-unibyte.
4462
4463         * gnus-msg.el: Use with-current-buffer.
4464
4465         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4466
4467 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4468
4469         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4470         string for caching if it is 'PIN.
4471
4472 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * lpath.el: Consider the case without Emacs/W3.
4475
4476 2008-03-08  Glenn Morris  <rgm@gnu.org>
4477
4478         * time-date.el (date-to-time, time-subtract, time-add)
4479         (safe-date-to-time): Doc fixes.
4480
4481 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         * mail-source.el (mail-source-delete-old-incoming-confirm):
4484         Change default to nil.
4485         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4486
4487 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * lpath.el: Rearrange.
4490
4491         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4492         (gnus-article-goto-prev-page): Work for articles having ^L's.
4493
4494         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4495
4496         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4497
4498 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4499
4500         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4501         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4502         (gnus-bookmark-jump): Adjust some variable names.
4503
4504 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * auth-source.el: New package.
4507         (auth-source-choices): Add customization entry point variable.
4508
4509         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4510         bug.
4511
4512 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4515         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4516         (gnus-registry-install-shortcuts): Rename from
4517         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4518         the `gnus-registry-mark-map' keymap dynamically from
4519         `gnus-registry-marks'.  The generated functions update the summary line
4520         when a registry mark is added or deleted, and will call
4521         `gnus-registry-install-p' (see the comments in the code).
4522         (gnus-registry-user-format-function-M): Use concat intelligently.
4523
4524         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4525         the registry mark functions.
4526
4527 2008-03-05  Glenn Morris  <rgm@gnu.org>
4528
4529         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4530         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4531         gnus-art.
4532         (top-level): No need to load own source when compiling.
4533
4534 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4535
4536         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4537         Suggested by <chris.anderton@zetnet.co.uk>.
4538
4539 2008-03-04  Glenn Morris  <rgm@gnu.org>
4540
4541         * gnus-sum.el (top-level): No need to require gnus when compiling,
4542         since unconditionally required near start of file.
4543         (gnus-summary-display-while-building): Move definition before use.
4544
4545 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4546
4547         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4548         formatting function.
4549
4550 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4551
4552         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4553         with plists.
4554         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4555         Use new format.
4556
4557 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4560         `where-is-internal' that returns a range of key sequences.
4561
4562 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4563
4564         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4565
4566         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4567         (gnus-summary-jump-to-group): Consider windows on other displayed
4568         frames as well.  Similar changes might be needed elsewhere, but that's
4569         the one I've bumped into during my use.
4570
4571         * nndoc.el (nndoc-oe-dbx-type-p):
4572         * gnus-msg.el (gnus-debug):
4573         * gnus-group.el (gnus-update-group-mark-positions):
4574         Use mm-string-to-multibyte.
4575
4576 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4579         doesn't handle NotDashEscaped.
4580
4581         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4582         (mml-dnd-attach-options): Fix typo in custom choice.
4583
4584         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4585         nndoc-article-type to mbox.
4586         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4587
4588         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4589         to nil, instead of html2text.
4590
4591         * imap.el (imap-debug): Add `imap-ping-server'.
4592
4593         * gnus-bookmark.el: Add FIXMEs.
4594
4595         * message.el (message-form-letter-separator)
4596         (message-send-form-letter-delay): New variables.
4597         (message-send-form-letter): Use them.  New command to send form
4598         letters.  Requested by Uwe Siart.
4599         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4600
4601 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4602
4603         * Update copyright years.
4604
4605 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         Sync from EMACS_22_BASE.
4608
4609         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4610
4611 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4612
4613         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4614         empty author.
4615
4616 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * gnus-registry.el (gnus-registry-marks): Add variable for
4619         customization of marks and their appearance.
4620         (gnus-registry-read-mark): Use it.
4621         (gnus-registry-do-marks): Add utility function to loop through
4622         `gnus-registry-marks'.
4623         (gnus-registry-install-shortcuts-and-menus): Add function to install
4624         shortcuts and menus.
4625         (gnus-registry-initialize): Use it.
4626         (gnus-registry-default-mark): Clarify documentation.
4627
4628 2008-02-29  Glenn Morris  <rgm@gnu.org>
4629
4630         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4631         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4632         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4633         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4634         Change defcustom :version from 23.0 to 23.1.
4635
4636 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * gnus-registry.el (gnus-registry-follow-group-p)
4639         (gnus-registry-post-process-groups): Add functions to aid registry
4640         splitting and improve logging.  Clarify behavior in function
4641         documentation.
4642         (gnus-registry-split-fancy-with-parent): Use them.
4643
4644 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4645
4646         * gnus-art.el: Use with-current-buffer.
4647
4648 2008-02-27  David Engster  <dengste@eml.cc>
4649
4650         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4651         Express real group name in the response.
4652
4653 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4656         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4657         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4658         autoload gnus-registry-fetch-group when compiling.
4659         (nnmairix-request-group-with-article-number-correction): Remove
4660         unreferenced argument passed to nnmairix-call-backend.
4661
4662 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4663
4664         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4665         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4666         Wilde.
4667
4668 2008-02-27  Glenn Morris  <rgm@gnu.org>
4669
4670         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4671         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4672         variables to defconsts.  Convert comments to doc-strings.
4673         (nnmairix-last-server, nnmairix-current-server): Convert from free
4674         variables to defvars.  Convert comments to doc-strings.
4675         (gnus-registry-fetch-group): Autoload.
4676         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4677         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4678         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4679         caddr.
4680         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4681         nnmairix-request-group-with-article-number-correction call.
4682         (nnmairix-fast, nnmairix-group): New, less general names, for free
4683         variables passed from nnmairix-request-group to
4684         nnmairix-request-group-with-article-number-correction.  Declare.
4685         (nnmairix-request-group-with-article-number-correction):
4686         Use nnmairix-fast, nnmairix-group rather than fast, group.
4687
4688 2008-02-26  David Engster  <dengste@eml.cc>
4689
4690         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4691         version 0.5.
4692
4693 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4696         instead of making an extra function call.  Don't add the current group
4697         to articles only when they have the group.  Use
4698         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4699         Reported by David <de_bb@arcor.de>.
4700
4701 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4704         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4705
4706 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * mail-source.el (mail-source-delete-incoming): Change default.
4709         Supplement doc string.
4710
4711         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4712
4713 2008-02-14  Glenn Morris  <rgm@gnu.org>
4714
4715         * time-date.el (format-seconds): New function.
4716
4717 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4718
4719         * nnmail.el (nnmail-message-id-cache-file): Derive from
4720         `gnus-home-directory'.
4721
4722 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4723
4724         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4725         Document negative prefix.
4726
4727         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4728
4729 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * message.el (message-unsent-separator): Add the Exim bounce
4732         separator.
4733
4734 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4735
4736         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4737         list.
4738         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4739         recipient/signer list.
4740
4741 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * Makefile.in (datarootdir): Define.
4744         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4745         name that might contain whitespace.
4746
4747 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4748
4749         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4750         fbound (Emacs 23 unicode), signal an error.
4751
4752 2008-02-08  Glenn Morris  <rgm@gnu.org>
4753
4754         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4755
4756 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4757
4758         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4759         ports to the calls to `netrc-machine-user-or-password' in addition to
4760         "imap" and "imaps".
4761
4762 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4763
4764         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4765
4766         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4767
4768 2008-02-01  Kenichi Handa  <handa@m17n.org>
4769
4770         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4771         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4772         (rfc2104-hash): Convert the result of concat to unibyte string.
4773
4774 2008-02-01  Dave Love  <fx@gnu.org>
4775
4776         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4777         coding-system-for-read.
4778         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4779
4780 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4781
4782         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4783         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4784         <hanche@math.ntnu.no>.
4785
4786 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4789
4790         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4791
4792 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4793
4794         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4795         * message.el (message-beginning-of-line): Use featurep instead of bound
4796         tests in order to resolve conditionals at compile time.
4797
4798 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4799
4800         * mail-source.el (mail-sources): Add `group' choice.
4801
4802         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4803         parameter `in-group' to control into which group the articles go.
4804         Add treatment of `group' mail-source.
4805
4806 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4809
4810         * mm-decode.el (mm-dissect-buffer): Decode description.
4811
4812         * mml.el (mml-to-mime): Encode message header first.
4813
4814 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4817         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4818
4819         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4820         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4821
4822 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4823
4824         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4825
4826 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4829         prefix keys.
4830         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4831         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4832         gnus-xmas.el.
4833
4834         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4835         (gnus-xmas-article-describe-bindings): New function.
4836         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4837         gnus-xmas-article-describe-bindings.
4838
4839         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4840
4841 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4842
4843         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4844         Add new variables for article mark management.
4845         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4846         list of extra data entries which, when present, will indicate that the
4847         article ID should not be trimmed from the registry.
4848         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4849         functions.
4850         (gnus-registry-read-mark): New function to read a mark name from the
4851         user.
4852         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4853         (gnus-registry-set-article-mark-internal): New functions to add and
4854         remove marks.
4855         (gnus-registry-get-article-marks): New function to show the marks for
4856         an article, or retrieve them for further use.
4857
4858 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4861         keys when no argument is given.
4862
4863 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * imap.el (imap-ping-server): New variable.
4866         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4867         (imap-ping-server): Minor doc string fixes.
4868
4869 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4870
4871         * imap.el (imap-ping-server): New function.
4872         (imap-opened): Call imap-ping-server.
4873
4874 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4875
4876         * gnus-sum.el (gnus-article-sort-by-random)
4877         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4878         jidanni@jidanni.org.
4879
4880 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * gnus-art.el (gnus-article-describe-bindings): New function.
4883         (gnus-article-read-summary-keys): Use it.
4884         (gnus-article-mode-map): Bind `C-h b' to it.
4885
4886 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4889         XEmacs.
4890         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4891         against non-character events.
4892
4893         * lpath.el: Fbind map-keymap for Emacs 21.
4894
4895 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4898         command.
4899         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4900         instead of END.  Change name of the temp file.
4901         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4902         customizable.
4903
4904 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4907         bind `S W' to gnus-article-wide-reply-with-original; set default
4908         binding to gnus-article-read-summary-send-keys.
4909         (gnus-article-read-summary-keys): Fix the order of keys; display
4910         continuation keys correctly in the echo area; describe bindings
4911         correctly when keys end with `C-h'.
4912         (gnus-article-read-summary-send-keys): New function.
4913         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4914         for gnus-article-read-summary-send-keys; display continuation keys
4915         correctly in the echo area.
4916         (gnus-article-reply-with-original): Ignore prefix argument.
4917         (gnus-article-wide-reply-with-original): New function.
4918
4919         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4920         Emacs 21.
4921
4922 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4925         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4926
4927 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4930         (gnus-group-read-ephemeral-gmane-group): New command.
4931
4932 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4933
4934         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4935
4936 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * message.el (message-send-mail-function): Increase custom version.
4939
4940         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4941         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4942
4943 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4944
4945         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4946         for the cases where imap-authenticate is called with a nil buffer
4947         parameter.
4948
4949 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4952         html parts correctly; support forwarded messages.
4953         (gnus-article-browse-html-article): Remove work buffers.
4954
4955         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4956         compiling.
4957         (netrc-bound-and-true-p): New macro.
4958         (netrc-parse): Use it instead of bound-and-true-p that is not available
4959         in XEmacs 21.4.
4960
4961 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * gnus-registry.el (gnus-registry-mark-article)
4964         (gnus-registry-article-marks): Add functionality to mark articles
4965         through the Gnus registry.
4966
4967         * encrypt.el: Clarify documentation for the new pgg method.
4968         (encrypt-file-alist): Add PGG option.
4969         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4970         functionality.  Abstract password key and messaging to external
4971         functions.
4972         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4973         (encrypt-message-method-and-cipher): Add new convenience external
4974         functions.
4975         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4976         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4977
4978         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4979         (netrc-parse): Use encrypt-file-alist to determine if
4980         encrypt-find-model or encrypt-insert-file-contents should be used.
4981
4982         * encrypt.el: Clarify documentation.  Load password-cache or
4983         password, whichever one is found first, instead of autoloading.
4984
4985 2007-12-19  Glenn Morris  <rgm@gnu.org>
4986
4987         * mml.el (message-options-set, message-narrow-to-head)
4988         (message-in-body-p, message-mail-p, message-encode-message-body):
4989         Autoload.
4990         (message-remove-header, message-narrow-to-headers-or-head)
4991         (message-subscribed-p, message-make-mail-followup-to)
4992         (message-position-on-field, message-news-p)
4993         (message-options-set-recipient, message-generate-headers)
4994         (message-sort-headers): Declare as functions.
4995
4996 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4999         convention in doc string.
5000
5001 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5004         title to html parts.
5005         (gnus-article-browse-html-article): Pass message header to it.
5006
5007         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5008
5009 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5012         or password compatible with XEmacs.
5013
5014 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5015
5016         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5017         format document.
5018         (gnus-mime-delete-part): Don't write description line if empty.
5019         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5020
5021 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5022
5023         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5024         (gnus-summary-mark-read-and-unread-as-read)
5025         (gnus-summary-mark-current-read-and-unread-as-read)
5026         (gnus-summary-mark-unread-as-ticked): Doc fix.
5027         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5028
5029 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5032         Christoph Conrad <christoph.conrad@gmx.de>.
5033
5034 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5037         yes-or-no-p.
5038
5039 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * mm-decode.el (mm-add-meta-html-tag): New function.
5042         (mm-save-part-to-file, mm-pipe-part): Use it.
5043
5044         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5045         gnus-y-or-n-p instead of y-or-n-p.
5046         (gnus-article-browse-html-parts): Work with message/external-body; use
5047         mm-add-meta-html-tag.
5048
5049 2007-12-11  Glenn Morris  <rgm@gnu.org>
5050
5051         * gnus-cache.el: Require gnus-sum not just when compiling.
5052
5053         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5054
5055         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5056         definitions before use.
5057
5058         * mm-decode.el: Require gnus-util.
5059         (mm-remove-part): Only call delete-annotation on XEmacs.
5060
5061         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5062
5063         * nnmail.el: Require gnus-int.
5064
5065         * spam.el: Move `require's before `eval-when-compile's.
5066
5067         * gnus-ems.el (gnus-alive-p):
5068         * gnus-fun.el (message-goto-eoh):
5069         * gnus-util.el (gnus-group-name-decode):
5070         * mail-source.el (gnus-compress-sequence):
5071         * message.el (Info-goto-node, format-spec):
5072         * mm-bodies.el (message-options-get):
5073         * mm-decode.el (mm-view-pkcs7):
5074         * mm-util.el (gmm-write-region):
5075         * mml-smime.el (mml-compute-boundary)
5076         (gnus-completing-read-with-default):
5077         * mml.el (widget-button-press, gnus-make-hashtable):
5078         * mml1991.el (mm-decode-content-transfer-encoding)
5079         (mm-encode-content-transfer-encoding)
5080         (message-options-get, message-options-set):
5081         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5082         * nnfolder.el (gnus-request-group):
5083         * nnheader.el (ietf-drums-unfold-fws):
5084         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5085         * smime.el (gnus-run-mode-hooks):
5086         * spam-stat.el (gnus-message): Autoload.
5087
5088         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5089         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5090         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5091         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5092         Add declare-function compatibility definition.
5093
5094         * gnus-cache.el (nnvirtual-find-group-art):
5095         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5096         (gnus-add-image, gnus-add-wash-type):
5097         * gnus-group.el (nnkiboze-score-file):
5098         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5099         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5100         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5101         (message-tokenize-header, gnus-get-buffer-create)
5102         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5103         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5104         * gnus.el (gnus-group-decoded-name):
5105         * mail-source.el (imap-capability):
5106         * mm-bodies.el (message-options-set):
5107         * mm-decode.el (gnus-configure-windows):
5108         * mm-extern.el (message-goto-body):
5109         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5110         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5111         (epg-sub-key-validity, message-options-set):
5112         * mml.el (widget-event-point, gnus-configure-windows):
5113         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5114         * mml2015.el (epg-check-configuration, epg-configuration)
5115         (message-options-set):
5116         * nndb.el (nndb-request-article):
5117         * nnfolder.el (gnus-request-create-group):
5118         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5119         * nnmaildir.el (gnus-group-mark-article-read):
5120         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5121         * rfc1843.el (message-fetch-field):
5122         * spam.el (gnus-extract-address-components):
5123         Declare as functions.
5124
5125 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5128
5129         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5130
5131         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5132         bind show-trailing-whitespace for XEmacs.
5133
5134 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5137         new no-op macro for backward compatibility.
5138
5139         * imap.el (imap-string-to-integer): New function.
5140
5141 2007-12-09  Glenn Morris  <rgm@gnu.org>
5142
5143         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5144
5145         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5146         * message.el, mm-view.el, sieve-manage.el, smime.el:
5147         Add declare-function compatibility definition.
5148
5149         * gnus-art.el (w3-region, w3m-region, Info-menu):
5150         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5151         * gnus-sum.el (gnus-get-predicate):
5152         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5153         * message.el (mail-abbrev-in-expansion-header-p):
5154         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5155         (w3m-detect-meta-charset, w3m-region):
5156         * sieve-manage.el (password-read, password-cache-add)
5157         (password-cache-remove):
5158         * smime.el (password-read-and-add): Declare as functions.
5159
5160 2007-12-08  David Kastrup  <dak@gnu.org>
5161
5162         * gnus-sum.el (gnus-summary-simplify-subject-query):
5163         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5164         `message'.
5165
5166 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5169         it to bind idna-program, installation-directory, defined-colors, and
5170         face-attribute for XEmacs of the version that compiles defcustom forms.
5171
5172 2007-12-07  Glenn Morris  <rgm@gnu.org>
5173
5174         * gnus-art.el (article-make-date-line): Revert previous change.
5175
5176 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5177
5178         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5179
5180 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5181
5182         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5183         Call gnus-add-to-range ranges only once with a prepared article-list.
5184
5185 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5186
5187         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5188         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5189         group names with backslashes.  Reported by Tassilo Horn
5190         <tassilo@member.fsf.org>.
5191
5192 2007-12-06  Deepak Goel  <deego3@gmail.com>
5193
5194         * gnus-art.el (article-make-date-line):
5195         * gnus-start.el (gnus-load):
5196         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5197
5198 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * gnus-art.el (gnus-use-idna)
5201         * gnus-start.el (gnus-site-init-file)
5202         * message.el (message-use-idna)
5203         * mm-uu.el (mm-uu-hide-markers)
5204         * smiley.el (smiley-style): Revert changes that suppress warnings.
5205
5206 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5209         specify charset to html source.  Reported by Christoph Conrad
5210         <christoph.conrad@gmx.de>.
5211
5212 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5215         idna-program in order to suppress byte compile warning issued by XEmacs
5216         that came to byte compile the default value section of defcustom forms
5217         recently.
5218
5219         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5220         value of installation-directory.
5221
5222         * message.el (message-use-idna): Don't directly refer to the value of
5223         idna-program.
5224
5225         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5226
5227         * smiley.el (smiley-style): Don't directly call face-attribute.
5228
5229 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5230
5231         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5232
5233         * gnus-dired.el: Reduce Gnus dependencies.
5234         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5235         require.  Use autoloads instead.
5236         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5237         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5238         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5239         (gnus-dired-mode): Adjust doc string.
5240         (gnus-dired-mail-mode): New variable.
5241         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5242         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5243         (gnus-dired-mail-buffers): New function.  Return mail or message
5244         composition buffers.
5245         (gnus-dired-attach): Use it.
5246         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5247         NO-DECODE.
5248         (gnus-dired-print): Use `gnus-print-buffer' depending on
5249         `gnus-dired-mail-mode'.
5250
5251 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * rfc2047.el (rfc2047-encoded-word-regexp)
5254         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5255         explaining what regexp patterns are for.
5256
5257 2007-12-04  Glenn Morris  <rgm@gnu.org>
5258
5259         * password.el: Move to password-cache.el.
5260
5261         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5262         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5263         * mml-smime.el (password-read, password-cache-add)
5264         (password-cache-remove):
5265         No need to autoload, since mml-sec requires password.
5266
5267         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5268         * message.el (gnus-extract-address-components):
5269         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5270
5271         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5272         password.
5273
5274 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5275
5276         * mailcap.el: Reduce dependencies.
5277         (mail-header-parse-content-type): Autoload.
5278         (mailcap-delete-duplicates): New alias.
5279         (mailcap-mime-info): Add optional argument NO-DECODE.
5280         (mailcap-mime-types): Use mailcap-delete-duplicates.
5281
5282         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5283
5284 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5285
5286         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5287         (imap-parse-status): Upcase status-att for servers that sends them
5288         lower-case (e.g., MS Exchange 2007).
5289
5290 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5293         function.
5294
5295         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5296         (gnus-uu-yenc-article): New function.
5297
5298         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5299
5300         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5301         buffer.
5302
5303 2007-12-02  Glenn Morris  <rgm@gnu.org>
5304
5305         * binhex.el (binhex): New custom group.
5306         (binhex-decoder-program, binhex-decoder-switches)
5307         (binhex-use-external): Move to the binhex custom group.
5308
5309         * uudecode.el (uudecode): New custom group.
5310         (uudecode-decoder-program, uudecode-decoder-switches)
5311         (uudecode-use-external): Move to the uudecode custom group.
5312
5313         * netrc.el (top-level): Don't load `encrypt' features.
5314         (netrc-parse): Don't use encrypt.
5315         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5316
5317         * encrypt.el: Remove file.
5318
5319 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5322         matches on patches.
5323
5324         * gnus-art.el (gnus-article-browse-html-article): Mention
5325         `mm-text-html-renderer' in the doc string.
5326
5327         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5328         string.  Add comments.
5329
5330         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5331         if rhs is ASCII.
5332
5333 2007-12-01  Glenn Morris  <rgm@gnu.org>
5334
5335         * mail-source.el (top-level): Require format-spec before
5336         eval-when-compile.
5337
5338 2007-11-30  Glenn Morris  <rgm@gnu.org>
5339
5340         * encrypt.el: Require password, rather than autoloading password-read.
5341
5342 2007-11-29  Glenn Morris  <rgm@gnu.org>
5343
5344         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5345         (sasl-make-client, sasl-next-step, sasl-step-data)
5346         (sasl-step-set-data): Declare as functions.
5347
5348 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5351
5352 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5353
5354         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5355         certs should be verified and what is to be done in the event of a
5356         verification failure.
5357
5358         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5359         caller can indicate whether the cache should be disregarded for this
5360         call.  This way the result of the call is reproducible at all times and
5361         can be considered a canonical server name for the supplied method.
5362         (gnus-agent-method-p): Canonicalize server names by pushing their
5363         method through `gnus-method-to-server' using the no-cache argument.
5364
5365         * gnus-srvr.el (gnus-server-insert-server-line): Call
5366         `gnus-method-to-server' with `no-cache' argument.
5367
5368         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5369         gnus-agent-possibly-synchronize-flags as this should be called when the
5370         server is actually being opened.
5371         (gnus-agent-possibly-synchronize-flags)
5372         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5373         flags file of an agentized server to the latter function.
5374
5375         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5376         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5377         after a connection has been established successfully.
5378
5379 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-art.el (article-display-face): Force to display face if called
5382         interactively; check if gnus-article-x-face-too-ugly matches author.
5383         (article-display-x-face): Display face even if From header is missing
5384         as article-display-face does.
5385
5386 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5387
5388         * hashcash.el (message-narrow-to-headers-or-head)
5389         (message-fetch-field, message-goto-eoh)
5390         (message-narrow-to-headers): Declare as functions.
5391
5392 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * mail-source.el (mail-sources): Default to fetch from file for
5395         compatibility with default of nnmail-spool-file.
5396
5397 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5400         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5401         to look for encoded word that should be encoded again.
5402         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5403         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5404         encoding pattern.
5405         (rfc2047-decode-region): Switch strict regexp and loose one according
5406         to rfc2047-allow-irregular-q-encoded-words.
5407
5408 2007-11-25  Romain Francoise  <romain@orebokech.com>
5409
5410         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5411
5412 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * tls.el (tls-program): Provide more custom choices from
5415         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5416         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5417
5418 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5419
5420         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5421         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5422
5423         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5424         `nnmail-spool-file'.
5425
5426         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5427         `nnmail-spool-file'.
5428
5429         * gnus-move.el (gnus-change-server): Ditto.
5430
5431         * gnus-kill.el (gnus-batch-score): Ditto.
5432
5433         * gnus-cache.el (gnus-jog-cache): Ditto.
5434
5435         * gnus-msg.el (gnus-summary-reply):
5436         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5437
5438 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5441         version.  Minor improvement to doc strings.
5442         (tls-program): Add comment.
5443
5444 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5445
5446         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5447         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5448         mismatch between the hostname provided in the certificate and the name
5449         of the host connnecting to.
5450         (open-tls-stream): Use them.  Check certificates against trusted root
5451         certificates.
5452
5453 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5454
5455         * gnus-cache.el (gnus-cache-generate-nov-databases):
5456         Use nnml-generate-nov-databases-directory instead of
5457         nnml-generate-nov-databases-1.
5458
5459 2007-11-24  Glenn Morris  <rgm@gnu.org>
5460
5461         * message.el (message-tool-bar-retro): Update for rename
5462         mail_send.xpm->mail-send.xpm.
5463
5464 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5465
5466         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5467         `smime-ldap-search' for Emacs 22 and up.
5468
5469 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5470
5471         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5472
5473         * message.el (message-send-mail-function): Fix error convention.
5474         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5475         (message-widen-reply, message-send-mail, message-talkative-question)
5476         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5477         (message-clone-locals, message-send-news): Use with-current-buffer.
5478         (message-insert-or-toggle-importance): Remove unused var `valid'.
5479         (message-make-references): Remove unused var `new-references'.
5480         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5481
5482 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5483
5484         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5485         (spam-split-symbolic-return-positive): Reflow docstring.
5486         (spam-backends, spam-summary-exit-behavior)
5487         (spam-mark-ham-unread-before-move-from-spam-group)
5488         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5489         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5490         (spam-clear-cache, spam-backend-check, spam-install-backend)
5491         (spam-install-statistical-backend, spam-list-of-processors)
5492         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5493         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5494         (spam-check-crm114, spam-initialize, spam-unload-hook):
5495         Fix typos in docstrings.
5496
5497 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5500         been checked if they have never been read and those group levels are
5501         higher than the one that a user specified.
5502
5503 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5506         foreign groups unless a group level is specified by a user.
5507         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5508
5509 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5510
5511         * message.el (message-send-mail-function): Require sendmail.
5512
5513 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * message.el (message-send-mail-function): Check for smtpmail too.
5516
5517         * utf7.el (utf7-encode, utf7-decode): Use coding system
5518         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5519
5520         * message.el (message-send-mail-function): New function.
5521         (message-send-mail-function): Set default using
5522         message-send-mail-function.  Adjust doc string.
5523         (message-send-mail-with-mailclient): New function.
5524
5525 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5526
5527         * smime.el (from):
5528         * rfc2047.el (message-posting-charset):
5529         * qp.el (mm-use-ultra-safe-encoding):
5530         * pop3.el (parse-time-months):
5531         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5532         * nnml.el (files):
5533         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5534         (jka-compr-compression-info-list, ange-ftp-path-format)
5535         (efs-path-regexp):
5536         * nndiary.el (files):
5537         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5538         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5539         (epg-digest-algorithm-alist, inhibit-redisplay)
5540         (password-cache-expiry):
5541         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5542         (pgg-output-buffer, password-cache-expiry):
5543         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5544         (efs-path-regexp):
5545         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5546         (inhibit-redisplay):
5547         * mm-uu.el (file-name, start-point, end-point, entry)
5548         (gnus-newsgroup-name, gnus-newsgroup-charset):
5549         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5550         (latin-unity-ucs-list):
5551         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5552         (mm-uu-binhex-decode-function):
5553         * message.el (gnus-message-group-art, gnus-list-identifiers)
5554         (rmail-enable-mime-composing, gnus-local-organization)
5555         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5556         (gnus-read-active-file, facemenu-add-face-function)
5557         (facemenu-remove-face-function, gnus-article-decoded-p)
5558         (tool-bar-mode):
5559         * mail-source.el (display-time-mail-function):
5560         * gnus-util.el (nnmail-pathname-coding-system)
5561         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5562         (gnus-original-article-buffer, gnus-user-agent)
5563         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5564         (xemacs-codename, sxemacs-codename, emacs-program-version):
5565         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5566         * gnus-start.el (gnus-agent-covered-methods)
5567         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5568         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5569         (gnus-newsgroup-headers, gnus-group-list-mode)
5570         (gnus-group-mark-positions, gnus-newsgroup-data)
5571         (gnus-newsgroup-unreads, nnoo-state-alist)
5572         (gnus-current-select-method, mail-sources)
5573         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5574         (nnmail-spool-file, gnus-cache-active-hashtb):
5575         * gnus-mh.el (mh-lib-progs):
5576         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5577         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5578         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5579         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5580         (gnus-group-buffer):
5581         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5582         (font-lock-set-defaults):
5583         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5584         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5585         (gnus-summary-post-menu, total-parts, type, condition, length):
5586         * gnus-agent.el (gnus-agent-read-agentview):
5587         * flow-fill.el (show-trailing-whitespace):
5588         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5589         eval-and-compile wrappers for byte compiler pacifiers.
5590
5591         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5592         (mm-display-inline-fontify): Check for featurep 'xemacs not
5593         extent-list.
5594
5595         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5596         itimer-list.
5597         (mm-create-image-xemacs): Only do something for XEmacs.
5598         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5599
5600         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5601
5602         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5603         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5604
5605 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5606
5607         * nnimap.el (nnimap-split-download-body):
5608         * gnus-demon.el (gnus-demon):
5609         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5610
5611 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5614         macros.
5615         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5616         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5617         copy data from unibyte buffer to multibyte current buffer.
5618         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5619         to copy data from unibyte current buffer to multibyte buffer.
5620         (nntp-make-process-buffer): Make process buffer unibyte.
5621
5622         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5623
5624 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5625
5626         * pop3.el (pop3-open-server): Accept and process data more robustly at
5627         connexion start to avoid spurious "POP SSL connexion failed" errors.
5628
5629 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5632         read group names.
5633
5634 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5637
5638 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5641         (nnmail-save-active): Use a unibyte buffer when saving active file,
5642         which may contain non-ASCII group names.
5643
5644         * nnml.el (nnml-request-group): Decode group names in messages.
5645
5646 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * message.el (message-citation-line-function)
5649         (message-insert-formatted-citation-line): Fix spelling of
5650         `message-insert-formated-citation-line'.
5651
5652 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5655
5656 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5659         nnmail-pathname-coding-system.
5660
5661         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5662         that a user enters; decode group names in messages.
5663
5664         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5665
5666 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5667
5668         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5669
5670         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5671
5672         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5673         risky local variable.
5674
5675         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5676
5677 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * encrypt.el: Improve documentation to fix function name typo.
5680         Reported by Daiki Ueno <ueno@unixuser.org>.
5681
5682 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5685         even if the point is not in the last page of an article.
5686         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5687         back to the previous page.
5688
5689 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5692
5693 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5696
5697 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5698
5699         * message.el (message-check-news-body-syntax): Avoid
5700         mm-string-as-multibyte.
5701         (message-hide-headers): Don't assume (point-min)==1.
5702
5703 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5704
5705         * message.el (message-remove-blank-cited-lines): Fix if remove is
5706         given.
5707         (message-bogus-address-regexp): New variable.
5708         (message-bogus-recipient-p): New function.
5709         (message-check-recipients): New command.
5710         (message-syntax-checks): Add `bogus-recipient'.
5711         (message-fix-before-sending): Add `bogus-recipient'.
5712
5713         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5714         (gnus-treat-body-boundary): Don't test window-system.
5715
5716 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5717
5718         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5719
5720 2007-10-28  Miles Bader  <miles@gnu.org>
5721
5722         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5723         at compile-time too.
5724
5725 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * gnus-msg.el (gnus-message-setup-hook): Add
5728         `message-remove-blank-cited-lines' to options.
5729
5730 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * message.el (message-remove-blank-cited-lines): New function.
5733         Suggested by Karl Plästerer.
5734
5735 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5738         mapc.
5739
5740         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5741         (top-level): Use mapc to set functions to be traced for debugging.
5742
5743         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5744         called for effect with while loop.
5745
5746         * message.el (message-talkative-question): Replace mapcar called for
5747         effect with mapc.
5748
5749         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5750         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5751         called for effect with dolist.
5752
5753         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5754
5755         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5756         gnus-extra-headers and nnmail-extra-headers.
5757
5758         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5759         called for effect with dolist.
5760         (top-level): Use mapc to set functions to be traced for debugging.
5761
5762         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5763         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5764         dolist.
5765
5766         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5767         Replace mapcar called for effect with mapc.
5768         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5769         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5770         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5771         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5772
5773         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5774         remove-if that's a cl function.
5775
5776         * webmail.el (webmail-debug): Replace mapcar called for effect with
5777         dolist.
5778
5779         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5780         with mapc.
5781
5782 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5785         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5786         with while loop.
5787
5788         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5789         functions from article-* functions.
5790         (gnus-multi-decode-header): Replace mapcar called for effect with
5791         dolist.
5792
5793         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5794         (gnus-bookmark-show-details): Replace mapcar called for effect with
5795         while loop.
5796
5797         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5798         called for effect with while loop.
5799
5800         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5801         with dolist.
5802
5803         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5804         mapcar called for effect with dolist.
5805
5806         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5807
5808         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5809         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5810         Replace mapcar called for effect with dolist.
5811         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5812         mapc.
5813
5814         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5815         Replace mapcar called for effect with dolist.
5816         (gnus-topic-list): Replace mapcar called for effect with mapc.
5817
5818         * gnus.el: Use mapc instead of mapcar to add autoloads.
5819
5820 2007-10-23  Richard Stallman  <rms@gnu.org>
5821
5822         * gnus-group.el (gnus-group-highlight): Mark as risky.
5823
5824 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus.el (gnus-server-to-method): Return method found first in
5827         gnus-newsrc-alist.
5828
5829         * gnus-art.el (gnus-article-highlight-signature)
5830         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5831         button overlay without the front stickiness.
5832
5833 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5834
5835         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5836         overview buffer needed a catch to receive its throw.
5837         (gnus-agent-flush-cache): Declared as interactive to make this function
5838         easier to use.
5839
5840 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5843         `next-line'.
5844
5845 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5848         exclude address matching message-dont-reply-to-names.
5849
5850 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * gnus-util.el (gnus-string<): New function.
5853
5854         * gnus-sum.el (gnus-article-sort-by-author)
5855         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5856
5857 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5860         the frame-focus tag is set in gnus-buffer-configuration.
5861
5862 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5865         the front stickiness.
5866
5867 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5870         url pattern; remove duplicate one.
5871         (gnus-article-extend-url-button): New function.
5872         (gnus-article-add-buttons): Use it.
5873         (gnus-button-push): Use concatenated url that it makes.
5874
5875 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5876
5877         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5878
5879 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5880
5881         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5882         Don't hardcode point-min==1.
5883
5884 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5887         Fix comment about "iso8859-1".
5888
5889 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5890
5891         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5892         ones returned from the verify-function.
5893
5894         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5895         mml2015-extract-cleartext-signature if extraction failed.
5896
5897 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5898
5899         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5900         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5901         failed.
5902
5903 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5906
5907 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5908
5909         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5910         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5911         recommends to use EasyPG instead of PGG.
5912
5913         * pgg.el: Revert to revision 6.23.2.16.
5914
5915         * pgg-def.el: Revert to revision 6.6.2.14.
5916
5917         * pgg-gpg.el: Revert to revision 6.23.2.34.
5918
5919 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5920
5921         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5922         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5923         thread for both the null and zero (kill/expire thread) universal prefix
5924         cases.
5925         (gnus-summary-expire-thread): Add new function to expire a thread,
5926         using gnus-summary-kill-thread.
5927         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5928         shortcuts for gnus-summary-expire-thread.
5929         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5930         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5931
5932 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5935         extras value, so an extras entry can be deleted.
5936         (gnus-registry-delete-extra-entry): Use it.
5937         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5938         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5939         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5940         storage through the gnus-registry, and provide an appropriate API for
5941         it.
5942
5943 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5946         Suggested by Leo <sdl.web@gmail.com>.
5947
5948         * gnus.el: Do.
5949
5950 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5953         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5954
5955         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5956
5957         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5958         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5959
5960 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5963         newline.
5964         (nnmbox-request-accept-article): Don't change article in source buffer;
5965         narrow to header to use message-fetch-field rather than
5966         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5967         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5968         as delimiters; make sure article ends with newline.
5969         (nnmbox-delete-mail): Correct last position of article to be deleted;
5970         ignore X-Gnus-Newsgroup header in article body.
5971         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5972         positions; make sure article ends with newline.
5973
5974         * message.el (message-display-abbrev): Don't infloop when a user
5975         inserts SPC in the beginning of header.
5976
5977         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5978         coding-system-for-read and coding-system-for-write for XEmacs having no
5979         file-coding feature.
5980
5981         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5982
5983 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5986         list of groups not followed by default.  Fix type to be regexp.
5987         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5988
5989 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5990
5991         * hmac-def.el (define-hmac-function): Switch from old-style to
5992         new-style backquotes.
5993
5994         * md4.el (md4-make-step): Likewise.
5995
5996 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5999         raw-text coding system when saving .newsrc file, which may contain
6000         non-ASCII group names.
6001
6002 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-cus.el (gnus-score-extra): New widget.
6005         (gnus-score-extra-convert): New function.
6006         (gnus-score-customize): Use it for Extra.
6007
6008 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6009
6010         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6011         (mml2015-mailcrypt-clear-verify): Use it.
6012         (mml2015-gpg-clear-verify): Use it.
6013         (mml2015-pgg-clear-verify): Use it.
6014         (mml2015-epg-clear-verify): Replace the current part with the output
6015         from GnuPG; don't extract the plaintext by itself.
6016
6017         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6018         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6019         mml2015-clear-verify-function; don't touch the armor headers or
6020         dash-escaped text here.
6021
6022 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6025         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6026         parts, or application/octet-stream as a last resort.
6027         (gnus-mime-view-part-as-type): Don't toggle display.
6028         (gnus-mime-view-part-as-charset): Don't turn off display before
6029         querying charset.
6030
6031         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6032         stuff to undisplayer function in Emacs.
6033         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6034
6035         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6036         text/calendar parts.
6037
6038 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6041         decoding text/calendar parts.
6042
6043         * message.el (message-forward-make-body-mime): Always mark body as
6044         having no illegible text; remove signed-or-encrypted argument.
6045         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6046
6047         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6048         (mml-generate-mime-1): Don't encode body if it is specified to be in
6049         raw form; don't make buffer be unibyte when inserting multibyte string.
6050
6051 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6052
6053         * sha1.el: Fix up comment style.
6054         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6055         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6056
6057         * hex-util.el: Fix up comment style.
6058         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6059
6060         * gnus-salt.el: Use with-current-buffer.
6061         (gnus-pick-setup-message): Fix long-standing typo.
6062
6063 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * imap.el (imap-logout-timeout): New variable.
6066         (imap-logout, imap-logout-wait): New functions.
6067         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6068
6069         * nnimap.el (nnimap-logout-timeout): New server variable.
6070         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6071         nnimap-logout-timeout.
6072
6073         * gnus-art.el (gnus-article-summary-command-nosave)
6074         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6075
6076 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus.el (gnus-maximum-newsgroup): New variable.
6079
6080         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6081         according to gnus-maximum-newsgroup.
6082
6083         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6084         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6085         Limit the range of articles according to gnus-maximum-newsgroup.
6086
6087 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6088
6089         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6090         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6091         Don't perform gnus-configure-windows here; reuse existing sticky
6092         article buffer.
6093
6094         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6095         it doesn't exist in gnus-article-mode.
6096
6097 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6100         (gnus-agent-decoded-group-name): New function.
6101         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6102         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6103
6104 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6105
6106         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6107         Add binding for gnus-sticky-article.
6108         (gnus-summary-exit): Don't kill sticky article buffers.
6109
6110         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6111         article buffer.
6112         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6113         (gnus-kill-sticky-article-buffers): New commands.
6114
6115 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * nntp.el (nntp-xref-number-is-evil): New server variable.
6118         (nntp-find-group-and-number): If it is non-nil, don't trust article
6119         numbers in the Xref header.
6120
6121 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-agent.el (gnus-agent-read-group): New function.
6124         (gnus-agent-flush-group, gnus-agent-expire-group)
6125         (gnus-agent-regenerate-group): Use it.
6126         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6127         nnmail-pathname-coding-system.
6128
6129 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6132
6133         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6134         that are unread as unread, and also as selected so that information of
6135         marks having been changed by a user may be updated when exiting group.
6136
6137 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6140         calculated ignoring signature parts to gnus-treat-article.
6141
6142 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6145         a point here in order to keep the window start.
6146         (gnus-insert-mime-security-button): Make a button overlay without the
6147         front stickiness.
6148         (gnus-mime-display-security): Goto the end of a button.
6149
6150         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6151
6152 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6155         group-name-at-point.
6156         (gnus-group-completing-read): New function that offers decoded
6157         non-ASCII group names for completion.
6158         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6159         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6160         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6161         (gnus-group-fetch-control): Use it.
6162         (gnus-fetch-group): Use group-name-at-point for the initial value
6163         rather than the default value; use gnus-alive-p.
6164
6165         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6166         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6167         (gnus-summary-post-news): Use gnus-group-completing-read.
6168
6169         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6170         (gnus-read-move-group-name): Decode group name for completion.
6171
6172 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6173
6174         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6175         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6176         Yamaoka slightly modified the code).
6177
6178 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6181         (nnmail-split-incoming): Bind it.
6182
6183         * nnml.el (nnml-group-name-charset): New function.
6184         (nnml-decoded-group-name): Use it; don't decode group name if
6185         nnmail-group-names-not-encoded-p is non-nil.
6186         (nnml-encoded-group-name): New function.
6187         (nnml-group-pathname): Inline nnml-decoded-group-name.
6188         (nnml-request-expire-articles): Decode group name in message.
6189         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6190         nnmail-pathname-coding-system.
6191         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6192         not decoded ones according to nnmail-group-names-not-encoded-p.
6193         (nnml-generate-active-info): Use nnml-encoded-group-name.
6194
6195 2007-08-08  Glenn Morris  <rgm@gnu.org>
6196
6197         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6198         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6199         doc-strings and comments.
6200
6201 2007-07-25  Glenn Morris  <rgm@gnu.org>
6202
6203         * Relicense all FSF files to GPLv3 or later.
6204
6205 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-sum.el (gnus-summary-move-article): Make
6208         gnus-summary-respool-article work.
6209
6210 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6213         string.
6214
6215 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6216
6217         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6218         that should be ignored when comparing distant RSS articles with local
6219         ones.
6220         (nnrss-make-hash-index): New function.  Create a hash index according
6221         to the ignored fields.
6222         (nnrss-check-group): Use it.
6223
6224 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6227
6228         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6229
6230         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6231         the new optional argument ENCODED is non-nil.
6232         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6233         coding system for encoding group name.
6234         (gnus-group-make-rss-group): Pass un-encoded group name to
6235         gnus-group-make-group.
6236         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6237         encoded.
6238
6239         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6240         Encode group name to which articles are moved or copied.
6241         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6242         coding system for encoding Newsgroup, Followup-To and Xref headers.
6243
6244         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6245         marks; use nnheader-file-coding-system to write a file.
6246         (nnagent-retrieve-headers): Bind file-name-coding-system to
6247         nnmail-pathname-coding-system.
6248
6249         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6250
6251         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6252         (nnml-request-article, nnml-request-create-group)
6253         (nnml-request-rename-group, nnml-find-id)
6254         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6255         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6256         (nnml-save-marks): Use nnml-group-pathname instead of
6257         nnmail-group-pathname.
6258
6259         (nnml-request-create-group, nnml-request-expire-articles)
6260         (nnml-request-move-article, nnml-request-delete-group)
6261         (nnml-deletable-article-p, nnml-possibly-create-directory)
6262         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6263         (nnml-open-marks): Bind file-name-coding-system to
6264         nnmail-pathname-coding-system.
6265
6266         (nnml-request-article): Pass server argument to nnml-find-group-number.
6267         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6268         server argument to nnml-possibly-create-directory.
6269         (nnml-request-accept-article): Pass server argument to
6270         nnml-active-number and nnml-save-mail.
6271         (nnml-find-group-number): Pass server argument to nnml-find-id.
6272         (nnml-request-update-info): Pass server argument to
6273         nnml-marks-changed-p.
6274
6275         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6276         (nnml-save-mail, nnml-active-number): Add server argument.
6277
6278         (nnml-request-delete-group): Warn if group is missing.
6279         (nnml-get-nov-buffer): Decode group name.
6280         (nnml-generate-active-info): Encode group name.
6281         (nnml-open-marks): Decode group name in messages.
6282
6283 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6286         if it is not specified.
6287         (gnus-article-pipe-part, gnus-article-save-part)
6288         (gnus-article-interactively-view-part, gnus-article-copy-part)
6289         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6290         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6291         (gnus-article-replace-part, gnus-article-delete-part)
6292         (gnus-article-view-part-as-type): Pass raw prefix argument to
6293         gnus-article-part-wrapper.
6294
6295 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-agent.el (gnus-agent-save-active): Bind
6298         nnheader-file-coding-system to gnus-agent-file-coding-system.
6299
6300         * gnus-cache.el (gnus-cache-save-buffers)
6301         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6302         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6303         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6304         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6305         (gnus-cache-generate-active, gnus-cache-rename-group)
6306         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6307         (gnus-cache-update-overview-total-fetched-for): Bind
6308         file-name-coding-system to nnmail-pathname-coding-system.
6309         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6310         variables.
6311         (gnus-cache-decoded-group-name): New function.
6312         (gnus-cache-file-name): Use it.
6313         (gnus-cache-generate-active): Use non-decoded group name for active.
6314
6315         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6316         right place.
6317         (gnus-write-active-file): Don't break non-ASCII group names.
6318
6319         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6320         nnmail-pathname-coding-system.
6321
6322         * lpath.el: Bind default-file-name-coding-system,
6323         file-name-coding-system and language-info-alist for XEmacs.
6324
6325         * gnus-uu.el (gnus-uu-decode-save): Typo.
6326
6327 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6330
6331 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6334         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6335         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6336         (gnus-agent-flush-group, gnus-agent-flush-cache)
6337         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6338         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6339         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6340         (gnus-agent-regenerate-group)
6341         (gnus-agent-update-files-total-fetched-for)
6342         (gnus-agent-update-view-total-fetched-for): Bind
6343         file-name-coding-system to nnmail-pathname-coding-system.
6344         (gnus-agent-group-pathname): Don't encode file names by
6345         nnmail-pathname-coding-system.
6346         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6347         coding-system-for-write instead of buffer-file-coding-system to
6348         gnus-agent-file-coding-system.
6349
6350         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6351         Decode group name.
6352
6353         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6354
6355         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6356         (gnus-read-newsrc-el-file): Make group names unibyte.
6357
6358         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6359         nnmail-pathname-coding-system.
6360
6361         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6362         (nnrss-request-delete-group): Bind file-name-coding-system to
6363         nnmail-pathname-coding-system.
6364         (nnrss-read-server-data, nnrss-read-group-data): Bind
6365         file-name-coding-system correctly.
6366         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6367
6368         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6369         (nntp-server-to-method-cache): New variable.
6370         (nntp-group-pathname): New function that decodes non-ASCII group names.
6371         (nntp-possibly-create-directory, nntp-marks-changed-p)
6372         (nntp-save-marks, nntp-open-marks): Use it.
6373         (nntp-possibly-create-directory, nntp-open-marks):
6374         Bind file-name-coding-system to nnmail-pathname-coding-system.
6375         (nntp-open-marks): Decode group names when bootstrapping marks.
6376
6377         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6378         Newsgroups and Folowup-To headers.
6379
6380 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6383         (gnus-server-closed-face, gnus-server-denied-face)
6384         (gnus-server-offline-face): Remove variable.
6385         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6386
6387         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6388         of modifying message-stack directly for XEmacs.
6389
6390         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6391         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6392         if the coding-system argument is nil for XEmacs.
6393
6394         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6395         mm-charset-override-alist.
6396
6397         * rfc2047.el: Don't require base64; require rfc2045 for the function
6398         rfc2045-encode-string.
6399         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6400         to quote the parameter value.
6401
6402 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6405         form in gnus-group-name-charset-method-alist.
6406
6407         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6408         overrides the default layout edit-form.
6409
6410         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6411
6412         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6413
6414 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6417         as unfetched articles.
6418
6419 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6422
6423 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6426         original back end that keeps marks in the local system.
6427
6428 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6431         arg of pop-to-buffer for XEmacs.
6432         (gnus-article-read-summary-keys): Ditto; don't restore window
6433         configuration if summary command ends up with neither article buffer
6434         nor summary buffer; describe bindings if summary keys end with C-h.
6435
6436 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * message.el (message-fix-before-sending): Skip raw message part to be
6439         forwarded while checking illegible text.
6440         (message-forward-make-body-mime, message-forward-make-body): Mark
6441         signed or encrypted raw message as having no illegible text.
6442
6443 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6446         (gnus-message-with-timestamp-1): New macro.
6447         (gnus-message-with-timestamp): New function.
6448         (gnus-message): Use them.
6449
6450         * nnheader.el (nnheader-message): Use them.
6451
6452 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6453
6454         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6455         .newsrc.eld file.
6456
6457 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * gnus-agent.el (gnus-agent-fetch-headers)
6460         (gnus-agent-retrieve-headers): Bind
6461         gnus-decode-encoded-address-function to identity.
6462
6463         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6464         available also when the server returns simply a dot.
6465
6466         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6467
6468 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6471
6472 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-ems.el (gnus-x-splash): Make it work.
6475
6476         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6477         from being used.
6478
6479         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6480
6481 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6484         4th and the 5th arguments.
6485
6486         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6487         the front stickiness.
6488         (gnus-article-summary-command-nosave): Correct the order of the
6489         arguments passed to pop-to-buffer.
6490         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6491         summary command ends up with the article buffer.
6492
6493         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6494         the same faces.
6495
6496 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6497
6498         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6499
6500 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6501
6502         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6503         * gnus-sum.el (gnus-summary-highlight):
6504         * pgg.el (pgg-sign-region, pgg-sign):
6505         * mail-source.el (mail-source-delete-old-incoming-confirm):
6506         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6507
6508 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-art.el (gnus-mime-view-part-externally)
6511         (gnus-mime-view-part-internally): Fix predicate function passed to
6512         completing-read.
6513
6514         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6515
6516         * gnus.el (gnus-update-message-archive-method): Add :version.
6517
6518 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * gnus.el (gnus-update-message-archive-method): New variable.
6521
6522         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6523         according to gnus-message-archive-method if
6524         gnus-update-message-archive-method is non-nil.
6525
6526 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6529         by Loic Dachary <loic@dachary.org>.
6530         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6531
6532 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * message.el (message-pop-to-buffer): Add switch-function argument.
6535         (message-mail): Pass switch-function argument to it.
6536
6537 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6538
6539         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6540         Improve doc string.
6541
6542 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6545         (gnus-header-content)
6546         * gnus-cite.el (gnus-cite-10)
6547         * gnus-srvr.el (gnus-server-closed)
6548         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6549         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6550         (gnus-group-mail-3-empty, gnus-group-mail-low)
6551         (gnus-group-mail-low-empty, gnus-splash)
6552         * message.el (message-header-to, message-header-cc)
6553         (message-header-subject, message-header-other, message-header-name)
6554         (message-header-xheader, message-separator, message-cited-text)
6555         (message-mml): Lighten colors of faces used for dark background.
6556
6557 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6558
6559         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6560         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6561
6562 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * message.el (message-narrow-to-headers-or-head):
6565         Ignore mail-header-separator in the body.
6566
6567 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6570         same as window size.
6571
6572 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6573
6574         * message.el (message-font-lock-keywords): Use message-header-xheader
6575         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6576         ahead of the anything pattern, to get it recognised.
6577
6578 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6581         spam.el loads uses it in the compiled defadvice form.
6582
6583 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6584
6585         * gnus-sum.el (gnus-articles-to-read)
6586         (gnus-summary-insert-old-articles): Don't truncate group name for
6587         `read-string'.
6588
6589         * gnus-util.el (gnus-limit-string): Delete this function.
6590
6591         * gnus-sum.el (gnus-simplify-subject-fully): Use
6592         `truncate-string-to-width' instead.
6593
6594 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6595
6596         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6597         if, on summary exit, the next group has to be selected.
6598         (gnus-summary-exit): Use it.
6599
6600 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6603         non-break space.
6604
6605 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6608         Check if group is not a directory.
6609         (nnfolder-request-expire-articles): Don't delete articles if the target
6610         group is not available.
6611
6612         * nnml.el (nnml-request-create-group): Properly check if group is not a
6613         file.
6614         (nnml-request-expire-articles): Don't delete articles if the target
6615         group is not available.
6616
6617         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6618         Don't quote characters that are within parentheses.
6619
6620 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6623         (gnus-handle-ephemeral-exit): Select article according to it.
6624
6625 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * message.el (message-insert-formated-citation-line): Remove newline.
6628         (message-citation-line-format): Add final \n here so that the user can
6629         avoid a blank line.
6630
6631 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6632
6633         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6634         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6635         Update lanl/arXiv support.
6636
6637 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * gnus.el: Bump version number.
6640
6641 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6642
6643         * gnus.el (gnus-version-number): Bump version.
6644
6645 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6646
6647         * gnus.el: No Gnus v0.6 is released.
6648
6649 2007-04-27  Didier Verna  <didier@xemacs.org>
6650
6651         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6652         * gmm-utils.el (gmm-regexp-concat): here.
6653         * message.el: Don't require 'gnus-util.
6654         (message-dont-reply-to-names): Handle name change above.
6655         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6656
6657 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6660         since the initial value varies according to the system.
6661
6662 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6665
6666 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6667
6668         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6669
6670 2007-04-24  Didier Verna  <didier@xemacs.org>
6671
6672         Improve the type of gnus-ignored-from-addresses.
6673         * gnus-util.el (gnus-orify-regexp): New function.
6674         * message.el (gnus-util): Require it.
6675         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6676         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6677         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6678
6679 2007-04-24  Didier Verna  <didier@xemacs.org>
6680
6681         * gnus-sum.el:
6682         * gnus-utils.el: Fix some trailing whitespaces.
6683
6684 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6687         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6688         article's Message-ID; refer parent article in summary buffer.
6689
6690         * message.el (message-bounce): Call mime-to-mml.
6691
6692         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6693         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6694         optimize and/or forms properly.
6695
6696 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6699         URL.
6700
6701 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6704
6705 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6708         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6709         displayed of multipart/alternative part if it is invoked from summary
6710         buffer.
6711
6712         * mm-view.el (mm-inline-text-html-render-with-w3m)
6713         (mm-inline-text-html-render-with-w3m-standalone)
6714         (mm-inline-render-with-function): Use mail-parse-charset by default.
6715
6716 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6717
6718         * parse-time.el (parse-time-string-chars): Check if CHAR
6719         is less than the length of parse-time-syntax.
6720
6721 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6724         from gnus-newsgroup-processable.
6725
6726 2007-04-16  Didier Verna  <didier@xemacs.org>
6727
6728         * gnus-msg.el (gnus-configure-posting-styles): Handle
6729         message-signature-directory properly with :file syntax.  Reported by
6730         "Leo".
6731
6732 2007-04-11  Didier Verna  <didier@xemacs.org>
6733
6734         New user option: message-signature-directory.
6735         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6736         * message.el (message-insert-signature): Ditto.
6737         * message.el (message-signature-file): Doc update.
6738         * message.el (message-signature-directory): New.
6739
6740 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-msg.el (gnus-inews-yank-articles): Use
6743         message-exchange-point-and-mark instead of exchange-point-and-mark.
6744
6745 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * message.el (message-yank-original): Make sure cited text ends with
6748         newline; don't exchange point and mark.
6749
6750 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6751
6752         * tls.el (open-tls-stream): Properly handle case where there
6753         is no associated buffer.
6754
6755 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6756
6757         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6758         message-yank-original, make sure (< mark TEXT point).
6759
6760 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * message.el (message-fill-column): New variable.
6763         (message-mode): Use it.  Add comment on a possible new hook.
6764
6765         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6766         (nnmail-get-new-mail): Reformat.
6767
6768         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6769
6770         * gmm-utils.el: Fix Commentary.
6771         (gmm-tool-bar-from-list): Fix typo in doc string.
6772
6773 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6774
6775         * message.el (message-yank-original): Don't switch point and mark
6776         unnecessarily to put point and mark as documented.
6777
6778 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6781         from the message heads.
6782
6783 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6784
6785         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6786         article buffer does not have a window.  This may not be the best
6787         solution but is certainly better than setting the start of the null,
6788         that is the current, window.
6789
6790 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6793         (gnus-draft-setup): Run it.
6794
6795         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6796         gnus-score-fast-scoring.  Allow regexp.
6797         (gnus-score-headers): Use it.
6798
6799         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6800         XEmacs.
6801
6802         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6803         string.
6804         (gnus-button-alist): Also catch `<f1> k ...'.
6805         (gnus-treat-display-x-face): Fix doc string.
6806
6807 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6808
6809         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6810         evaluation of gnus-extended-version to ensure correct generation of the
6811         User-Agent header when message-generate-headers-first is used.
6812
6813 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6814
6815         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6816         hashcash-path is nil.  Don't call callback with incorrect number of
6817         parameters if val is 0.
6818
6819 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6820
6821         * message.el (message-required-news-headers):
6822         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6823
6824 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6825
6826         * tls.el (open-tls-stream): In handshake-waiting loop,
6827         don't wait more if there is output available to process.
6828
6829 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6830
6831         * tls.el (tls-program): Doc fix.
6832
6833 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * message.el (message-generate-new-buffers): Change the meaning of the
6836         nil value; add `standard' to the choices; treat t as `unique'; improve
6837         doc string.
6838         (gnus-select-frame-set-input-focus): Autoload.
6839         (message-buffer-name): Search for the existing message buffer if
6840         message-generate-new-buffers is nil or `standard'; treat the value t of
6841         message-generate-new-buffers as `unique'.
6842         (message-pop-to-buffer): Raise the frame already displaying the message
6843         buffer; clear the echo area after querying.
6844         (message-setup): Pass the `continue' argument to compose-mail.
6845         (message-mail): Prefer `switch-function' if it is given; search for the
6846         existing message buffer if the `continue' argument is non-nil; pass
6847         continue and switch-function arguments to compose-mail by way of
6848         message-setup.
6849         (message-mail-other-window): Adjust argument of message-setup.
6850         (message-mail-other-frame): Ditto.
6851
6852 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6855         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6856         to turn font-lock on when turning gnus-message-citation-mode on.
6857
6858 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6859
6860         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6861         (mml-smime-function-alist): New variable; add epg as the backend.
6862         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6863         mml-smime- functions instead.
6864         * mm-view.el: Require smime.
6865
6866 2007-03-05  Didier Verna  <didier@xemacs.org>
6867
6868         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6869         instead of just inheritance for posting styles.
6870         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6871
6872 2007-02-24  Chris Moore  <dooglus@gmail.com>
6873
6874         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6875         * pgg-pgp.el (pgg-pgp-encrypt-region):
6876         * pgg-gpg.el (pgg-gpg-encrypt-region):
6877         Check pgg-encrypt-for-me if no other recipients.
6878
6879 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6880
6881         * tls.el (tls-certtool-program): Fix custom type.
6882
6883 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6886         and point-at-eol instead of line-(beginning|end)-position.
6887
6888         * assistant.el (assistant-parse-buffer): Ditto.
6889
6890         * netrc.el (netrc-parse-services): Ditto.
6891
6892 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6893
6894         * mml2015.el (mml2015-epg-find-usable-key): New function.
6895         (mml2015-epg-sign): Use it.
6896         (mml2015-epg-encrypt): Use it.
6897
6898 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * message.el (message-make-in-reply-to): Quote name containing
6901         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6902         if there are special characters.  Reported by NAKAJI Hiroyuki
6903         <nakaji@jp.freebsd.org>.
6904
6905 2007-02-27  Didier Verna  <didier@xemacs.org>
6906
6907         Include the group parameters as well as the topic ones in the
6908         inheritance filter process.
6909         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6910         argument GROUP-PARAMS-LIST.
6911         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6912
6913 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * nntp.el (nntp-never-echoes-commands)
6916         (nntp-open-connection-functions-never-echo-commands): New variables.
6917         (nntp-send-command): Use them.
6918
6919 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6920
6921         * mml2015.el (mml2015-epg-verify): Simplified.
6922
6923 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * mml.el (mml-content-disposition-alist): New user option.
6926         (mml-content-disposition): New function.
6927         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6928         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6929
6930 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6931
6932         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6933         verification.
6934
6935 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6936
6937         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6938         articles posted in the last 24 hours.
6939
6940 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6941
6942         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6943
6944 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6945
6946         * nntp.el (nntp-send-command): Don't wait for echoes when
6947         nntp-open-ssl-stream is used.
6948
6949 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6952         (gnus-message-add-citation-keywords)
6953         (gnus-message-remove-citation-keywords): Remove.
6954         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6955         directly, make the variables in font-lock-defaults buffer-local, add
6956         gnus-message-citation-keywords to them and then update the value of
6957         font-lock-keywords.
6958
6959 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * message.el (message-cite-original-1): Don't call
6962         gnus-article-highlight-citation.
6963
6964         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6965         citations; fix line count.
6966
6967 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6970         (gnus-message-add-citation-keywords)
6971         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6972         versions of font-lock-add-keywords and font-lock-remove-keywords to
6973         work with XEmacs correctly.
6974
6975 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-cite.el (gnus-cite-face-list): Set the values of
6978         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6979         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6980         (gnus-message-cite-prefix-regexp): New variable.
6981         (gnus-message-search-citation-line): Use it; protect against long
6982         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6983         the 0th match data for Emacs.
6984         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6985         (gnus-message-add-citation-keywords): Append keywords rather than
6986         prepending; emulate font-lock-add-keywords if it is not available.
6987         (gnus-message-remove-citation-keywords): Emulate
6988         font-lock-remove-keywords if it is not available.
6989
6990         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6991
6992         * message.el (message-cite-prefix-regexp): Set the value of
6993         gnus-message-cite-prefix-regexp.
6994
6995 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6996
6997         * nnweb.el (nnweb-google-parse-1): Update parser.
6998
6999 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7000
7001         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7002
7003 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7004
7005         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7006         regexp.
7007
7008 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7011         string-to-multibyte.
7012         (uudecode-decode-region-internal): Use it.
7013
7014         * lpath.el: Fbind string-as-multibyte for XEmacs.
7015
7016 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7019         custom choice.
7020
7021         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7022
7023 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7024
7025         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7026
7027         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7028         `write-region' to respect `mm-inhibit-file-name-handlers'.
7029
7030 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7033         Use gnus-home-directory instead of "~/" or "$HOME".
7034
7035 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7036
7037         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7038         to mention filename.
7039         Add comments at beginning regarding usage.
7040         (encrypt-write-file-contents): Change interactive so a string is
7041         acceptable.  If the file has no associated model, show an error instead
7042         of a nonsense prompt.
7043
7044 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7045
7046         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7047         Thanks to Yoshihiko Yamada for kind notification of this typo.
7048
7049 2007-01-12  Kenichi Handa  <handa@m17n.org>
7050
7051         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7052         multibyte buffer.
7053
7054 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * gnus-score.el (gnus-score-fast-scoring): New variable.
7057         (gnus-score-headers): Use it.
7058
7059         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7060
7061         * message.el (message-cite-original-1): Call
7062         gnus-article-highlight-citation if requested.
7063         (message-make-from): Allow name and address as optional arguments.
7064
7065         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7066
7067         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7068         bugs to doc string.
7069         (gnus-button-alist): Add mid\\|message-id.
7070         (gnus-button-fetch-group): Extend for use in
7071         `browse-url-browser-function'.
7072         (gnus-button-url-regexp): Try to catch paired parentheses like in
7073         Wikipedia URLs.
7074
7075         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7076         Suggested by Simon Krahnke <overlord@gmx.li>.
7077
7078 2007-01-13  Romain Francoise  <romain@orebokech.com>
7079
7080         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7081         Update copyright.
7082
7083 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7084
7085         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7086
7087 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7088
7089         * gnus-registry.el (gnus-registry-unfollowed-groups)
7090         (gnus-registry-split-fancy-with-parent): Fix documentation.
7091
7092 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7095         from nnweb groups.
7096
7097 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7100         Xref urls.  Erase buffer before requesting head.
7101
7102 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7105         customizable.
7106
7107 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7108
7109         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7110         no signing key is found.
7111         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7112         no encrypting and/or signing key is found.
7113
7114 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7117
7118 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7119
7120         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7121         headers read from disk with the ones newly found in the current search.
7122         This should no longer cause problems, because the article numbers in
7123         Gmane's `nov.php' output are ignored since the previous change.
7124
7125 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7126
7127         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7128
7129 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7132         replace-regexp-in-string; bind url-version; fbind display-images-p and
7133         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7134         find-face and set-itimer-function for Emacs; bind itimer-list for
7135         Emacs.
7136
7137         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7138
7139 2007-01-01  Romain Francoise  <romain@orebokech.com>
7140
7141         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7142
7143 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7144
7145         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7146         `define-minor-mode' macro definition expanded properly.
7147         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7148         exclude it there.
7149
7150         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7151         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7152         `fboundp' test.
7153         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7154         This is OK to autoload in (S)XEmacs now.
7155
7156 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157
7158         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7159         keystroke.
7160         (gnus-summary-limit-to-singletons): Fix typo.
7161
7162         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7163         else fails.
7164
7165 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7166
7167         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7168         docstring.
7169
7170         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7171         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7172         (gnus-summary-insert-dormant-articles): Fix typo in message.
7173
7174 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7177         nil for XEmacs.
7178         (gnus-message-citation-mode): Don't autoload in XEmacs.
7179
7180         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7181
7182 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7183
7184         * nnimap.el (nnimap-expunge-search-string): Mention
7185         nnimap-search-uids-not-since-is-evil in docstring.
7186
7187 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * spam.el: Revert to make-obsolete-variable because
7190         define-obsolete-variable-alias is not supported in Emacs 21.
7191
7192         * spam.el (spam-ifile-path, spam-ifile-database-path)
7193         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7194         make-obsolete-variable.
7195         (spam-bsfilter-path, spam-bsfilter-program)
7196         (spam-spamassassin-path, spam-spamassassin-program)
7197         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7198         use "path" inappropriately.
7199         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7200         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7201         variable names.
7202
7203 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7204
7205         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7206         summary buffer.
7207
7208         * password.el (password-cache-remove): Use clear-string to burn
7209         password, if available.
7210
7211 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7214
7215         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7216
7217         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7218         (gnus-message-highlight-citation): Move defcustom here from
7219         gnus-cite.el.
7220         (gnus-message-citation-mode): Autoload.
7221
7222         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7223         checks to make it compile with XEmacs.
7224         (gnus-message-citation-mode): New minor mode.
7225         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7226         (gnus-message-highlight-citation): New variables.
7227         (gnus-message-search-citation-line)
7228         (gnus-message-add-citation-keywords)
7229         (gnus-message-remove-citation-keywords)
7230         (turn-on-gnus-message-citation-mode)
7231         (turn-off-gnus-message-citation-mode): New functions.
7232
7233 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7234
7235         * gnus-cite.el: Enable highlighting of different citation levels in
7236         message-mode.
7237
7238 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * message.el (message-make-fqdn): Fix comment.
7241         (message-bogus-system-names): Add ".local".
7242
7243         * spam.el (spam-ifile-path, spam-ifile-program)
7244         (spam-ifile-database-path, spam-ifile-database)
7245         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7246         Don't use "path" inappropriately.
7247         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7248         strings.
7249         (spam-check-ifile, spam-ifile-register-with-ifile)
7250         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7251         new variable names.
7252
7253         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7254         (gnus-treat-display-smileys): Simplify using
7255         gnus-image-type-available-p.
7256
7257         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7258         available.
7259
7260         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7261         `display-images-p' if available.
7262
7263 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7266         one after turning on the buffer's multibyteness instead of decoding
7267         them directly in the unibyte buffer that causes unexpected conversion
7268         in Emacs 23 (unicode).
7269
7270 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7271
7272         * message.el (message-generate-hashcash): Fix custom type.
7273
7274 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7277
7278 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7281         disconnect icons.  Add help text.
7282
7283 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7286         negated to be consistent with the others we handle.
7287
7288 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7291         version of gnus-summary-buffer to something, so that we can use two
7292         article buffers at the same time.
7293
7294 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7295
7296         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7297         trigger all the extra headers.
7298         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7299         sorting.
7300
7301 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7302
7303         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7304         solid groups.
7305
7306 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7307
7308         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7309
7310 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * legacy-gnus-agent.el: Add Copyright notice.
7313
7314 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7315
7316         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7317
7318 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319
7320         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7321
7322         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7323         to make it work reliably in CVS Emacs.
7324         (gnus-summary-limit-strange-charsets-predicate)
7325         (gnus-summary-limit-to-predicate): New functions.
7326
7327 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7328
7329         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7330         specifying array size.
7331         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7332         array if it is too small.
7333         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7334         (gnus-sort-threads-loop): New function.
7335
7336 2006-12-06  Chris Moore  <dooglus@gmail.com>
7337
7338         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7339         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7340
7341 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7342
7343         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7344         options.
7345
7346 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7349         DOS-ing the recipient.
7350
7351         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7352         the headers when creating the mapping to avoid mismappings.
7353         (nnweb-gmane-create-mapping): Always nix out old mapping.
7354
7355 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7358         and mm-verify-option to never.
7359
7360 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * message.el (message-signed-or-encrypted-p): New function.
7363         (message-forward-make-body): Use it.
7364
7365         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7366         Replace encode-coding-string with mm-encode-coding-string.
7367
7368 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * nneething.el (nneething-decode-file-name): Replace
7371         decode-coding-string with mm-decode-coding-string.
7372
7373         * gnus-int.el (gnus-open-server): Say failed server's name.
7374
7375 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7376
7377         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7378         strings to a single string.  Quote `errors-file-name'.
7379         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7380         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7381         Adjust calls.  Use `shell-quote-argument'.
7382
7383 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7384
7385         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7386         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7387
7388         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7389         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7390         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7391         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7392         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7393         (gnus-subscribe-newsgroup, gnus-1):
7394         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7395         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7396         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7397         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7398
7399 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7402         keystroke.
7403         (gnus-summary-limit-to-bodies): Implement headersp.
7404
7405 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7408
7409 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7412
7413 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7414
7415         * message.el (message-generate-hashcash): Expand range of values to
7416         include `opportunistic'.
7417         (message-send-mail): Use it.
7418
7419 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7420
7421         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7422         and comment it.
7423
7424         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7425
7426 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * gnus-util.el (gnus-extract-address-components): Improve comment.
7429
7430 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-util.el (gnus-extract-address-components): Work with address in
7433         which the name portion contains @.
7434
7435         * lpath.el: Fbind custom-autoload.
7436
7437 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * gnus.el (gnus-start): Move custom group up.
7440         (gnus-select-method): Don't autoload, but make it available for
7441         `customize-variable'.
7442         (gnus-getenv-nntpserver): Don't autoload.
7443
7444 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7445
7446         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7447
7448 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * message.el (message-sendmail-extra-arguments): New variable.
7451         (message-send-mail-with-sendmail): Use it.
7452
7453 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7456         mm-with-unibyte-current-buffer to make string unibyte.
7457
7458         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7459         mm-string-as-multibyte.
7460
7461 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7462
7463         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7464         Reported by Werner Koch <wk@gnupg.org>.
7465
7466 2006-11-14  Daiki Ueno  <ueno@p360>
7467
7468         * mml2015.el: Autoload epa-select-keys when compiling.
7469
7470 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7471
7472         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7473         message-options.
7474         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7475
7476 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7477
7478         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7479         EasyPG (< 0.0.6).
7480         (mml2015-always-trust): New user option.
7481         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7482         prompt.
7483
7484 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * nntp.el (nntp-authinfo-force): New variable.
7487         (nntp-send-authinfo): Use it.
7488
7489 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7492         decode encoded words.  Improve prompt.  Add comment about forwarding.
7493         (message-replacement-char): Move up.
7494
7495 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7496
7497         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7498         instead of gnus-intersection because arguments of gnus-sorted-nunion
7499         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7500
7501 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7504         (message-simplify-subject-functions): Enable
7505         message-strip-subject-encoded-words by default.
7506
7507 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * message.el (message-strip-subject-encoded-words): New function.
7510         (message-simplify-subject-functions): New variable.
7511         (message-simplify-subject): Use it.  Fix typo in doc string.
7512         Support message-strip-subject-encoded-words.
7513
7514 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7515
7516         * gnus-diary.el (gnus-diary-delay-format-function):
7517         * nndiary.el (nndiary-reminders):
7518         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7519
7520 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * gnus-art.el (article-hide-boring-headers): Fetch date from
7523         gnus-original-article-buffer to avoid problems with localized date
7524         strings.
7525
7526 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7529
7530 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7533         New variables.
7534         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7535         (mm-charset-synonym-alist): Move some entries to
7536         mm-codepage-iso-8859-list.
7537         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7538         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7539
7540 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7543
7544 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7547         with Emacs 21 and XEmacs.
7548
7549 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * spam.el (spam-parse-address): New function for better parsing,
7552         catching errors, etc.
7553         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7554
7555 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * mm-view.el: Add interactive arg to html2text autoload.
7558
7559 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7562
7563 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7566         variables.
7567         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7568         (mm-charset-synonym-alist): Move some entries to
7569         mm-codepage-iso-8859-list.
7570
7571         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7572
7573 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * message.el (message-citation-line-format)
7576         (message-insert-formated-citation-line): Fix implementation of %E, %N
7577         and %n according to the doc string.
7578
7579 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7580
7581         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7582         car-safe to avoid bad parses.
7583
7584 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7587         names.
7588
7589         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7590
7591 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7594         header.
7595
7596         * message.el (message-draft-headers): Add Date.
7597         (message-headers-to-generate): Fix typo in docstring.
7598
7599         * nndraft.el (nndraft-required-headers): New variable.
7600         (nndraft-generate-headers): Use it.
7601
7602         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7603
7604 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7605
7606         * gnus-registry.el (gnus-registry-wash-for-keywords)
7607         (gnus-registry-find-keywords): New functions to allow easy searching of
7608         articles that are in the registry.
7609
7610 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7611
7612         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7613         ietf-drums-parse-address instead of gnus-extract-address-components.
7614         Reported by Damien Elmes <damien@repose.cx>.
7615
7616 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * gnus.el (gnus-mime): Remove unused custom group.
7619
7620 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7621
7622         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7623         "blank line" when searching for end of armor headers.
7624
7625 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gmm-utils.el (gmm-write-region): Fix variable name.
7628
7629 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gmm-utils.el (gmm-write-region): New function based on compatibility
7632         code from `mm-make-temp-file'.
7633
7634         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7635
7636         * nnmaildir.el (nnmaildir--update-nov)
7637         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7638         Use `gmm-write-region'.
7639
7640 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7643         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7644
7645         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7646
7647         * message.el (message-replacement-char): New variable.
7648         (message-fix-before-sending): Use it.
7649         (message-simplify-subject): New function to remove duplicate code.
7650         (message-reply, message-followup): Use it.
7651
7652         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7653         gnus-summary-limit-to-articles.
7654
7655 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-util.el (gnus-with-local-quit): New macro.
7658
7659         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7660
7661 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7664         ignore non-string data.
7665
7666 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7667
7668         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7669         non-string data (needs to be done in the registry too).
7670
7671 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7672
7673         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7674         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7675         (gnus-registry-split-fancy-with-parent)
7676         (gnus-registry-fetch-simplified-message-subject-fast)
7677         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7678         Remove text properties on ingress into the registry and when it's saved.
7679         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7680         registry from entries with no groups.
7681
7682 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7683
7684         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7685         function to remove string properties.
7686
7687 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * gmm-utils.el (gmm): Adjust custom version.
7690
7691         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7692         custom version.
7693
7694         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7695
7696 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-art.el (gnus-insert-prev-page-button)
7699         (gnus-insert-next-page-button): Simplify.  Reformat.
7700
7701 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7702
7703         * gnus-art.el (gnus-insert-prev-page-button)
7704         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7705
7706 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7707
7708         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7709
7710 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7711
7712         * gnus-art.el (gnus-insert-mime-button)
7713         (gnus-insert-mime-security-button):
7714         Apply gnus-article-button-face to MIME and security buttons.
7715
7716 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7719         readable.
7720
7721 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7724
7725 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7726
7727         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7728         `browse-url-of-file' instead of `browse-url'.
7729
7730 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7731
7732         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7733         regexp.  Articles containing quotation were cut prematurely.
7734
7735 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * message.el (message-cite-original-1): Use nobody by default for the
7738         value of From header.
7739         (message-reply): Ditto.
7740
7741 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7742
7743         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7744         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7745         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7746
7747 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7750         mails in the doc string.  Add some URLs in comment.
7751         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7752
7753 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7756         backslashes handling and the way to find boundaries of quoted strings.
7757
7758 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7759
7760         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7761         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7762         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7763         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7764
7765 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7768         doc string.
7769         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7770
7771 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * lpath.el: Fbind epg-check-configuration.
7774
7775 2006-09-06  Simon Josefsson  <jas@extundo.com>
7776
7777         * mml2015.el (mml2015-use): Doc fix, mention epg.
7778
7779 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7780
7781         * mml2015.el (mml2015-use): Default to epg, if available.
7782
7783 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7784
7785         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7786         message-sender.
7787         (mml1991-epg-encrypt): Ditto.
7788         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7789         message-sender.
7790         (mml2015-epg-encrypt): Ditto.
7791
7792 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7793
7794         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7795         several common directories.
7796
7797 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7798
7799         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7800         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7801
7802 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-art.el (article-decode-encoded-words): Make it fast.
7805
7806 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7809
7810         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7811         in quoted string into `\'.
7812
7813 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7816         Use standard-syntax-table.
7817
7818 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-art.el (gnus-decode-address-function): New variable.
7821         (article-decode-encoded-words): Use it to decode headers which are
7822         assumed to contain addresses.
7823         (gnus-mime-delete-part): Remove useless `or'.
7824
7825         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7826         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7827         (gnus-nov-parse-line): Use it to decode From header.
7828         (gnus-get-newsgroup-headers): Ditto.
7829         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7830
7831         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7832         (mail-decode-encoded-address-string): New alias.
7833
7834         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7835         New function.
7836         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7837         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7838         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7839         (rfc2047-decode-string): Ditto.
7840         (rfc2047-decode-address-region): New function.
7841         (rfc2047-decode-address-string): New function.
7842
7843 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * message.el (message-caesar-buffer-body): Allow rotating headers.
7846
7847         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7848
7849         * message.el (message-insert-formated-citation-line): Fix %f.
7850         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7851
7852 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7855         (gnus-bookmark-mouse-available-p): New macro.
7856         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7857         (gnus-bookmark-bmenu-show-infos): Use it.
7858         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7859         (gnus-bookmark-bmenu-hide-infos): Ditto.
7860         (gnus-bookmark-remove-properties): New function.
7861         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7862         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7863         (gnus-bookmark-write-file): Bind coding-system-for-write.
7864         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7865         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7866         group before selecting it.
7867         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7868         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7869         quit-window if it is not available; use gnus-mouse-2 and bind it to
7870         gnus-bookmark-bmenu-select-by-mouse.
7871         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7872         (gnus-bookmark-bmenu-select-by-mouse): New function.
7873
7874 2006-08-13  Romain Francoise  <romain@orebokech.com>
7875
7876         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7877         space.
7878
7879 2006-08-10  Romain Francoise  <romain@orebokech.com>
7880
7881         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7882         (dns-mode-soa-auto-increment-serial): New user option.
7883         (dns-mode-soa-maybe-increment-serial): New function.
7884         (dns-mode): Add the latter to `write-contents-functions'.
7885
7886 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * compface.el (uncompface): Use binary rather than raw-text-unix.
7889
7890 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * compface.el (uncompface): Make sure the eol conversion doesn't take
7893         place when communicating with the external programs.  Reported by
7894         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7895
7896 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7899
7900 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7901
7902         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7903         Make it more robust by parsing author and date independently.
7904
7905 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7908
7909 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7910
7911         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7912         first matching secret key.
7913         (mml2015-epg-encrypt): Ditto.
7914
7915         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7916         first matching secret key.
7917         (mml1991-epg-encrypt): Ditto.
7918
7919         * mml2015.el (mml2015-encrypt-to-self): New user option.
7920         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7921         mml2015-epg-encrypt-to-self is set.
7922
7923         * mml1991.el (mml1991-encrypt-to-self): New variable.
7924         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7925         mml1991-epg-encrypt-to-self is set.
7926
7927         * mml2015.el (mml2015-signers): New user option.
7928         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7929         (mml2015-epg-encrypt): Allow to select signing keys.
7930
7931         * mml1991.el (mml1991-signers): New variable.
7932         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7933         (mml1991-epg-encrypt): Allow to select signing keys.
7934
7935 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * nnheader.el (nnheader-insert-head): Make it work even if the file
7938         uses CRLF for the line-break code.
7939
7940 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7941
7942         * mml2015.el: Require mml-sec instead of password.
7943         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7944         (mml2015-cache-passphrase): Inherit the default value from
7945         mml-secure-cache-passphrase.
7946         (mml2015-passphrase-cache-expiry): Inherit the default value from
7947         mml-secure-passphrase-cache-expiry.
7948
7949         * mml1991.el: Require mml-sec instead of password.
7950         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7951         (mml1991-cache-passphrase): Inherit the default value from
7952         mml-secure-cache-passphrase.
7953         (mml1991-passphrase-cache-expiry): Inherit the default value from
7954         mml-secure-passphrase-cache-expiry.
7955
7956         * mml-sec.el: Require password.
7957         (mml-secure-verbose): New user option.
7958         (mml-secure-cache-passphrase): New user option.
7959         (mml-secure-passphrase-cache-expiry): New user option.
7960
7961 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7962
7963         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7964         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7965         andreas@altroot.de (Andreas Vögele).
7966
7967         FIXME: Use `tiny change'?
7968
7969 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7970
7971         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7972         workaround for the url package included with Emacs.
7973
7974         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7975
7976 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7979         correctly.  This fixes a bug caused by the 2006-05-12 change.
7980
7981 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7982
7983         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7984         some information about the error when saying that the `bogus' mail
7985         group will be used.
7986
7987 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7990         string.
7991
7992 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7993
7994         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7995
7996 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7997
7998         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7999
8000 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8001
8002         * mml1991.el (mml1991-function-alist): Add epg.
8003         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8004         (mml1991-epg-encrypt): New functions.
8005
8006 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8007
8008         * mml2015.el (mml2015-verbose): New variable.
8009         (mml2015-cache-passphrase): Ditto.
8010         (mml2015-passphrase-cache-expiry): Ditto.
8011         (mml2015-function-alist): Add epg.
8012         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8013         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8014         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8015         functions.
8016
8017 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8018
8019         * message.el (message-cite-original-1): Preserve region when removing
8020         quoted text due to X-No-Archive in order to avoid bogus attribution
8021         when citing multiple messages.
8022
8023 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8024
8025         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8026         Kenneth Jacker <khj@be.cs.appstate.edu>.
8027
8028 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * gnus-diary.el (gnus-user-format-function-d)
8031         (gnus-user-format-function-D): Autoload.
8032
8033         * imap.el (Commentary): Fix typo.
8034
8035         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8036         2006-04-22 contribution.
8037
8038 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8039
8040         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8041         It didn't really fix the bogosity I'm seeing with solid web groups.
8042
8043 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8044
8045         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8046         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8047         created using server names.  If we use the feature without declaring
8048         it, Gnus does not properly manage server and group state.
8049
8050         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8051         bound.
8052
8053 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8054
8055         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8056         looking up the method using GROUP's prefix before inventing a new one.
8057         It is used on killed/unknown groups in various places where returning
8058         an all-new method isn't expected by the caller.
8059
8060         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8061         and match semantics of gnus-group-real-prefix.
8062
8063 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * nnmail.el (nnmail-broken-references-mailers): New variable.
8066         (nnmail-ignore-broken-references): New function generalizing
8067         nnmail-fix-eudora-headers.
8068         (nnmail-fix-eudora-headers): Now obsolete.
8069
8070         * gnus-art.el (gnus-button-handle-custom): Support
8071         `customize-apropos*'.
8072
8073 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8074
8075         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8076
8077         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8078         articles.
8079
8080 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * message.el (message-cite-reply-above): New variable.
8083         (message-yank-original): Use it.
8084
8085 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8088
8089 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8092         as read.
8093
8094         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8095
8096 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8099         (gnus-bookmark-default-file): Use gnus-directory.
8100         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8101         Remove "*" in doc string.
8102         (gnus-bookmark-write-file): Simplify.
8103         (gnus-bookmark-maybe-sort-alist): Use `when'.
8104         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8105         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8106         FIXME about Emacs 21 and XEmacs compatibility.
8107         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8108         compatibility.
8109         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8110         compatibility.
8111         (gnus-bookmark-menu-heading): Fix version.
8112
8113 2006-06-19  Bastien Guerry  <bzg@altern.org>
8114
8115         * gnus-bookmark.el: New file.
8116
8117 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * message.el (message-syntax-checks): Doc fix.
8120
8121 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8122
8123         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8124         unsubscribed groups as if they were killed ones.  It causes duplicate
8125         entries in gnus-newsrc-alist.
8126
8127 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * message.el (message-syntax-checks): Doc fix.
8130         (message-send-mail): Add check for continuation headers.
8131         (message-check-news-header-syntax): Fix regexp used to check for
8132         continuation headers.
8133
8134 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8137
8138 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8139
8140         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8141
8142 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8145         default-truncate-lines.
8146
8147 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8150         to fill the utf-8 entry.
8151
8152         * lpath.el: Fbind unicode-precedence-list.
8153
8154 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8155
8156         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8157
8158 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8159
8160         * gnus-agent.el (directory-files-and-attributes): Move all the way
8161         forward (the third and final move).
8162         (gnus-agent-read-agentview): Trap reconstruction errors due to
8163         nonexistant directory.  Handle by returning nil.
8164
8165 2006-05-30  Didier Verna  <didier@xemacs.org>
8166
8167         * message.el (message-dont-reply-to-names): Update the custom type.
8168         * message.el (message-dont-reply-to-names): New defsubst: potentially
8169         convert a list of regexps into a single one.
8170         * message.el (message-get-reply-headers): Use it.
8171         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8172
8173 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-agent.el (directory-files-and-attributes): Move forward.
8176
8177 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * gnus-ml.el (gnus-mailing-list-subscribe)
8180         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8181         (gnus-mailing-list-message): Fix doc strings.
8182
8183 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8184
8185         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8186         of doing it manually.
8187
8188 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8191         comment.
8192
8193 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8194
8195         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8196         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8197         (gnus-agent-read-local): All symbols allocated in my-obarray.
8198         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8199         (gnus-agent-regenerate-group): Check numeric names to see if they are
8200         messages or groups.
8201         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8202         better way of do this...)
8203
8204         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8205         'dummy.group' (there should be a better way of do this...)
8206
8207 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8210         (gnus-saved-headers): Ditto.
8211         (gnus-default-article-saver): Mention functions may have properties.
8212         (gnus-article-save): Override gnus-save-all-headers and
8213         gnus-saved-headers by :headers property which saver function may have.
8214         (gnus-summary-save-in-file): Add :headers property.
8215         (gnus-summary-write-to-file): Ditto.
8216
8217         * gnus-sum.el (gnus-summary-save-article): Bind
8218         gnus-prompt-before-saving to t when saving many articles in a file;
8219         always show all headers.
8220
8221         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8222
8223 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8226         marks.
8227
8228         * message.el (message-indent-citation): Add optional arguments to allow
8229         using it outside of message buffers.
8230
8231         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8232         (gnus-article-treat-unfold-headers): Use it.
8233         (gnus-article-truncate-lines): New variable.
8234         (gnus-article-mode): Use it.
8235         (gnus-article-toggle-truncate-lines): New function.
8236
8237         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8238         gnus-article-toggle-truncate-lines.
8239
8240         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8241         coding system in XEmacs, use binary.
8242
8243 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8246         after-load-alist.
8247
8248         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8249         this function should save decoded articles.
8250         (gnus-summary-write-to-file): Use property to specify this function
8251         should save decoded articles and specify gnus-summary-save-in-file
8252         should be used to save articles other than the first one when saving
8253         many articles.
8254         (gnus-summary-save-body-in-file): Use property to specify this
8255         function should save decoded articles.
8256         (gnus-summary-write-body-to-file): Use property to specify this
8257         function should save decoded articles and specify
8258         gnus-summary-save-body-in-file should be used to save articles other
8259         than the first one when saving many articles.
8260
8261         * gnus-sum.el (gnus-summary-save-article): Simplify.
8262
8263 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-art.el (gnus-default-article-saver): Add
8266         gnus-summary-write-body-to-file.
8267         (gnus-article-save-coding-system): Don't use coding system object
8268         in XEmacs.
8269         (gnus-read-save-file-name): Add optional `dir-var' argument which
8270         specifies directory in which files are saved; work even if optional
8271         `variable' argument is not specified.
8272         (gnus-summary-write-to-file): Read file name.
8273         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8274         (gnus-summary-write-body-to-file): New function.
8275
8276         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8277         (gnus-summary-local-variables): Add it.
8278         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8279         (gnus-summary-save-article): Remove optional `decode' argument;
8280         determine whether to decode articles by the value of
8281         gnus-default-article-saver; when saving many files using
8282         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8283         it first and use gnus-summary-save-in-file or
8284         gnus-summary-save-body-in-file thereafter unless
8285         gnus-prompt-before-saving is always; move point to article which
8286         will be saved.
8287         (gnus-summary-save-article-file): Revert.
8288         (gnus-summary-write-article-file): Revert.
8289         (gnus-summary-save-article-body-file): Revert.
8290         (gnus-summary-write-article-body-file): New function.
8291
8292 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-art.el (gnus-default-article-saver): Doc fix.
8295         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8296         from gnus-summary-save-article-coding-system, and default to a
8297         certain coding system.
8298         (gnus-output-to-file): Add coding cookie and encode text according
8299         to gnus-article-save-coding-system; don't use mm-append-to-file.
8300
8301         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8302         gnus-art.el and rename to gnus-article-save-coding-system.
8303         (gnus-summary-save-article): Require gnus-art; don't show all
8304         headers if it decodes articles; don't add coding cookie here;
8305         don't bind mm-text-coding-system-for-write.
8306         (gnus-summary-save-article-file): Save decoded articles.
8307         (gnus-summary-write-article-file): When saving many files, use
8308         gnus-summary-write-to-file first and gnus-summary-save-in-file
8309         thereafter unless gnus-prompt-before-saving is always.
8310         (gnus-summary-save-article-body-file): Save decoded articles.
8311
8312         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8313
8314 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * nnrss.el (nnrss-check-group): Bind hash-index.
8317
8318 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8319
8320         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8321         its hash index.  Store this hash in `nnrss-group-data'.
8322         (nnrss-read-group-data): Update accordingly.
8323
8324 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8327         entry.
8328
8329         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8330         gnus-article-browse-html-article.
8331
8332 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8333
8334         * gnus-sum.el (gnus-summary-mime-map): Add
8335         gnus-article-browse-html-article.
8336
8337         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8338
8339 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8342         suitable coding systems in customize.
8343
8344 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * mail-source.el (mail-sources): Fix custom type.
8347
8348 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8351         (gnus-summary-expire-articles-now): Shorten prompt.
8352
8353         * gmm-utils.el (wid-edit): Require.
8354         (defun-gmm): Renamed from `gmm-defun-compat'.
8355         (gmm-image-search-load-path): Use it.
8356         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8357
8358 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8361         variable.
8362         (gnus-summary-save-article): Add optional `decode' argument.  If
8363         it is set and gnus-summary-save-article-coding-system is non-nil,
8364         save decoded article.
8365         (gnus-summary-write-article-file): Save decoded article if
8366         gnus-summary-save-article-coding-system is non-nil.
8367
8368         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8369         type.
8370
8371 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8374
8375 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8378         first to test gnus-single-article-buffer which may be buffer-local.
8379
8380         * gnus-sum.el (gnus-summary-setup-buffer): Make
8381         gnus-single-article-buffer buffer-local and nil in ephemeral
8382         group; make gnus-article-buffer, gnus-article-current, and
8383         gnus-original-article-buffer always buffer-local.
8384         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8385         group.
8386         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8387
8388 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * nnml.el (nnml-request-compact-group): Compressed files might not
8391         have .gz extension.
8392
8393 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8394
8395         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8396         (mm-copy-to-buffer): Use with-current-buffer.
8397         (mm-display-part): Simplify.
8398         (mm-inlinable-p): Add optional arg `type'.
8399
8400 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8401
8402         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8403         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8404         Try harder to show the attachment internally or externally using
8405         gnus-mime-view-part-as-type.
8406
8407 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8408
8409         * message.el (message-from-style, message-signature-separator)
8410         (message-user-organization-file, message-send-mail-function)
8411         (message-citation-line-function, message-yank-prefix)
8412         (message-indent-citation-function, message-signature)
8413         (message-signature-file, message-signature-insert-empty-line):
8414         Remove autoloads.
8415
8416         * gnus-art.el (gnus-buttonized-mime-types): Remove
8417         "multipart/signed".  Revert 2006-04-26 change.
8418
8419 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * gnus.el (gnus-version-number): Bump version.
8422
8423 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8424
8425         * gnus.el: No Gnus v0.5 is released.
8426
8427 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8428
8429         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8430         fetching articles by message-id.
8431
8432 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * message.el (hashcash): Require hashcash as normal.
8435
8436         * ecomplete.el (ecomplete-highlight-match-line): Use
8437         point-at-eol.
8438         (ecomplete-highlight-match-line): Use `highlight', because that
8439         face exists in both Emacs and XEmacs.
8440
8441         * message.el (message-display-abbrev): Use point-at-bol.
8442
8443         * mail-source.el: Don't require timer/timer-funcs.
8444
8445         * gnus-async.el: Ditto.
8446
8447         * password.el: Ditto.
8448
8449         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8450
8451         * mm-url.el: Ditto.
8452
8453         * gnus-xmas.el: Don't require timer-funcs.
8454
8455         * mm-util.el: Require timer/timer-funcs.
8456
8457 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8458
8459         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8460         Close.
8461
8462 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8465         unibyte after clear-decrypt function runs.
8466
8467         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8468         returns as a unibyte string.
8469
8470 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * lpath.el: Revert.
8473
8474         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8475         (pgg-gpg-process-sentinel): Revert.
8476
8477         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8478         (pgg-pgp-lookup-key): Revert.
8479
8480         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8481         (pgg-pgp5-lookup-key): Revert.
8482
8483         * pgg.el (pgg-fetch-key): Revert.
8484
8485 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * lpath.el: Fbind string-as-multibyte for XEmacs.
8488
8489         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8490         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8491         (mml1991-pgg-encrypt): Ditto.
8492
8493         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8494         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8495         a multibyte buffer.
8496
8497         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8498         (pgg-pgp-lookup-key): Ditto.
8499
8500         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8501         (pgg-pgp5-lookup-key): Ditto.
8502
8503         * pgg.el (pgg-fetch-key): Ditto.
8504
8505 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * message.el (message-user-organization-file): Check several
8508         locations of the organization file.
8509
8510         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8511         Add gnus-article-view-part-as-type.
8512
8513         * gnus-art.el (gnus-article-view-part-as-type): New function.
8514
8515         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8516         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8517
8518         * mml.el: Simplify autoload.
8519         (mml-mode): defvar dnd-protocol-alist instead of using
8520         symbol-value.
8521         (mml-default-directory): New variable.
8522         (mml-minibuffer-read-file): Use it.
8523         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8524
8525         * message.el (message-citation-line-format): New variable.
8526         (message-insert-formated-citation-line): New function.
8527         (message-citation-line-function): Add
8528         `message-insert-formated-citation-line' to custom type.
8529
8530         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8531         to doc string.
8532
8533         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8534         depending on mm-verify-option.
8535
8536 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8539         binding pgg-* variables; reimplement the section which prevents
8540         MIME header from being signed.
8541         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8542         pgg-text-mode; remove a blank line at the top of body.
8543
8544         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8545         lines at the top of body; use gnus-newsgroup-charset if there's no
8546         Charset header.
8547
8548 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * message.el (message-self-insert-commands): Doc fix.
8551
8552         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8553         (mm-uu-pgp-encrypted-test): Ditto.
8554         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8555         between header and body; return application/pgp-encrypted handle
8556         if decryption failed; decode decrypted body by charset.
8557
8558         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8559         element match to application/pgp-*.
8560
8561 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8562
8563         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8564         HTML.
8565
8566 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * mail-source.el (mail-source-call-script): Message the error
8569         string.
8570
8571 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * gnus-util.el (gnus-byte-compile): Use it.
8574
8575 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8576
8577         * gnus-util.el (kill-empty-logs): New function.
8578
8579 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * message.el (message-mail-alias-type): Doc fix.
8582         (message-mail-alias-type-p): New function.
8583         (message-send): Use it.
8584         (message-mode): Ditto.
8585         (message-strip-forbidden-properties): Ditto.
8586
8587         * ecomplete.el (ecomplete-database-file-coding-system): New
8588         variable.
8589         (ecomplete-save): Use it.
8590         (ecomplete-setup): Use it.
8591
8592 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * message.el (message-self-insert-commands): New variable.
8595         (message-strip-forbidden-properties): Use it.
8596
8597 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8600         that doesn't make XEmacs choke.
8601
8602 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gnus-util.el (gnus-replace-in-string):
8605         Prefer replace-regexp-in-string over of replace-in-string.
8606
8607 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-util.el (gnus-select-frame-set-input-focus):
8610         Use select-frame-set-input-focus if it is available in XEmacs; use
8611         definition defined in Emacs 22 for old Emacsen.
8612
8613         * dgnushack.el: Autoload unmorse-region for XEmacs.
8614
8615         * lpath.el: Bind cursor-in-non-selected-windows and
8616         select-frame-set-input-focus for XEmacs.
8617
8618 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8621
8622 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8623
8624         * gnus-registry.el (gnus-registry-cache-save): Remove text
8625         properties when saving via the temp buffer.
8626
8627 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * message.el (message-generate-hashcash): Honor custom type.
8630
8631 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * message.el (message-generate-hashcash): Default to non-nil when
8634         hashcash is found.
8635
8636         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8637         (gnus-refer-thread-limit): Increase default to 500.
8638
8639         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8640
8641         * flow-fill.el (fill-flowed): Allow delete-space.
8642
8643 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8646         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8647         Remove autoloads.
8648
8649 2006-04-18  Simon Josefsson  <jas@extundo.com>
8650
8651         * message.el (message-generate-hashcash): Default to.
8652
8653 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8656         concatenating segments rather than before concatenating them.
8657
8658 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8661
8662 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8665
8666         * message.el (message-forward-make-body-plain): Allow
8667         message-forward-ignored-headers to be a list.
8668         (message-remove-ignored-headers): Factor out into function.
8669         (message-forward-make-body-mml): Use it.
8670
8671         * imap.el (imap-quote-specials): New function.
8672         (imap-login-auth): Quote specials.
8673
8674         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8675         (rfc2231-parse-string): Allow concatanation of parameters that
8676         aren't contiguous.  The test case is
8677           (mail-header-parse-content-type "message/external-body;
8678             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8679             access-type=LOCAL-FILE;
8680             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8681
8682 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8683
8684         * nntp.el (nntp-accept-process-output): Return the value of
8685         `nnheader-accept-process-output'.
8686
8687 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8690         (gnus-button-alist): Recognize more diff formats.
8691         (gnus-button-patch): Strip directory.
8692
8693 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8696         Emacs 22 when setting focus.
8697
8698 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * gnus-art.el (gnus-article-treat-types): Do treatment of
8701         text/x-verbatim parts.
8702         (gnus-button-patch): New command.
8703
8704         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8705         addresses that contain invalid characters.
8706
8707 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * message.el (message-put-addresses-in-ecomplete): Use
8710         gnus-replace-in-string.
8711         (message-is-yours-p): Use the more correct
8712         mail-header-parse-address instead of
8713         mail-extract-address-components.
8714         (message-put-addresses-in-ecomplete): Fix typo.
8715
8716         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8717         keystroke.
8718
8719         * gnus-art.el (gnus-treatment-function-alist): Change order of
8720         newsgroups/generic header folding to avoid double-folding.
8721
8722         * message.el (message-hidden-headers): Add X-Draft-From.
8723
8724         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8725         command.
8726         (gnus-summary-repeat-search-article-backward): New command.
8727
8728         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8729         groups in the parent topic.
8730
8731 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8732
8733         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8734         (spam-extra-header-to-number): Return the CRM114 number as a
8735         number instead of a string.
8736
8737 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738
8739         * gnus-art.el (gnus-face-properties-alist): Moved here from
8740         gnus-fun.
8741
8742         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8743
8744 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * message.el (message-strip-forbidden-properties): Only display on
8747         self-insert-command.
8748
8749         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8750         reindent.
8751         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8752
8753 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8754
8755         * smiley.el (smiley-style): Fix typo.
8756
8757 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * hashcash.el (hashcash-insert-payment-async-2): Use
8760         message-goto-eoh instead of doing it manually.
8761         (mail-add-payment): Use message-narrow-to-header instead of trying
8762         to do the same itself.
8763
8764         * message.el (message-hidden-headers): Add Face.
8765
8766         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8767         reparenting code.
8768         (gnus-summary-reparent-children): Refactored out code.
8769         (gnus-summary-thread-map): New keystroke.
8770         (gnus-summary-reparent-children): Make into command.
8771
8772         * smiley.el (smiley-style): Default to `medium' if using a large
8773         font.
8774
8775         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8776         does it itself.
8777
8778         * message.el (message-point-in-header-p): Simplify definition.
8779
8780 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * nnagent.el (nnagent-request-set-mark): Silence log file
8783         writing.
8784         (nnagent-request-set-mark): Use write-region instead of
8785         append-to-file.
8786
8787         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8788         strange select method.
8789
8790         * ecomplete.el (ecomplete-display-matches): Get highlightling
8791         right.
8792         (ecomplete-display-matches): Use literals.
8793         (ecomplete-display-matches): Disable message logging.
8794
8795         * message.el (message-display-abbrev): Small optimization.
8796
8797         * ecomplete.el (ecomplete-display-matches): Allow automatic
8798         display.
8799
8800         * message.el (message-strip-forbidden-properties): Display
8801         abbrevs.
8802         (message-display-abbrev): Get automatic display right.
8803
8804         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8805         keystrokes.
8806
8807 2006-04-13  Romain Francoise  <romain@orebokech.com>
8808
8809         TODO: Backport to v5-10!
8810
8811         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8812         Moved here (and renamed) from gnus-registry.el.
8813
8814         * gnus-registry.el: Require gnus-util.
8815         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8816
8817 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * gnus-group.el (gnus-group-catchup-current): Change
8820         if-then-else-if-then-else into cond.
8821         (gnus-group-catchup): Indent.
8822         (group-name-at-point): New function.
8823         (gnus-fetch-group): Provide default from thing at point.
8824
8825 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * message.el (message-display-abbrev): Fix regexp.
8828
8829         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8830         choosing.
8831         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8832         dead variables.
8833
8834         * message.el (message-newline-and-indent): Remove debugging.
8835         (message-display-abbrev): Use new implementation.
8836
8837 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8838
8839         * gnus-art.el (gnus-article-mode): Set
8840         cursor-in-non-selected-windows to nil.
8841
8842         * smiley.el: Revert previous change.
8843         (smiley-data-directory): defvar it before using it in the
8844         defcustom of `smiley-style'.
8845
8846 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * message.el (message-newline-and-indent): New function.
8849
8850         * ecomplete.el: Implement more bits.
8851
8852         * message.el (message-put-addresses-in-ecomplete): Clean up the
8853         string.
8854
8855         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8856
8857         * gnus-sum.el (gnus-summary-save-parts): Bind
8858         gnus-summary-save-parts-counter and use it to make unique file
8859         names.
8860
8861         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8862
8863         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8864         parameter to say whether to actually parse the individual
8865         addresses.
8866
8867         * message.el (message-put-addresses-in-ecomplete): New function.
8868         (ecomplete): Require.
8869         (message-mail-alias-type): Add ecomplete as an option.
8870
8871 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8872
8873         * flow-fill.el (fill-flowed): Remove trailing space from blank
8874         quoted lines.
8875
8876 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * smiley.el (smiley-style): Move definition later to avoid a
8879         compilation warning.
8880
8881 2006-04-12  Kenichi Handa  <handa@m17n.org>
8882
8883         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8884         buffer and then decode the buffer text if necessary.
8885         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8886         first, and after mm-encode-body, change the buffer to unibyte.
8887         Use mm-disable-multibyte instead of set-buffer-multibyte.
8888
8889 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8892         Content-Type header instead of Content-Disposition header.
8893         (gnus-mime-inline-part): Ditto.
8894         (gnus-mime-view-part-as-charset): Ignore charset that the part
8895         specifies.
8896
8897         * mm-decode.el (mm-display-part): Work with external parts and
8898         usual parts similarly.
8899
8900         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8901         instead of gnus-display-mime.
8902
8903         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8904         instead of with-temp-buffer.
8905
8906         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8907         tag to summarized topics part in order to encode non-ASCII text.
8908
8909 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * smiley.el (smiley-style): New variable.
8912         (smiley-directory): New function.
8913         (smiley-data-directory): Derive from `smiley-style' using
8914         `smiley-directory'.
8915         (smiley-regexp-alist): Add new entries.
8916
8917         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8918         (gnus-article-browse-delete-temp): Add :version.
8919
8920 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8921
8922         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8923         the sieve region.
8924
8925 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * gnus.el (gnus-version-number): Bump version.
8928
8929 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * gnus.el: No Gnus v0.4 is released.
8932
8933 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8936         layout.
8937
8938         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8939         unknown charset.
8940
8941         * message.el (message-header-synonyms): Add Original-To to the
8942         default.
8943
8944         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8945         optional parameter.
8946
8947 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * gnus-fun.el (gnus): Require it for gnus-directory.
8950
8951 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8954
8955 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8956
8957         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8958
8959 2006-04-05  Simon Josefsson  <jas@extundo.com>
8960
8961         * password.el (password-reset): New function.
8962
8963 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8964
8965         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8966         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8967
8968 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8969
8970         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8971         Some whitespace was matched into the url, which broke browsing hits
8972         > 100 when mm-url-use-external was nil.
8973
8974 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8977         gnus-extra-headers for 'Newsgroups.
8978
8979         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8980         bound.
8981
8982 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8983
8984         * pgg-gpg.el: Clean up process buffers every time gpg processes
8985         complete.
8986
8987 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8990         doc string.
8991
8992 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8993
8994         * pgg-gpg.el (pgg-gpg-process-filter)
8995         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8996
8997         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8998         lines, temporary fix.
8999
9000 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9003
9004 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9005
9006         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9007         default-enable-multibyte-characters.  This reverts the change from
9008         revision 6.17 which is no longer necessary because the passphrase
9009         is sent separately now.  GnuPG messages are unreadable under
9010         multibyte locales with default-enable-multibyte-characters set to
9011         nil.
9012
9013 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * message.el (message-tool-bar-gnome): Move "spell".
9016
9017 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9020         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9021         instead.
9022
9023 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9024
9025         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9026         newsgroups handling for NNTP overviews which don't include
9027         Newsgroups.
9028
9029 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9030
9031         * message.el (message-resend): Bind message-generate-hashcash to nil.
9032
9033 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9034
9035         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9036         when searching for already-paid recipients.
9037
9038 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9039
9040         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9041         passphrases when it is not needed.
9042         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9043         passphrase stuff from gpg, should only be necessary when you use
9044         gpg with a smartcard.
9045
9046 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * mml.el (mml-insert-mime): Ignore cached contents of
9049         message/external-body part.
9050
9051         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9052         (mm-insert-part): Ditto.
9053
9054 2006-03-23  Simon Josefsson  <jas@extundo.com>
9055
9056         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9057         Reiner.
9058         (pgg-gpg-use-agent-p): Use it again.
9059
9060 2006-03-23  Simon Josefsson  <jas@extundo.com>
9061
9062         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9063         older emacsen.
9064         (pgg-gpg-use-agent-p): Don't use it.
9065
9066 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9069         if we can.
9070
9071 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9072
9073         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9074         (pgg-gpg-update-agent): New function.
9075         (pgg-gpg-use-agent-p): New function.
9076         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9077         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9078         (pgg-gpg-sign-region): Use it.
9079
9080 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9083         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9084
9085 2006-03-21  Simon Josefsson  <jas@extundo.com>
9086
9087         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9088         <wilde@sha-bang.de>.
9089         (pgg-gpg-use-agent): New variable.
9090         (pgg-gpg-process-region): Use it.
9091         (pgg-gpg-encrypt-region): Likewise.
9092         (pgg-gpg-encrypt-symmetric-region): Likewise.
9093         (pgg-gpg-decrypt-region): Likewise.
9094         (pgg-gpg-sign-region): Likewise.
9095         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9096
9097 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9098
9099         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9100
9101         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9102         Add comment on version.
9103
9104 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * smiley.el: Add missing test smiley.
9107
9108 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * mm-decode.el (mm-with-part): New macro.
9111         (mm-get-part): Use it; work with message/external-body as well.
9112         (mm-save-part): Treat name and filename equally.
9113
9114         * mm-extern.el (mm-extern-cache-contents): New function.
9115         (mm-inline-external-body): Use it; force the part to be displayed;
9116         move undisplayer added to the cached handle to the parent.
9117
9118         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9119         (gnus-mime-view-part-as-type): Work with message/external-body.
9120
9121         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9122
9123 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9126         images in image-load-path.  [Sync with image.el, revision 1.60, in
9127         Emacs.]
9128
9129 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9132         path rather than symbol.  Always return list of directories.
9133         Guarantee that image directory comes first.  [Sync with image.el,
9134         revision 1.59, in Emacs.]
9135
9136         * message.el (message-make-tool-bar): Adjust to new API of
9137         `gmm-image-load-path-for-library'.
9138
9139         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9140
9141         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9142
9143 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9144
9145         * gnus-art.el (gnus-article-only-boring-p):
9146         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9147         intangible text.
9148         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9149
9150 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9153         `defun' instead of `gmm-defun-compat'.
9154
9155 2006-03-14  Simon Josefsson  <jas@extundo.com>
9156
9157         * message.el (message-unique-id): Don't use message-number-base36
9158         if (user-uid) is a float.
9159         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9160
9161 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9164
9165         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9166         empty line between a part and a message part.
9167
9168 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * smiley.el: Add more test smileys.
9171         (smiley-data-directory, smiley-regexp-alist)
9172         (gnus-smiley-file-types): Fix doc strings.
9173         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9174         adding new elements.
9175         (smiley-mouse-map): Unused code.  Make it a comment.
9176
9177 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9180         scan latest NoCeM messages instead of old ones.
9181         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9182         delimiters that are recently used.
9183         (gnus-nocem-load-cache): Add autoload cookie.
9184
9185         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9186
9187         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9188         level which is larger than gnus-use-nocem is specified.
9189
9190         * gnus-group.el (gnus-group-get-new-news): Ditto.
9191
9192 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * gnus-util.el (gnus-tool-bar-update): New function.
9195
9196         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9197         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9198
9199         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9200
9201         * gnus-group.el (gnus-group-redraw-when-idle)
9202         (gnus-group-redraw-check): Remove.
9203         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9204
9205 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9208         if optional last element is specified in splits (FIELD VALUE...).
9209
9210 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9213         to gmm-image-load-path-for-library.  Call with no-error argument.
9214         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9215
9216         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9217
9218         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9219
9220         * gmm-utils.el (gmm-image-load-path): Remove alias.
9221
9222 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9223
9224         * gmm-utils.el (gmm-image-load-path): Add alias.
9225
9226         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9227         nnml-generate-nov-databases-1.
9228         (nnml-generate-nov-databases): Use it.
9229         (nnml-generate-nov-databases-directory): Document no-active
9230         argument.
9231
9232         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9233         directory if path is t.  Add no-error.
9234
9235         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9236         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9237
9238         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9239         resetting gnus-article-browse-html-temp-list.
9240
9241         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9242         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9243         Add example to docstring.  Rename local variables.  Move error
9244         checks to default case in cond and simplify.
9245
9246 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9249         handle is multipart when calling it recursively.
9250         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9251
9252 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9253
9254         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9255         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9256
9257 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9260         is loaded.
9261
9262         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9263         loaded.
9264
9265 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9268         to "Emacs 23 (unicode)" in doc string.
9269
9270         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9271         "Emacs 23 (unicode)" in comment.
9272
9273 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9276
9277         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9278         characters 160 through 255 in Emacs 23.
9279
9280 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9283         gnus-article-browse-html-temp.
9284         (gnus-article-browse-delete-temp): Make it customizable.  Add
9285         `file'.  Adjust doc string.
9286         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9287         query for each file.  Adjust doc string.
9288         (gnus-article-browse-html-parts): Add
9289         `gnus-article-browse-delete-temp-files' to
9290         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9291
9292 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9293
9294         * gnus-art.el (gnus-article-browse-html-temp)
9295         (gnus-article-browse-delete-temp): New variables.
9296         (gnus-article-browse-delete-temp-files): New function.
9297         (gnus-article-browse-html-parts): Use it.
9298
9299 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9302
9303         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9304         string.
9305
9306         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9307         gnus-summary-insert-new-articles when unplugged.  Remove
9308         gnus-summary-search-article-forward.
9309
9310         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9311         display-visual-class instead of display-color-cells.
9312
9313 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * dgnushack.el: Autoload customize-group for XEmacs.
9316
9317         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9318         message/* containing non-ASCII text properly.
9319
9320 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * message.el: Require gmm-utils, remove autoloads.
9323         (message-tool-bar): Set default based on
9324         gmm-tool-bar-style.
9325         (message-tool-bar-gnome): Add gmm-customize-mode.
9326
9327         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9328         gmm-tool-bar-style.
9329         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9330
9331         * gnus-group.el (gnus-group-tool-bar): Set default based on
9332         gmm-tool-bar-style.
9333         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9334
9335         * gmm-utils.el (gmm-image-directory): Rename variable from
9336         gmm-image-load-path.
9337         (gmm-image-load-path): Use gmm-image-directory.
9338         (gmm-customize-mode): New function.
9339         (gmm-tool-bar-style): New variable.
9340
9341         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9342         gnus-group-redraw-line-number.
9343         (gnus-group-redraw-check): Simplify.
9344         (gnus-group-tool-bar-update): Remove redraw check.
9345         (gnus-group-make-tool-bar): Add redraw check.
9346
9347 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9348
9349         * gnus-art.el (gnus-button): Add missing parentheses.
9350
9351 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * lpath.el: Fbind line-number-at-pos.
9354
9355 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9358
9359 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * gnus-art.el (gnus-button): New face.
9362         (gnus-article-button-face): Use it.
9363
9364         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9365         gnus-summary-next-page.  Re-order.
9366
9367         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9368         next-node are now included.
9369         (gnus-group-redraw-line-number): New internal variable.
9370         (gnus-group-redraw-check): Helper function for updating the tool
9371         bar.
9372         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9373
9374         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9375
9376         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9377         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9378         Use it to match format of Spamassassin 3.0 and later.  Reported by
9379         IRIE Tetsuya <irie@t.email.ne.jp>.
9380         (spam-check-bogofilter)
9381         (spam-bogofilter-register-with-bogofilter): Fix args of
9382         `gnus-error' calls.
9383
9384 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9387         unnecessary interaction when sending queued mails.  Reported by
9388         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9389
9390 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9393         first or last are nil.
9394
9395 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9396
9397         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9398
9399 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9402
9403 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * dns.el (query-dns): Protect more against buggy tcp output.
9406
9407 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9410         nov.php.
9411
9412 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9413
9414         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9415         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9416         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9417         output on the server side.
9418         (nnweb-google-create-mapping): Update regexps and add some
9419         progress indication.
9420
9421 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9424         gnus-agent-toggle-plugged.  Re-order icons.
9425         (gnus-group-tool-bar-gnome): Add
9426         gnus-group-{prev,next}-unread-group.
9427         (gnus-group-tool-bar-gnome): Re-order icons.
9428
9429         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9430         gnus-summary-insert-new-articles.
9431
9432         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9433         comments.
9434
9435         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9436         also available in Emacs 21.3.
9437
9438         * message.el (message-fix-before-sending): Change "Emacs 22" to
9439         "Emacs 23 (unicode)" in comment.
9440
9441         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9442         "Emacs 23 (unicode)" in comment.
9443
9444         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9445         comment.
9446         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9447
9448         * mm-view.el (mm-fill-flowed): Add :version.
9449
9450 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9453         and load-path.
9454
9455 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * message.el: Autoload gmm-image-load-path.
9458         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9459         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9460         consitency.
9461
9462         * gmm-utils.el (gmm-image-load-path): Also search in
9463         "../etc/images".  Don't set gmm-image-load-path if we don't find
9464         the image.
9465
9466 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * gmm-utils.el (gmm-image-load-path): Don't make
9469         `gmm-image-load-path' include subdirectories which the second arg
9470         `image' might specify.
9471
9472         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9473         subdirectory to icon file names.
9474
9475         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9476
9477 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9480         gmm-image-load-path calls.
9481
9482         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9483
9484         * message.el (message-make-tool-bar): Ditto.
9485
9486         * mml.el (mml-preview): Added comment concerning tool bar icons.
9487
9488         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9489         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9490
9491         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9492         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9493
9494         * message.el (message-tool-bar-gnome): Use new icon names.
9495         (message-make-tool-bar): Use `gmm-image-load-path'.
9496
9497         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9498         functions from MH-E.
9499         (gmm-image-load-path): New variable from MH-E.
9500         (gmm-image-load-path): New function from MH-E.  Added arguments
9501         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9502         *-image-load-path-called-flag.
9503
9504 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9505
9506         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9507
9508 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9509
9510         * nnimap.el (nnimap-request-move-article): Change folder back to
9511         source group before deleting.
9512
9513 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9516
9517         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9518         mm-url.
9519
9520         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9521
9522 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9525         coding system which mm-charset-to-coding-system returns for a
9526         given charset is valid.
9527
9528 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9529
9530         * html2text.el (html2text-remove-tag-list):
9531         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9532
9533 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9534
9535         * gnus-cus.el: Revert 2005-10-17 change.
9536
9537 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-art.el (article-strip-banner): Call
9540         article-really-strip-banner only when the regexp match is made.
9541
9542 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-art.el (article-strip-banner): Use
9545         gnus-extract-address-components instead of
9546         mail-header-parse-addresses to make it work with non-ASCII text;
9547         remove mail-encode-encoded-word-string.
9548
9549         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9550         values which are surrounded with \"...\"; make it never cause a
9551         Lisp error; give up parsing of parameters if it failed in
9552         extracting type.
9553
9554 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9555
9556         * smime.el (smime-cert-by-ldap-1): Fix bug where
9557         `smime-ldap-search' returns results without userCertificates.
9558
9559 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9562
9563 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * spam.el (spam-check-spamassassin-headers): Adapt format for
9566         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9567         <ari@mbf.ocn.ne.jp>.
9568         (spam-list-of-processors): Add spam-use-gmane.
9569
9570 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9573         make-temp-file; make it work with XEmacs as well.
9574
9575         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9576         mm-make-temp-file.
9577
9578         * mm-decode.el (mm-display-external): Use the 3rd arg of
9579         mm-make-temp-file.
9580         (mm-create-image-xemacs): Ditto.
9581
9582 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9585         with message-narrow-to-headers.
9586         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9587         (gnus-draft-check-draft-articles): New function.
9588         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9589
9590 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * gnus-art.el (gnus-article-browse-html-parts):
9593         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9594         Don't use suffix argument for mm-make-temp-file for Emacs 21
9595         compatibility.  Remove useless `format'.
9596
9597 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9598
9599         * nnweb.el (nnweb-google-wash-article): Update regexps.
9600         (nnweb-group-alist): Use defvoo instead of defvar.
9601
9602 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9605         re-loading nn* modules.
9606
9607 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9610         for `tool-bar-mode' and don't check it's default-value.
9611
9612         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9613
9614         * message.el (message-make-tool-bar): Ditto.
9615
9616         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9617         `substring'.  Shorten tmp-file name.
9618
9619         * gnus.el: Remove bogus comment.
9620
9621 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9622
9623         * gnus-art.el (gnus-article-browse-html-parts): New function.
9624         (gnus-article-browse-html-article): New function for viewing html
9625         articles with a browser.
9626
9627 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9628
9629         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9630         in elisp.
9631         (pgg-gpg-encrypt-symmetric-region): Ditto.
9632         (pgg-gpg-sign-region): Ditto.
9633
9634         * pgg-def.el (pgg-text-mode): New variable.
9635
9636         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9637         (mml2015-pgg-encrypt): Ditto.
9638
9639         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9640         (mml1991-pgg-encrypt): Ditto.
9641
9642 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9645         message-make-date instead of current-time-string.
9646
9647         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9648         to gnus-decoded which mm-uu might set.
9649
9650 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9653         don't decode quoted parameters; remove misimported Emacs code.
9654         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9655         (rfc2231-decode-encoded-string): Don't use split-string which
9656         behaves differently according to Emacs version; use
9657         mm-decode-coding-region to convert charset to coding-system.
9658         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9659         (rfc2231-encode-string): Remove misimported Emacs code.
9660
9661 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9664         when calling mail-header-parse-content-type.
9665         (article-de-quoted-unreadable): Ditto.
9666         (article-de-base64-unreadable): Ditto.
9667         (article-wash-html): Ditto.
9668
9669         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9670         calling mail-header-parse-content-type and
9671         mail-header-parse-content-disposition.
9672         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9673         mail-header-parse-content-type.
9674
9675         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9676         insert charset and format parameters; encode description after
9677         inserting it to buffer.
9678         (mml-insert-parameter): Fold lines properly even if a parameter is
9679         segmented into two or more lines; change the max column to 76.
9680
9681         * rfc1843.el (rfc1843-decode-article-body): Don't use
9682         ignore-errors when calling mail-header-parse-content-type.
9683
9684         * rfc2231.el (rfc2231-parse-string): Return at least type if
9685         possible; don't cause an error even if it fails in parsing of
9686         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9687         (rfc2231-encode-string): Don't break lines at the beginning, leave
9688         it to mml-insert-parameter.
9689
9690         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9691         calling mail-header-parse-content-type.
9692
9693 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * spam-report.el (spam-report-gmane-use-article-number):
9696         Improve doc string.
9697         (spam-report-gmane-internal): Check if a suitable header was found
9698         in the article.
9699
9700 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9703         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9704
9705 2006-02-05  Romain Francoise  <romain@orebokech.com>
9706
9707         Update copyright notices of all files in the gnus directory.
9708
9709 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9710
9711         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9712
9713 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9716         segmented lines of parameter value to cope with Thunderbird 1.5
9717         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9718         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9719         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9720
9721 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9722
9723         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9724         parts.
9725
9726 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9727
9728         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9729         there's only one active file for all servers.
9730         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9731         solid groups.  Gnus might have used a FAST request to select the group.
9732         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9733         and nnweb-search redundantly in the active file.
9734         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9735         (nnweb-request-create-group): Don't use ARGS.
9736         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9737         initialisations.  Let nnoo do the work.
9738
9739 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9742         Say the part has been decoded.
9743
9744         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9745
9746 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9747
9748         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9749         mailcap-viewer-test-cache when there's no 'test clause, since that
9750         will invert the meaning of a "nil" test previously determined by
9751         mailcap-mailcap-entry-passes-test.
9752
9753 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9756         compiling.
9757
9758         * gnus-sum.el: Ditto.
9759
9760         * message.el: Don't bind tool-bar-map when compiling.
9761
9762 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9765
9766 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9767
9768         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9769         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9770         current Google Groups.
9771
9772 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9775         and tool-bar-mode.
9776
9777         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9778         and tool-bar-mode.
9779
9780         * message.el (message-tool-bar-update): Simplify.
9781         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9782
9783         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9784         gnus-summary-buffer.
9785         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9786         gnus-summary-reply.
9787
9788         * gmm-utils.el (gmm): Add :version.
9789
9790 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * Makefile.in (clean): New rule.
9793         (distclean): Use it.
9794
9795 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9796
9797         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9798         autoload.
9799
9800 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gmm-utils.el (gmm-verbose): Add :group.
9803
9804 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * message.el: Change some comments WRT tool-bars.
9807
9808         * gnus-sum.el (gnus-summary-tool-bar)
9809         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9810         (gnus-summary-tool-bar-zap-list): New variables.
9811         (gnus-summary-make-tool-bar): Complete rewrite using
9812         `gmm-tool-bar-from-list'.
9813
9814         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9815         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9816         variables.
9817         (gnus-group-make-tool-bar): Complete rewrite using
9818         `gmm-tool-bar-from-list'.
9819         (gnus-group-tool-bar-update): New function.
9820
9821         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9822
9823 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9826         is dissected into a single part of which the type is the same as
9827         the given one; decode charset.
9828
9829 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9830
9831         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9832         into alists as symbol not string, since that's what
9833         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9834         look for.
9835
9836 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9839         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9840
9841         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9842
9843 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9846         (gnus-xmas-mime-security-button-menu): New function.
9847
9848         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9849         (gnus-mime-security-button-menu): New definition.
9850         (gnus-mime-security-button-map): Use them.
9851         (gnus-mime-security-button-menu): New function.
9852         (gnus-insert-mime-security-button): Addition to help echo.
9853         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9854         (gnus-mime-security-pipe-part): New functions.
9855
9856         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9857         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9858
9859         * mm-decode.el (mm-handle-set-disposition): Remove.
9860         (mm-handle-set-description): Remove.
9861
9862 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9865         (mm-w3m-standalone-supports-m17n-p): New function.
9866         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9867         w3m usage.
9868
9869         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9870         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9871
9872 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * message.el (message-tool-bar-zap-list): Use
9875         gmm-tool-bar-zap-list as custom type.
9876         (message-tool-bar-update): New function.
9877         (message-tool-bar, message-tool-bar-gnome)
9878         (message-tool-bar-retro): Add message-tool-bar-update.
9879         (message-tool-bar-gnome): Add flyspell-buffer.
9880
9881         * gnus-util.el (gnus-error): Describe `args'.
9882
9883         * gmm-utils.el (gmm-error): Describe `args'.
9884         (gmm-tool-bar-zap-list): New widget.
9885         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9886
9887 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9890         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9891         the number of recursive calls.
9892
9893         * mm-decode.el (mm-handle-set-disposition): New macro.
9894         (mm-handle-set-description): New macro.
9895
9896 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9899         encoding.
9900
9901 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * message.el (message-tool-bar-zap-list, message-tool-bar)
9904         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9905         (message-tool-bar-local-item-from-menu): Remove.
9906         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9907         (message-make-tool-bar): New function.
9908         (message-mode): Use `message-make-tool-bar'.
9909
9910         * gmm-utils.el: New file.
9911         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9912         (gmm-lazy): New widget copied from `nnmail.el'.
9913         (gmm-tool-bar-from-list): New function for creating customizable
9914         tool bars.
9915         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9916         output.
9917         (gmm): Add :prefix to defgroup.
9918
9919 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9920
9921         * gmm-utils.el (gmm-widget-p): New function.
9922
9923 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9924
9925         * mml.el (mml-attach-file): Describe `description' in doc string.
9926         (mml-menu): Add Emacs MIME manual and PGG manual.
9927
9928 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9929
9930         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9931
9932 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9933
9934         * nntp.el (nntp-end-of-line): Doc fix.
9935
9936 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9937
9938         * imap.el (imap-open): Handle case where buffer is a buffer
9939         object.
9940
9941 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9942
9943         * gnus-delay.el (gnus-delay): Don't autoload.
9944         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9945         to be re-loaded when customizing the `gnus-delay' group.
9946
9947 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9948
9949         * message.el (message-insert-citation-line): Use newlines.
9950
9951 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9952
9953         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9954         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9955         these routines, so the passphrase can be managed externally and
9956         passed in to the system.
9957         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9958         pgg-add-passphrase-to-cache function.
9959
9960         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9961         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9962         these routines, so the passphrase can be managed externally and
9963         passed in to the system.
9964         (pgg-pgp5-sign-region): Use new name of
9965         pgg-add-passphrase-to-cache function.
9966
9967 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9968
9969         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9970         part of the decoded armor to find the key-identifier.
9971         (pgg-gpg-lookup-key-owner): New function to return the
9972         human-readable identifier of a key owner.
9973         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9974         itself.
9975         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9976         the key value) if we have a key and can match it against a secret
9977         key.  Also, added a note pointing out fact that the prompt only
9978         indicates the first matching key.
9979
9980         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9981         pgg-decrypt-region.
9982         (pgg-add-passphrase-to-cache): Rename from
9983         `pgg-add-passphrase-cache' to reduce confusion (all callers
9984         changed).
9985         (pgg-remove-passphrase-from-cache): Rename from
9986         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9987         changed).
9988         (pgg-read-passphrase, pgg-add-passphrase-cache)
9989         (pgg-remove-passphrase-cache): Add informative docstrings.
9990         (pgg-decrypt): Convey provided passphrase in subordinate call to
9991         pgg-decrypt-region.
9992
9993 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9994
9995         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9996         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9997         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9998         'passphrase' argument, so the passphrase can be managed externally
9999         and then passed in to the system.
10000
10001         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10002         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10003         so the passphrase cache can be used reliably with identifiers
10004         besides a pgp packet's key id.
10005
10006         * pgg-gpg.el (pgg-gpg-encrypt-region)
10007         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10008         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10009         these routines, so the passphrase can be managed externally and
10010         passed in to the system.
10011
10012         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10013         'notruncate' argument, so the passphrase cache can be used
10014         reliably with identifiers besides a pgp packet's key id.
10015
10016 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10017
10018         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10019         symmetric encryption.
10020         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10021         encrypted session key.
10022         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10023         message ask for the passphrase in a proper way.
10024
10025         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10026         New user commands for symmetric encryption.
10027
10028 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10031
10032         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10033
10034 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10035
10036         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10037
10038 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * mm-decode.el (mm-inlined-types): Add application/pgp.
10041         (mm-automatic-display): Ditto.
10042
10043         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10044         part as text.
10045
10046 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * nnrss.el: Update copyright.
10049         (nnrss-opml-import): Query whether to subscribe to each entry.
10050
10051         * gnus-art.el:
10052         * gnus-sum.el:
10053         * gnus-xmas.el:
10054         * messagexmas.el:
10055         * mm-uu.el:
10056         * mm-view.el: Update copyright.
10057
10058 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * message.el (message-info): New function.
10061         (message-mode-menu): Add it.
10062         Update copyright.
10063
10064         * ChangeLog: Fix and update copyright.
10065
10066 2006-01-13  Romain Francoise  <romain@orebokech.com>
10067
10068         * message.el (message-forward-subject-name-subject): Prefer the
10069         address to 'nowhere' if the sender has no name.
10070         Fix typo.  Update copyright year.
10071
10072 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus-art.el (article-wash-html): Use
10075         gnus-summary-show-article-charset-alist if a numeric arg is given.
10076         (gnus-article-wash-html-with-w3m-standalone): New function.
10077
10078         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10079         mm-inline-text-html-render-with-w3m-standalone.
10080         (mm-text-html-washer-alist): Map w3m-standalone to
10081         gnus-article-wash-html-with-w3m-standalone.
10082         (mm-inline-text-html-render-with-w3m-standalone): New function.
10083
10084 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10087         Improve LaTeX.
10088
10089 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10092         (nnrss-request-article): Render text/plain parts as HTML.
10093
10094         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10095         the buffer.
10096
10097 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10100         custom definition of `gnus-posting-styles'.
10101
10102         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10103         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10104
10105 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10108         Use nntp for bug archive.
10109
10110 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10113         parts.
10114         (nnrss-normalize-date): New function converts ISO 8601 date into
10115         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10116         (nnrss-check-group): Use it.
10117
10118 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10121
10122         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10123         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10124         (nnrss-insert-w3): Ditto.
10125
10126 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10129         the articles to be forwarded including the case where neither a
10130         number of articles nor a region is specified.
10131
10132 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * nnrss.el (nnrss-request-article): Fix last change; fill
10135         text/plain parts.
10136
10137 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10140         in text/plain part.
10141         (nnrss-check-group): Don't add excessive newline to dc:subject.
10142
10143 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10144
10145         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10146         article.
10147
10148 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10151         (nnml-use-compressed-files, nnml-save-mail): Support other
10152         comression programs such as bzip2.
10153
10154 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10155
10156         * dns.el (query-dns): Make sure we check the buffer size before
10157         removing tcp headers.
10158
10159 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10162         remove MIME buttons associated with multipart/alternative parts.
10163         (gnus-mime-display-alternative): Tag buttons using `article-type'
10164         text property.
10165
10166         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10167         associated with multipart/alternative parts.
10168
10169         * gnus-art.el (gnus-signature-separator): Fix custom type.
10170
10171         * mm-decode.el (mm-inlined-types): Fix custom type.
10172         (mm-keep-viewer-alive-types): Ditto.
10173         (mm-automatic-display): Ditto.
10174         (mm-attachment-override-types): Ditto.
10175         (mm-inline-override-types): Ditto.
10176         (mm-automatic-external-display): Ditto.
10177
10178 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * spam-report.el (spam-report-user-mail-address)
10181         (spam-report-user-agent): New variables.
10182         (spam-report-url-ping-plain): Use spam-report-user-agent.
10183
10184 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10185
10186         * gnus-art.el (gnus-button-handle-custom): Do not just use
10187         `customize-apropos' for any "M-x customize-*" button but the
10188         function called for.  Accept both the function name and its
10189         argument in order to achieve this.
10190         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10191         function name to `gnus-button-handle-custom' in case of "M-x
10192         customize-*" buttons.
10193
10194 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10197         multipart/alternative and add xref to mm-discouraged-alternatives
10198         in doc string.
10199
10200         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10201         gnus-buttonized-mime-types in doc string.
10202
10203 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10206         Suggest image/.* in the doc string.
10207
10208 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10211         message-marks (Debian bug #342521).
10212
10213 2005-12-12  Simon Josefsson  <jas@extundo.com>
10214
10215         * password.el (password-read-from-cache): Add.
10216         (password-read): Use it.
10217
10218 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10221         us-ascii as a MIME charset.
10222
10223         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10224         against the case where the 2nd arg TYPE is nil.
10225
10226 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * pop3.el (pop3-stream-type): Fix custom version.
10229
10230         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10231
10232 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10233
10234         * mm-decode.el (mm-display-external): Add missing cdr.
10235
10236 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10239         RFC1524) if it is in mailcap or add a suffix according to
10240         mailcap-mime-extensions when generating a temp filename; postpone
10241         deleting a temp file for 2 seconds for some wrappers, shell
10242         scripts, and so on, which might exit right after having started a
10243         viewer command as a background job.
10244
10245 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * nntp.el (nntp-marks-directory): Fix custom group.
10248
10249         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10250         steps when < 10.
10251
10252         * gnus-start.el (gnus-no-server-1): Mention
10253         `gnus-level-default-subscribed' in doc string.
10254
10255 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10256
10257         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10258         parens.
10259
10260 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-xmas.el (gnus-use-toolbar): Revert.
10263         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10264         gnus-use-toolbar is default.
10265
10266         * messagexmas.el (message-use-toolbar): Revert.
10267         (message-setup-toolbar): Use global default-toolbar if
10268         message-use-toolbar is default.
10269
10270 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10273         according to default-toolbar-visible-p.
10274
10275         * messagexmas.el (message-use-toolbar): Ditto.
10276
10277 2005-11-26  Dave Love  <fx@gnu.org>
10278
10279         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10280         (tls-program, tls-success): Provide openssl alternative.
10281
10282         * starttls.el: Doc fixes.
10283         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10284         SERVICE to PORT.
10285
10286         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10287         port null or service name.
10288         (starttls-negotiate): Autoload.
10289
10290 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * message.el (message-kill-to-signature): Fix interactive spec.
10293
10294 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * pop3.el (pop3-open-server): Recognize a string as a service name.
10297
10298 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10299
10300         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10301
10302 2005-11-23  Dave Love  <fx@gnu.org>
10303
10304         Add pop3s, pop3/starttls.
10305
10306         * pop3.el (pop3-authentication-scheme): Clarify doc.
10307         (open-tls-stream, starttls-open-stream): Autoload.
10308         (pop3-stream-type): New.
10309         (pop3-open-server): Use it.
10310
10311         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10312         for POP.
10313         (mail-source-keyword-map): Add :stream for POP.
10314         (mail-source-fetch-pop): Use pop3-stream-type.
10315
10316 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10319         of current-time-string.
10320
10321 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10322
10323         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10324         date header.
10325
10326 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10327
10328         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10329         it can seriously impact performance as it bypasses the agent's
10330         local caches.
10331
10332 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10333
10334         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10335         must be explicitly online rather than "not explicitly offline" for
10336         its flags to be synchronized.
10337
10338         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10339         that gnus-uu-unmark-thread will function correctly.
10340
10341         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10342         1024K is instead displayed as 1M.
10343
10344 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10347
10348 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10349
10350         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10351
10352 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10353
10354         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10355         error message to display actual error condition.
10356         (gnus-agent-save-local): Avoid saving symbols that are bound to
10357         nil as they simply result in a warning message in
10358         gnus-agent-read-local.
10359
10360 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10363         rather than make-variable-buffer-local for file-precious-flag.
10364
10365 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10366
10367         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10368         for duplicates which are removed.  The invalid sort check then
10369         triggers a rescan after the sort as sorting may have moved
10370         duplicate entries such that they can be cheaply detected.
10371
10372 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10375
10376 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10377
10378         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10379         internal variable to a custom variable.  Changed default value
10380         from compressed(2) to uncompressed(1).
10381         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10382         support for uncompressed agentview files.  Taken together, reading
10383         the agentview file should now be 6-7 times faster.
10384
10385 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10386
10387         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10388         as a buffer-local variable.  This avoids creating truncated
10389         dribble files as a result of a hang up, eg.
10390
10391 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10392
10393         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10394         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10395         XEmacs.
10396
10397 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * gnus-start.el (gnus-start-draft-setup): Enforce
10400         `gnus-draft-mode' for nndraft:drafts at startup.
10401
10402         * gnus.el (gnus-splash): Change custom group.
10403         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10404         allow-list argument.
10405
10406         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10407         string.
10408
10409 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10410
10411         * gnus-art.el (gnus-default-article-saver): Add user-defined
10412         `function' to custom type.
10413
10414 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10415
10416         * imap.el (imap-open): Handle case where buffer is a buffer
10417         object.
10418
10419 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10422         long lines.
10423         (gnus-cache-delete-group): Wrap doc strings.
10424
10425         * gnus-agent.el (gnus-agent-rename-group)
10426         (gnus-agent-delete-group): Wrap doc strings.
10427
10428 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * messagexmas.el (message-use-toolbar): Change the valid values
10431         into default, top, bottom, left, and right.
10432         (message-toolbar-thickness): New variable.
10433         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10434         well.
10435         (message-setup-toolbar): Make it work.
10436
10437         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10438         (gnus-use-toolbar): Change the valid values into default, top,
10439         bottom, left, and right.
10440         (gnus-toolbar-thickness): New variable.
10441         (gnus-xmas-setup-toolbar): New function.
10442         (gnus-xmas-setup-group-toolbar): Use it.
10443         (gnus-xmas-setup-summary-toolbar): Use it.
10444
10445 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * gnus-start.el (gnus-1): Add "native" to
10448         gnus-predefined-server-alist.
10449
10450         * gnus.el (gnus-method-to-server): Don't add "native" to the
10451         lists here, because that leads to problems when
10452         gnus-select-method is bound.
10453
10454 2005-11-09  Simon Josefsson  <jas@extundo.com>
10455
10456         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10457         use (not sort-by-date) instead.
10458
10459 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10460
10461         * gnus-delay.el (gnus-delay-group): Don't autoload.
10462         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10463         to be re-loaded when customizing the `gnus-delay' group.
10464
10465 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10466
10467         * message.el: Revert last changes.
10468         (message-insert-citation-line): Use newlines.
10469
10470 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10471
10472         * message.el (message-courtesy-message)
10473         (message-mark-insert-begin, message-mark-insert-end)
10474         (message-elide-ellipsis, message-cancel-message)
10475         (message-add-header, message-change-subject)
10476         (message-cross-post-followup-to-header)
10477         (message-cross-post-insert-note, message-reduce-to-to-cc)
10478         (message-widen-reply, message-delete-not-region)
10479         (message-kill-to-signature, message-insert-signature)
10480         (message-insert-importance-high, message-insert-importance-low)
10481         (message-insert-or-toggle-importance)
10482         (message-insert-disposition-notification-to)
10483         (message-indent-citation, message-yank-original)
10484         (message-cite-original-without-signature, message-cite-original)
10485         (message-insert-citation-line, message-position-on-field)
10486         (message-fix-before-sending, message-send-mail-partially)
10487         (message-send-mail, message-send-mail-with-sendmail)
10488         (message-send-mail-with-qmail, message-send-news)
10489         (message-check-news-header-syntax, message-generate-headers)
10490         (message-insert-courtesy-copy, message-fill-address)
10491         (message-fill-header, message-shorten-references)
10492         (message-setup-1, message-cancel-news)
10493         (message-forward-make-body-plain, message-forward-make-body-mime)
10494         (message-forward-make-body-mml, message-encode-message-body)
10495         (message-forward-make-body-digest-plain)
10496         (message-forward-make-body-digest-mime)
10497         (message-use-alternative-email-as-from): Insert `hard-newline'
10498         instead of ordinary newlines.
10499
10500 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * message.el (message-generate-headers): Downcase the argument
10503         given to message-check-element.
10504
10505 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10506
10507         * nntp.el (nntp-authinfo-rejected): New error condition.
10508         (nntp-wait-for): Use new error condition to signal authentication
10509         error.
10510         (nntp-retrieve-data): Rethrow new error condition to break out of
10511         recursive call to nntp-send-authinfo.
10512
10513 2005-11-08  Romain Francoise  <romain@orebokech.com>
10514
10515         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10516         (gnus-summary-exit-map): Bind to `Z p'.
10517         (gnus-summary-make-menu-bar): Add menu item.
10518
10519 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10522         (gnus-treat-*): Add `first' in all doc strings.
10523
10524         * gnus-group.el (gnus-group-compact-group): Fix typo.
10525
10526 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus.el (gnus-parameters-case-fold-search): New variable.
10529         (gnus-parameters-get-parameter): Use it.
10530
10531         * gnus-score.el (gnus-home-score-file): Doc fix.
10532
10533 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10534
10535         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10536
10537 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * mm-util.el (mm-special-display-p): New function.
10540
10541         * mml.el (mml-preview): Use it; doc fix.
10542
10543 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10544
10545         * imap.el (imap-open): Handle case where buffer is a buffer object.
10546
10547 2005-10-29  Romain Francoise  <romain@orebokech.com>
10548
10549         * message.el (message-fix-before-sending): Fix comment.
10550
10551 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10552
10553         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10554
10555 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10556
10557         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10558         Used in gnus-score.el.
10559
10560 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10563
10564 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10567         whitespace removed in revision 7.8.  Use concatenated string to
10568         protect trailing whitespace.
10569
10570 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10571
10572         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10573         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10574         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10575         Courier IMAP ("some version from 2004").  Mostly based on similar
10576         code in the same function.
10577
10578 2005-10-26  Didier Verna  <didier@xemacs.org>
10579
10580         * gnus-group.el (gnus-group-compact-group): Invalidate original
10581         article buffer.
10582         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10583         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10584         NOV database and in article itself.
10585         Invalidate article backlog.
10586
10587 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10590
10591 2005-10-26  Simon Josefsson  <jas@extundo.com>
10592
10593         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10594         part of 2004-07-25 change.
10595
10596 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * message.el (message-display-completion-list): New function.
10599         (message-expand-group): Use it; make sure the Completions buffer
10600         is modifiable.
10601 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10602
10603         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10604         user-mail-name is an empty string.
10605
10606 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10609         depending on gnus-score-decay-constant.
10610
10611         * encrypt.el (encrypt-insert-file-contents)
10612         (encrypt-write-file-contents): Don't use `gnus-message'.
10613
10614         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10615         arguments.
10616         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10617         arguments to mm-uu-verbatim-marks-extract.
10618         (mm-uu-hide-markers): New variable.
10619         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10620
10621         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10622         (gnus-convert-image-to-face-command): Use "convert" by default to
10623         allow other input image formats.
10624         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10625         accordingly.
10626
10627 2005-10-23  Simon Josefsson  <jas@extundo.com>
10628
10629         * imap.el (imap-gssapi-program): Align command line parameters
10630         with latest GNU SASL.
10631         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10632
10633 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10636         HTML.
10637         (nnslashdot-request-article): Ditto.
10638
10639         * lpath.el (featurep): Add nobreak-char-display.
10640
10641 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10642
10643         * mail-source.el (mail-source-fetch-pop): Require pop3.
10644         (mail-source-check-pop): Ditto.
10645
10646 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10649         errors.
10650
10651 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10654         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10655
10656         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10657
10658         * mm-bodies.el (mm-decode-string): Call
10659         `mm-charset-to-coding-system' with allow-override argument.
10660
10661 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10664         (rfc2047-charset-to-coding-system): New function.
10665         (rfc2047-decode-encoded-words): New function.
10666         (rfc2047-decode-region): Use them.
10667         (rfc2047-decode-cte): Remove.
10668         (rfc2047-parse-and-decode): Remove.
10669         (rfc2047-decode): Remove.
10670
10671 2005-10-15  Kenichi Handa  <handa@m17n.org>
10672
10673         * rfc2047.el (rfc2047-decode-cte): New function.
10674         (rfc2047-decode-region): Change the way to decode successive
10675         encoded-words: decode B- or Q-encoding in each encoded-word,
10676         concatenate them, and decode it as charset.
10677
10678 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * lpath.el: Fbind codepage-setup for XEmacs.
10681
10682 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10683
10684         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10685         widget-move-and-invoke.
10686         (gnus-custom-mode): Use gnus-custom-map.
10687
10688 2005-10-15  Bill Wohler  <wohler@newt.com>
10689
10690         * message.el (message-tool-bar-map): Renamed image file from
10691         mail_send to mail/send.
10692
10693 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10694
10695         * message.el (message-expand-group): Pass the common
10696         prefix substring of completion to `display-completion-list'.
10697
10698 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * mml-sec.el (mml-secure-method): New internal variable.
10701         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10702         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10703         functions using mml-secure-method.
10704
10705         * mml.el (mml-mode-map): Add key bindings for those functions.
10706         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10707         Harder <harder@myrealbox.com>.
10708         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10709         end of message if point is the headers of the message.
10710
10711         * message.el (message-in-body-p): New function.
10712
10713         * assistant.el: Autoload gnus-util and netrc.
10714
10715         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10716         Use `mm-charset-override-alist' only when decoding.
10717
10718         * mm-bodies.el (mm-decode-body): Call
10719         `mm-charset-to-coding-system' with allow-override argument.
10720
10721         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10722         `filename' from Content-Disposition if Content-Type doesn't
10723         provide `name'.
10724         (gnus-mime-view-part-as-type): Set default instead of
10725         initial-input.
10726
10727 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10728
10729         * format-spec.el (format-spec): Propagate text properties of % spec.
10730
10731 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gnus-art.el (gnus-treat-predicate): Add `first'.
10734
10735 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10738         (mm-charset-override-alist): New variable.
10739         (mm-charset-to-coding-system): Use it.
10740         (mm-codepage-setup): New helper function.
10741         (mm-charset-eval-alist): New variable.
10742         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10743         about unknown charsets.
10744
10745         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10746
10747 2005-10-04  David Hansen  <david.hansen@gmx.net>
10748
10749         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10750         (nnrss-check-group): Ditto.
10751
10752 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10755         Rename x-gnus-verbatim to x-verbatim.
10756         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10757
10758         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10759         x-verbatim.
10760
10761         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10762
10763         * gnus-util.el (gnus-remove-duplicates): Remove.
10764
10765         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10766         instead of gnus-remove-duplicates.
10767
10768         * message.el (message-remove-duplicates): Remove.
10769         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10770         message-remove-duplicates.
10771
10772         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10773         available, else use implementation from `delete-dups'.
10774
10775         * message.el (message-insert-expires): New function.
10776         (message-mode-map): Add key binding.
10777         (message-mode-field-menu): Add menu entry.
10778         (message-mode): Document it.
10779         (message-make-expires-date): Use `message-make-date'.
10780
10781 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10782
10783         * message.el (message-make-expires-date): New function.
10784
10785 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * Makefile.in (list-installed-shadows): New entry.
10788         (install): Use it.
10789         (remove-installed-shadows): New entry.
10790
10791         * dgnushack.el (dgnushack-default-load-path): New variable.
10792         (dgnushack-find-lisp-shadows): New function.
10793         (dgnushack-remove-lisp-shadows): New function.
10794
10795 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * Makefile.in (install-el-elc): New entry.
10798         (install): Use it so that .el files are necessarily installed.
10799
10800 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10803
10804 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10805
10806         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10807         function rather than the diff-mode.el package.
10808         (mm-display-external): Use with-current-buffer.
10809         (mm-viewer-completion-map, mm-viewer-completion-map):
10810         Move initialization inside declaration.
10811
10812 2005-09-29  Simon Josefsson  <jas@extundo.com>
10813
10814         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10815         autoload mail-check-payment.
10816         (spam-check-hashcash): Define unconditionally, since hashcash.el
10817         is part of Gnus now.  Ignore errors from payment checking.
10818
10819 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * message.el (message-bold-region, message-unbold-region): Rename
10822         from `bold-region' and `unbold-region'.
10823
10824         * message.el: Remove useless autoloads.
10825
10826 2005-09-28  Simon Josefsson  <jas@extundo.com>
10827
10828         * message.el (message-use-idna): Default to t.
10829         (message-use-idna): Test whether encoding works too.  Doc fix.
10830
10831 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * nntp.el (nntp-warn-about-losing-connection): Remove.
10834
10835 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10838         customizable.  Change default value.
10839         (mm-uu-diff-groups-regexp): Change default value.
10840         (mm-uu-type-alist): Add doc string.
10841         (mm-uu-configure): Add doc string.  Make it interactive.
10842         (mm-uu-tex-groups-regexp): New variable.
10843         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10844         (mm-uu-type-alist): Add LaTeX documents.
10845         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10846         of "text/verbatim".
10847         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10848
10849         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10850         instead of "text/verbatim".
10851
10852         * message.el (message-mark-inserted-region)
10853         (message-mark-insert-file): Use slrn style marks when called with
10854         prefix argument.
10855
10856 2005-09-27  Simon Josefsson  <jas@extundo.com>
10857
10858         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10859
10860 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10861
10862         * message.el (message-remove-duplicates): New function.
10863         Implementation borrowed from `gnus-remove-duplicates'.
10864         (message-idna-to-ascii-rhs): Also encode idna addresses in
10865         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10866         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10867         only ask about the same idna domain once per header and also tell
10868         in what header to replace the idna domain.
10869
10870         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10871         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10872         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10873         a header is decoded and not just the last one.
10874
10875 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10878         has been decoded.
10879
10880         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10881         (mm-insert-part): Don't modify text if it has been decoded.
10882
10883         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10884         decoded.
10885
10886         * mm-view.el (mm-inline-text): Don't strip text props unless
10887         decoding enriched or richtext parts.
10888
10889 2005-09-25  Romain Francoise  <romain@orebokech.com>
10890
10891         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10892         * gnus-start.el (gnus-subscribe-interactively):
10893         * gnus-uu.el (gnus-uu-grab-articles):
10894         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10895         space.
10896
10897 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10898
10899         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10900         * mm-view.el (mm-view-pkcs7-decrypt):
10901         * gnus-sum.el (gnus-summary-limit-to-extra)
10902         (gnus-summary-respool-article, gnus-read-move-group-name):
10903         * gnus-score.el (gnus-summary-increase-score):
10904         * gnus-util.el (gnus-completing-read-with-default):
10905         * gnus-art.el (gnus-read-save-file-name)
10906         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10907         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10908         * message.el (message-check-news-header-syntax):
10909         Follow convention for reading with the minibuffer.
10910
10911 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * spam-report.el (spam-report-url-ping-plain):
10914         Use gnus-extended-version as User-Agent.
10915
10916         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10917         default value is nil.
10918
10919         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10920         (mm-uu-verbatim-marks-extract): New function.
10921         (mm-uu-extract): New face.
10922         (mm-uu-copy-to-buffer): Use it.
10923
10924         * spam-report.el (spam-report-gmane-ham): Renamed from
10925         `spam-report-gmane-unspam'.
10926         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10927         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10928
10929         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10930         Autoload.
10931         (spam-report-gmane-unregister-routine): Renamed
10932         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10933
10934 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10935
10936         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10937         (spam-report-gmane-unregister-routine): Add support for gmane
10938         unregistration.
10939
10940         * spam-report.el (spam-report-gmane-unspam)
10941         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10942         (spam-report-gmane): Change to take a single article and do unspam
10943         registration.
10944
10945 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * mm-url.el (mm-url-decode-entities): Fix regexp.
10948
10949 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950
10951         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10952         default to nil, to be able to use Gnus at all.  If the default
10953         switches to something else, then the function should be fixed not
10954         be exceedingly slow.
10955
10956 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10957
10958         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10959         fail hard.
10960
10961         * spam-report.el: Add better Keywords line.
10962
10963         * spam.el: Add Maintainer and better Keywords line.
10964
10965 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-art.el (gnus-article-replace-part)
10968         (gnus-mime-replace-part): New functions.
10969         (gnus-mime-action-alist, gnus-mime-button-commands)
10970         (gnus-mime-save-part-and-strip): Added file argument.
10971         (gnus-article-part-wrapper): Added interactive argument.
10972
10973         * gnus-sum.el (gnus-summary-mime-map): Add
10974         `gnus-article-replace-part'.
10975
10976 2005-09-19  Didier Verna  <didier@xemacs.org>
10977
10978         The nnml compaction feature:
10979         * nnml.el (nnml-request-compact-group): New function.
10980         * nnml.el (nnml-request-compact): New function.
10981         * gnus-int.el (gnus-request-compact-group): New function.
10982         * gnus-int.el (gnus-request-compact): New function.
10983         * gnus-group.el (gnus-group-compact-group): New function.
10984         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10985         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10986         * gnus-srvr.el (gnus-server-compact-server): New function.
10987         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10988         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10989
10990 2005-09-18  Deepak Goel  <deego@gnufans.org>
10991
10992         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10993         format spec.
10994
10995 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10998
10999 2005-09-15  Romain Francoise  <romain@orebokech.com>
11000
11001         * message.el (message-fill-paragraph): Clarify docstring.
11002
11003 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * gnus-art.el (gnus-mime-display-part): Protect against broken
11006         MIME messages.
11007
11008 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11011         before parsing header.
11012
11013 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11014
11015         * html2text.el (html2text-replace-list): Add new entities.
11016
11017 2005-09-11  Romain Francoise  <romain@orebokech.com>
11018
11019         * message.el (message-alternative-emails): Improve docstring.
11020         (message-setup-1): Call `message-use-alternative-email-as-from'
11021         after `message-setup-hook' to give it precedence over posting
11022         styles, etc.
11023         (message-use-alternative-email-as-from): Add docstring.  Remove
11024         the original From header if present.
11025
11026         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11027         (nnml-save-mail): Use it.
11028
11029         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11030         articles.  Add new argument `silent'.
11031         (gnus-uu-mark-all): Report the total number of marked articles.
11032
11033 2005-09-10  Romain Francoise  <romain@orebokech.com>
11034
11035         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11036         (gnus-uu-mark-series): Likewise.
11037
11038 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * spam-report.el (spam-report-gmane): Fix generation of spam
11041         report URL.
11042
11043 2005-09-10  Simon Josefsson  <jas@extundo.com>
11044
11045         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11046         t, based on discussion on the ding list with Robert Epprecht
11047         <epprecht@solnet.ch>.
11048
11049 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * spam-report.el (spam-report-gmane): Make it work without
11052         X-Report-Spam header.  Gmane now only provides Archived-At.
11053         This is only used if `spam-report-gmane-use-article-number' is nil.
11054         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11055
11056         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11057         make `gnus-summary-sort-by-recipient' work with threading.
11058
11059         * nnweb.el (nnweb-google-wash-article): Print a message if article
11060         is not available.
11061
11062 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11063
11064         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11065         change.  Decode text/* parts content before displaying.
11066
11067 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11070
11071 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11074
11075         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11076         url-package-name, url-package-version,
11077         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11078         w3m-display-inline-images, and w3m-minor-mode-map.
11079
11080 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * message.el (message-tab-body-function): Fix mismatched custom type.
11083
11084         * gnus.el (gnus-group-change-level-function): Ditto.
11085
11086         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11087
11088         * gnus-art.el (gnus-signature-limit)
11089         (gnus-article-mime-part-function): Ditto.
11090
11091 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * mml.el (mml-mode): Silence the byte compiler.
11094
11095         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11096         using `(sit-for 0)' before moving the point to the specified part;
11097         skip unbuttonized parts.
11098         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11099         return to the summary window if gnus-auto-select-part is non-nil.
11100
11101 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11102
11103         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11104         variables.
11105         (mml-dnd-attach-file, mml-mode): Use them.
11106
11107         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11108         Make fetching article by MID work again for Google Groups.  Added
11109         FIXME concerning gnus-group-make-web-group.
11110
11111         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11112         Don't depend on Gnus by using mail-extract-address-components if
11113         gnus-extract-address-components is not bound.
11114
11115 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * gnus-art.el (gnus-mime-display-security): Don't display the
11118         signature, but only the signed part.
11119
11120 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11123
11124         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11125         list, not listp.
11126
11127 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11128
11129         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11130         when encoding.
11131
11132         * mm-bodies.el (mm-decode-content-transfer-encoding):
11133         De-canonicalize CRLF for all text content types, not just
11134         text/plain.
11135
11136 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11139         valid article; point arrow and cursor at the MIME button.
11140
11141 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11144         Suggested by Dan Christensen <jdc@uwo.ca>.
11145
11146         * mm-decode.el (mm-save-part): Enable change of prompt.
11147
11148 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11149
11150         * gnus-msg.el (gnus-inews-add-send-actions): Made
11151         `message-post-method' lambda parameter ARG `&optional'.
11152
11153 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * gnus-sum.el (gnus-summary-mime-map): Added
11156         gnus-article-save-part-and-strip, gnus-article-delete-part and
11157         gnus-article-jump-to-part.
11158
11159         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11160         (gnus-article-edit-part): Use it.
11161         (gnus-article-part-wrapper): Added no-handle argument.
11162         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11163         functions.
11164
11165 2005-08-29  Romain Francoise  <romain@orebokech.com>
11166
11167         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11168         docstring.
11169         (gnus-face-from-file): Likewise.
11170
11171 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11174         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11175         non-nil.
11176         (gnus-auto-select-part): New variable.
11177         (gnus-article-jump-to-part): New function.
11178         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11179         (gnus-mime-delete-part): Allow selecting specified part after
11180         deleting or stripping parts.
11181         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11182         part if argument is bogus.
11183
11184 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11185
11186         * gnus-art.el (w3m-minor-mode-map):
11187         * gnus-spec.el (gnus-newsrc-file-version):
11188         * gnus-util.el (nnmail-active-file-coding-system)
11189         (gnus-original-article-buffer, gnus-user-agent):
11190         * gnus.el (gnus-ham-process-destinations)
11191         (gnus-parameter-ham-marks-alist)
11192         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11193         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11194         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11195         * mm-decode.el (gnus-current-window-configuration):
11196         * mm-extern.el (gnus-article-mime-handles):
11197         * mm-url.el (url-current-object, url-package-name)
11198         (url-package-version):
11199         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11200         (smime-keys, w3m-cid-retrieve-function-alist)
11201         (w3m-current-buffer, w3m-display-inline-images)
11202         (w3m-minor-mode-map):
11203         * mml-smime.el (gnus-extract-address-components):
11204         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11205         (gnus-newsrc-hashtb, message-default-charset)
11206         (message-deletable-headers, message-options)
11207         (message-posting-charset, message-required-mail-headers)
11208         (message-required-news-headers):
11209         * mml1991.el (mc-pgp-always-sign):
11210         * mml2015.el (mc-pgp-always-sign):
11211         * nnheader.el (nnmail-extra-headers):
11212         * rfc1843.el (gnus-decode-encoded-word-function)
11213         (gnus-decode-header-function, gnus-newsgroup-name):
11214         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11215
11216 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11217
11218         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11219         the end of the date treatments.
11220
11221 2005-08-15  Simon Josefsson  <jas@extundo.com>
11222
11223         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11224         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11225         Capello and Romain Francoise.
11226         (pgg-fetch-key-function): Removed, not used?
11227         (pgg-insert-url-with-w3): Require url, to get
11228         url-insert-file-contents regardless of where it is defined.
11229
11230 2005-08-13  Romain Francoise  <romain@orebokech.com>
11231
11232         * message.el (message-cite-original-1): New function.
11233         (message-cite-original): Use it.
11234         (message-cite-original-without-signature): Ditto.
11235
11236 2005-08-08  Romain Francoise  <romain@orebokech.com>
11237
11238         * message.el (message-yank-empty-prefix): New variable.
11239         (message-indent-citation): Use it.
11240         (message-cite-original-without-signature): Respect X-No-Archive.
11241
11242 2005-08-08  Simon Josefsson  <jas@extundo.com>
11243
11244         * pgg.el: Autoload url-insert-file-contents instead of loading
11245         w3/url.
11246         (pgg-insert-url-with-w3): Don't load url here.
11247
11248 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11249
11250         * message.el (message-kill-to-signature): Don't insert newline at
11251         bol.
11252         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11253
11254 2005-08-06  Romain Francoise  <romain@orebokech.com>
11255
11256         * message.el (message-user-fqdn): Fix typo in docstring.
11257
11258 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11259
11260         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11261
11262         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11263
11264 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * mm-bodies.el (mm-encode-body): Use coding system rather than
11267         charset to encode text.
11268
11269         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11270         number of charsets if utf-8 is available (XEmacs).
11271
11272 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11275         taken from `gnus-button-mid-or-mail-regexp'.
11276         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11277         (gnus-button-alist): Improve regexp for domain part of the MIDs
11278         for news:localpart@domain buttons.
11279         (gnus-button-ctan-directory-regexp): Update.
11280
11281 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * sieve-manage.el (sieve-manage-interactive-login): Use
11284         make-local-variable rather than make-variable-buffer-local.
11285         (sieve-manage-open): Ditto.
11286         (sieve-manage-authenticate): Ditto.
11287
11288         * mml.el (mml-generate-mime-1): Make the content type default to
11289         text/plain if the filename is not specified.
11290
11291 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11294         instead of insert-buffer.
11295
11296         * message.el (message-yank-original): Ditto; set the mark at the
11297         end of the yanked message.
11298
11299 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11302         lines to scroll rather than to stop it.
11303
11304         * mml.el (mml-generate-default-type): Add doc string.
11305         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11306         default to application/octet-stream when determining the content
11307         type if it is not specified for the part or the mml contents; add
11308         a comment about mml-generate-default-type.
11309
11310 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11313         make it default to application/octet-stream when determining the
11314         content type if it is not specified for the external contents.
11315
11316 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11319         segmented parameter but also other parameters might be there.
11320
11321 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * mm-decode.el (mm-display-external): Delete temp file, directory
11324         and buffer immediately if the external process is exited.
11325
11326 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11329         fewer lines than that of scroll-margin.
11330         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11331
11332 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-art.el (gnus-article-next-page): Revert.
11335         (gnus-article-beginning-of-window): New macro.
11336         (gnus-article-next-page-1): Use it.
11337         (gnus-article-prev-page): Ditto.
11338         (gnus-article-edit-part): Use insert-buffer-substring instead of
11339         insert-buffer.
11340         (gnus-article-edit-exit): Ditto.
11341
11342         * gnus-util.el (gnus-beginning-of-window): Remove.
11343         (gnus-end-of-window): Remove.
11344
11345         * lpath.el: Don't bind header-line-format and scroll-margin.
11346
11347 2005-07-25  Simon Josefsson  <jas@extundo.com>
11348
11349         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11350         to have the url package without w3.  Reported by Daiki Ueno
11351         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11352
11353 2005-07-20  Didier Verna  <didier@xemacs.org>
11354
11355         * gnus-diary.el: Remove the description comment (nndiary is now
11356         properly documented in the Gnus manual).
11357         Fix the spelling of "Back End".
11358         * nndiary.el: Ditto.
11359         Fix the copyright notice.
11360
11361 2005-07-18  Romain Francoise  <romain@orebokech.com>
11362
11363         * gnus-sum.el (gnus-summary-to-prefix)
11364         (gnus-summary-newsgroup-prefix): New variables.
11365         (gnus-summary-from-or-to-or-newsgroups): Use them.
11366
11367 2005-07-17  Romain Francoise  <romain@orebokech.com>
11368
11369         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11370         space as it's generally not especially interesting to the user.
11371
11372 2005-07-16  Romain Francoise  <romain@orebokech.com>
11373
11374         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11375         nil to avoid prompting and file modification if one of the
11376         messages at the top of the nnfolder file contains a copyright
11377         notice.
11378         Update copyright notice.
11379
11380         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11381         instead of `current-time-string' as the latter creates a time
11382         string that is not RFC 2822 compliant (it lacks the zone).
11383         Update copyright notice.
11384
11385 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11386
11387         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11388         for text/rtf.  Display default in prompt.  Pass default for M-n.
11389
11390         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11391
11392 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11393
11394         * gnus-msg.el (gnus-button-mailto): Remove
11395         save-selected-window-window hackery because it relies on
11396         save-selected-window internals.
11397
11398 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11401         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11402         (gnus-article-prev-page): Ditto.
11403
11404         * gnus-util.el (gnus-beginning-of-window): New function.
11405         (gnus-end-of-window): New function.
11406
11407         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11408
11409 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11410
11411         * gnus-score.el (gnus-score-edit-all-score): Set
11412         gnus-score-edit-exit-function to gnus-score-edit-done and call
11413         gnus-message.
11414
11415 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416
11417         * gnus-msg.el (gnus-button-mailto): Remove
11418         save-selected-window-window hackery because it relies on
11419         save-selected-window internals.
11420
11421 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11424         add-minor-mode.
11425         (gnus-binary-mode): Ditto.
11426
11427         * gnus-topic.el (gnus-topic-mode): Ditto.
11428
11429 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11430
11431         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11432         (gnus-article-prev-page): Take scroll-margin into consideration.
11433
11434 2005-07-04  Lute Kamstra  <lute@gnu.org>
11435
11436         Update FSF's address in GPL notices.
11437
11438 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11439
11440         * gnus.el (gnus-exit):
11441         * gnus-group.el (gnus-group-icons):
11442         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11443
11444         * gnus-nocem.el (gnus-nocem):
11445         * message.el (message-various, message-buffers, message-sending)
11446         (message-interface, message-forwarding, message-insertion)
11447         (message-headers, message-news, message-mail):
11448         * pgg-gpg.el (pgg-gpg):
11449         * pgg-parse.el (pgg-parse):
11450         * pgg-pgp.el (pgg-pgp):
11451         * pgg-pgp5.el (pgg-pgp5):
11452         * pop3.el (pop3): Finish `defgroup' description with period.
11453
11454 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-art.el (article-display-face): Improve the efficiency.
11457         (article-display-x-face): Ditto; remove grey x-face stuff.
11458
11459 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-art.el (article-display-face): Correct the position in
11462         which Faces are inserted.
11463
11464 2005-06-29  Didier Verna  <didier@xemacs.org>
11465
11466         * gnus-art.el (article-display-face): Display faces in correct
11467         order.
11468
11469 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11472         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11473         (gnus-nocem-check-article): Fetch the Type header.
11474         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11475         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11476         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11477         make sure gnus-nocem-hashtb is initialized.
11478         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11479         (gnus-nocem-unwanted-article-p): Ditto.
11480
11481         * pgg.el (pgg-verify): Return the verification result.
11482
11483 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11486         is ascii.
11487
11488 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11489
11490         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11491         `show-nonbreak-escape'.
11492
11493 2005-06-23  Lute Kamstra  <lute@gnu.org>
11494
11495         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11496
11497         * dig.el (dig-mode):
11498         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11499
11500 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11501
11502         * nnimap.el (nnimap-split-download-body): Fix spellings.
11503
11504 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11505
11506         * gnus-art.el (gnus-article-encrypt-body):
11507         * gnus-cus.el (gnus-score-customize):
11508         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11509         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11510
11511 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11512
11513         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11514         header by looking for magic "MII" at the beginnig.
11515
11516 2005-06-16  Miles Bader  <miles@gnu.org>
11517
11518         * gnus-xmas.el (gnus-xmas-group-startup-message):
11519         Use renamed gnus-splash face.
11520
11521         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11522         (assistant-field-face): New backward-compatibility alias for renamed
11523         face.
11524         (assistant-render-text): Use renamed assistant-field face.
11525
11526         * spam.el (spam): Remove "-face" suffix from face name.
11527         (spam-face): New backward-compatibility alias for renamed face.
11528         (spam-face, spam-initialize): Use renamed spam face.
11529
11530         * message.el (message-header-to, message-header-cc)
11531         (message-header-subject, message-header-newsgroups)
11532         (message-header-other, message-header-name)
11533         (message-header-xheader, message-separator, message-cited-text)
11534         (message-mml): Remove "-face" suffix from face names.
11535         (message-header-to-face, message-header-cc-face)
11536         (message-header-subject-face, message-header-newsgroups-face)
11537         (message-header-other-face, message-header-name-face)
11538         (message-header-xheader-face, message-separator-face)
11539         (message-cited-text-face, message-mml-face):
11540         New backward-compatibility aliases for renamed faces.
11541         (message-font-lock-keywords): Use renamed message faces.
11542
11543         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11544         (sieve-test-commands, sieve-tagged-arguments):
11545         Remove "-face" suffix from face names.
11546         (sieve-control-commands-face, sieve-action-commands-face)
11547         (sieve-test-commands-face, sieve-tagged-arguments-face):
11548         New backward-compatibility aliases for renamed faces.
11549         (sieve-control-commands-face, sieve-action-commands-face)
11550         (sieve-test-commands-face, sieve-tagged-arguments-face):
11551         Use renamed sieve faces.
11552
11553         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11554         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11555         (gnus-group-news-3-empty, gnus-group-news-4)
11556         (gnus-group-news-4-empty, gnus-group-news-5)
11557         (gnus-group-news-5-empty, gnus-group-news-6)
11558         (gnus-group-news-6-empty, gnus-group-news-low)
11559         (gnus-group-news-low-empty, gnus-group-mail-1)
11560         (gnus-group-mail-1-empty, gnus-group-mail-2)
11561         (gnus-group-mail-2-empty, gnus-group-mail-3)
11562         (gnus-group-mail-3-empty, gnus-group-mail-low)
11563         (gnus-group-mail-low-empty, gnus-summary-selected)
11564         (gnus-summary-cancelled, gnus-summary-high-ticked)
11565         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11566         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11567         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11568         (gnus-summary-low-undownloaded)
11569         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11570         (gnus-summary-low-unread, gnus-summary-normal-unread)
11571         (gnus-summary-high-read, gnus-summary-low-read)
11572         (gnus-summary-normal-read, gnus-splash):
11573         Remove "-face" suffix from face names.
11574         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11575         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11576         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11577         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11578         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11579         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11580         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11581         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11582         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11583         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11584         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11585         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11586         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11587         (gnus-summary-normal-ticked-face)
11588         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11589         (gnus-summary-normal-ancient-face)
11590         (gnus-summary-high-undownloaded-face)
11591         (gnus-summary-low-undownloaded-face)
11592         (gnus-summary-normal-undownloaded-face)
11593         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11594         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11595         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11596         (gnus-splash-face):
11597         New backward-compatibility aliases for renamed faces.
11598         (gnus-group-startup-message): Use renamed gnus faces.
11599
11600         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11601         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11602         (gnus-server-agent): Remove "-face" suffix from face names.
11603         (gnus-server-agent-face, gnus-server-opened-face)
11604         (gnus-server-closed-face, gnus-server-denied-face)
11605         (gnus-server-offline-face):
11606         New backward-compatibility aliases for renamed faces.
11607         (gnus-server-agent-face, gnus-server-opened-face)
11608         (gnus-server-closed-face, gnus-server-denied-face)
11609         (gnus-server-offline-face): Use renamed gnus faces.
11610
11611         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11612         Remove "-face" suffix from face names.
11613         (gnus-picon-xbm-face, gnus-picon-face):
11614         New backward-compatibility aliases for renamed faces.
11615
11616         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11617         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11618         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11619         (gnus-cite-11): Remove "-face" suffix from face names.
11620         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11621         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11622         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11623         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11624         New backward-compatibility aliases for renamed faces.
11625         (gnus-cite-attribution-face, gnus-cite-face-list)
11626         (gnus-article-boring-faces): Use renamed gnus faces.
11627
11628         * gnus-art.el (gnus-signature, gnus-header-from)
11629         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11630         (gnus-header-content): Remove "-face" suffix from face names.
11631         (gnus-signature-face, gnus-header-from-face)
11632         (gnus-header-subject-face, gnus-header-newsgroups-face)
11633         (gnus-header-name-face, gnus-header-content-face):
11634         New backward-compatibility aliases for renamed faces.
11635         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11636
11637         * gnus-sum.el (gnus-summary-selected-face)
11638         (gnus-summary-highlight): Use renamed gnus faces.
11639         * gnus-group.el (gnus-group-highlight): Likewise.
11640
11641 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11642
11643         * gnus-sieve.el (gnus-sieve-article-add-rule):
11644         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11645         * spam-stat.el (spam-stat-buffer-change-to-spam)
11646         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11647
11648         * message.el (message-is-yours-p):
11649         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11650
11651 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * mm-view.el (mm-inline-text): Withdraw the last change.
11654
11655 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11658         executing enriched-decode.
11659
11660 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11663         charset of tar files.
11664
11665 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11666
11667         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11668
11669 2005-06-04  Lute Kamstra  <lute@gnu.org>
11670
11671         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11672         information is never recorded.
11673
11674 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11675
11676         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11677
11678 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * pop3.el (pop3-apop): Run md5 in the binary mode.
11681
11682         * starttls.el (starttls-set-process-query-on-exit-flag):
11683         Use eval-and-compile.
11684
11685 2005-05-31  Simon Josefsson  <jas@extundo.com>
11686
11687         * smime.el (smime-replace-in-string): Define.
11688         (smime-cert-by-ldap-1): Use it.
11689
11690 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * gnus-art.el (article-display-x-face): Replace
11693         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11694
11695         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11696         set-process-query-on-exit-flag or process-kill-without-query.
11697
11698         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11699         loop instead of replace-regexp.
11700
11701         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11702         instead of process-kill-without-query if it is available.
11703
11704         * lpath.el: Fbind ldap-search-entries.
11705
11706         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11707         instead of find-file-hooks if it is available.
11708
11709         * mml1991.el: Bind pgg-default-user-id when compiling.
11710
11711         * mml2015.el: Bind pgg-default-user-id when compiling.
11712
11713         * nndraft.el (nndraft-request-associate-buffer):
11714         Use write-contents-functions instead of write-contents-hooks if it is
11715         available.
11716
11717         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11718         instead of find-file-hooks if it is available.
11719
11720         * nntp.el (nntp-open-connection): Replace
11721         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11722         (nntp-open-ssl-stream): Ditto.
11723         (nntp-open-tls-stream): Ditto.
11724
11725         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11726         set-process-query-on-exit-flag or process-kill-without-query.
11727         (starttls-open-stream-gnutls): Use it instead of
11728         process-kill-without-query.
11729         (starttls-open-stream): Ditto.
11730
11731 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11732
11733         * smime.el (smime-cert-by-ldap-1): Don't use
11734         replace-regexp-in-string.
11735
11736 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11737
11738         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11739
11740         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11741         in PEM format.  Adjust to the XEmacs compability.
11742
11743 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11746         by `string-to-number'.
11747         * gnus-agent.el (gnus-agent-regenerate-group)
11748         (gnus-agent-fetch-articles): Ditto.
11749         * gnus-art.el (gnus-button-fetch-group): Ditto.
11750         * gnus-cache.el (gnus-cache-generate-active)
11751         (gnus-cache-articles-in-group): Ditto.
11752         * gnus-group.el (gnus-group-set-current-level)
11753         (gnus-group-insert-group-line): Ditto.
11754         * gnus-score.el (gnus-score-set-expunge-below)
11755         (gnus-score-set-mark-below, gnus-summary-score-effect)
11756         (gnus-summary-score-entry): Ditto.
11757         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11758         (gnus-soup-pack): Ditto.
11759         * gnus-spec.el (gnus-xmas-format): Ditto.
11760         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11761         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11762         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11763         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11764         * nndb.el (nndb-get-remote-expire-response): Ditto.
11765         * nndiary.el (nndiary-parse-schedule-value)
11766         (nndiary-string-to-number, nndiary-request-replace-article)
11767         (nndiary-request-article): Ditto.
11768         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11769         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11770         * nneething.el (nneething-make-head): Ditto.
11771         * nnfolder.el (nnfolder-request-article)
11772         (nnfolder-retrieve-headers): Ditto.
11773         * nnheader.el (nnheader-file-to-number): Ditto.
11774         * nnkiboze.el (nnkiboze-request-article): Ditto.
11775         * nnmail.el (nnmail-process-unix-mail-format)
11776         (nnmail-process-babyl-mail-format): Ditto.
11777         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11778         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11779         (nnmh-request-create-group, nnmh-request-list-1)
11780         (nnmh-request-group, nnmh-request-article): Ditto.
11781         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11782         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11783         * nnsoup.el (nnsoup-make-active): Ditto.
11784         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11785         * nntp.el (nntp-find-group-and-number)
11786         (nntp-retrieve-headers-with-xover): Ditto.
11787         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11788         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11789         (pgg-format-key-identifier): Ditto.
11790         * pop3.el (pop3-last, pop3-stat): Ditto.
11791         * qp.el (quoted-printable-decode-region): Ditto.
11792
11793         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11794         of concat.
11795
11796 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11799
11800         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11801
11802         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11803
11804         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11805
11806         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11807
11808         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11809
11810         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11811         (gnus-carpal-mode): Ditto.
11812
11813         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11814         (gnus-browse-mode): Ditto.
11815
11816         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11817
11818         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11819
11820 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11821
11822         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11823
11824 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * gnus-util.el (gnus-run-mode-hooks): New function.
11827
11828         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11829
11830         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11831         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11832
11833 2005-05-27  Lute Kamstra  <lute@gnu.org>
11834
11835         * dns-mode.el (dns-mode): Specify customization group.
11836
11837 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11838
11839         * gnus-agent.el (gnus-agent-make-mode-line-string):
11840         Use mode-line-highlight as mouse-face.
11841
11842 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * canlock.el (canlock): Change the parent group to news.
11845
11846         * deuglify.el (gnus-outlook-deuglify): Add :group.
11847
11848         * dig.el (dig): Add :group.
11849
11850         * dns-mode.el (dns-mode): Add :group.
11851
11852         * encrypt.el (encrypt): Add :group.
11853
11854         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11855         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11856         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11857         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11858         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11859
11860         * gnus-diary.el (gnus-diary): Add :group.
11861
11862         * gnus.el (gnus-group-news-1-face): Add :group.
11863         (gnus-group-news-1-empty-face): Ditto.
11864         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11865         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11866         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11867         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11868         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11869         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11870         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11871         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11872         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11873         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11874         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11875         (gnus-summary-high-ticked-face): Ditto.
11876         (gnus-summary-low-ticked-face): Ditto.
11877         (gnus-summary-normal-ticked-face): Ditto.
11878         (gnus-summary-high-ancient-face): Ditto.
11879         (gnus-summary-low-ancient-face): Ditto.
11880         (gnus-summary-normal-ancient-face): Ditto.
11881         (gnus-summary-high-undownloaded-face): Ditto.
11882         (gnus-summary-low-undownloaded-face): Ditto.
11883         (gnus-summary-normal-undownloaded-face): Ditto.
11884         (gnus-summary-high-unread-face): Ditto.
11885         (gnus-summary-low-unread-face): Ditto.
11886         (gnus-summary-normal-unread-face): Ditto.
11887         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11888         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11889
11890         * hashcash.el (hashcash): New custom group.
11891         (hashcash-default-payment): Add :group.
11892         (hashcash-payment-alist): Ditto.
11893         (hashcash-default-accept-payment): Ditto.
11894         (hashcash-accept-resources): Ditto.
11895         (hashcash-path): Ditto.
11896         (hashcash-extra-generate-parameters): Ditto.
11897         (hashcash-double-spend-database): Ditto.
11898         (hashcash-in-news): Ditto.
11899
11900         * message.el (message-minibuffer-local-map): Add :group.
11901
11902         * netrc.el (netrc): Add :group.
11903
11904         * sieve-manage.el (sieve-manage-log): Add :group.
11905         (sieve-manage-default-user): Diito.
11906         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11907         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11908         (sieve-manage-authenticators): Ditto.
11909         (sieve-manage-authenticator-alist): Ditto.
11910         (sieve-manage-default-port): Ditto.
11911
11912         * sieve-mode.el (sieve-control-commands-face): Add :group.
11913         (sieve-action-commands-face): Ditto.
11914         (sieve-test-commands-face): Ditto.
11915         (sieve-tagged-arguments-face): Ditto.
11916
11917         * smime.el (smime): Add :group.
11918
11919         * spam-report.el (spam-report): Add :group.
11920
11921         * spam.el (spam, spam-face): Add :group.
11922
11923 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924
11925         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11926         return \n.\n.\n at the end of articles.  Protect against that.
11927         (nntp-with-open-group): Allow debugging.
11928
11929         * nnheader.el (mail-header-set-extra): Make into a function
11930         because I just could't understand how to quote the list properly.
11931
11932         * dns.el (query-dns-cached): New function.
11933
11934 2005-05-26  Lute Kamstra  <lute@gnu.org>
11935
11936         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11937
11938 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11941
11942         * gnus-art.el: Don't autoload mail-extract-address-components.
11943
11944         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11945         eval-and-compile to evaluate it.
11946
11947         * hashcash.el: Don't autoload executable-find.
11948
11949         * nndb.el: Don't declare the nndb back end two or more times; don't
11950         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11951
11952         * nntp.el: Autoload format-spec instead of format; use
11953         eval-and-compile to evaluate autoload forms.
11954
11955 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11956
11957         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11958
11959 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11960
11961         * gnus.el (gnus-version-number): Bump version.
11962
11963 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11964
11965         * gnus.el: No Gnus v0.3 is released.
11966
11967 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11968
11969         * lpath.el (featurep): Bind show-nonbreak-escape.
11970
11971 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-art.el (gnus-article-edit-part): Disable undo.
11974
11975 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11978         gnus-article-date-lapsed-new-header is t if date timer is active;
11979         skip headers in which the original date value is empty.
11980         (gnus-article-save-original-date): Redefine it as a macro.
11981         (gnus-display-mime): Use it.
11982
11983 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * gnus-art.el (article-date-ut): Support converting date in
11986         forwarded parts as well.
11987         (gnus-article-save-original-date): New function.
11988         (gnus-display-mime): Use it.
11989
11990 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11991
11992         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11993         enclosure element of <item>.
11994
11995 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * message.el (message-kill-buffer-query): Renamed from
11998         `message-kill-buffer-query-if-modified'.  Added :version.
11999
12000 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12003         window layout.
12004
12005 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * mml.el: Autoload dnd when compiling.
12008
12009 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12012         x-dnd-*.
12013
12014 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * qp.el (quoted-printable-encode-region): Save excursion.
12017
12018 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12019
12020         * message.el (message-kill-buffer-query-if-modified): Add new variable
12021         so the user can kill a modified message buffer quickly.
12022         (message-kill-buffer): Use it.
12023
12024 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * lpath.el: Fbind display-time-event-handler; don't fbind
12027         string-to-multibyte.
12028
12029         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12030
12031 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12034         contained in text because xml.el decodes entities) with LFs.
12035
12036 2005-04-11  Lute Kamstra  <lute@gnu.org>
12037
12038         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12039         differently.
12040
12041 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12042
12043         * mm-util.el (mm-detect-coding-region): Typo.
12044
12045 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12048
12049 2005-04-06  Deepak Goel  <deego@gnufans.org>
12050
12051         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12052         user-function allow user modifications of the scores.
12053         (spam-stat-score-buffer-user): New function, to allow
12054         user-computed modifications to the score.
12055         (spam-stat-score-buffer-user-functions): List of additional
12056         scoring functions.
12057         (spam-stat-error-holder): Global temporary error holder.
12058         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12059         variable.
12060
12061 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12062
12063         * gnus-registry.el (gnus-registry-clean-empty-function)
12064         (gnus-registry-trim, gnus-registry-fetch-groups)
12065         (gnus-registry-delete-group): Groups that match
12066         `gnus-registry-ignored-groups' are removed from the registry
12067         entries, not just ignored for splitting.  This helps clean up the
12068         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12069         to get all the groups a message ID is in.
12070
12071         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12072         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12073         (spam-stat-score-buffer-user-functions): Add :number custom type.
12074
12075 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12078         argument in XEmacs.
12079
12080         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12081         (nnrss-request-group): Decode group name first.
12082         (nnrss-request-article): Make a text/plain article if mml-to-mime
12083         failed.
12084         (nnrss-get-encoding): Return a compatible encoding according to
12085         nnrss-compatible-encoding-alist.
12086         (nnrss-find-el): Use consp instead of listp.
12087         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12088
12089 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12092         which Emacs 20 doesn't support.
12093         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12094
12095 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12098         silence the byte compiler inside the defun.
12099
12100         * gnus-demon.el (parse-time-string): Add autoload.
12101
12102         * gnus-delay.el (parse-time-string): Add autoload.
12103
12104         * gnus-art.el (parse-time-string): Add autoload.
12105
12106         * nnultimate.el (parse-time): Require for `parse-time-string'.
12107
12108 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12111
12112         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12113
12114         * smime.el (smime-ldap-host-list): Add :version.
12115
12116 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12119         pass it to `gnus-browse-read-group'.
12120         (gnus-browse-read-group): Add NUMBER argument and pass it to
12121         `gnus-group-read-ephemeral-group'.
12122
12123         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12124         argument and pass it to `gnus-group-read-group'.
12125
12126 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12127
12128         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12129         mm-xemacs-find-mime-charset-1 if we have the mule feature
12130         available at runtime.
12131
12132 2005-03-25  Werner Lemberg  <wl@gnu.org>
12133
12134         * nnmaildir.el: Replace `illegal' with `invalid'.
12135
12136 2005-03-23  Lute Kamstra  <lute@gnu.org>
12137
12138         * time-date.el: Add comment on time value formats.
12139         Don't require parse-time.
12140         (with-decoded-time-value): New macro.
12141         (encode-time-value): New function.
12142         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12143         (days-to-time): Return a valid time value when arg is huge.
12144         (time-since): Use time-subtract.
12145         (time-to-number-of-days): Use time-to-seconds.
12146
12147 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12148
12149         * gnus-start.el (gnus-display-time-event-handler):
12150         Check display-time-timer at runtime rather than only at load time
12151         in case display-time-mode is turned off in the mean time.
12152
12153 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12156         used.
12157
12158         * nneething.el (nneething-map-file-directory): Derive from
12159         `gnus-directory'.
12160
12161         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12162         the To/Cc button.
12163
12164 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * nnmaildir.el (nnmaildir-request-accept-article):
12167         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12168
12169 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12170
12171         * gnus-async.el: Require timer-funcs at compile time when in
12172         XEmacs for `run-with-idle-timer'.
12173
12174 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12175
12176         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12177         autoloaded function.
12178
12179 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12180
12181         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12182
12183 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12184
12185         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12186
12187 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12188
12189         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12190         gnus-expert-user to default.
12191
12192 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12193
12194         * nnimap.el (nnimap-open-server): Ditto.
12195
12196         * imap.el (imap-authenticate): Fix typo.
12197
12198 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12199
12200         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12201         buffer (since IMAP server might return FETCH response out of
12202         order, and the nntp buffer must be sorted).
12203
12204 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12205
12206         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12207         comparison on string.
12208
12209         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12210         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12211         (gnus-agent-summary-fetch-series): Modified to protect against
12212         gnus-agent-summary-fetch-group clearing processable flags.
12213         (gnus-agent-synchronize-group-flags): Update live group buffer as
12214         synchronization may occur due to the user toggle the plugged
12215         status.
12216         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12217         successfully downloaded.
12218         (gnus-agent-expire-group-1): Avoid using markers when the overview
12219         is in ascending order; greatly improves performance.
12220         (gnus-agent-regenerate-group): Use
12221         gnus-agent-synchronize-group-flags to reset read status in both
12222         gnus and server.
12223         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12224
12225 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * message.el: Don't autoload former message-utils variables.
12228         (message-strip-subject-trailing-was): Change doc string.
12229
12230         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12231         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12232         (nnweb-google-search): Add "hl=en" here.
12233         (nnweb-google-parse-1, nnweb-google-create-mapping):
12234         Don't hardcode URL.
12235
12236 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * message.el (message-get-reply-headers, message-followup):
12239         Mention related variables `message-use-followup-to' and
12240         `message-use-mail-followup-to', in the information buffer.
12241
12242         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12243         of broken groups(-beta).google.com.
12244
12245 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12246
12247         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12248         parameter to invoked gnus-request-move-article; remove the
12249         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12250         all at once instead of once per article.
12251         (gnus-summary-remove-process-mark): Accept a list of articles as
12252         well as a single article for processing.
12253
12254         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12255         parameter.
12256
12257         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12258
12259         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12260
12261         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12262         parameter.
12263
12264         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12265         parameter.
12266
12267         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12268         parameter and remove the gnus-sum-hint-move-is-internal variable.
12269
12270         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12271         parameter.
12272
12273         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12274         parameter.
12275
12276         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12277         parameter.
12278
12279         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12280
12281         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12282         parameter.
12283
12284         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12285         parameter.
12286
12287 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12288
12289         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12290         a more conservative way.
12291
12292 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12293
12294         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12295         buffer, so it moves the window's cursor.
12296
12297 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12298
12299         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12300         `mm-dissect-multipart' and receive the from field as an (optional)
12301         argument from `mm-dissect-multipart'.
12302         (mm-dissect-multipart): Receive the from field as an argument and
12303         pass it on when we call `mm-dissect-buffer' on MIME parts.
12304         Fixes verification/decryption of signed/encrypted MIME parts.
12305
12306 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         * gnus-sum.el (gnus-summary-move-article): Set
12309         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12310         whatever it calls (right now, only nnimap-request-move article
12311         respects it).
12312
12313         * nnimap.el (nnimap-request-move-article): When
12314         gnus-sum-hint-move-is-internal is set, don't do the extra
12315         nnimap-request-article.
12316
12317 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12320
12321         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12322         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12323
12324         * gnus-sum.el (gnus-summary-caesar-message):
12325         Apply `gnus-treat-article' after rotation.
12326
12327         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12328         doc string.
12329
12330 2005-02-22  Simon Josefsson  <jas@extundo.com>
12331
12332         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12333         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12334         <arne@arnested.dk>.
12335         (encrypt): Add password-cache and password-cache-expiry as group
12336         members.
12337
12338 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12339
12340         * smime.el (smime-ldap-host-list): Doc fix.
12341         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12342         cache) password.
12343         (smime-sign-region): Use it.
12344         (smime-decrypt-region): Use it.
12345         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12346         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12347         fails.
12348         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12349         certificate from DER to PEM format rather than calling openssl.
12350
12351         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12352
12353         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12354         for signing/encryption.
12355
12356         * mml.el (mml-parse-1): Use them.
12357
12358 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12359
12360         * nnrss.el (nnrss-verbose): Removed.
12361         (nnrss-request-group): Use `nnheader-message' instead.
12362
12363 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12364
12365         * nnrss.el (nnrss-verbose): New variable.
12366         (nnrss-request-group): Make it say nnrss is requesting a group.
12367
12368 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12371         Handle news URL with given port correctly.
12372
12373 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12376         containing special characters.
12377
12378         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12379
12380         * mml.el (mime-to-mml): Ditto.
12381
12382         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12383         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12384         (rfc2047-decode-region): Quote decoded words containing special
12385         characters when rfc2047-quote-decoded-words-containing-tspecials
12386         is non-nil.
12387
12388 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12389
12390         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12391
12392         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12393
12394 2005-02-15  Simon Josefsson  <jas@extundo.com>
12395
12396         * nnimap.el (nnimap-debug): Doc fix.
12397
12398         * imap.el (imap-debug): Doc fix.
12399
12400 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12403
12404 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12405
12406         * gnus.el (spam-contents): Improve docs for spam-contents
12407         parameter in its variable incarnation.
12408
12409 2005-02-14  Simon Josefsson  <jas@extundo.com>
12410
12411         * smime-ldap.el: Use require instead of load-library for ldap.
12412         (smime-ldap-search): Indent.
12413         (smime-ldap-search-internal): Shorten line.
12414
12415         * smime.el (smime-cert-by-dns): Add doc-string.
12416         (smime-cert-by-ldap-1): Indent.
12417
12418         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12419         mml-smime-get-dns-ldap.
12420         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12421
12422 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12423
12424         * smime.el: Require smime-ldap.
12425         (smime-ldap-host-list): New variable.
12426         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12427
12428         * mml-smime.el (mml-smime-encrypt-query): New function.
12429         (mml-smime-encrypt-query): Use it.
12430
12431         * smime-ldap.el: New file.
12432
12433 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12436
12437 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12440         argument in doc string.  Make query for type more clear.
12441
12442 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * gnus.el (gnus-group-startup-message): Search for gnus images in
12445         etc/images/gnus.
12446         * mm-util.el (mm-image-load-path): Likewise.
12447         * smiley.el (smiley-data-directory): Search for smilies in
12448         etc/images/smilies.
12449
12450 2005-02-09  Kim F. Storm  <storm@cua.dk>
12451
12452         Change Emacs release version from 21.4 to 22.1 throughout.
12453         Change Emacs development version from 21.3.50 to 22.0.50.
12454
12455 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12458
12459         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12460         non-Mule XEmacs as well.
12461         (mm-decompress-buffer): Signal an error intentionally if it does
12462         not decompress compressed data because auto-compression-mode is
12463         disabled.
12464
12465 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12466
12467         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12468         an ID in the registry even if it has no groups.
12469
12470 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12473         merge it into mm-decompress-buffer.
12474         (gnus-mime-copy-part): Use the MIME part charset, the value which
12475         a user specified or gnus-newsgroup-charset for decoding, like
12476         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12477         save-buffer what was used.  Suggested by Kevin Ryde
12478         <user42@zip.com.au>.
12479         (gnus-mime-inline-part): Allow the name parameter as well as the
12480         filename parameter; force decompressing of compressed data; always
12481         display contents being not decoded as unibyte.
12482
12483         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12484         as well as the filename parameter.
12485
12486         * mm-util.el (mm-decompress-buffer): Merge
12487         gnus-mime-jka-compr-maybe-uncompress.
12488         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12489         of compressed data.
12490
12491 2005-02-08  Simon Josefsson  <jas@extundo.com>
12492
12493         * imap.el (imap-log): Doc fix.
12494
12495 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12498         the coding cookies; decompress compressed parts.
12499
12500         * mml.el (mml-generate-mime-1): Add the charset parameter according
12501         to the value which a user specified manually or the coding cookie.
12502
12503         * mm-util.el (mm-string-to-multibyte): New function.
12504         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12505         (mm-coding-system-to-mime-charset): New function.
12506         (mm-decompress-buffer): New function.
12507         (mm-find-buffer-file-coding-system): New function.
12508
12509         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12510         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12511         parts.
12512
12513 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12514
12515         * mm-view.el (mm-display-inline-fontify): Decode a part according
12516         to the charset parameter.
12517
12518 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12521         prefix arg is neither nil nor a number, as info specifies.
12522
12523 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12526         timestamps.
12527
12528 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12529
12530         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12531         groups error checking and notify user.
12532
12533 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12534
12535         * message.el (message-send-mail-function): Check existence of
12536         sendmail-program first before using default value
12537         `message-send-mail-with-sendmail'.  Otherwise use more generic
12538         `smtpmail-send-it'.
12539
12540 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * nntp.el (nntp-request-update-info): Always return nil.
12543
12544 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12545
12546         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12547
12548 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12549
12550         * message.el (message-beginning-of-line): Change the behavior when
12551         invoked between BOL and : so that it first moves backward.
12552
12553 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12556         article buffer when editing of the article is discarded.
12557         (gnus-article-prepare): Revert.
12558
12559 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-art.el (gnus-article-prepare):
12562         Remove message-strip-forbidden-properties from the local hook.
12563
12564 2005-01-27  Simon Josefsson  <jas@extundo.com>
12565
12566         * password.el (password-cache-add): Only start one timer per key.
12567         Reported by Derek Atkins <warlord@MIT.EDU>.
12568
12569 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12570
12571         * run-at-time.el: Removed.  It is no longer needed as
12572         timer-funcs.el in the xemacs-base package has a working version of
12573         `run-at-time'.
12574
12575         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12576
12577         * password.el: Require timer-funcs instead of run-at-time in
12578         XEmacs.
12579         Remove `password-run-at-time' macro.
12580         (password-cache-add): Use `run-at-time' instead of
12581         `password-run-at-time'.
12582
12583         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12584         Remove `nnheader-cancel-function-timers' alias,
12585         `cancel-function-timers' exists in XEmacs in timer-funcs.
12586
12587         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12588         for `run-with-idle-timer'.
12589
12590         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12591         for `run-at-time'.
12592
12593         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12594         for `with-timeout'.
12595
12596         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12597         the same as for XEmacs 21.4.
12598         No need to ignore `run-with-idle-timer', this function exists in
12599         XEmacs now in timer-funcs.el in the xemacs-base package.
12600         (dgnushack-compile): No need to delete
12601         run-at-time.el from the list of files to compile because it
12602         doesn't exist anymore.
12603
12604 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12607         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12608
12609 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12610
12611         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12612         sensitively.
12613
12614 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12615
12616         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12617
12618 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12621         which will be inserted according to the multibyteness of a buffer
12622         rather than the type of contents.  Suggested by ARISAWA Akihiro
12623         <ari@mbf.ocn.ne.jp>.
12624
12625         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12626         of string which old xml.el may return rather than a string.
12627
12628 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12631
12632 2005-01-16  Simon Josefsson  <jas@extundo.com>
12633
12634         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12635         idn/idna.el isn't available.
12636         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12637         <michael@waxrat.com>.
12638
12639         * hashcash.el: Remove non-FSF copyright header.
12640
12641         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12642         (hashcash-generate-payment): Use it.
12643         (hashcash-generate-payment-async): Use it.
12644
12645 2005-01-15  Simon Josefsson  <jas@extundo.com>
12646
12647         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12648         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12649
12650         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12651         gnus-summary-idna-message.
12652         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12653         (gnus-summary-idna-message): New function.
12654
12655 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12658         gnus-novice-user.
12659
12660 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * nnrss.el (nnrss-request-delete-group): Delete entries in
12663         nnrss-group-alist as well.
12664         (nnrss-save-server-data): Insert newline.
12665
12666 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus.el (gnus-user-agent): Use list of symbols instead of
12669         symbols.  Display full version number for (S)XEmacs.  Optionally
12670         display (S)XEmacs codename.
12671
12672         * gnus-util.el (gnus-emacs-version): Update for new
12673         `gnus-user-agent'.
12674
12675         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12676         Gnus version.
12677
12678 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12681         which is unreadable in some setups.
12682
12683 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-spec.el (gnus-update-format-specifications): Flush the
12686         group format spec cache if it doesn't support decoded group names.
12687
12688 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12691         Allow to apply decay on score files matching a regexp.
12692
12693 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12696         compatibility in %g and %c.
12697
12698 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12701         name for only %g and %c.
12702         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12703         of gnus-tmp-group to decoded group name.
12704         (gnus-group-make-rss-group): Exclude `/'s from group names.
12705
12706 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * nnrss.el (nnrss-get-encoding): Fix regexp.
12709
12710 2004-12-27  Simon Josefsson  <jas@extundo.com>
12711
12712         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12713         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12714         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12715
12716 2004-12-17  Kim F. Storm  <storm@cua.dk>
12717
12718         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12719
12720         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12721
12722 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12723
12724         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12725
12726 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * nnrss.el: Require rfc2047 and mml.
12729         (nnrss-file-coding-system): New variable.
12730         (nnrss-format-string): Redefine it as an inline function.
12731         (nnrss-decode-group-name): New function.
12732         (nnrss-string-as-multibyte): Remove.
12733         (nnrss-retrieve-headers): Decode group name; don't use
12734         nnrss-format-string.
12735         (nnrss-request-group): Decode group name.
12736         (nnrss-request-article): Decode group name; allow a Message-ID as
12737         well as an article number; don't use nnrss-format-string; encode a
12738         Message-ID string which may contain non-ASCII characters; use
12739         mml-to-mime to compose a MIME article.
12740         (nnrss-request-expire-articles): Decode group name.
12741         (nnrss-request-delete-group): Decode group name.
12742         (nnrss-fetch): Clarify error message.
12743         (nnrss-read-server-data): Use insert-file-contents instead of load;
12744         bind file-name-coding-system; use multibyte buffer.
12745         (nnrss-save-server-data): Bind coding-system-for-write to the
12746         value of nnrss-file-coding-system; bind file-name-coding-system;
12747         add coding cookie.
12748         (nnrss-read-group-data): Use insert-file-contents instead of load;
12749         bind file-name-coding-system; use multibyte buffer.
12750         (nnrss-save-group-data): Bind coding-system-for-write to the
12751         value of nnrss-file-coding-system; bind file-name-coding-system.
12752         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12753         make it work with non-ASCII text.
12754         (nnrss-find-el): Make it work with old xml.el as well.
12755
12756 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12757
12758         * nnrss.el (nnrss-get-encoding): New function.
12759         (nnrss-fetch): Use unibyte buffer initially; bind
12760         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12761         decode contents according to the encoding attribute.
12762         (nnrss-save-group-data): Add coding cookie.
12763         (nnrss-mime-encode-string): New function.
12764         (nnrss-check-group): Use it to encode subject and author.
12765
12766 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12767
12768         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12769         imaginary variable.
12770
12771 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12774         correctly even if there are wide characters.
12775
12776 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12777
12778         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12779         downcased symbol names; make a new cache instead of reusing
12780         bbdb-hashtable.
12781
12782 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12785         concatenating segments rather than before concatenating them.
12786         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12787
12788         * message.el (message-get-reply-headers): Bind `extra'.
12789
12790 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12791
12792         * message.el (message-extra-wide-headers): New variable.
12793         (message-get-reply-headers): Use it.
12794
12795 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12798         (gnus-agent-group-pathname): Ditto.
12799
12800         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12801
12802         * gnus-group.el (gnus-group-make-group): Decode group name.
12803         (gnus-group-make-rss-group): Register the group data after opening
12804         the nnrss group.
12805
12806 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12807
12808         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12809         by expiry now get marked as read.
12810
12811 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12814
12815 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12816
12817         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12818         unify Latin characters in XEmacs.
12819         (mm-find-mime-charset-region): Use it.
12820
12821 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-util.el (gnus-delete-directory): New function.
12824
12825         * gnus-agent.el (gnus-agent-delete-group): Use it.
12826
12827         * gnus-cache.el (gnus-cache-delete-group): Use it.
12828
12829 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12832         names.
12833
12834 2004-12-16  Simon Josefsson  <jas@extundo.com>
12835
12836         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12837
12838 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12841
12842         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12843         (gnus-group-set-current-level): Decode group name.
12844
12845 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12846
12847         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12848         failed.
12849
12850 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-group.el (gnus-group-delete-group): Decode group name.
12853         (gnus-group-make-rss-group): Encode group name.
12854         (gnus-group-catchup-current): Decode group name.
12855         (gnus-group-kill-group): Decode group name.
12856
12857 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12858
12859         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12860
12861 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * gnus-group.el (gnus-group-make-rss-group):
12864         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12865
12866         * gnus-start.el (gnus-setup-news): Honor user's setting to
12867         gnus-message-archive-method.  Suggested by Lute Kamstra
12868         <lute@gnu.org>.
12869
12870 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12871
12872         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12873         global counterparts of the buffer-local variables.
12874
12875 2004-11-16  Romain Francoise  <romain@orebokech.com>
12876
12877         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12878         counterparts of the buffer-local variables.
12879
12880 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * message.el (message-forbidden-properties): Fixed typo in doc
12883         string.
12884
12885 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * gnus-util.el (gnus-replace-in-string): Added doc string.
12888
12889         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12890         to avoid problems when splitting mails with many recipients.
12891
12892 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12893
12894         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12895         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12896
12897 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12898
12899         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12900         if there is no hashtable in memory or file modification time is
12901         newer than cached timestamp.
12902
12903 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12906         not-matching option.
12907
12908 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12911         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12912         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12913         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12914         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12915         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12916
12917 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * message.el (message-forward-make-body-mml): Remove headers
12920         according to message-forward-ignored-headers if a message is decoded.
12921
12922 2004-12-02  Romain Francoise  <romain@orebokech.com>
12923
12924         * message.el (message-forward-make-body-plain): Always remove
12925         headers according to message-forward-ignored-headers.
12926
12927 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12928
12929         * spam.el (spam-summary-prepare-exit): Remove the
12930         gnus-summary-limit pop for now, it has problems with ham marks for
12931         me.
12932
12933 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12934
12935         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12936         correctly.
12937
12938 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12939
12940         * format-spec.el (format-spec): Message the char.
12941
12942 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12943
12944         * gnus-art.el (gnus-split-methods): Reformat comments.
12945
12946         * spam.el (spam-summary-prepare-exit): Remove article limits
12947         before exiting the summary buffer.
12948
12949 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12952         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12953
12954         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12955         order to silence the byte compiler.
12956
12957         * spam.el: Fix the way to silence the byte compiler, which
12958         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12959         bbdb-search-simple, spam-BBDB-register-routine,
12960         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12961         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12962         spam-stat-buffer-is-spam, spam-stat-load,
12963         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12964         spam-stat-save and spam-stat-split-fancy.
12965
12966 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12969         which may confuse users.
12970         (canlock-password-for-verify): Ditto.
12971
12972         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12973
12974         * gnus-art.el (gnus-emphasis-alist): Ditto.
12975
12976         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12977
12978         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12979
12980         * gnus-start.el (gnus-save-killed-list): Ditto.
12981
12982         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12983         (gnus-sum-thread-tree-root): Ditto.
12984         (gnus-sum-thread-tree-false-root): Ditto.
12985         (gnus-sum-thread-tree-single-indent): Ditto.
12986
12987         * message.el (message-courtesy-message): Ditto.
12988         (message-archive-note): Ditto.
12989         (message-subscribed-address-file): Ditto.
12990         (message-user-fqdn): Ditto.
12991
12992         * spam-report.el (spam-report-gmane-regex): Ditto.
12993
12994         * spam.el (spam-blackhole-good-server-regex): Ditto.
12995
12996 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * mml.el (mml-preview): Widen the message buffer before copying
12999         the contents to the preview buffer; sort headers before previewing.
13000
13001         * message.el (message-hidden-headers): Fix the way to avoid a bug
13002         in the `repeat' widget in Emacs 21.3 or earlier.
13003
13004 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * message.el (message-hidden-headers): Default to "^References:".
13007         Improve customization type.  Suggested by Reiner Steib
13008         <Reiner.Steib@gmx.de>.
13009
13010 2004-11-25  Romain Francoise  <romain@orebokech.com>
13011
13012         * message.el (message-strip-forbidden-properties): Remove check for
13013         obsolete `message-hidden' text property, hidden headers are not
13014         accessible in the buffer anymore.
13015
13016 2004-11-22  Romain Francoise  <romain@orebokech.com>
13017
13018         * message.el (message-header-format-alist): Add `From' in list
13019         so that it can be sorted.
13020         (message-fix-before-sending): Widen and sort headers before
13021         sending.
13022         (message-hide-headers): Use narrowing to hide headers by moving
13023         them to the top of the buffer and narrowing to the region
13024         underneath.
13025
13026 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13027
13028         * message.el (message-strip-forbidden-properties): Bind
13029         buffer-read-only (etc) to nil.
13030
13031 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13034         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13035
13036 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13037
13038         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13039
13040 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13041
13042         * dns.el (query-dns): Use sit-for to time instead of
13043         accept-process-output, since that doesn't seem to work on udp
13044         sockets.
13045
13046 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13049
13050 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13051
13052         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13053         doc string.  Improve doc string.
13054
13055 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * nntp.el (nntp-request-update-info): Return nil if
13058         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13059         may not call gnus-activate-group which uselessly issues the GROUP
13060         commands for all nntp groups and wastes time.  Reported by Romain
13061         Francoise <romain@orebokech.com>.
13062
13063         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13064
13065 2004-11-15  Simon Josefsson  <jas@extundo.com>
13066
13067         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13068         headers separately.
13069         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13070         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13071
13072 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * gnus-start.el (gnus-convert-old-newsrc):
13075         Assign legacy-gnus-agent to 5.10.7.
13076
13077 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13078
13079         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13080         start of the lines.
13081
13082 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13083
13084         * hashcash.el (hashcash-default-payment): Change default to 20.
13085         (hashcash-default-accept-payment): Change default to 20.
13086         (hashcash-process-alist): New variable.
13087         (hashcash-generate-payment-async): Add.
13088         (hashcash-already-paid-p): Add.
13089         (hashcash-insert-payment): Don't generate payments twice.
13090         (hashcash-insert-payment-async): Add.
13091         (hashcash-insert-payment-async-2): Add.
13092         (hashcash-cancel-async): Add.
13093         (hashcash-wait-async): Add.
13094         (hashcash-processes-running-p): Add.
13095         (hashcash-wait-or-cancel): Add.
13096         (mail-add-payment): New optional argument.  Conditionally start
13097         asynchronous calculation.
13098         (mail-add-payment-async): Add.
13099
13100         * message.el (message-send-mail): Wait for asynchronous hashcash
13101         results.  Don't clobber existing X-Hashcash headers.
13102         (message-setup-1): Call mail-add-payment-async when
13103         message-generate-hashcash is non-nil.
13104
13105 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13106
13107         * message.el (message-use-alternative-email-as-from): Examine the
13108         From header as well; use message-make-from in order to include a
13109         user's full name.
13110
13111 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13114         default; improve customization type.
13115         (gnus-emphasis-custom-with-format): New macro.
13116         (gnus-emphasis-custom-value-to-external): New function.
13117         (gnus-emphasis-custom-value-to-internal): New function.
13118
13119 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13120
13121         * dns.el (query-dns): Resolve reverse addresses.
13122
13123 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13124
13125         * gnus-group.el (gnus-group-get-new-news): Use it.
13126
13127         * gnus-start.el (gnus-check-reasonable-setup): New function.
13128
13129 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13132         "Args out of range" error.  Reported by Arnaud Giersch
13133         <arnaud.giersch@free.fr>.
13134
13135 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13136
13137         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13138
13139 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13140
13141         * spam.el (spam group): Add :version.
13142
13143         * pgg-def.el (pgg group): Add :version.
13144
13145 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gnus-art.el (gnus-article-edit-article): Don't associate the
13148         article buffer with a draft file.  This is a temporary measure
13149         against the 2004-08-22 change to gnus-article-edit-mode.
13150
13151 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13154         (html2text-format-tags): Remove unused variable `attr'.
13155
13156 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13159
13160         * tls.el (tls-process-connection-type, tls-success)
13161         (tls-certtool-program): Add :version.
13162
13163         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13164         (starttls-extra-arguments, starttls-process-connection-type)
13165         (starttls-connect, starttls-failure, starttls-success): Add :version.
13166
13167         * spam-stat.el (spam-stat): Add :version.
13168
13169         * sieve.el (sieve): Add :version.
13170
13171         * sha1.el (sha1): Add :version.
13172         (sha1-use-external): Remove redundant version.
13173
13174         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13175         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13176         (nnmail-split-fancy-match-partial-words)
13177         (nnmail-split-lowercase-expanded): Add :version.
13178
13179         * nndiary.el (nndiary): Add :version.
13180
13181         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13182
13183         * mml-sec.el (mml-default-sign-method)
13184         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13185         Add :version.
13186
13187         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13188
13189         * mm-url.el (mm-url-use-external, mm-url-program)
13190         (mm-url-arguments): Add :version.
13191
13192         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13193         (mm-attachment-file-modes, mm-decrypt-option)
13194         (mm-w3m-safe-url-regexp): Add :version.
13195
13196         * message.el (message-cite-prefix-regexp)
13197         (message-sendmail-envelope-from, message-minibuffer-local-map)
13198         (message-user-fqdn, message-completion-alist): Add :version.
13199
13200         * gnus-win.el (gnus-configure-windows-hook)
13201         (gnus-use-frames-on-any-display): Add :version.
13202
13203         * gnus-art.el (gnus-article-address-banner-alist)
13204         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13205         (gnus-treat-from-picon, gnus-treat-mail-picon)
13206         (gnus-treat-x-pgp-sig): Add :version.
13207
13208         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13209         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13210         (gnus-summary-article-delete-hook)
13211         (gnus-summary-display-while-building): Add :version.
13212
13213         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13214         (gnus-get-top-new-news-hook): Add :version.
13215
13216         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13217         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13218
13219         * gnus-registry.el (gnus-registry): Add :version.
13220
13221         * gnus-spec.el (gnus-use-correct-string-widths)
13222         (gnus-make-format-preserve-properties): Add :version.
13223
13224         * gnus.el (gnus-group-charter-alist)
13225         (gnus-group-fetch-control-use-browse-url)
13226         (gnus-install-group-spam-parameters): Add :version.
13227
13228         * gnus-diary.el (gnus-diary): Add :version.
13229
13230         * gnus-delay.el (gnus-delay): Add :version.
13231
13232         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13233         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13234         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13235         Add :version.
13236
13237         * gnus-agent.el (gnus-agent-max-fetch-size)
13238         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13239         (gnus-agent-prompt-send-queue): Add :version.
13240
13241         * deuglify.el (gnus-outlook-deuglify): Add :version.
13242
13243         * html2text.el: Beautify code.  Improve doc strings.  Some
13244         checkdoc cleanup.
13245         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13246
13247 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13248
13249         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13250
13251 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13252
13253         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13254         when package is loaded.
13255
13256         * spam.el (spam-summary-score-preferred-header): Add global preference
13257         for people who want to override the default SpamAssassin over
13258         Bogofilter preference (when both are set).
13259         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13260         (spam-user-format-function-S): Check
13261         spam-summary-score-preferred-header.
13262         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13263         (spam-user-format-function-S): Format the score correctly.
13264
13265 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13268         signature file.  Suggested by Manoj Srivastava
13269         <srivasta@golden-gryphon.com>.
13270
13271         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13272         iso-2022-jp even in the Japanese language environment.
13273         Suggested by Jason Rumney <jasonr@gnu.org>.
13274
13275 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13278         use the same characters as the dummy marks; make it free from
13279         getting affected by the language environment.
13280         (gnus-summary-read-group-1): Update mark positions only when the
13281         format spec is updated.
13282
13283         * gnus-spec.el (gnus-update-format-specifications): Return a list
13284         of updated types.
13285
13286 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13289         of boundp to check if display-warning is available.
13290
13291 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13292
13293         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13294
13295 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * nnspool.el (nnspool-spool-directory): Use news-path if the
13298         news-directory variable is not bound.
13299
13300         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13301         function instead of display-warning if it is not available.
13302
13303 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13306         v5-10: Use `point-at-bol'.
13307
13308 2004-10-26  Simon Josefsson  <jas@extundo.com>
13309
13310         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13311         <chenggao@gmail.com>.
13312
13313 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13316         instead.
13317
13318 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13319
13320         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13321         to remove a server from the nnimap-server-buffer-alist.
13322         (nnimap-open-connection, nnimap-close-server): Use it.
13323
13324         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13325
13326 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13329         running the major-mode function.
13330
13331 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13334         dummy marks in the right way.
13335
13336 2004-10-18  David Edmondson  <dme@dme.org>
13337
13338         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13339         excessively.
13340
13341 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13342
13343         * gnus-util.el (gnus-split-references): Accept a nil references
13344         string and go on blissfully.
13345
13346         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13347         cases where the references string is non-nil but has no references.
13348
13349         * encrypt.el: Add autoload tags.
13350
13351         * spam.el (spam-resolve-registrations-routine): Remove article
13352         from unregistration list too.  Reported by David Hanak
13353         <dhanak@isis.vanderbilt.edu>
13354
13355 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13358         nil.  Changed custom type.
13359
13360 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13363
13364         * gnus-sum.el (gnus-summary-move-article): Use it.
13365
13366 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13367
13368         * encrypt.el: Add autoload cookies.
13369
13370         * spam.el (spam-backend-article-list-property)
13371         (spam-backend-get-article-todo-list)
13372         (spam-backend-put-article-todo-list)
13373         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13374         Resolve registrations separately.
13375         (spam-register-routine): Format comments.
13376         (spam-unregister-routine, spam-register-routine): Always call with
13377         specific-articles, no default list.
13378         (spam-summary-prepare-exit): Use the spam-classifications function.
13379
13380         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13381         gnus-encrypt.el.
13382
13383         * encrypt.el: Copied from gnus-encrypt.el.
13384
13385         * gnus-encrypt.el: Commented that it's obsolete.
13386
13387 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13390         (gnus-score-save): Use it.
13391
13392         * message.el (message-bury): Use `window-dedicated-p'.
13393
13394 2004-10-15  Simon Josefsson  <jas@extundo.com>
13395
13396         * pop3.el (top-level): Don't require nnheader.
13397         (pop3-read-timeout): Add.
13398         (pop3-accept-process-output): Add.
13399         (pop3-read-response, pop3-retr): Use it.
13400
13401 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13402
13403         * spam.el (spam-register-routine): Move comment.
13404         (spam-verify-bogofilter): Use 'unknown for the initial
13405         spam-bogofilter-valid state, not 'never.
13406
13407         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13408         for netrc-machine.
13409
13410         * nnimap.el (nnimap-open-connection): Use
13411         netrc-machine-user-or-password.
13412
13413 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13414
13415         * gnus-registry.el (gnus-registry-unload-hook):
13416         Set as a variable with add-hook.
13417
13418         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13419         of news-path.
13420
13421         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13422
13423         * spam.el: Delete duplicate `provide'.
13424         (spam-unload-hook): Set as a variable with add-hook.
13425
13426 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13429         in the doc string.
13430
13431         * message.el (message-ignored-news-headers)
13432         (message-ignored-supersedes-headers)
13433         (message-ignored-resent-headers)
13434         (message-forward-ignored-headers): Improve custom type.
13435
13436 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * message.el (message-tokenize-header): Fix 2004-09-06 change
13439         which used point-min in the wrong place.
13440
13441 2004-10-12  Simon Josefsson  <jas@extundo.com>
13442
13443         * tls.el (tls-certtool-program): New variable.
13444         (tls-certificate-information): New function, based on
13445         ssl-certificate-information.
13446
13447 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * compface.el: Move the version of ELisp-based uncompface program
13450         to the contrib directory because of the copyright problem.
13451
13452 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * message.el (message-kill-buffer): Raise the current frame.
13455
13456 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13459
13460         * gnus.el (message-y-or-n-p): Autoload.
13461
13462         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13463         (pop3-password-required, pop3-authentication-scheme)
13464         (pop3-leave-mail-on-server): Made customizable.
13465         (pop3): New custom group.
13466         (pop3-retr): Remove `sleep-for' statements.
13467         Suggested by Dave Love <fx@gnu.org>.
13468
13469         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13470         Windows/DOS.
13471
13472         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13473         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13474         Dave Love <fx@gnu.org>.
13475
13476         * mml.el (mml-minibuffer-read-disposition): Require match.
13477         Suggested by Dave Love <fx@gnu.org>.
13478
13479 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13482         doc string.
13483
13484 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13487
13488 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13489
13490         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13491         instead of calling `mm-insert-inline', to decode text/* parts
13492         before displaying them.
13493
13494 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * mm-uu.el (mm-uu-text-plain-type): New variable.
13497         (mm-uu-pgp-signed-extract-1): Use it.
13498         (mm-uu-pgp-encrypted-extract-1): Use it.
13499         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13500         bind mm-uu-text-plain-type with that value.
13501         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13502         mm-uu-dissect.
13503
13504 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.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 mm-string-as-multibyte instead
13510         of string-as-multibyte.
13511
13512 2004-10-05  Juri Linkov  <juri@jurta.org>
13513
13514         * gnus-group.el (gnus-update-group-mark-positions):
13515         * gnus-sum.el (gnus-update-summary-mark-positions):
13516         * message.el (message-check-news-body-syntax):
13517         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13518         8-bit unibyte values to a multibyte string for search functions.
13519
13520 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13523         (mm-uu-dissect-text-parts): New function.
13524
13525         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13526         dissect text parts.
13527
13528         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13529         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13530
13531         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13532
13533         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13534         gnus-current-topics instead of gnus-current-topic.
13535
13536 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13537
13538         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13539
13540 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13541
13542         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13543         where approriate.
13544
13545         * nnml.el (nnml-generate-active-info): do.
13546
13547         * nndiary.el (nndiary-generate-active-info): do.
13548
13549         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13550         (gnus-topic-move): do.
13551
13552         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13553         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13554
13555         * gnus-srvr.el (gnus-server-prepare)
13556         (gnus-server-open-all-servers): do.
13557
13558         * gnus-msg.el (gnus-summary-cancel-article)
13559         (gnus-summary-resend-message)
13560         (gnus-summary-mail-crosspost-complaint): do.
13561
13562         * gnus-move.el (gnus-change-server): do.
13563
13564         * gnus-group.el (gnus-group-unmark-all-groups)
13565         (gnus-group-set-current-level): do.
13566
13567 2004-10-04  Simon Josefsson  <jas@extundo.com>
13568
13569         * message.el (message-generate-hashcash): Doc fix.
13570
13571 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13572
13573         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13574         avoid infinite recursion via gnus-get-function.
13575
13576 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13577
13578         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13579
13580         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13581
13582         * nnmail.el (nnmail-split-history): do.
13583
13584         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13585         (nnml-request-delete-group): do.
13586
13587         * nnslashdot.el (nnslashdot-read-groups): do.
13588
13589         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13590         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13591
13592         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13593         (nnspool-sift-nov-with-sed): Use last.
13594         (nnspool-retrieve-headers-with-nov): Use mapc.
13595         (nnspool-request-newgroups): Use dolist.
13596         (nnspool-request-group): Use last.
13597
13598         * nntp.el (nntp-read-server-type): Use dolist.
13599
13600         * nnvirtual.el (nnvirtual-create-mapping)
13601         (nnvirtual-update-read-and-marked): Use dolist.
13602         (nnvirtual-convert-headers): Simplify.
13603
13604 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13605
13606         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13607         support for sync'ing tick marks.
13608
13609 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13612         there's no visible header.
13613
13614 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13615
13616         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13617         necessary, pass full group name to gnus-request-set-marks.
13618
13619 2004-10-01  Simon Josefsson  <jas@extundo.com>
13620
13621         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13622         acroread.
13623
13624 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13625
13626         * spam-report.el (spam-report-gmane): Fix interactive.
13627
13628         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13629
13630         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13631         when writing file.
13632         (gnus-agent-synchronize-flags): Don't default to being
13633         interactive.
13634
13635 2004-09-30  Simon Josefsson  <jas@extundo.com>
13636
13637         * message.el (message-generate-hashcash): Add.
13638         (message-send-mail): Use it, call mail-add-payment.
13639
13640 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13641
13642         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13643
13644 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13645
13646         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13647         gnus-requst-update-info with explicit code to sync the in-memory
13648         info read flags with the marks being sync'd to the backend.
13649
13650         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13651
13652 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13653
13654         * spam.el (spam-verify-bogofilter): Add new function.
13655         (spam-check-bogofilter)
13656         (spam-bogofilter-register-with-bogofilter): Use it.
13657         (spam-verify-bogofilter): Add small fixes.
13658
13659 2004-09-28  Simon Josefsson  <jas@extundo.com>
13660
13661         * hashcash.el (hashcash-generate-payment): Revert.
13662
13663 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13664
13665         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13666         gnus-extract-references instead of gnus-split-references.
13667
13668         * gnus-util.el (gnus-extract-references): Add new function, analogous
13669         to gnus-split-references but extracts only the message-ID without
13670         anything extra.
13671
13672         * hashcash.el (hashcash-generate-payment)
13673         (hashcash-check-payment): Do the right thing if hashcash-path is
13674         nil (because the hashcash program could not be found).
13675
13676         * spam.el (spam-use-hashcash): Remove comment.
13677
13678 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13679
13680         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13681         (gnus-cache-enter-article, gnus-cache-remove-article)
13682         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13683
13684         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13685
13686         * gnus-art.el (article-hide-boring-headers)
13687         (article-translate-strings, article-display-face)
13688         (gnus-article-mime-match-handle-first)
13689         (gnus-article-highlight-headers)
13690         (gnus-article-add-buttons-to-head): do.
13691
13692 2004-09-27  Simon Josefsson  <jas@extundo.com>
13693
13694         * hashcash.el: New version, from
13695         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13696         ../contrib/.
13697
13698 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13701
13702 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13703
13704         * gnus-dup.el (gnus-dup-open): Use mapc.
13705         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13706
13707         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13708         Reported by Stefan Wiens <s.wi@gmx.net>.
13709
13710         * gnus.el (gnus-shutdown): Use dolist.
13711
13712         * gnus-undo.el (gnus-undo): Use mapc.
13713
13714         * nnrss.el (nnrss-generate-active): do.
13715
13716         * message.el (message-cite-original-without-signature)
13717         (message-cite-original): Use mapc.
13718         (message-do-actions, message-make-forward-subject): Use dolist.
13719
13720 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13721
13722         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13723         deletion to remove entire duplicate line.  Fixes merged article
13724         number bug.
13725
13726 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13727
13728         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13729         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13730         first ask if you want to open a server and then, even when you
13731         responded with no, asking if you want to synchronize the server's
13732         flags.
13733         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13734         multi-line expressions.
13735         (gnus-agent-synchronize-group-flags): New internal function.
13736         Updates marks in memory (in the info structure) AND in the
13737         backend.
13738
13739         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13740
13741         * nnagent.el (nnagent-request-set-mark): Use
13742         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13743         method, to ensure that synchronization updates marks in the
13744         backend and in the info (in memory) structure.
13745
13746 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13749         convention fully; don't miss the root article of a thread; make
13750         the X-Draft-From header with correct article numbers.
13751
13752 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13753
13754         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13755         unless plugged.  Disable the agent so that an open failure causes
13756         an error.
13757
13758         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13759         Reverted 2004-09-21 change.  The backend must be opened while
13760         synchronizing flags even when the backend stores the flags
13761         locally.
13762
13763 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13766         in `header' match.  Reported by Svend Tollak Munkejord.
13767
13768         * message.el (message-cite-original): Fix use of
13769         `message-cite-articles-with-x-no-archive'.
13770
13771 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13774         (gnus-window-to-buffer): Ditto.
13775
13776         * mml.el (mml-preview-buffer): New variable.
13777         (mml-preview): Manage window layout with gnus-buffer-configuration.
13778
13779         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13780         X-Draft-From header even if those articles aren't quoted.
13781
13782 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13783
13784         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13785         (gnus-request-set-mark, gnus-request-update-mark): Use new
13786         g-s-t-u-l-m to decide to use backend even when unplugged.
13787
13788 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13791         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13792
13793 2004-09-20  Simon Josefsson  <jas@extundo.com>
13794
13795         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13796         "utf-16-le".
13797
13798 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13799
13800         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13801
13802 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * uudecode.el (uudecode-use-external): Add :version.
13805
13806         * smime.el (smime-CA-file, smime-encrypt-cipher)
13807         (smime-dns-server): Add :version.
13808
13809         * smiley.el (gnus-smiley-file-types): Add :version.
13810
13811         * sha1.el (sha1-use-external): Add :version.
13812
13813         * pgg-def.el (pgg-query-keyserver): Add :version.
13814
13815         * nnmail.el (nnmail-fancy-expiry-targets)
13816         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13817         Add :version.
13818
13819         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13820         (nnimap-retrieve-groups-asynchronous): Add :version.
13821         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13822
13823         * mml.el (mml-content-disposition-parameters)
13824         (mml-insert-mime-headers-always): Add :version.
13825
13826         * mm-util.el (mm-coding-system-priorities): Add :version.
13827
13828         * mm-decode.el (mm-inline-text-html-with-images)
13829         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13830         (mm-verify-option): Add :version.
13831         (mm-text-html-renderer): Change :version.
13832
13833         * message.el (message-fcc-externalize-attachments)
13834         (message-required-headers, message-draft-headers)
13835         (message-subject-trailing-was-query)
13836         (message-subject-trailing-was-ask-regexp)
13837         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13838         (message-mark-insert-end, message-archive-header)
13839         (message-archive-note, message-cross-post-default)
13840         (message-cross-post-note, message-followup-to-note)
13841         (message-cross-post-note-function, message-use-mail-followup-to)
13842         (message-subscribed-address-functions)
13843         (message-subscribed-address-file, message-subscribed-addresses)
13844         (message-subscribed-regexps, message-allow-no-recipients)
13845         (message-yank-cited-prefix, message-signature-insert-empty-line)
13846         (message-hidden-headers, message-hierarchical-addresses)
13847         (message-mail-user-agent, message-use-idna)
13848         (message-valid-fqdn-regexp)
13849         (message-strip-special-text-properties, message-header-synonyms)
13850         (message-beginning-of-line, message-tab-body-function): Add :version.
13851         (message-insert-canlock, message-wide-reply-confirm-recipients):
13852         Change :version.
13853
13854         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13855         and :version.
13856         (mail-source-delete-old-incoming-confirm)
13857         (mail-source-movemail-program): Add :version.
13858
13859         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13860         (gnus-agent-cache, gnus-agent): Change :version.
13861
13862         * gnus-util.el (gnus-use-byte-compile): Change :version.
13863
13864         * gnus-sum.el (gnus-summary-make-false-root-always)
13865         (gnus-summary-default-high-score)
13866         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13867         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13868         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13869         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13870         (gnus-sum-thread-tree-single-indent)
13871         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13872         (gnus-sum-thread-tree-leaf-with-other)
13873         (gnus-sum-thread-tree-single-leaf): Add :version.
13874         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13875         (gnus-article-loose-mime): Change :version.
13876
13877         * gnus-start.el (gnus-backup-startup-file)
13878         (gnus-save-startup-file-via-temp-buffer): Add :version.
13879
13880         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13881         (gnus-server-offline-face): Add :version.
13882
13883         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13884
13885         * gnus-msg.el (gnus-gcc-externalize-attachments)
13886         (gnus-debug-files, gnus-debug-exclude-variables)
13887         (gnus-discouraged-post-methods): Change :version.
13888         (gnus-confirm-mail-reply-to-news)
13889         (gnus-confirm-treat-mail-like-news): Add :version.
13890
13891         * gnus-int.el (gnus-server-unopen-status): Add :version.
13892
13893         * gnus-group.el (gnus-group-jump-to-group-prompt)
13894         (gnus-large-ephemeral-newsgroup)
13895         (gnus-fetch-old-ephemeral-headers): Add :version.
13896
13897         * gnus-fun.el (gnus-x-face-directory)
13898         (gnus-convert-pbm-to-x-face-command)
13899         (gnus-convert-image-to-x-face-command)
13900         (gnus-convert-image-to-face-command): Add :version.
13901
13902         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13903
13904         * gnus-cite.el (gnus-cite-blank-line-after-header)
13905         (gnus-article-boring-faces): Add :version.
13906
13907         * gnus-art.el (gnus-buttonized-mime-types)
13908         (gnus-inhibit-mime-unbuttonizing)
13909         (gnus-treat-display-face)
13910         (gnus-treat-body-boundary): Change :version.
13911         (gnus-body-boundary-delimiter, gnus-picon-databases)
13912         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13913         (gnus-treat-date-english, gnus-treat-fold-headers)
13914         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13915         (gnus-treat-mail-picon, gnus-treat-wash-html)
13916         (gnus-article-encrypt-protocol)
13917         (gnus-use-idna, gnus-article-over-scroll)
13918         (gnus-mime-display-multipart-alternative-as-mixed)
13919         (gnus-mime-display-multipart-related-as-mixed)
13920         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13921         (gnus-ctan-url, gnus-button-ctan-handler)
13922         (gnus-button-handle-ctan-bogus-regexp)
13923         (gnus-button-ctan-directory-regexp)
13924         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13925         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13926         (gnus-button-man-level, gnus-button-emacs-level)
13927         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13928
13929         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13930         (gnus-agent-go-online): Change :version.
13931         (gnus-agent-expire-unagentized-dirs)
13932         (gnus-agent-auto-agentize-methods): Add :version.
13933
13934         * flow-fill.el (fill-flowed-display-column)
13935         (fill-flowed-encode-column): Add :version.
13936
13937         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13938         (gnus-outlook-deuglify-unwrap-max)
13939         (gnus-outlook-deuglify-cite-marks)
13940         (gnus-outlook-deuglify-unwrap-stop-chars)
13941         (gnus-outlook-deuglify-no-wrap-chars)
13942         (gnus-outlook-deuglify-attrib-cut-regexp)
13943         (gnus-outlook-deuglify-attrib-verb-regexp)
13944         (gnus-outlook-deuglify-attrib-end-regexp)
13945         (gnus-outlook-display-hook): Add :version.
13946
13947         * binhex.el (binhex-use-external): Add :version.
13948
13949 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13950
13951         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13952         and `invisible'.
13953
13954 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13955
13956         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13957         in gnus-registry-trim.
13958
13959 2004-09-13  Simon Josefsson  <jas@extundo.com>
13960
13961         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13962
13963         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13964
13965         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13966         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13967         <yamaoka@jpl.org>.
13968         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13969         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13970         <yamaoka@jpl.org>.
13971
13972         * sieve.el (sieve-manage-mode): Ditto.
13973
13974 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13977
13978 2004-09-11  Simon Josefsson  <jas@extundo.com>
13979
13980         * dns-mode.el: Add.
13981
13982         * mm-view.el (mm-display-dns-inline): Add.
13983
13984         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13985         (mm-automatic-display): Ditto.
13986
13987         * mailcap.el (mailcap-mime-data): Add text/dns.
13988         (mailcap-mime-extensions): Map .soa to text/dns.
13989
13990 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13991
13992         * gnus-art.el (article-decode-mime-words, article-babel)
13993         (gnus-article-highlight-signature, gnus-article-add-buttons)
13994         (gnus-signature-toggle): Remove unnecessary bindings of
13995         `inhibit-read-only' inherited from v5.10 merge.
13996
13997 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * nntp.el (nntp): New customization group.
14000         (nntp-authinfo-file): Add customization group.
14001
14002         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14003
14004         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14005
14006         * gnus.el (to-address, to-list, subscribed)
14007         (large-newsgroup-initial): Ditto.
14008
14009         * flow-fill.el (fill-flowed-display-column)
14010         (fill-flowed-encode-column): Ditto.
14011
14012 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14013
14014         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14015         Use point-min rather than 1.
14016         (message-send-mail): Use buffer-size rather than point-max.
14017
14018         * gnus-sum.el (gnus-summary-search-article-forward):
14019         Signal a specific `search-failed' rather than a generic `error'.
14020
14021         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14022         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14023         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14024
14025 2004-09-10  Simon Josefsson  <jas@extundo.com>
14026
14027         * nndb.el (require): Remove tcp and duplicate cl.
14028
14029 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-agent.el (directory-files-and-attributes): Move forward.
14032
14033 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14034
14035         * gnus-agent.el (directory-files-and-attributes): Optionally
14036         defined to support XEmacs.
14037
14038 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14039
14040         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14041         to avoid run-time CL dependencies.
14042         (gnus-agent-unfetch-articles): New function.
14043         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14044         article numbers even when local .overview file is missing.
14045         (gnus-agent-read-article-number): New function.  Only accepts
14046         27-bit article numbers.
14047         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14048         gnus-agent-read-article-number.
14049         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14050         from backend while recognizing that article numbers in .overview
14051         must be valid.
14052         (gnus-agent-update-files-total-fetched-for): Use
14053         directory-files-and-attributes to improve performance.
14054         * gnus-int.el (gnus-request-move-article): Use
14055         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14056         improve performance.
14057
14058         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14059         some users confused by references to .newsrc when they only have a
14060         .newsrc.eld file.
14061         (gnus-convert-mark-converter-prompt)
14062         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14063         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14064         New function.  Used internally to only display 'gnus converting
14065         files' message when actually necessary.
14066
14067         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14068         methods now autoloaded.
14069
14070 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14073         identifiers.
14074
14075 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * gnus-picon.el: Fix indentation and closing parenthesis.
14078
14079 2004-09-01  Simon Josefsson  <jas@extundo.com>
14080
14081         * message.el (message-canlock-generate): Require sha1, not
14082         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14083         to require within a function.  Sadly, if sha1.el isn't loaded, the
14084         let binding in m-c-g will hide the defcustom definition, which is
14085         bad.)
14086
14087         * canlock.el: Require sha1, not sha1-el.
14088
14089         * message.el: Don't autoload sha1 (there is a autoload cookie in
14090         sha1.el).
14091
14092         * sha1-el.el: Renamed to sha1.el.
14093
14094 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14095
14096         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14097
14098 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14099
14100         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14101
14102 2004-08-30  Kim F. Storm  <storm@cua.dk>
14103
14104         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14105
14106         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14107         Add :group 'nnimap.
14108
14109 2004-08-30  Andreas Schwab  <schwab@suse.de>
14110
14111         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14112         ?* and ?\;.
14113
14114         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14115         and ?\' to symbol instead of whitespace.
14116
14117 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14120
14121         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14122         instead of re-search-forward.
14123
14124         * gnus-uu.el (gnus-uu-save-article): Ditto.
14125         (gnus-uu-post-encode-uuencode): Ditto.
14126
14127         * html2text.el (html2text-clean-list-items): Ditto.
14128         (html2text-clean-dtdd): Ditto.
14129         (html2text-format-tags): Ditto.
14130
14131         * message.el (message-send-mail-with-sendmail): Fix regexp.
14132         (message-fill-field-general): Use search-forward instead of
14133         re-search-forward.
14134         (unbold-region): Ditto.
14135
14136         * nnrss.el (nnrss-request-article): Ditto.
14137
14138         * nnslashdot.el (nnslashdot-request-article): Ditto.
14139
14140         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14141
14142         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14143         "Unrecognized menu descriptor" error in XEmacs.
14144
14145 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14146
14147         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14148         parent article of a sparse article in the thread hashtb.
14149
14150 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14151
14152         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14153         (nnmail-expand-newtext): Lowercase expanded entries if
14154         nnmail-split-lowercase-expanded is non-nil.
14155
14156 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14159
14160         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14161         of gnus-tmp-news-method into string under XEmacs.  It will be
14162         passed to gnus-correct-length which takes only a string argument.
14163
14164 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-util.el (gnus-bind-print-variables): New macro.
14167         (gnus-prin1): Use it.
14168         (gnus-prin1-to-string): Use it.
14169         (gnus-pp): New function.
14170         (gnus-pp-to-string): New function.
14171
14172         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14173         Replace pp-to-string with gnus-pp-to-string.
14174         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14175         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14176         * gnus-msg.el (gnus-debug): Ditto.
14177         * gnus-score.el (gnus-score-save): Ditto.
14178         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14179         gnus-pp-to-string.
14180         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14181         with gnus-pp.
14182         * score-mode.el (gnus-score-pretty-print): Ditto.
14183         * webmail.el (webmail-debug): Ditto.
14184
14185 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-art.el (article-display-face, article-display-x-face):
14188         Use buffer-read-only.
14189
14190 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-art.el (article-hide-list-identifiers):
14193         Bind inhibit-read-only as t.
14194
14195 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14196
14197         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14198
14199 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14200
14201         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14202         (gnus-narrow-to-page): Don't assume point-min == 1.
14203         (gnus-article-edit-mode): Derive from message-mode.
14204
14205         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14206         point-min == 1.
14207
14208         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14209         Disable incorrect use of `assert'.
14210
14211         * message.el (message-mode): Set comment-start-skip.
14212
14213
14214 2004-08-22  Sam Steingold  <sds@gnu.org>
14215
14216         * pop3.el (pop3-leave-mail-on-server): New user variable.
14217         (pop3-movemail): Delete mail only when it is nil.
14218
14219 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14222
14223         * mml.el (mml-preview): Use `pop-to-buffer'.
14224
14225         * message.el (message-goto-mail-followup-to): Insert after "To".
14226         (message-carefully-insert-headers): Add comment.
14227
14228         * gnus.el: Remove unused variable `gnus-article-check-size'.
14229
14230         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14231
14232         * gnus-art.el (gnus-button-alist): Improve
14233         `gnus-button-handle-library' entry.
14234
14235 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14236
14237         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14238         downcase, since XEmacs capitalizes error messages differently.
14239
14240 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14241
14242         * nntp.el: Add (require 'gnus) due to reference to
14243         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14244
14245 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14246
14247         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14248         `mm-fill-flowed'.
14249
14250         * mm-decode.el (mm-dissect-singlepart): Check it.
14251
14252 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14253
14254         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14255         'imap' for netrc parsing.
14256
14257 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14258
14259         * mailcap.el (mailcap-mime-data): Mark as risky.
14260
14261 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14264         may be included in the encoded word.
14265         (rfc2047-encode): Don't append a space if the encoded word
14266         includes close parenthesis.
14267
14268 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14271         of text within parentheses.
14272
14273 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14276         (gnus-encrypt-write-file-contents): Make the password key the file
14277         name PLUS the cipher, not just the cipher.  Also remove failed
14278         passwords from the cache.
14279
14280 2004-08-06  Simon Josefsson  <jas@extundo.com>
14281
14282         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14283         fix.
14284
14285 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14288         LWSP.
14289
14290 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14291
14292         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14293         to append in-reply-to: data to the references: header.
14294
14295         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14296         (netrc-parse): Use gnus-encrypt.el functions.
14297
14298         * gnus-encrypt.el: Add new file for encryption support; currently
14299         does only a few GPG ciphers and an internal XOR cipher.
14300
14301         * password.el: Add comments on using password-read-and-add.
14302         (password-read-and-add): Add function to read and add the
14303         password to the cache at once.
14304
14305 2004-07-28  Simon Josefsson  <jas@extundo.com>
14306
14307         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14308         parameter (but don't use it, for now).
14309
14310         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14311         instead of hard coding to nil.
14312
14313 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14316         as mm-inline-image-xemacs does.
14317
14318 2004-07-26  Simon Josefsson  <jas@extundo.com>
14319
14320         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14321         Revert part of 2004-07-17 change below.
14322
14323 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14326         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14327
14328 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14329
14330         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14331         quotes that actually start with ">" at the beginning of the
14332         lines.
14333
14334 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * rfc2047.el (rfc2047-encode-region): Fix last change.
14337         (rfc2047-encode-parameter): Remove useless concat.
14338
14339 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14342         encode special characters; fix some kind of misconfigured headers;
14343         signal a real error if debug-on-quit or debug-on-error is non-nil.
14344         (rfc2047-encode-max-chars): New variable.
14345         (rfc2047-encode-1): Use it.
14346         (rfc2047-encode-parameter): New function.
14347
14348         * mml.el (mml-insert-parameter): Remove an excessive space.
14349
14350 2004-07-17  Simon Josefsson  <jas@extundo.com>
14351
14352         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14353         Kai Grossjohann <kai@emptydomain.de>.
14354         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14355         (gnus-group-make-menu-bar): Ditto.
14356
14357         * gnus-util.el (gnus-group-server): Add.
14358
14359 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14360
14361         * message.el (message-clone-locals): Clone sendmail and smtp
14362         variables.
14363
14364 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * rfc2047.el (rfc2047-encode-region): Fix last change.
14367
14368 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14371         characters as non-special.
14372
14373 2004-07-09  Simon Josefsson  <jas@extundo.com>
14374
14375         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14376         Users will lose all flag changes made while unplugged with
14377         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14378         good default.  See numerous reports on ding mailing list.
14379
14380 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14383         add generate-head-function and generate-article-function to the
14384         rfc822-forward entry.
14385         (nndoc-rfc822-forward-generate-article): New function.
14386         (nndoc-rfc822-forward-generate-head): New function.
14387
14388         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14389
14390 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14391
14392         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14393         respect display group parameter and gnus-summary-expunge-below.
14394         (gnus-articles-to-read): Remove unused reference to display group
14395         parameter.
14396
14397 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14398
14399         * nnheader.el (nnheader-uniquify-message-id): New experimental
14400         variable.
14401         (nnheader-nov-read-message-id): Use it.
14402
14403         * spam-report.el (spam-report-gmane): Add interactive.
14404
14405 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14408         qp-or-base64 for the application/* types.
14409
14410 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14411
14412         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14413
14414 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14415
14416         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14417         trim value.
14418
14419 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14420
14421         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14422         New macro and function.
14423         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14424
14425 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14428         after-load-alist.
14429
14430 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14431
14432         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14433         update info that isn't there.
14434
14435 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14436
14437         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14438         entry.
14439
14440 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * mm-view.el (mm-inline-render-with-function): Use multibyte
14443         buffer; decode html source by charset.
14444
14445         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14446
14447         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14448         Mule-UCS is loaded under XEmacs.
14449         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14450
14451 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14452
14453         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14454
14455 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * mm-util.el (mm-coding-system-p): Return a coding-system.
14458         (mm-mime-mule-charset-alist): Use shift_jis instead of
14459         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14460         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14461         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14462         instead of japanese-shift-jis and iso-latin-1 respectively in
14463         order to share the default value with both Emacs and XEmacs-mule.
14464         (mm-mule-charset-to-mime-charset): Make
14465         mm-coding-system-priorities effective.
14466         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14467         while predicating of candidates upon the priorities.
14468
14469 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14470
14471         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14472         gnus-uu-invert-processable.
14473
14474         * gnus.el: Autoload gnus-uu-invert-processable.
14475
14476 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * mm-util.el (mm-with-multibyte-buffer): New macro.
14479
14480         * rfc2047.el (rfc2047-encode-string): Use it.
14481         (rfc2047-encode-region): Move point to the end of the region after
14482         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14483
14484 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14487         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14488
14489 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14492         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14493         Karl Chen <quarl@nospam.quarl.org>.
14494
14495 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14496
14497         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14498         invalid addresses.
14499
14500 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14501
14502         * spam.el: Change section markers, revise TODO list.
14503         (spam-backends): Make new master list of all installed backends.
14504         (spam-summary-exit-behavior): Add new variable to determine how
14505         messages moves are done at summary exit.
14506         (spam-move-spam-nonspam-groups-only)
14507         (spam-process-ham-in-nonham-groups)
14508         (spam-process-ham-in-spam-groups): Remove variables, the
14509         spam-summary-exit-behavior variable should be used to manage this
14510         behavior.
14511         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14512         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14513         and spam-old-spam-articles.
14514         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14515         Add empty variables, placeholders for the backends they represent.
14516         (spam-set-difference): Move, unchanged.
14517         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14518         unless the user has a processor variable.
14519         (spam-classifications, spam-classification-valid-p)
14520         (spam-backend-properties, spam-backend-property-valid-p)
14521         (spam-backend-function-type-valid-p)
14522         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14523         (spam-report-articles-gmane, spam-report-articles-resend):
14524         Remove functions, they are not needed.
14525         (spam-install-backend-super, spam-backend-list)
14526         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14527         (spam-backend-function, spam-backend-ham-registration-function)
14528         (spam-backend-spam-registration-function)
14529         (spam-backend-ham-unregistration-function)
14530         (spam-backend-spam-unregistration-function)
14531         (spam-backend-statistical-p, spam-backend-mover-p)
14532         (spam-install-backend-alias, spam-install-checkonly-backend)
14533         (spam-install-mover-backend, spam-install-nocheck-backend)
14534         (spam-install-backend, spam-install-statistical-backend)
14535         (spam-install-statistical-checkonly-backend): Add backend installation
14536         support.
14537         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14538         (spam-group-processor-p): Use the new backend code and respect the
14539         summary exit behavior.
14540         (spam-mark-spam-as-expired-and-move-routine): Remove.
14541         (spam-summary-prepare): Change to use the new spam-old-articles
14542         variable.
14543         (spam-copy-or-move-routine, spam-copy-spam-routine)
14544         (spam-move-spam-routine, spam-copy-ham-routine)
14545         (spam-move-ham-routine): Add code to copy/move ham or spam.
14546         (spam-fetch-field-fast): Improve doc and code, plus allow the
14547         'number request.
14548         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14549         variables.
14550         (spam-split, spam-find-spam): Use the new backend code.
14551         (spam-registration-functions): Remove variable.
14552         (spam-unregister-routine): Add convenience wrapper.
14553         (spam-log-undo-registration, spam-register-routine)
14554         (spam-log-processing-to-registry)
14555         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14556         where possible.
14557         (spam-check-gmane-xref, spam-check-regex-headers)
14558         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14559         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14560         (spam-check-bogofilter-headers, spam-check-spamoracle)
14561         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14562         (spam-check-crm114-headers): Use the spam-split-group that
14563         spam-split prepares, no need to determine it every time.
14564
14565         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14566         to the nnheader-parse-naked-head call.
14567
14568         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14569
14570         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14571         the nnheader-nov-read-message-id call.
14572
14573 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14576         gnus-activate-group twice.  Suggested by Markus Peter
14577         <warp@spin.de>.
14578
14579 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-art.el (gnus-article-time-format): Exchange the order of
14582         day and month in the default value; fix customization type.
14583         (article-date-ut): Use add-text-properties.
14584         (article-make-date-line): Use message-make-date instead of
14585         current-time-string.
14586
14587         * message.el (message-fetch-field): Don't use set-text-properties.
14588         (message-make-date): Simplify.
14589
14590         * messagexmas.el (message-xmas-make-date): New function.
14591         (message-xmas-redefine): Defalias message-make-date to it.
14592
14593 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14596         (rfc2047-encode-region): Treat text within parentheses as special;
14597         show the original text when error has occurred.
14598
14599         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14600         already-computed method to gnus-activate-group.
14601
14602         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14603         same select-methods identical Lisp objects.
14604
14605         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14606         object when modifying the info.
14607
14608 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14611         gnus-opened-servers since it has never been opened with the new
14612         configuration yet.
14613
14614 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14617         arg to nnheader-generate-fake-message-id.
14618
14619 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14622         number and build a fake message ID localized to a group and
14623         article number (so it's repeatable from that point on).
14624         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14625         ID format.
14626
14627         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14628         nnheader-generate-fake-message-id with the article number.
14629
14630 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14631
14632         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14633         end-of-buffer.
14634
14635 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14636
14637         * message.el (message-ignored-supersedes-headers): Add Approved.
14638
14639 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14642         goto-char.
14643         (rfc2047-encode): Fold the line before encoding.
14644
14645 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14646
14647         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14648         folding -- not all headers can be folded, and this should be done
14649         by the message composition mode.  Probably.  I think.
14650
14651 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14654         fast.
14655
14656         * gnus-ems.el (gnus-remove-image): Don't use
14657         message-text-with-property; remove only the image found first.
14658
14659         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14660         found first.
14661
14662 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14663
14664         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14665
14666 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * message.el (message-text-with-property): Make it fast and accept
14669         optional arguments.
14670         (message-strip-forbidden-properties): Use it.
14671         (message-fix-before-sending): Follow the m-t-w-p change.
14672
14673         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14674
14675 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * gnus-art.el (article-hide-headers): Don't change the buffer
14678         mistakenly when performing mml-preview even if
14679         gnus-single-article-buffer is nil.
14680
14681 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14682
14683         * message.el (message-expand-name-databases): New user option.
14684         (message-expand-name): Use it.
14685
14686 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * spam.el (spam-report-articles-resend)
14689         (spam-report-resend-register-routine): Allow ham reporting.
14690         (spam-report-resend-register-ham-routine): Add wrapper.
14691         (spam-registration-functions): Add ham resending functions.
14692         (spam-list-of-processors): Add ham resend processor.
14693
14694         * gnus.el (ham-resend-to): Add new group parameter.
14695         (spam-process): Add ham resend option.
14696
14697         * spam-report.el (spam-report-resend): Allow reporting ham.
14698         (spam-report-resend-ham): Add wrapper.
14699
14700 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14701
14702         * message.el (message-cite-articles-with-x-no-archive): New
14703         variable.
14704         (message-cite-original): Use it.
14705
14706 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14707
14708         * message.el (message-cite-original): Respect X-No-Archive.
14709
14710 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-art.el (article-hide-headers): Refer to the values for
14713         gnus-ignored-headers and gnus-visible-headers in the summary
14714         buffer since a user may have set them as group parameters.
14715
14716 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14717
14718         * assistant.el (assistant-node-name): Add convenience function.
14719         (assistant-render-text, assistant-render-node): Add error handling,
14720         plus handle multiple next nodes.
14721         (assistant-find-next-node): Comment out for now.
14722         (assistant-find-next-nodes): Add function, returns list of next
14723         nodes.
14724
14725 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * mail-source.el (mail-source-directory): Fix doc-string.
14728
14729 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14730
14731         * assistant.el (assistant-render-text, assistant-eval): Add :set
14732         widget type, which is different because it takes and returns a
14733         list.  Much hilarity ensues.
14734
14735 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14738
14739         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14740         doc-string.
14741
14742         * gnus-start.el (gnus-activate-group): Added doc-string.
14743
14744 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14747
14748 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14749
14750         * assistant.el (assistant-render-text): Try to add a :set
14751         widget, more to come.
14752
14753         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14754         strings.
14755         (spam-report-articles-resend)
14756         (spam-register-routine): Do registration iff any articles warrant
14757         it.
14758         (spam-summary-prepare-exit): Change log message for nil group
14759         destinations.
14760
14761 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14762
14763         * spam.el (spam-report-resend-register-routine): Allow
14764         spam-report-resend-to to be a group parameter or a global value.
14765
14766 2004-05-26  Simon Josefsson  <jas@extundo.com>
14767
14768         * starttls.el: Merge with my GNUTLS based starttls.el.
14769         (starttls-gnutls-program, starttls-use-gnutls)
14770         (starttls-extra-arguments, starttls-process-connection-type)
14771         (starttls-connect, starttls-failure, starttls-success): New
14772         variables.
14773         (starttls-program, starttls-extra-args): Doc fix.
14774         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14775         functions.
14776         (starttls-negotiate, starttls-open-stream): Check
14777         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14778         function if it is set.
14779
14780 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14783         structured fields.
14784
14785 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14788
14789 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14790
14791         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14792         variable.
14793         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14794         assigning the spam-mark to new messages.
14795
14796 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14797
14798         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14799
14800 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14803
14804         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14805         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14806         default.
14807
14808 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14809
14810         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14811         correct data.
14812
14813 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14814
14815         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14816         (spam-group-processor-p): Fix function.
14817         (spam-group-processor-multiple-p)
14818         (spam-group-spam-processor-report-gmane-p)
14819         (spam-group-spam-processor-report-resend-p)
14820         (spam-group-spam-processor-bogofilter-p)
14821         (spam-group-spam-processor-blacklist-p)
14822         (spam-group-spam-processor-ifile-p)
14823         (spam-group-ham-processor-ifile-p)
14824         (spam-group-spam-processor-spamoracle-p)
14825         (spam-group-spam-processor-crm114-p)
14826         (spam-group-ham-processor-bogofilter-p)
14827         (spam-group-spam-processor-stat-p)
14828         (spam-group-ham-processor-stat-p)
14829         (spam-group-ham-processor-whitelist-p)
14830         (spam-group-ham-processor-BBDB-p)
14831         (spam-group-ham-processor-spamoracle-p)
14832         (spam-group-ham-processor-copy-p): Remove functions with some
14833         prejudice against unneeded code.
14834         (spam-report-articles-resend)
14835         (spam-report-resend-register-routine): Allow the group/topic
14836         spam-resend-to value to override spam-report-resend-to.
14837         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14838         properly now.
14839
14840         * gnus.el (spam-resend-to): Add group/topic parameter.
14841         (spam-process): Move the OBSOLETE processors to the end of the
14842         choices.
14843
14844 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14845
14846         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14847         with resend-to set to nil, and then ask the user if necessary.
14848         (spam-report-resend): spam-report-resend takes a list of articles, not
14849         separate article numbers.
14850
14851 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14854         addition to emacs-w3m.
14855
14856 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14857
14858         * assistant.el (assistant-authinfo-data): New function.
14859         (assistant-eval): Eval for entire assistant.
14860
14861         * netrc.el (netrc-services-file): New variable.
14862         (netrc-parse-services): New function.
14863         (netrc-find-service-name): New function.
14864         (netrc-find-service-number): New function.
14865         (netrc-port-equal): New function.
14866         (netrc-machine): Use it.
14867
14868         * nnimap.el (nnimap-open-connection): Use netrc.
14869
14870         * gnus-util.el (gnus-netrc-get): Remove aliases.
14871
14872         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14873
14874         * assistant.el (wid-edit): Fix compilation.
14875
14876         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14877
14878 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14879
14880         * gnus-util.el (gnus-set-file-modes): New function.  (small
14881         patch).
14882
14883 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14884
14885         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14886
14887         * assistant.el (assistant-render-node): Fix up rendering and
14888         read-only text.
14889         (assistant-render-node): Reset.
14890         (assistant-make-read-only): Not sticky.
14891
14892 2004-05-20  Danny Siu  <dsiu@adobe.com>
14893
14894         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14895         centered even when gnus-auto-center-summary is t.
14896
14897 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14898
14899         * dns.el (dns-get-txt-answer): New function.
14900         (dns-read-txt): Ditto.
14901         (query-dns): Use it.
14902
14903 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14906         active for foreign groups even if the group level is higher than
14907         the specified value.
14908
14909 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14912         non-active groups.
14913
14914         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14915
14916 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14917
14918         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14919
14920 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14921
14922         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14923         (spam-crm114-header, spam-crm114-spam-switch)
14924         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14925         (spam-crm114-positive-spam-header)
14926         (spam-crm114-database-directory, spam-list-of-processors)
14927         (spam-group-spam-processor-crm114-p)
14928         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14929         (spam-generic-score, spam-list-of-checks)
14930         (spam-list-of-statistical-checks, spam-registration-functions)
14931         (spam-check-crm114-headers, spam-crm114-score)
14932         (spam-check-crm114, spam-crm114-register-with-crm114)
14933         (spam-crm114-register-spam-routine)
14934         (spam-crm114-unregister-spam-routine)
14935         (spam-crm114-register-ham-routine)
14936         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14937         asjo@koldfront.dk (Adam Sjøgren).
14938
14939         * gnus.el: Add spam-use-crm114.
14940
14941         * spam.el (spam-list-of-processors, spam-registration-functions):
14942         Add spam-use-resend.
14943         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14944         (spam-report-articles-gmane): Add doc fix.
14945         (spam-report-articles-resend, spam-report-resend-register-routine):
14946         Add wrappers around spam-report-resend-to.
14947
14948         * spam-report.el (spam-report-resend-to, spam-report-resend):
14949         Add support for resending spam.
14950         (spam-report-gmane): Fix line length >80.
14951
14952         * gnus.el (spam-process): Add spam-use-resend.
14953
14954 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14955
14956         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14957         number of processed spam messages.
14958         (spam-ham-copy-or-move-routine): Return the number of processed
14959         ham messages.
14960         (spam-summary-prepare-exit): Use the above values to decide
14961         whether status messages shouled be displayed.
14962
14963 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14966         `rfc2047-encoding-function-alist' in order to avoid conflicting
14967         with the old version.
14968         (rfc2047-encode-region): Concatenate words containing non-ASCII
14969         characters in structured fields; don't encode space-delimited
14970         ASCII words even in unstructured fields; don't break words at
14971         char-category boundaries.
14972         (rfc2047-encode-1): New function.
14973         (rfc2047-encode): Use it; encode text so that it occupies the
14974         maximum width within 76-column; work correctly on Q encoding for
14975         iso-2022-* charsets.
14976         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14977         sure not to break a line just after the header name.
14978         (rfc2047-b-encode-region): Removed.
14979         (rfc2047-b-encode-string): New function.
14980         (rfc2047-q-encode-region): Removed.
14981         (rfc2047-q-encode-string): New function.
14982
14983         * mm-util.el (mm-replace-in-string): New function.
14984
14985 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14986
14987         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14988         get it right.
14989         (gnus-inews-make-draft): Really.
14990
14991 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14992
14993         * nnmh.el (nnmh-request-list-1): Don't check the link count
14994         before descending.  (small patch)
14995
14996 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14997
14998         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14999         stuff.
15000
15001         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15002         on real group name.
15003
15004         * gnus-art.el (gnus-signature-limit): Doc fix.
15005
15006         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15007
15008         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15009
15010 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15011
15012         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15013         isn't a string.
15014
15015 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15016
15017         * gnus-draft.el (gnus-draft-send): Bind
15018         rfc2047-encode-encoded-words.
15019
15020         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15021         (rfc2047-encodable-p): Say that =? needs encoding.
15022         (rfc2047-encode-encoded-words): New variable.
15023
15024         * gnus-group.el (gnus-group-select-group): Doc fix.
15025
15026         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15027
15028         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15029         to nil.
15030
15031         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15032
15033         * nnheader.el (nnheader-get-lines-and-char): New function.
15034
15035 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15036
15037         * gnus-msg.el (gnus-summary-followup-with-original): Document
15038         yanking of region when active.
15039
15040 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15043         groups if the group level is higher than the specified value.
15044
15045 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15048         (gnus-group-jump-to-group): Added prefix argument using
15049         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15050         non-active group.
15051
15052         * compface.el (uncompface): Be verbose when changing
15053         `uncompface-use-external'.
15054
15055         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15056         handle manual section.
15057
15058 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15059
15060         * gnus-art.el (gnus-button-alist): Revert previous change.
15061
15062 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15065
15066 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15067
15068         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15069         whether backend can accept message.
15070
15071         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15072
15073 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15074
15075         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15076         Avoid creating directory when nntp-marks-is-evil is true.
15077         Reported by Reiner Steib.
15078
15079 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15080
15081         * gnus-picon.el (gnus-picon-style): New variable.
15082         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15083         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15084         Jesper Harder <harder@ifa.au.dk>.
15085
15086 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15087
15088         * message.el (message-fill-field): Return point.
15089         (message-generate-headers): Go to end of field.
15090
15091         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15092         stuff for non-living groups.
15093
15094 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15095
15096         * gnus-art.el (gnus-article-followup-with-original)
15097         (gnus-article-reply-with-original): gnus-mark-active-p ->
15098         gnus-region-active-p.
15099
15100 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15103         only when there is spam or ham to be processed.
15104
15105 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15106
15107         * mail-source.el (mail-source-delete-crash-box): Refactor.
15108         (mail-source-fetch): Use it.
15109         (mail-source-fetch-file): Ditto.
15110         (mail-source-fetch-directory): Run postscript in loop.
15111         (mail-source-fetch-pop): Delete.
15112         (mail-source-fetch-maildir): Ditto.
15113         (mail-source-fetch-imap): Ditto.
15114
15115         * imap.el (imap-authenticators): Comment out sasl.
15116
15117         * message.el (message-skip-to-next-address): New function.
15118         (message-fill-header-address): Refactor.
15119         (message-fill-address): Use it.
15120         (message-delete-address): Use it.
15121         (message-fill-header-general): Refactor.
15122         (message-fill-field-address): Rename.
15123         (message-narrow-to-field): Find the start of the header.
15124         (message-header-format-alist): Don't pre-fill.
15125         (message-fill-header): Removed.
15126         (message-insert-header): New function.
15127         (message-shorten-references): Use it.
15128
15129         * rfc2047.el (rfc2047-field-value): Strip props.
15130
15131         * mail-parse.el (mail-header-make-address): New alias.
15132
15133         * ietf-drums.el (ietf-drums-make-address): New function.
15134
15135         * imap.el: Add compiler directives.
15136
15137         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15138
15139         * gnus-art.el (article-decode-idna-rhs): Don't use
15140         message-idna-inside-rhs-p.
15141
15142 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15143
15144         * message.el (message-idna-inside-rhs-p): Removed.
15145         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15146
15147         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15148         false positives.
15149
15150 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15151
15152         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15153
15154 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15155
15156         * nneething.el (nneething-file-name): Don't create spurious
15157         files.
15158
15159         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15160         (gnus-inews-do-gcc): Remove sleep.
15161
15162         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15163         part under point.
15164
15165         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15166         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15167
15168 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15169
15170         * spam.el (spam-summary-prepare-exit): Fixed (length).
15171
15172 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15173
15174         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15175         as expired without moving it" message when there are spam
15176         messages left.
15177
15178 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15179
15180         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15181         header is not nil.
15182
15183 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15184
15185         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15186         nntp-possibly-create-directory, not nntp-possibly-change-group.
15187         (nntp-marks-changed-p): New arg SERVER.
15188         (nntp-request-update-info): Adjust caller.
15189
15190 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15191
15192         * nntp.el (nntp-save-marks): Pass missing arg.
15193
15194 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15195
15196         * nntp.el: Support marks.
15197         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15198         (nntp-marks-modtime, nntp-marks-directory): New variables.
15199         (nntp-request-set-mark, nntp-request-update-info)
15200         (nntp-possibly-create-directory, nntp-marks-changed-p)
15201         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15202         functions.
15203
15204 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15205
15206         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15207         (gnus-xmas-redefine): Rename.
15208
15209         * gnus-score.el (gnus-score-insert-help): Use
15210         gnus-select-lowest-window.
15211
15212         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15213         appt-select-lowest-window and rename to gnus-select-lowest-window.
15214
15215         * gnus.el: do.
15216
15217 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15218
15219         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15220         encodings of MIME-encoded words, in order to improve
15221         interoperability with several broken MUAs.
15222
15223 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15224
15225         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15226         tags, only when charsets are not specified in headers.
15227         (mm-inline-text-html-render-with-w3m): Ditto.
15228
15229         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15230         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15231
15232 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15233
15234         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15235         instead of MIME-decoded from fields when checking
15236         `gnus-article-address-banner-alist'.
15237
15238 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15239
15240         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15241         description rather than subject.
15242
15243 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15244
15245         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15246
15247 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15248
15249         * gnus.el (gnus-version-number): Bump.
15250
15251 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15252
15253         * gnus.el: No Gnus v0.2 is released.
15254
15255 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15256
15257         * gnus-agent.el (gnus-agent-read-agentview): Inline
15258         gnus-uncompress-range.
15259
15260 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15261
15262         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15263         `exec-installed-p'.
15264
15265 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15266
15267         * gnus.el (spam-process, spam-autodetect-methods): Add
15268         bsfilter and bsfilter-headers.
15269
15270         * spam.el (spam-bsfilter): New customize group.
15271         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15272         (spam-bsfilter-header, spam-bsfilter-probability-header)
15273         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15274         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15275         (spam-bsfilter-database-directory): New options.
15276         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15277         (spam-list-of-statistical-checks, spam-registration-functions):
15278         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15279         (spam-bsfilter-score): New command.
15280         (spam-check-bsfilter-headers, spam-check-bsfilter)
15281         (spam-bsfilter-register-with-bsfilter)
15282         (spam-bsfilter-register-spam-routine)
15283         (spam-bsfilter-unregister-spam-routine)
15284         (spam-bsfilter-register-ham-routine)
15285         (spam-bsfilter-unregister-ham-routine): New functions.
15286         (spam-generic-score): Support bsfilter; Accept an optional argument
15287         to recalcurate spam score even if scoring header has already been
15288         added.
15289         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15290         optional argument to recalcurate spam score even if scoring header
15291         has already been added.
15292
15293 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15294
15295         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15296         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15297         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15298         link is missing.
15299
15300 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15301
15302         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15303         (html2text-get-attr): Rewrite.
15304
15305         * message.el (message-setup-1): Remove redundant put-text-property
15306         on mail-header-separator.
15307
15308 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15309
15310         * gnus-registry.el (gnus-registry-cache-whitespace)
15311         (gnus-registry-action, gnus-registry-spool-action)
15312         (gnus-registry-split-fancy-with-parent): Change message levels
15313         from 5 to 3 or 7, as needed.
15314
15315         * spam.el (spam-summary-prepare-exit)
15316         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15317         (spam-split, spam-find-spam, spam-log-undo-registration)
15318         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15319         level from 5 to 6.
15320
15321 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15324         2004-03-04 change).
15325
15326 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15327
15328         * sieve-manage.el (sieve-manage-open):
15329         * nnweb.el (nnweb-insert-html):
15330         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15331         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15332         * nnspool.el (nnspool-request-group):
15333         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15334         * nnml.el (nnml-request-update-info):
15335         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15336         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15337         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15338         (nnimap-request-set-mark):
15339         * nnfolder.el (nnfolder-request-update-info):
15340         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15341         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15342         * gnus-uu.el (gnus-uu-find-articles-matching):
15343         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15344         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15345         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15346         * gnus-nocem.el (gnus-nocem-scan-groups):
15347         * gnus-int.el (gnus-start-news-server):
15348         * gnus-group.el (gnus-group-make-kiboze-group)
15349         (gnus-group-browse-foreign-server):
15350         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15351         Use mapc when appropriate.
15352
15353 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15354
15355         FIXME: Make separate entries for each person.
15356
15357         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15358         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15359         <shields@msrl.com>:
15360
15361         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15362         may need for spam sorting and scoring.
15363         (spam-user-format-function-S): Add user format function suitable for
15364         general use.
15365         (spam-article-sort-by-spam-status): Add sorting function for summary
15366         sorting.
15367         (spam-extra-header-to-number): Add function to get a score from a
15368         header.
15369         (spam-summary-score): Add function to get a numeric score from the
15370         headers.
15371         (spam-generic-score): Fix function doc, was in wrong place.
15372         (spam-initialize): Take symbols when it's run, and install the
15373         extra headers that spam-necessary-extra-headers thinks we need.
15374
15375 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15376
15377         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15378         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15379
15380 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15381
15382         * gnus-sum.el (gnus-set-global-variables)
15383         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15384         (gnus-article-get-xrefs, gnus-summary-best-group)
15385         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15386         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15387         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15388         Use with-current-buffer.
15389
15390 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15391
15392         * spam.el (spam-summary-prepare-exit): Simplify logic.
15393         (spam-fetch-article-header): Read the article header if it's not
15394         available.
15395         (spam-list-articles): Simplify logic.
15396         (spam-filelist-register-routine): Fix bug with unregister-list.
15397
15398         * gnus-registry.el: Fix comments at beginning.
15399
15400 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15401
15402         * message.el (message-cater-to-broken-inn): Remove.
15403         (message-shorten-references): Make sure the total folded length of
15404         References is shorter than 998 characters to cater to a bug in INN
15405         2.3.  Also, don't pretend that references aren't folded -- this
15406         hasn't worked for a while.
15407
15408 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15409
15410         * gnus-agent.el (gnus-agentize):
15411         gnus-agent-send-mail-real-function no longer set to current value
15412         of message-send-mail-function but rather a lambda that calls
15413         message-send-mail-function.  The change makes the agent real-time
15414         responsive to user changes to message-send-mail-function.
15415
15416 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15417
15418         * legacy-gnus-agent.el
15419         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15420         help from Florian Weimer <fw@deneb.enyo.de>
15421
15422 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * nnmail.el (nnmail-cache-insert): Revert last change.
15425
15426 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * nnmail.el (nnmail-cache-insert): Always check whether
15429         nnmail-cache-ignore-groups matches a group name.
15430
15431 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15432
15433         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15434         (spam-find-spam, spam-log-processing-to-registry)
15435         (spam-log-registered-p, spam-log-unregistration-needed-p)
15436         (spam-log-undo-registration): Use gnus-message instead of
15437         gnus-error, none of these errors are fatal.
15438
15439         * gnus-registry.el (gnus-registry-clean-empty-function)
15440         (gnus-registry-clean-empty): Remove only empty entries without
15441         extra data.
15442
15443 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15444
15445         * spam-stat.el (spam-stat-buffer-change-to-spam)
15446         (spam-stat-buffer-change-to-non-spam): Change (error) to
15447         (gnus-message 8) invocation.
15448
15449 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * nntp.el (nntp-via-netcat-command): New variable.
15452         (nntp-via-netcat-switches): New variable.
15453         (nntp-open-via-rlogin-and-netcat): New function.
15454         (nntp-open-connection-function): Doc fix.
15455         (nntp-telnet-command): Doc fix.
15456         (nntp-end-of-line): Doc fix.
15457         (nntp-via-rlogin-command): Doc fix.
15458         (nntp-via-user-name): Doc fix.
15459         (nntp-via-address): Doc fix.
15460
15461 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15464         error in Emacs 21.1.
15465
15466 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15469
15470 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15471
15472         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15473         (gnus-agent-with-refreshed-group): New macro.
15474         (gnus-agent-rename-group): New function.
15475         (gnus-agent-delete-group): New function.
15476         (gnus-agent-save-group-info): Use gnus-command-method when
15477         `method' parameter is nil.  Don't write nil entries into the
15478         active file.
15479         (gnus-agent-get-group-info): New function.
15480         (gnus-agent-fetch-articles): Use
15481         gnus-agent-update-files-total-fetched-for to increment disk space
15482         used.
15483         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15484         gnus-agent-update-view-total-fetched-for to increment disk space
15485         used.
15486         (gnus-agent-get-local): Added optional parameters to avoid calling
15487         gnus-group-real-name and gnus-find-method-for-group.
15488         (gnus-agent-set-local): Delete stored entry if either min, or max,
15489         are nil.
15490         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15491         quit, use gnus-agent-regenerate-group to record existance of any
15492         articles fetched to disk before the quit occurred.
15493         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15494         gnus-agent-update-view-total-fetched-for, and
15495         gnus-agent-update-files-total-fetched-for to decrement disk space
15496         used.
15497         (gnus-agent-retrieve-headers): Use
15498         gnus-agent-update-view-total-fetched-for to increment disk space
15499         used.
15500         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15501         with gnus-agent-update-files-total-fetched-for to decrement disk
15502         space and fresh group buffer.
15503         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15504         (gnus-agent-need-update-total-fetched-for): New variable.
15505         (gnus-agent-update-files-total-fetched-for): New function.
15506         (gnus-agent-update-view-total-fetched-for): New function.
15507         (gnus-agent-total-fetched-for): New function.
15508
15509         * gnus-cache.el (gnus-cache-save-buffers): Use
15510         gnus-cache-update-overview-total-fetched-for to change disk space
15511         used by this group.
15512         (gnus-cache-possibly-enter-article): Use
15513         gnus-cache-update-file-total-fetched-for to increment disk space
15514         used by this group.
15515         (gnus-cache-possibly-remove-article): Use
15516         gnus-cache-update-file-total-fetched-for to decrement disk space
15517         used by this group.
15518         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15519         (gnus-cache-rename-group): New function.
15520         (gnus-cache-delete-group): New function.
15521         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15522         (gnus-cache-need-update-total-fetched-for): New variable.
15523         (gnus-cache-with-refreshed-group): New macro.
15524         (gnus-cache-update-file-total-fetched-for): New function.
15525         (gnus-cache-update-overview-total-fetched-for): New function.
15526         (gnus-cache-rename-group-total-fetched-for): New function.
15527         (gnus-cache-delete-group-total-fetched-for): New function.
15528         (gnus-cache-total-fetched-for): New function.
15529
15530         * gnus-group.el: Require gnus-sum and autoload functions to
15531         resolve warnings when gnus-group.el compiled alone.
15532         (gnus-group-line-format): Documented new %F.
15533         (size of Fetched data) group line format; identifies disk space
15534         used by agent and cache.
15535         (gnus-group-line-format-alist): Defined new F format.
15536         (gnus-total-fetched-for): New function.
15537         (gnus-group-delete-group): No longer update
15538         gnus-cache-active-altered as gnus-request-delete-group now keeps
15539         the cache in sync.
15540         (gnus-group-list-active): Let the agent store a server's active
15541         list if currently plugged.
15542
15543         * gnus-int.el (gnus-request-delete-group):
15544         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15545         local disk in sync with the server.
15546         (gnus-request-rename-group):
15547         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15548         local disk in sync with the server.
15549
15550         * gnus-start.el (gnus-get-unread-articles):
15551         Cosmetic simplification to logic.
15552
15553         * gnus-util.el (gnus-rename-file): New function.
15554
15555 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15556
15557         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15558
15559 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15560
15561         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15562         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15563
15564 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15565
15566         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15567         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15568
15569 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15570
15571         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15572
15573 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15574
15575         * spam.el (spam-set-difference): Add function to replace
15576         gnus-set-difference in spam.el.
15577         (spam-summary-prepare-exit): Use spam-set-difference.
15578
15579 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15580
15581         * gnus-registry.el (gnus-registry-cache-file): Update to use
15582         gnus-dribble-directory OR gnus-home-directory OR ~.
15583         (gnus-registry-split-fancy-with-parent): Fix doc.
15584
15585 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * message.el (message-exchange-point-and-mark): Use
15588         message-mark-active-p.  Suggested by Jesper Harder
15589         <harder@ifa.au.dk>.
15590
15591 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * message.el (message-exchange-point-and-mark): Don't activate
15594         region if it was inactive.  Suggested by Hiroshi Fujishima
15595         <pooh@nature.tsukuba.ac.jp>.
15596
15597 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * gnus-art.el (article-display-face): Display Faces in the same
15600         order as X-Faces.
15601
15602 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15605
15606 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15609         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15610         (gnus-article-mime-hierarchy): Remove.
15611         (gnus-article-mime-hierarchy-next): Remove.
15612         (gnus-article-mode): Revert 2004-03-19 change.
15613         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15614         (gnus-insert-mime-button): Revert 2004-03-19 change.
15615         (gnus-mime-accumulate-hierarchy): Remove.
15616         (gnus-mime-enter-multipart): Remove.
15617         (gnus-mime-leave-multipart): Remove.
15618         (gnus-mime-display-part): Revert 2004-03-19 change.
15619         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15620
15621         * mml.el (mml-preview): Revert 2004-03-19 change.
15622
15623 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15624
15625         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15626
15627 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15630         t while entering a file name using the mm-with-multibyte macro.
15631         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15632
15633         * mm-util.el (mm-with-multibyte): New macro.
15634
15635 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15638         user option.
15639         (gnus-mime-multipart-functions): Doc and customization fix.
15640         (gnus-article-mime-hierarchy): New variable.
15641         (gnus-article-mime-hierarchy-next): New variable.
15642         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15643         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15644         gnus-article-mime-hierarchy-next to nil.
15645         (gnus-insert-mime-button): Show hierarchy numbers.
15646         (gnus-mime-accumulate-hierarchy): New function.
15647         (gnus-mime-enter-multipart): New function.
15648         (gnus-mime-leave-multipart): New function.
15649         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15650         (gnus-mime-display-alternative): Show hierarchy numbers.
15651
15652         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15653         gnus-article-mime-hierarchy-next to nil.
15654
15655 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15656
15657         * dns.el: Don't require gnus-xmas.
15658
15659 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15660
15661         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15662         inline PGP.
15663         (mml-menu): Disable mml-quote-region if mark is inactive.
15664
15665 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15668         when the group's active is not available.
15669
15670 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15673         error.
15674
15675 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15676
15677         * imap.el (imap-store-password): New variable.
15678         (imap-interactive-login): Use it.
15679         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15680
15681 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15684         window-start and hscroll to summary window.
15685
15686 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15687
15688         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15689         conversion message to newsrc-dribble when an actual conversion is
15690         performed.
15691
15692 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15693
15694         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15695
15696 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * mm-decode.el (mm-complicated-handles): New function reviving
15699         former definition of mm-multiple-handles.
15700
15701         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15702         (gnus-mime-delete-part): Use it.
15703
15704 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15705
15706         * gnus-agent.el (gnus-agent-read-local): Bind
15707         nnheader-file-coding-system to gnus-agent-file-coding-system to
15708         avoid the implicit assumption that they will always be equal.
15709         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15710         coding-system-for-write, as the with-temp-file macro first prints
15711         to a buffer then saves the buffer.
15712
15713 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-art.el (gnus-article-edit-part): New function.
15716         (gnus-mime-save-part-and-strip): Use it; do query instead of
15717         signaling an error; don't use mm-multiple-handles.
15718         (gnus-mime-delete-part): Ditto.
15719
15720 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15721
15722         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15723         old file versions.
15724         (gnus-group-prepare-hook): Removed function that converted list
15725         form of gnus-agent-expire-days to group properties.
15726
15727         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15728         (gnus-request-accept-article): Re-indented.
15729
15730         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15731         converters to handle old agent file formats.  Added logic for a
15732         "backup before upgrading warning".
15733         (gnus-convert-mark-converter-prompt): Developers can mark
15734         functions as needing (default), or not needing,
15735         gnus-convert-old-newsrc's "backup before upgrading warning".
15736         (gnus-convert-converter-needs-prompt): Tests whether the user
15737         should be protected from potentially irreversable changes by the
15738         function.
15739
15740         * legacy-gnus-agent.el: New.  Provides converters that are only
15741         loaded when gnus-convert-old-newsrc needs to call them.
15742
15743 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * mail-source.el (mail-source-touch-pop): Doc fix.
15746
15747         * message.el (message-smtpmail-send-it): Doc fix.
15748
15749 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15750
15751         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15752
15753         * nnmail.el (nnmail-split-fancy): do.
15754
15755         * gnus-kill.el (gnus-kill, gnus-execute): do.
15756
15757 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15758
15759         * gnus-sum.el (gnus-widget-reversible-match)
15760         (gnus-widget-reversible-to-internal)
15761         (gnus-widget-reversible-to-external): New functions.
15762         (gnus-widget-reversible): New widget.
15763         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15764
15765 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15766
15767         * gnus-sum.el (gnus-thread-sort-functions)
15768         (gnus-article-sort-functions): Document `(not F)' items.
15769
15770 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15771
15772         * spam.el (spam-use-gmane-xref): Add new backend.
15773         (spam-gmane-xref-spam-group): Add variable to control the name of the
15774         Gmane spam group.
15775         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15776         (spam-regex-headers-spam, spam-regex-headers-ham)
15777         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15778         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15779         backends and checks.
15780         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15781
15782         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15783         an autodetect method.
15784
15785 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15786
15787         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15788         articles are being added to a group.
15789         (gnus-request-replace-article): Inform the agent that articles
15790         need to be uncached as the cached contents are no longer valid.
15791
15792 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15793
15794         * binhex.el: Don't autoload executable-find.
15795
15796         * canlock.el: Don't autoload mail-fetch-field.
15797
15798         * dgnushack.el: Autoload c-mode for XEmacs.
15799
15800         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15801
15802         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15803         rmail-dont-reply-to and rmail-output.
15804
15805         * gnus-score.el: Don't autoload ffap-string-at-point.
15806
15807         * gnus-setup.el: Don't autoload sc-cite-original.
15808
15809         * imap.el: Don't autoload base64-decode-string,
15810         base64-encode-string and md5.
15811
15812         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15813         and rmail-msg-restore-non-pruned-header.
15814
15815         * mm-decode.el: Don't autoload executable-find.
15816
15817         * mm-url.el: Don't autoload executable-find.
15818
15819         * mm-view.el: Don't autoload diff-mode.
15820
15821         * nndb.el: Don't autoload news-reply-mode, news-setup,
15822         cancel-timer and telnet.
15823
15824         * password.el: Don't autoload run-at-time for Emacs.
15825
15826         * sha1-el.el: Don't autoload executable-find.
15827
15828         * sieve-mode.el: Don't autoload c-mode.
15829
15830         * uudecode.el: Don't autoload executable-find.
15831
15832 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15833
15834         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15835         (gnus-agent-possibly-alter-active): Avoid null in numeric
15836         comparison.
15837         (gnus-agent-set-local): Refuse to save null in local object table.
15838         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15839         list of articles that will be marked as unread.
15840
15841 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15844
15845 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15846
15847         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15848         language tags.
15849
15850 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15851
15852         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15853         Don't bind "obarray".
15854
15855         * gnus-sum.el (gnus-thread-sort-functions): Added
15856         `gnus-thread-sort-by-most-recent-number' and
15857         `gnus-thread-sort-by-most-recent-date'.
15858         Reported by Kai Grossjohann <kai@emptydomain.de>.
15859
15860 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15863
15864 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15865
15866         * gnus-cus.el (gnus-agent-customize-category): Removed
15867         ignore-errors macro reference that required cl to be loaded at
15868         run-time.
15869
15870         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15871         single-interval range of the form (min . max).  Previously the
15872         range had to look like ((min . max)).  Likewise, return
15873         (min . max) rather than ((min . max)).
15874         (gnus-range-map): Use gnus-range-normalize to accept
15875         single-interval range.
15876
15877         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15878         the cache, but not the agent, now appear with their usual face.
15879
15880         * dgnushack.el (loaddir): New variable that is bound to the
15881         directory containing the dgnushack.el file. Use loaddir, rather
15882         than srcdir, to update load-path. Change lets dgnushack compile
15883         code in directories other than GNUS/lisp.
15884
15885 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * lpath.el: Don't bind w3m-safe-url-regexp.
15888
15889         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15890         w3m-safe-url-regexp variable buffer-local.
15891
15892         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15893
15894 2004-02-27  Simon Josefsson  <jas@extundo.com>
15895
15896         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15897         gnus-group-real-prefix.
15898         (gnus-summary-move-article): Use it, instead of
15899         gnus-group-real-prefix.
15900
15901 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * lpath.el: Bind w3m-safe-url-regexp.
15904
15905         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15906         w3m-safe-url-regexp variable buffer-local and set it as the value
15907         of mm-w3m-safe-url-regexp.
15908
15909         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15910
15911         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15912         parsing gnus-posting-styles when the message is not for replying.
15913
15914         * dgnushack.el: Autoload sgml-mode for XEmacs.
15915
15916         * nnrss.el (nnrss-opml-export): Use
15917         mm-set-buffer-file-coding-system instead of
15918         set-buffer-file-coding-system.
15919
15920 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15921
15922         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15923         of checkdoc.el).
15924         * nnrss.el: do.
15925         * gnus-mlspl.el: do.
15926         * gnus-ml.el: do.
15927         * gnus-srvr.el: do.
15928
15929         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15930
15931 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15932
15933         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15934         Corrections to custom-manual links.
15935
15936         * gnus-art.el (gnus-article): Ditto.
15937
15938         * mm-decode.el (mime-display, mime-security): Ditto.
15939
15940 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15941
15942         * flow-fill.el: Typo.
15943
15944 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15945
15946         * spam-wash.el: New file.
15947
15948 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15949
15950         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15951
15952 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15953
15954         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15955         to be run with new-articles as LIST1, not LIST2.
15956         (spam-registration-functions): Add spam-use-ham-copy as a nil
15957         registration backend.
15958
15959 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15960
15961         * spam-stat.el (spam-stat-washing-hook): New option.
15962         (spam-stat-buffer-words): Use it.
15963         (spam-stat-process-directory, spam-stat-test-directory): Use
15964         insert-file-contents-literally.
15965         (spam-stat-coding-system): New variable.
15966         (spam-stat-load, spam-stat-save): Use it.
15967
15968 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * spam-report.el (spam-report-plug-agent): Quote
15971         spam-report-url-to-file and spam-report-url-ping-plain.
15972
15973 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15976         / in mailto URLs.
15977
15978 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * spam-report.el (spam-report-process-queue): Fix interactive use.
15981         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15982         (spam-report-unplug-agent): Doc fixes.
15983         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15984         (spam-report-agentize, spam-report-deagentize): Autoload.
15985
15986 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15989
15990         * message.el (message-setup-fill-variables): Add mml tags to
15991         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15992         <ajk@iu.edu>.
15993         (message-mode): Don't modify paragraph-separate there.
15994
15995 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * compface.el (uncompface-use-external): Default to undecided.
15998         (uncompface-use-external-threshold): New variable.
15999         (uncompface-float-time): New macro.
16000         (uncompface): Determine whether to use the external decoder if
16001         uncompface-use-external is undecided.
16002
16003 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16004
16005         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16006         after images.
16007
16008         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16009
16010 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16011
16012         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16013
16014         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16015
16016         * gnus-sum.el (gnus-summary-limit-to-age)
16017         (gnus-summary-limit-children): do.
16018
16019         * gnus-int.el (gnus-request-scan): do.
16020
16021         * gnus-group.el (gnus-group-suspend): do.
16022
16023         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16024
16025         * gnus-cite.el (gnus-cite-parse-attributions): do.
16026
16027         * gnus-agent.el (gnus-summary-set-agent-mark)
16028         (gnus-agent-regenerate-group): do.
16029
16030         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16031
16032         * binhex.el (binhex-decode-region-internal): do.
16033
16034 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus-fun.el (gnus-face-properties-alist): New user option.
16037         (gnus-display-x-face-in-from): Use it.
16038
16039         * gnus-art.el (article-display-face): Ditto.
16040
16041         * compface.el (uncompface-use-external): Default to nil.
16042
16043 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16044
16045         * nntp.el (nntp-erase-buffer): New function.
16046         (nntp-retrieve-data, nntp-send-command)
16047         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16048         (nntp-possibly-change-group): Use it.
16049
16050         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16051         with-current-buffer.
16052
16053 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16054
16055         * compface.el: Merge the ELisp-based uncompface program.
16056         (compface): New customization group.
16057         (uncompface-use-external): New user option.
16058         (uncompface): Call uncompface-internal if uncompface-use-external
16059         is nil.
16060         (uncompface-internal): New function.  Note that there are also
16061         some other functions and variables added for this function.
16062
16063 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16064
16065         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16066         if necessary.
16067
16068 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16069
16070         * spam-report.el (spam-report-unplug-agent)
16071         (spam-report-plug-agent, spam-report-deagentize)
16072         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16073         Add support for the Agent in spam-report: when unplugged, report to a
16074         file; when plugged, submit all the requests.
16075
16076         * spam.el (spam-register-routine): Fix message about
16077         registration.
16078
16079 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16080
16081         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16082         dependencies.
16083         (rfc2047-encode): Use it.
16084
16085         * gnus-art.el (gnus-button-marker-list): Move before first
16086         reference.
16087
16088         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16089         (imap-parse-body): Fix format string mismatch.
16090
16091         * gnus-score.el (gnus-summary-increase-score): do.
16092
16093         * nnrss.el (nnrss-close): New function.
16094
16095 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16096
16097         * nnrss.el (nnrss-make-filename): New function.
16098         (nnrss-request-delete-group, nnrss-read-server-data)
16099         (nnrss-save-server-data, nnrss-read-group-data)
16100         (nnrss-save-group-data): Use it.
16101         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16102         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16103         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16104
16105 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16106
16107         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16108
16109 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16110
16111         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16112         files.
16113
16114         * message.el (message-generate-headers-first): Don't quote nil
16115         and t in docstrings.
16116
16117         * imap.el (imap-id): do.
16118
16119         * gnus-agent.el (gnus-agent-consider-all-articles)
16120         (gnus-agent-queue-mail): do.
16121
16122 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16123
16124         * spam-report.el (spam-report-process-queue): New function.
16125         Process requests from `spam-report-requests-file'.
16126         (spam-report-process-queue): Doc fix.
16127
16128 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16129
16130         * spam.el (spam-register-routine)
16131         (spam-log-processing-to-registry, spam-log-registered-p)
16132         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16133         Change "check" to "spam-check" for semi-clarity.
16134
16135 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16136
16137         * pop3.el: Require nnheader.
16138
16139         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16140
16141         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16142
16143         * gnus-picon.el: Require cl.
16144
16145         * gnus-fun.el: Require gnus-ems and gnus-util.
16146
16147         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16148
16149         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16150
16151         * gnus-art.el (gnus-article-edit-mode): Define before first
16152         reference.
16153
16154 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16155
16156         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16157         (gnus-uu-post-encoded): Use point-at-bol.
16158
16159         * gnus-topic.el (gnus-group-active-topic-p): do.
16160
16161         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16162
16163         * gnus-group.el (gnus-group-kill-region): do.
16164
16165         * gnus-art.el (article-date-ut): do.
16166
16167         * message.el (message-fetch-field): Remove redundant
16168         case-fold-search binding.
16169         (message-narrow-to-field): Simplify.
16170
16171 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * spam.el (spam-directory): Derive from `gnus-directory'.
16174
16175         * spam-report.el (spam-report-url-to-file)
16176         (spam-report-requests-file): New function and variable for offline
16177         reporting.
16178         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16179         and user defined function.
16180         (spam-report-url-ping-mm-url): Remove doubled slash.
16181
16182 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16183
16184         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16185
16186 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16187
16188         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16189         format string mismatch.
16190
16191         * sieve.el (sieve-deactivate-all): do.
16192
16193         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16194
16195         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16196
16197         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16198
16199         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16200
16201 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16202
16203         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16204         the list of checks.
16205
16206 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16207
16208         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16209         padding.
16210
16211 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16212
16213         * mm-view.el (mm-fill-flowed): New variable.
16214         (mm-inline-text): Use it.
16215
16216 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16217
16218         * spam.el (spam-spamassassin-register-ham-routine)
16219         (spam-spamassassin-register-spam-routine): Fix function names.
16220
16221 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus.el (gnus-tmp-grouplens): Remove.
16224         (gnus-summary-line-format): Remove grouplens.
16225
16226         * gnus-group.el (gnus-group-line-format): Ditto.
16227
16228         * gnus-spec.el (gnus-format-specs): Ditto.
16229         (gnus-update-format-specifications): Flush the group format spec
16230         cache if there's the grouplens stuff.
16231         (gnus-parse-simple-format): Replace %l with the empty string.
16232
16233 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16234
16235         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16236         omission.
16237
16238 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16241         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16242
16243 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16244
16245         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16246         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16247         New macros and functions.
16248         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16249         Handle > NLINK_MAX messages.
16250         * nnmaildir.el (nnmaildir-request-set-mark): Use
16251         nnmaildir--emlink-p and nnmaildir--eexist-p.
16252
16253 2004-01-25  Alex Schroeder  <alex@gnu.org>
16254
16255         * spam-stat.el (spam-stat-process-directory-age): New option.
16256         (spam-stat-process-directory): Use it.
16257
16258 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16259
16260         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16261         (spam-stat-save): Accept prefix argument.
16262
16263 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16264
16265         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16266         links" error.
16267
16268 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16271         the rest of the and/or forms.
16272
16273 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16274
16275         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16276         compatibility with old .newsrc.eld files.
16277
16278         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16279
16280         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16281
16282         * gnus-start.el (gnus-1): do.
16283
16284         * gnus-group.el (gnus-group-line-format-alist): do.
16285
16286         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16287
16288         * gnus-gl.el: Remove.
16289
16290 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16291
16292         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16293         marks consisting of a single range {for example, (3 . 5)} rather
16294         than a list of a single range { ((3 . 5)) }.
16295
16296 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16297
16298         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16299         with-current-buffer.
16300         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16301         avoid consing a string.
16302
16303         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16304         Remove obsolete entries for big5 and gb2312.
16305
16306 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16307
16308         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16309         uncompressed list.
16310
16311 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16312
16313         * spam-stat.el (spam-stat-strip-xref): New function.
16314         (spam-stat-process-directory): Use it.
16315
16316         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16317         here -- it's done in message-fetch-field.
16318
16319 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16320
16321         * gnus-agent.el (gnus-agent-queue-mail)
16322         (gnus-agent-prompt-send-queue): New variables.
16323         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16324         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16325         "nndraft:queue" along to gnus-draft-send.  Use
16326         gnus-agent-prompt-send-queue.
16327         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16328         is "nndraft:queue".  Suggested by Gaute Strokkenes
16329         <gs234@srcf.ucam.org>
16330
16331         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16332         (agent-enable-undownloaded-faces): Added.
16333         (gnus-agent-cat-groups): Use eval-and-compile, not
16334         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16335         method of gnus-agent-cat-groups even when the buffer has been
16336         evaled.
16337         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16338         delete gnus-agent-save-active-1.
16339         (gnus-agent-save-groups): Deleted.  Identical to
16340         gnus-agent-save-active.
16341         (gnus-agent-write-active): No longer adjust agent's copy of active
16342         file as agent's adjustments are now stored in their own
16343         file.  Removed optional parameter.
16344         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16345         servers.  Add use of min/max range limits from server's local
16346         file.
16347         (gnus-agent-save-alist): Removed unused optional argument.
16348         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16349         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16350         (gnus-agent-set-local): A per-server file that keeps min/max range
16351         limits for articles known to the agent.  Provides a fast mechanism
16352         for altering many active ranges.
16353         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16354         active file (local makes it unnecessary).
16355         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16356
16357         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16358         (agent-enable-undownloaded-faces): Added.
16359
16360         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16361         disable it when sending to "nndraft:queue".
16362         (gnus-group-send-queue): Add safety check to avoid sending queue
16363         when unplugged.
16364
16365         * gnus-group.el (gnus-group-catchup): Use new
16366         gnus-sequence-of-unread-articles, not
16367         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16368         numbers of articles.  Use gnus-range-map to avoid having to
16369         uncompress the unread list.
16370         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16371         Fixed invalid ange-ftp reference.
16372
16373         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16374         (gnus-sorted-range-intersection): Intersection of two ranges
16375         without requiring that they first be uncompressed.
16376
16377         * gnus-start.el (gnus-activate-group): Unless blocked by the
16378         caller, possibly expand the active range to include both cached
16379         and agentized articles.
16380         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16381         multiple version-dependent converters.
16382         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16383         gnus-agent-save-active.
16384         (gnus-save-newsrc-file): Save dirty agent range limits.
16385
16386         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16387         gnus-agent-possibly-alter-active.
16388         (gnus-adjust-marked-articles): Faster handling of simple lists.
16389
16390 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16391
16392         * spam-stat.el (spam-stat-test-directory): New optional argument
16393         displays a list of files detected.  Suggested by Andrew Cohen
16394         <cohen@andy.bu.edu>.
16395         (spam-stat-buffer-words-with-scores): Don't narrow and change
16396         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16397
16398 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16399
16400         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16401         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16402         (spam-spamassassin-arguments)
16403         (spam-spamassassin-spam-flag-header)
16404         (spam-spamassassin-positive-spam-flag-header)
16405         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16406         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16407         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16408         (spam-list-of-processors, spam-list-of-checks)
16409         (spam-list-of-statistical-checks, spam-registration-functions)
16410         (spam-check-spamassassin-headers, spam-check-spamassassin)
16411         (spam-spamassassin-score)
16412         (spam-spamassassin-register-with-sa-learn)
16413         (spam-spamassassin-register-spam-routine)
16414         (spam-spamassassin-register-ham-routine)
16415         (spam-assassin-register-spam-routine)
16416         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16417         (spam-bogofilter-score): Fix to show article before scoring.
16418
16419 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16420
16421         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16422         default scoring function.
16423         (spam-generic-score): Call spam-spamassassin-score if
16424         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16425         spam-bogofilter-score otherwise.
16426
16427         * gnus.el (spam-process, spam-autodetect-methods): Add
16428         spamassassin and spamassassin-headers.
16429
16430 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16431
16432         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16433         Suppress unnecessary messages.
16434
16435 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16436
16437         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16438         make-hash-table.
16439
16440 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * canlock.el (base64-encode-string): Don't autoload it.
16443
16444 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * run-at-time.el: Remove useless (require 'itimer),
16447         eval-and-compile and (featurep 'xemacs).
16448
16449 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16450
16451         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16452         GROUP is a virtual group.
16453
16454 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16455
16456         * gnus.el: Autoload `message-y-or-n-p'.
16457
16458 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16459
16460         * pgg-parse.el: Remove unnecessary (require 'custom).
16461
16462         * pgg-def.el: do.
16463
16464         * nnmail.el: do.
16465
16466         * gnus-undo.el: do.
16467
16468         * gnus-picon.el: do.
16469
16470         * gnus-util.el: do.
16471
16472 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16475
16476 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16479         handle, as well as a list.
16480
16481         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16482         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16483         (mm-w3m-cid-retrieve): Simplify.
16484
16485 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16486
16487         * message.el (message-kill-to-signature): Allow prefix arg to
16488         specify number of lines to keep before signature.
16489
16490 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16491
16492         * message.el (message-kill-to-signature): Change docstring.
16493
16494 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * canlock.el: Always require sha1-el.
16497         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16498
16499         * message.el: Autoload sha1 only when compiling.
16500
16501         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16502         eudc-expand-inline for XEmacs.
16503
16504 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * message.el (message-canlock-generate): Require sha1-el.
16507
16508 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16509
16510         * message.el (message-expand-name): Silence the byte compiler.
16511
16512         * lpath.el: Add detect-coding-system.
16513
16514         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16515         cus-edit.
16516
16517 2004-01-13  Simon Josefsson  <jas@extundo.com>
16518
16519         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16520         Invoke gnus-score-mode.  Reported by
16521         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16522
16523         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16524         Jim Blandy <jimb@redhat.com> (tiny change).
16525
16526 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16527
16528         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16529
16530 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16531
16532         * spam.el (spam-get-article-as-string): Update to use
16533         gnus-request-article-this-buffer, much simpler.
16534         (spam-get-article-as-buffer): Remove.
16535
16536 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16537
16538         * message.el (message-expand-name): Use EUDC if the user uses that.
16539
16540 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16541
16542         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16543         character for the encoding to avoid consing a string.
16544
16545         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16546         unnecessarily.
16547
16548         * mm-util.el (mm-replace-chars-in-string): Remove.
16549
16550         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16551         of mm-replace-chars-in-string.
16552
16553 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16556
16557         * mm-util.el (mm-subst-char-in-string): Support inplace.
16558
16559         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16560         a new string in every iteration.  Use shy groups.
16561
16562 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16563
16564         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16565         * gnus-soup.el (gnus-soup-group-brew):
16566         * gnus-msg.el (gnus-put-message):
16567         * gnus-move.el (gnus-group-move-group-to-server):
16568         * gnus-kill.el (gnus-batch-score):
16569         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16570         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16571         (gnus-group-update-group, gnus-group-read-group)
16572         (gnus-group-make-group, gnus-group-make-help-group)
16573         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16574         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16575         (gnus-group-sort-by-unread, gnus-group-catchup)
16576         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16577         (gnus-group-yank-group, gnus-group-set-info)
16578         (gnus-group-list-groups):
16579         * gnus.el (gnus-generate-new-group-name):
16580         * gnus-delay.el (gnus-delay-send-queue):
16581         * nnvirtual.el (nnvirtual-catchup-group):
16582         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16583         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16584         (gnus-group-prepare-topics, gnus-topic-check-topology):
16585         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16586         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16587         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16588         (gnus-group-make-articles-read):
16589         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16590         (gnus-group-change-level, gnus-kill-newsgroup)
16591         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16592         (gnus-get-unread-articles, gnus-make-articles-unread)
16593         (gnus-make-ascending-articles-unread): Use accessor
16594         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16595         to get group information for improved readability.
16596
16597
16598 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16599
16600         * gnus-art.el (article-decode-mime-words, article-babel)
16601         (gnus-article-highlight-signature, gnus-article-add-buttons)
16602         (gnus-signature-toggle): Use gnus-with-article-buffer.
16603
16604         * gnus-art.el (gnus-article-highlight-headers)
16605         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16606
16607         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16608         (gnus-article-set-globals, gnus-request-article-this-buffer)
16609         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16610         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16611         (gnus-mime-display-alternative): Use with-current-buffer.
16612
16613 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16614
16615         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16616         also under 80 char limit, and call gnus-error if needed.
16617         (spam-fetch-article-header): Fix - it was a
16618         buffer-local variable (gnus-newsgroup-data).
16619         (spam-find-spam): Use spam-generate-fake-headers, forget about
16620         spam-insert-fake-headers.
16621         (spam-insert-fake-headers): Remove.
16622
16623 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16624
16625         * deuglify.el (gnus-article-outlook-unwrap-lines)
16626         (gnus-outlook-rearrange-article)
16627         (gnus-outlook-repair-attribution-outlook)
16628         (gnus-outlook-repair-attribution-block)
16629         (gnus-outlook-repair-attribution-other): Remove redundant
16630         save-excursion.
16631
16632 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16633
16634         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16635         (spam-fetch-field-subject-fast)
16636         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16637         (spam-fetch-article-header): Add functions to deal with Gnus
16638         internals for fast retrieval of article header data.
16639         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16640
16641 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16642
16643         * pop3.el (pop3-md5): Remove.
16644         (pop3-apop): Replace pop3-md5 with md5.
16645
16646         * mm-bodies.el: base64 is always built-in.
16647
16648         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16649         with-current-buffer.
16650
16651 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * canlock.el (canlock-insert-header): Remove excessive grouping in
16654         regexp.
16655
16656         * gnus-sum.el (gnus-summary-read-document): Ditto.
16657
16658         * gnus-uu.el (gnus-uu-part-number): Ditto.
16659
16660         * html2text.el (html2text-remove-tags): Ditto.
16661         (html2text-format-tags): Ditto.
16662         (html2text-format-single-elements): Ditto.
16663
16664         * mml.el (mml-parse-1): Ditto.
16665
16666 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16667
16668         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16669
16670         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16671
16672         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16673
16674         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16675
16676 2003-11-15  Simon Josefsson  <jas@extundo.com>
16677
16678         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16679         (pgg-gpg-lookup-key): Use regexp match instead of
16680         split-string (split-string is different between emacs 21.2 and
16681         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16682
16683 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16684
16685         * gnus-art.el (gnus-mime-view-all-parts)
16686         (gnus-article-part-wrapper, gnus-article-view-part): Use
16687         with-current-buffer.
16688
16689 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16690
16691         * spam.el (spam-disable-spam-split-during-ham-respool)
16692         (spam-spamoracle-database, spam-cache-lookups)
16693         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16694         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16695         (spam-group-ham-marks, spam-group-spam-marks)
16696         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16697         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16698         also add spam-use-blackholes to the statistical checks.
16699         (spam-fetch-field-fast): Add interface to fetching fields, may
16700         become a macro.
16701         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16702         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16703         (spam-insert-fake-headers): Fake an article when needed.
16704         (spam-find-spam): Fake article when possible.
16705         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16706         (spam-check-bogofilter-headers): Use message-fetch-field instead
16707         of nnmail-fetch-field.
16708
16709 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16712
16713 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16714
16715         * spam.el (spam-split): Do not require spam-use-CHECK to be
16716         enabled if that check is passed to spam-split explicitly; also
16717         fix so 'spam doesn't get converted to spam-split-group when
16718         spam-split-symbolic-return is t.
16719         (spam-find-spam): Find registrations of the article and use those
16720         instead of re-running spam-split to find the spam/ham
16721         classification of the article.
16722         (spam-log-processing-to-registry, spam-log-registered-p)
16723         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16724         Use gnus-error instead of gnus-message.
16725         (spam-log-registration-type): Add function to determine the
16726         classification of a message based on registry entries; will
16727         return nil if both 'spam and 'ham are found.
16728         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16729         a reasonably fast local cache without the loading errors.
16730         (spam-cache-lookups): Set to t by default.
16731         (spam-find-spam): Don't try to guess spam-cache-lookups.
16732         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16733         spam-caches entry.
16734         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16735         caching of whitelist/blacklist entries.
16736         (spam-check-whitelist, spam-check-blacklist): Invoke
16737         spam-from-listed-p with a type, not a cache variable.
16738         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16739
16740 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16741
16742         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16743
16744         * nnmail.el (nnmail-split-fancy): do.
16745
16746         * mml.el (mml-parse): do.
16747
16748         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16749         (gnus-score-adaptive): do.
16750
16751 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16754         (gnus-mime-button-map): Don't set keymap parent.
16755         (gnus-button-ctan-directory-regexp): Use shy grouping.
16756         (gnus-prev-page-map): Don't set keymap parent.
16757         (gnus-prev-page-map): Remove duplicated one.
16758         (gnus-next-page-map): Don't set keymap parent.
16759         (gnus-mime-security-button-map): Ditto.
16760
16761         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16762         version number.
16763
16764         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16765
16766 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * canlock.el (canlock-sha1-function): Remove.
16769         (canlock-sha1-function-for-verify): Remove.
16770         (canlock-openssl-program): Remove.
16771         (canlock-openssl-args): Remove.
16772         (canlock-ignore-errors): Remove.
16773         (canlock-sha1-with-openssl): Remove.
16774         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16775         (canlock-verify): Don't use canlock-ignore-errors.
16776
16777         * sha1-el.el (sha1-string-external): Make it can return a string
16778         in binary form.
16779         (sha1-region-external): Ditto.
16780         (sha1-string-internal): Ditto.
16781         (sha1-region-internal): Ditto.
16782         (sha1-region): Ditto.
16783         (sha1-string): Ditto.
16784         (sha1): Ditto.
16785
16786 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16787
16788         * spam.el (spam-report-articles-gmane): New command.
16789
16790 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16793
16794         * run-at-time.el (run-at-time-saved): Remove.
16795         (run-at-time): Doc fix.
16796
16797 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16798
16799         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16800         (gnus-summary-limit-map): Add it.
16801         (gnus-summary-make-menu-bar): do.
16802
16803 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16804
16805         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16806         Make attempt at some caching support (done for BBDB only now).
16807         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16808         addresses to be checked.
16809         (spam-clear-cache-BBDB): Add function, to be invoked by
16810         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16811         (spam-check-BBDB): Check and use the caches, if
16812         spam-cache-lookups is on, remove superfluous (provide).
16813
16814 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16815
16816         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16817
16818 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16819
16820         * run-at-time.el (run-at-time-saved): Move to after the definition
16821         of `run-at-time'.
16822
16823         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16824
16825 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16828         mm-w3m-local-map-property.
16829
16830         * mm-view.el (mm-w3m-mode-map): Remove.
16831         (mm-w3m-local-map-property): Remove.
16832         (mm-inline-text-html-render-with-w3m): Don't use
16833         mm-w3m-local-map-property.
16834
16835 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836
16837         * run-at-time.el: New file.
16838
16839         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16840         under Emacs.
16841
16842         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16843         of gnus-set-text-properties.
16844
16845         * gnus-uu.el (gnus-uu-save-article): Ditto.
16846
16847         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16848
16849         * gnus-cite.el (gnus-cite-parse): Ditto.
16850
16851         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16852         of gnus-.
16853
16854         * gnus-xmas.el (run-at-time): Require run-at-time.
16855
16856         * gnus.el: Changed calls to nnheader-run-at-time and
16857         password-run-at-time throughout to use run-at-time directly.
16858
16859         * password.el: Removed definition of run-at-time.
16860
16861         * nnheaderxm.el: Remove definition of run-at-time.
16862
16863 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16864
16865         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16866         in prompt.
16867
16868 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16869
16870         * messagexmas.el (message-xmas-redefine): Alias
16871         `message-make-caesar-translation-table' to
16872         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16873         version.
16874
16875         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16876         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16877         `gnus-xmas-set-text-properties'.
16878         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16879         `gnus-xmas-completing-read'.
16880         (gnus-xmas-completing-read): Removed.
16881         (gnus-xmas-open-network-stream): Removed.
16882
16883         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16884         XEmacs version.
16885
16886         * dns.el (dns-make-network-process): Use `open-network-stream'
16887         instead of `gnus-xmas-open-network-stream'.
16888
16889         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16890
16891         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16892
16893 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16894
16895         * gnus-art.el (gnus-mime-display-alternative)
16896         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16897         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16898         Don't use gnus-local-map-property.
16899
16900         * gnus-util.el (gnus-local-map-property): Remove.
16901
16902         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16903         gnus-completing-read-maybe-default with completing-read.
16904
16905         * gnus-util.el (gnus-completing-read): do.
16906         (gnus-completing-read-maybe-default): Remove.
16907
16908 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16909
16910         * password.el: Only autoload `run-at-time' if not XEmacs.
16911         Only autoload the itimer functions if XEmacs.
16912
16913 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16916         XEmacsen.
16917
16918         * dgnushack.el: Autoload executable-find for XEmacs.
16919
16920 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16921
16922         * gnus-art.el (gnus-read-string): Remove.
16923         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16924         read-string.
16925
16926 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16927
16928         * netrc.el: Autoload password-read.
16929         (netrc): Add configuration group.
16930         (netrc-encoding-method, netrc-openssl-path): Add
16931         variables for encoding and decoding of files with symmetric
16932         ciphers.
16933         (netrc-encode): Add assistant function to encode a file with
16934         netrc-encoding-method.
16935         (netrc-parse): Add interactive parameter, added optional
16936         decoding if netrc-encoding-method is non-nil but otherwise
16937         behavior is standard.
16938         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16939         Do s/encode/encrypt/ everywhere.
16940
16941         * spam.el: Remove executable-find autoload.
16942
16943 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16944
16945         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16946
16947         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16948
16949 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16950
16951         * gnus-art.el (gnus-treat-ansi-sequences)
16952         (article-treat-ansi-sequences): New variable and function.
16953         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16954
16955         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16956         Use it.
16957
16958 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16959
16960         * mm-util.el (mm-quote-arg): Remove.
16961
16962         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16963         shell-quote-argument.
16964
16965         * gnus-uu.el (gnus-uu-command): do.
16966
16967         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16968
16969         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16970         with make-char.
16971
16972         * mm-util.el (mm-make-char): Remove.
16973
16974         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16975         add-minor-mode.
16976
16977         * gnus-undo.el (gnus-undo-mode): do.
16978
16979         * gnus-topic.el (gnus-topic-mode): do.
16980
16981         * gnus-sum.el (gnus-dead-summary-mode): do.
16982
16983         * gnus-start.el (gnus-slave-mode): do.
16984
16985         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16986
16987         * gnus-ml.el (gnus-mailing-list-mode): do.
16988
16989         * gnus-gl.el (gnus-grouplens-mode): do.
16990
16991         * gnus-draft.el (gnus-draft-mode): do.
16992
16993         * gnus-dired.el (gnus-dired-mode): do.
16994
16995         * gnus-ems.el (gnus-add-minor-mode): Remove.
16996
16997         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16998         Replace gnus-char-width with char-width.
16999
17000         * gnus-ems.el (gnus-char-width): Remove.
17001
17002         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17003         Replace gnus-char-width with char-width.
17004
17005         * gnus-ems.el (gnus-char-width): Remove.
17006
17007         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17008         definition.
17009         Remove Emacs 20 hash table compatibility code.
17010
17011         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17012         20 compatibility code.
17013
17014         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17015
17016         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17017
17018         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17019         with point-at-{eol,bol}.
17020
17021         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17022
17023         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17024
17025         * flow-fill.el (fill-flowed-point-at-bol)
17026         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17027
17028         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17029         Replace with point-at-{eol,bol} throughout all files.
17030
17031 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * ntlm.el (ntlm-string-as-unibyte): New macro.
17034         (ntlm-build-auth-response): Use it.
17035
17036         Remove Emacs 20 stuff:
17037         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17038         (butlast, mapc, remove): Remove the compiler macros.
17039         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17040         of delq and copy-sequence.
17041         * gnus-art.el (popup-menu): Remove the compiler macro.
17042         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17043         Emacs 20.
17044
17045 2004-01-05  Simon Josefsson  <jas@extundo.com>
17046
17047         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17048         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17049         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17050         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17051         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17052         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17053         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17054         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17055         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17056         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17057         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17058         string-xor into ntlm-string-xor.  Suggested by
17059         Jesper Harder <harder@myrealbox.com>.
17060
17061         * ntlm.el: Don't include poem.
17062
17063         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17064         Jesper Harder <harder@myrealbox.com>.
17065
17066         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17067
17068         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17069         probably breaks emacs with DL patch, but do we care? Is anyone
17070         still using the DL stuff?)
17071
17072         * sieve-manage.el: Use the password package.
17073         (sieve-manage-read-passwd): Remove.
17074         (sieve-manage-interactive-login): Use password.  Re-add
17075         condition-case around loop.
17076
17077         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17078         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17079         the password package.
17080
17081 2003-02-19  Simon Josefsson  <jas@extundo.com>
17082
17083         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17084         token.
17085
17086 2002-08-07  Simon Josefsson  <jas@extundo.com>
17087
17088         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17089         (sieve-manage-authenticators):
17090         (sieve-manage-authenticator-alist): Add some SASL mechs.
17091         (sieve-sasl-auth): New function.
17092         (sieve-manage-cram-md5-auth):
17093         (sieve-manage-plain-auth): Rewrite using SASL library.
17094         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17095         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17096         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17097         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17098
17099 2004-01-05  Simon Josefsson  <jas@extundo.com>
17100
17101         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17102         New files.
17103
17104 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17105
17106         * gnus-group.el (gnus-no-groups-message): Update.
17107
17108         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17109
17110 2003-11-09  Simon Josefsson  <jas@extundo.com>
17111
17112         * imap.el: Support for ID IMAP extension (RFC 2971).
17113         (imap-local-variables): Add imap-id.
17114         (imap-id): New variable.
17115         (imap-id): New function.
17116         (imap-parse-response): Parse untagged ID response.
17117         * nnimap.el (nnimap-id): New variable.
17118         (nnimap-open-connection): Use it.
17119
17120 2003-12-28  Simon Josefsson  <jas@extundo.com>
17121
17122         * gnus-score.el (gnus-score-edit-all-score): New.
17123         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17124
17125 2004-01-04  Simon Josefsson  <jas@extundo.com>
17126
17127         * password.el: Add.
17128
17129 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17130
17131         * dns.el (dns-query-types): Fix typo.
17132         (dns-query-types): New function.
17133         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17134         PTR and SOA replies, see RFC 1035.
17135
17136 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17137
17138         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17139
17140         * Moved to Changelog.2.
17141
17142 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17143
17144         * gnus.el (gnus-version-number): Bump version.
17145
17146 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17147
17148         * gnus.el: No Gnus v0.1 is released.
17149
17150 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17151
17152         * gnus.el: No Gnus v0.0 is released.
17153
17154 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17155
17156         * gnus.el (gnus-version-number): Bump.
17157         (gnus-version): No.
17158
17159 See ChangeLog.2 for earlier changes.
17160
17161     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17162       Free Software Foundation, Inc.
17163
17164   This file is part of GNU Emacs.
17165
17166   GNU Emacs is free software: you can redistribute it and/or modify
17167   it under the terms of the GNU General Public License as published by
17168   the Free Software Foundation, either version 3 of the License, or
17169   (at your option) any later version.
17170
17171   GNU Emacs is distributed in the hope that it will be useful,
17172   but WITHOUT ANY WARRANTY; without even the implied warranty of
17173   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17174   GNU General Public License for more details.
17175
17176   You should have received a copy of the GNU General Public License
17177   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17178
17179 ;; Local Variables:
17180 ;; coding: utf-8
17181 ;; fill-column: 79
17182 ;; add-log-time-zone-rule: t
17183 ;; End: