Remove } from the cite prefix.
[gnus] / lisp / ChangeLog
1 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-cite-prefix-regexp): Remove } from the cite
4         prefix.
5
6         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7         highlight again, so that the highlight is correct.
8
9         * gnus-picon.el (gnus-picon): Remove again.
10         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
11
12         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
13         doing the header highlightling, so that the background colour of the
14         picon is correct.
15
16         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
17         (gnus-picon): Ditto.
18         (gnus-picon): Reinstate.  The background colour for picons is white.
19         (gnus-picon-insert-glyph): Make the background white.
20
21         * nnml.el (nnml-open-nov): Don't return dead buffers.
22
23         * auth-source.el (auth-source-create): Query the user for whether to
24         store the credentials.
25
26         * netrc.el (netrc-store-data): New function.
27
28         * auth-source.el (auth-source-user-or-password): Use the existing auth
29         sources, if any, for creation.
30
31         * gnus.el (gnus-group-fast-parameter): Return the last matching
32         parameter instead of the first matching parameter.
33
34 2010-09-26  Julien Danjou  <julien@danjou.info>
35
36         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
37
38 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * mml2015.el (mml2015-use): Remove gpg support.
41
42         * mml1991.el (mml1991-function-alist): Remove gpg function.
43         (mml1991-gpg-sign): Removed.
44
45 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
46
47         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
48         (gnus-browse-unsubscribe-current-group): Document it.
49         (gnus-browse-unsubscribe-group): Use it.
50
51 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
54         address to the To list for easier response.
55
56         * gnus.el (gnus-play-startup-jingle): Removed.
57         (gnus-splash): Don't play jingle.
58         (gnus): Silence gnus-load message.
59
60         * gnus-art.el (gnus-treat-play-sounds): Removed.
61
62         * gnus.el (gnus-play-jingle): Remove audio support.
63
64         * gnus-cus.el (gnus-score-customize): Remove audio reference.
65
66         * earcon.el: Removed -- no users.
67
68         * gnus-audio.el: Removed -- no users of this package.
69
70         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
71
72         * gnus-start.el (gnus-setup-news): Remove nocem support.
73
74         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
75
76         * gnus.el (gnus-use-nocem): Removed.
77
78         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
79         Removed.
80
81         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
82         uses NoCeM any more.
83
84         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
85         (gnus-button-ctan-handler): Ditto.
86         (gnus-button-handle-ctan-bogus-regexp): Ditto.
87         (gnus-button-ctan-directory-regexp): Ditto.
88         (gnus-button-handle-ctan): Ditto.
89         (gnus-button-tex-level): Ditto.
90         (gnus-button-alist): Removed CTAN stuff.
91
92 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
95         nnimap-streaming test.
96
97         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
98         servers twice.
99
100         * nnimap.el (nnimap-open-connection): Add more error reporting when
101         nnimap fails early.
102
103         * nnheader.el (nnheader-get-report-string): New function.
104         (nnheader-get-report): Use it.
105
106         * gnus-int.el (gnus-check-server): Say what the error was when opening
107         failed.
108
109         * nnimap.el (nnimap-wait-for-response): Search further when we're not
110         using streaming.
111
112 2010-09-25  Julien Danjou  <julien@danjou.info>
113
114         * gnus-html.el (gnus-html-rescale-image): Use our defalias
115         gnus-window-inside-pixel-edges.
116
117 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
120
121         * mm-decode.el (mm-save-part): Allow saving to other directories the
122         normal Emacs way.
123
124         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
125         by Jay Berkenbilt.
126
127         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
128         there isn't a single byte.
129
130         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
131         just do it.  It doesn't really seem to matter what the user responds
132         here, I think, so it's just a confusing question.
133
134         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
135         non-streaming case.
136
137         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
138         (gnus-article-encrypt-body): Use it.
139
140         * gnus-sum.el (gnus-summary-show-complete-article): New command and
141         keystroke.
142
143         * nnimap.el (nnimap-find-wanted-parts-1): Use
144         gnus-fetch-partial-articles.
145
146         * gnus-art.el (gnus-fetch-partial-articles): New variable.
147
148         * nnimap.el (nnimap-insert-partial-structure): New function.
149         (nnimap-get-partial-article): New function.
150         (nnimap-request-article): Use it.
151         (nnimap-wait-for-response): Return whether the wait was successful.
152         (nnimap-finish-retrieve-group-infos): Don't do anything if the
153         retrieval wasn't successful.
154         (nnimap-retrieve-group-data-early): Allow throttling servers.
155         (nnimap-streaming): New variable.
156         (nnimap-fetch-partial-articles): Removed.
157
158         * mm-decode.el (mm-with-part): Protect against killed buffers.
159
160         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
161         for prettier summary display.
162
163 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
164
165         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
166         directly.
167
168 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
171         apparently third-party libraries depend on it.
172
173         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
174         before starting negotiation.
175
176         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
177         privacy reasons.
178         (gnus-treat-mail-gravatar): Ditto.
179
180         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
181         buffer when inserting images.  Inserting text into the headers, for
182         instance, can make them invalid.
183
184 2010-09-25  Julien Danjou  <julien@danjou.info>
185
186         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
187         variables.
188
189         * nnheader.el: Remove useless variables news-reply-yank-from and
190         news-reply-yank-message-id.
191
192         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
193         variables.
194
195         * mml1991.el: Remove useless mml1991-verbose.
196
197         * gnus.el: Remove useless variable gnus-use-generic-from.
198         Remove obsolete variable gnus-topic-indentation.
199
200         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
201
202         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
203
204         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
205
206         * gnus-group.el: Remove useless gnus-group-icon-cache.
207         Remove useless gnus-ephemeral-group-server.
208
209         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
210
211         * mml2015.el: Remove useless mml2015-verbose.
212
213         * mml-smime.el: Remove useless mml-smime-verbose.
214
215         * gnus.el: Remove useless gnus-local-domain.
216
217         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
218         gnus-gravatar-size.
219
220         * gnus-art.el: Remove useless gnus-treat-translate.
221
222 2010-09-24  Julien Danjou  <julien@danjou.info>
223
224         * gnus-sum.el: Add support for Gravatars.
225
226         * gnus-art.el: Add support for Gravatars.
227
228         * gnus-gravatar.el: Add this file.
229
230         * gravatar.el: Add this file.
231
232 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
235
236         * gnus-group.el (gnus-group-fetch-faq): Removed.
237
238         * gnus.el (gnus-group-faq-directory): Removed.
239
240         * gnus-group.el (gnus-group-fetch-charter): Removed.
241
242         * gnus.el (gnus-group-charter-alist): Removed.
243
244         * gnus-group.el (gnus-group-archive-directory): Removed.
245         (gnus-group-recent-archive-directory): Ditto.
246         (gnus-group-make-archive-group): Removed.
247
248         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
249
250         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
251         use the same article number for all the cached articles.
252
253         * nnimap.el (nnimap-command): Register the last command time so
254         that we can use it for idling NOOPs.
255         (nnimap-open-connection): Start the keeplive timer.
256         (nnimap-make-process-buffer): Store all the process buffers.
257         (nnimap-keepalive): New function.
258
259         * starttls.el: (starttls-open-stream): Add autoload cookie.
260
261 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
262
263         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
264         handling.
265
266 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
269         its data structures.
270
271         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
272         instead of the cl.el copy-list.
273         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
274         equalp.
275
276 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
279         and tool-bar-local-item-from-menu.
280
281         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
282         mode-line-highlight face for Emacs.
283
284         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
285         loading gnus-sum.elc; fix comment for canlock-verify.
286         (gnus-article-jump-to-part): Use read-number.
287         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
288         Emacs pre-21 compatible code for help-echo.
289         (gnus-article-next-page-1): No need to adjust the number of lines.
290         (gnus-article-describe-bindings): Always use help-buffer.
291
292         * gnus-audio.el (gnus-audio-inline-sound)
293         * gnus-cus.el (gnus-custom-mode)
294         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
295
296         * gnus-sum.el (gnus-remove-overlays): Doc fix.
297
298         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
299         compatible code.
300
301 2010-09-24  Glenn Morris  <rgm@gnu.org>
302
303         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
304         visiting the fcc file in rmail-mode.
305
306         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
307
308 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * nnir.el: Silence the byte compiler.
311
312         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
313         alias to browse-url-url-encode-chars if any.
314         (gnus-html-encode-url): Use it.
315
316 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * gnus-start.el (gnus-use-backend-marks): New variable.
319         (gnus-get-unread-articles-in-group): Use it.
320
321         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
322         makeover.
323
324 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
325
326         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
327
328 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
331         Removed.
332         (gnus-setup-news-hook): Removed
333         gnus-fixup-nnimap-unread-after-getting-new-news.
334
335         * gnus-int.el (gnus-request-update-info): Protect against backends not
336         having the function.
337
338         * nnimap.el (nnimap-stream): Mention starttls.
339         (nnimap-open-connection): Add starttls support.
340
341 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
342
343         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
344
345 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
348         BODYSTRUCTUREs.
349         (nnimap-transform-headers): Unfold quoted {42} headers.
350
351         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
352         the info.
353         (gnus-get-unread-articles): Only call updatep on backends that support
354         it.
355
356         * nnweb.el (nnweb-request-update-info): NOOP.
357
358         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
359
360         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
361         since it only deals with marks.
362
363         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
364         gnus-request-marks, and make a new gnus-request-update-info.
365
366         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
367         the active instead of the high number, which is usually too low.
368
369 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
370
371         * netrc.el (netrc-parse): Remove encrypt.el mentions.
372         * encrypt.el: Removed.
373
374 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
377         server in symbolic form.
378
379         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
380         0.9.
381
382 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
385         (nnimap-update-info): Fix up code slightly.
386
387         * gnus-int.el (gnus-open-server): Add tracing for performance
388         debugging.
389
390         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
391         (gnus-group-insert-group-line): Pass the real group name so that it
392         gets the right data.
393
394         * gnus-start.el (gnus-get-unread-articles): Don't have
395         `gnus-get-unread-articles-in-group' update info, since that can be
396         really slow and doesn't seem to be needed?
397
398 2010-09-22  Dan Christensen  <jdc@uwo.ca>
399
400         * time-date.el (date-to-time): Try using parse-time-string first before
401         using the slower timezone-make-date-arpa-standard.
402
403 2010-09-22  Julien Danjou  <julien@danjou.info>
404
405         * gnus-group.el (gnus-group-insert-group-line): Call
406         gnus-group-highlight-line.
407         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
408         default hook list.
409         (gnus-group-update-eval-form): Add new function.
410         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
411         (gnus-group-get-icon): Use gnus-group-update-eval-form.
412
413 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
416         immediate, then expire all articles.
417         (nnimap-update-info): Fix off-by-one errors.
418         (nnimap-flags-to-marks): Would return no marks lists for group with no
419         flags.  Instead return the other data.
420
421 2010-09-22  Julien Danjou  <julien@danjou.info>
422
423         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
424         Only return an icon.
425         (gnus-group-insert-group-line): Compute icon to return.
426
427         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
428         variable.
429         (gnus-html-image-fetched): Only cache if
430         gnus-html-image-automatic-caching is set.
431         (gnus-html-image-fetched): Check for errors.
432
433 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
436         once per method on `g'.  This ensures that backends like nnfolder don't
437         open all their folders.
438
439         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
440         (nnimap-request-list): Nix out group in the correct buffer.
441         (nnimap-parse-flags): Implement by using `read' instead of
442         hand-parsing.
443         (nnimap-flags-to-marks): Pass on permanent-flags.
444         (nnimap-make-process-buffer): Record the server name.
445         (nnimap-parse-flags): Fix typo.
446         (nnimap-request-scan): Run split on the server in general, not just a
447         single group.
448
449         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
450         parameter, and propagate this downwards.
451
452         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
453         since EXAMINE changes it on the server.
454
455         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
456         this command might take a while.
457
458 2010-09-22  Julien Danjou  <julien@danjou.info>
459
460         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
461         harmful if you have 2 images side-by-side, they can't be properly
462         update on text deletion.  Using text-property is safer here.
463         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
464         data.
465
466 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * nnimap.el (nnimap-expunge-inbox): Removed.
469         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
470         (nnimap-expunge): Flip default to t.
471
472         * gnus.el (gnus-method-to-server): Don't push things to the cache
473         unless it's unique.
474         (gnus-server-to-method): Ditto.
475
476 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
477
478         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
479
480 2010-09-22  Julien Danjou  <julien@danjou.info>
481
482         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
483         get the start of data.
484         (gnus-html-encode-url): Add this function to encode special chars in
485         URL.
486         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
487         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
488
489         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
490         default.
491         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
492
493         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
494         images alt-text.
495         (gnus-html-put-image): Put alt-text as help-echo.
496
497 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
500         * mm-util.el (mm-decompress-buffer)
501         * nnir.el (nnir-run-find-grep)
502         * pop3.el (pop3-list): Use 3rd arg of split-string.
503
504         * time-date.el (format-seconds): Comment fix.
505
506         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
507         and byte-optimize-form-code-walker.
508         (dgnushack-make-auto-load): Don't advise make-autoload.
509
510         * lpath.el: Remove Emacs 21 stuff.
511
512 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
515         outside the active range.  Suggested by Dan Christensen.
516
517         * gnus-start.el (gnus-get-unread-articles): Get the extended method
518         slightly later to avoid double-getting it.
519
520         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
521         previous patch.
522
523         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
524
525 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
526
527         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
528
529 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-int.el (gnus-open-server): Give a better error message in the
532         "go offline" case.
533
534         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
535         marks for nnimap, which is seldom the right thing to do.
536
537         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
538         (gnus-same-method-different-name): New function.
539
540         * nnimap.el (parse-time): Require.
541
542         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
543         method in the presence of many similar methods.
544
545         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
546
547         * nnimap.el (nnimap-find-expired-articles): Don't refer to
548         nnml-inhibit-expiry.
549
550         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
551         find out whether methods are equal.
552
553         * nnimap.el (nnimap-find-expired-articles): New function.
554         (nnimap-process-expiry-targets): New function.
555         (nnimap-request-move-article): Request the article before looking at
556         what the Message-ID is.  Fix found by Andrew Cohen.
557         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
558
559         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
560         for oldness in addition to being a predicate.
561
562         * nnimap.el (nnimap-request-group): When we have zero articles, return
563         the right data to Gnus.
564         (nnimap-request-expire-articles): Only delete articles immediately if
565         the target is 'delete.
566
567         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
568         method, this would bug out.
569
570         * gnus-group.el (gnus-group-expunge-group): Renamed from
571         gnus-group-nnimap-expunge, and implemented as a normal interface
572         function.
573
574         * gnus-int.el (gnus-request-expunge-group): New function.
575
576         * nnimap.el (nnimap-request-create-group): Implement.
577         (nnimap-request-expunge-group): New function.
578
579 2010-09-21  Julien Danjou  <julien@danjou.info>
580
581         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
582         (gnus-html-cache-expired): Add new function.
583         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
584         wethever we should display image for fetch it.
585         Compute alt-text earlier to pass it to the fetching function too.
586         (gnus-html-schedule-image-fetching): Change function argument to only
587         get one image at a time, not a list.
588         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
589         cache.
590         (gnus-html-get-image-data): New function to retrieve image data from
591         cache.
592         (gnus-html-put-image): Change buffer argument to use image data rather
593         than file, and place image above region rather than inserting a new
594         one. Do not take alt-text as argument, since it's useless now: we place
595         the image above alt-text.
596         (gnus-html-prune-cache): Remove.
597         (gnus-html-show-images): Start to fetch image when we find one, do not
598         push into a temporary list.
599         (gnus-html-prefetch-images): Only fetch image if they have expired.
600         (gnus-html-browse-image): Fix, use 'gnus-image-url.
601         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
602
603 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
606
607 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
610         spec inser "*" if the group isn't active instead of 0.
611
612         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
613         opening the server.
614         (nnimap-request-delete-group): Implement group deletion.
615         (nnimap-transform-headers): Return the size of the entire message in
616         the Bytes header, not just the size of the first part.
617         (nnimap-request-move-article): When moving an article from nnimap,
618         request the article first so the accepting form has an article to
619         accept.  Reported by Dan Christensen.
620         (nnimap-command): Make sure that the error message doesn't error out.
621
622 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
623
624         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
625         we haven't requested anything.
626
627 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
630         "".  Fix found by Andrew Cohen.
631
632         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
633         instead of -encode-string.
634
635 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
638
639         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
640         by mm-subst-char-in-string.
641
642 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
645         waiting for the connection string.
646
647         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
648         arriving.
649
650         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
651         bogus characters.  This allows selecting certain Gmail groups.
652
653         * nnimap.el (nnimap-find-wanted-parts-1): New function.
654         (nnimap-fetch-partial-articles): New variable.
655         (nnimap-open-connection): When looking for credentials, also use the
656         nnimap-server-port.
657         (nnimap-request-article): Return the group/article number, so that Gnus
658         `^' works as expected.
659         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
660         them.
661
662         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
663         comments.
664         (gnus-methods-sloppily-equal): New function.
665         (gnus): When using the development version of Gnus, load the gnus-load
666         file.
667
668         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
669         `gnus-open-server' on each method before trying to scan them etc.  This
670         ensures that all the backend parameters are set correctly.
671
672         * nnimap.el (nnimap-authenticator): New variable.
673         (nnimap-open-connection): Allow anonymous login.
674         (nnimap-transform-headers): The chars header is called Chars not
675         Bytes.
676         (nnimap-wait-for-response): Don't infloop if the IMAP connection
677         drops.
678
679         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
680         patch, found by Knut Anders Hatlen.
681
682 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
683
684         * gnus-agent.el (gnus-agent-batch-confirmation)
685         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
686         to gnus-message.
687         * gnus-art.el (gnus-article-describe-briefly): Likewise.
688         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
689         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
690         * gnus-int.el (gnus-open-server): Likewise.
691         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
692         (gnus-score-check-syntax): Likewise.
693         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
694         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
695         Likewise.
696         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
697
698 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
701         calling conventions so that prefetch doesn't bug out.
702
703 2010-09-19  Julien Danjou  <julien@danjou.info>
704
705         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
706         rather than `subst-char-in-region' in order to be able to replace ASCII
707         char by UTF-8 ones.
708
709         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
710         than curl.
711         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
712         the right URL and ALT text on images.
713         (gnus-html-wash-tags): Fix tag case.
714         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
715         (gnus-article-html): Add -o display_ins_del=2 option.
716         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
717
718 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
721         the extra mail headers, which sometimes seem to happen for unknown
722         reasons.
723
724         * mail-parse.el (mail-header-encode-parameter): Define as
725         rfc2045-encode-string instead of as rfc2231-encode-string, since some
726         (or most, perhaps?) mail readers don't understand the latter, but do
727         understand the former.
728
729         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
730         to nil, so that no methods are automatically agentized.  I think this
731         is probably what most users want.
732
733         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
734         from url-retrieve, for instance about invalid URLs.
735
736         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
737         groups that have no articles.
738         (nnimap-request-article): Check that we really got an article when we
739         requested one.
740
741         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
742         doesn't exist.
743
744         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
745         nntp buffer so the agent can save it.
746         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
747         that CRLF doesn't get translated to \n.
748         (nnimap-open-connection): Don't make 'shell commands only send \n.
749
750 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
751
752         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
753         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
754         Update var name.
755         (nnml-generate-nov-file): Use dolist.
756         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
757         Use with-current-buffer.
758
759 2010-09-18  Julien Danjou  <julien@danjou.info>
760
761         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
762         parallel.
763
764 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnimap.el (nnimap-update-info): When doing partial marks update, get
767         the range update right.
768         (nnimap-request-group): Don't make `M-g' bug out on group with no
769         marks.
770         (nnoo): Required, so that other packages can require nnimap.
771         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
772         command we're looking for.  This helps when the server sends more
773         responses after we've gotten everything we expected.
774         (nnimap): Add a `newlinep' field to keep track of end-of-line
775         conventions.
776         Don't send CRLF to things that don't want it.
777         (nnimap-request-accept-article): Ditto.
778
779 2010-09-18  Julien Danjou  <julien@danjou.info>
780
781         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
782         than curl to retrieve images.
783
784 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * nnimap.el (nnimap-update-info): Extend the info so that we can set
787         the marks.
788         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
789         (nnimap-wait-for-connection): New function.
790         (nnimap-open-connection): If we have PREAUTH, don't query for login
791         credentials.
792         (nnimap-update-info): Fix off-by-one error when concatenating ranges
793         when doing a partial update.
794
795 2010-09-18  Julien Danjou  <julien@danjou.info>
796
797         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
798         tags.
799
800 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * nnimap.el (nnimap-credentials): New function.
803         (nnimap-open-connection): Use the new function to look for credentials
804         also on the numeric equivalents of "imap" and "imaps".
805
806         * gnus-start.el (gnus-activate-group): Send the info to
807         gnus-request-group.
808
809         * nnimap.el (nnimap-request-group): Have the "check" version of the
810         function parse flags and update the info, so that a `M-g' get a total
811         resync of all flags from the group.
812
813         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
814         to allow backends to alter the info on group selection.  Also alter all
815         the backend -request-group functions to take the parameter.
816
817         * nnimap.el (nnimap-store-info): New function.
818         (nnimap-update-info): Store the info for later usage.
819         (nnimap-request-group): Use the stored info for the dont-check case, so
820         that we don't retrieve all marks when we enter a group.
821
822         * nnimap.el: Use deffoo instead of defun for interface functions.
823
824         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
825         update the group info.  This makes the nndraft groups, for instance, go
826         back to their old behaviour.
827
828         * gnus-sum.el (gnus-select-newsgroup): Indent.
829
830         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
831         in.
832         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
833         nothing.
834
835         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
836         from methods that are denied.
837
838         * gnus-int.el (gnus-method-denied-p): New function.
839
840         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
841         store the password instead of netrc.
842         (nnimap-open-connection): Don't error out when we can't make a
843         connections.
844
845         * auth-source.el (auth-source-create): In the password prompt, say what
846         we're querying for.  Also prompt for user name if that hasn't been
847         given.
848
849         * nnimap.el (nnimap-with-process-buffer): Removed.
850
851 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
854         method when we're reading from the agent.
855
856         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
857
858         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
859         that's probably most useful for users.
860
861         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
862         "failed" all the time.
863
864         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
865         ...)) with (with-current-buffer ... ).
866
867         * nntp.el (nntp-open-server): Return whether the open was successful or
868         not.
869
870         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
871         select an unread unseen article first.
872
873         * nnimap.el (nnimap-open-connection): If the user doesn't have a
874         /etc/services, supply some sensible port defaults.
875
876         * dgnushack.el: Define netrc-credentials.
877
878 2010-09-17  Julien Danjou  <julien@danjou.info>
879
880         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
881
882 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
883
884         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
885         doesn't have any parameters.
886
887 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
890         only upcased checks.
891
892         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
893
894         * nnimap.el (nnimap-open-shell-stream): New function.
895         (nnimap-open-connection): Use it.
896         (nnimap-transform-headers): Get the number of lines in each message.
897         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
898         number of lines.
899         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
900         problem.
901
902         * utf7.el (utf7-encode): Autoload.
903
904         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
905         to allow the mail splitting to not return a default group.  This is
906         useful for nnimap, which will leave unmatched mail in the inbox.
907
908         * nnimap.el: Rewritten.
909
910         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
911         nnimap usage.
912
913         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
914         if the move is internal, so that nnimap can do fast internal moves.
915
916         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
917         data.
918         (gnus-read-active-for-groups): Support finishing the early retrieval of
919         data.
920
921         * gnus-range.el (gnus-range-nconcat): New function.
922
923         * gnus-int.el (gnus-finish-retrieve-group-infos)
924         (gnus-retrieve-group-data-early): New functions.
925
926 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
927
928         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
929         (nnrss-retrieve-groups):
930         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
931         (pop3-quit): Use with-current-buffer.
932
933 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
936         instead of nnheader-accept-process-output.
937
938         * dgnushack.el (dgnushack-compile): Add comment.
939
940         * lpath.el: No need to fbind propertize for XEmacs 21.4.
941
942         * gnus-html.el (gnus-html-schedule-image-fetching)
943         (gnus-html-prefetch-images): Replace process-kill-without-query by
944         gnus-set-process-query-on-exit-flag.
945
946 2010-09-16  Romain Francoise  <romain@orebokech.com>
947
948         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
949
950 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-registry.el (gnus-registry-install-shortcuts): The second
953         parameter to unintern is mandatory-ish in Emacs 24.
954
955         * gnus-html.el (gnus-html-schedule-image-fetching)
956         (gnus-html-prefetch-images): Check for curl before using it.
957
958         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
959         depend on curl, which isn't essential.
960
961         * imap.el: Revert back to version
962         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
963         seem problematic.
964
965 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
966
967         * gnus-registry.el (gnus-registry-install-shortcuts):
968         Explicitly pass `obarray' to `unintern' to avoid a warning.
969
970 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
973         change.
974
975         * nnrss.el (nnrss-request-list): Removed this function and related
976         functions, including the moreover stuff.
977
978 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * nnrss.el (nnrss-retrieve-groups): New function.
981
982 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
983
984         * .dir-locals.el: Add no-byte-compile cookie.
985
986 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * time-date.el (format-seconds): Comment fix.
989
990         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
991         for back end that doesn't support request-scan.
992
993 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
996         then do request scans from the backends.
997
998         * netrc.el (netrc-credentials): New conveniency function.
999
1000         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1001         avoid running a hook per line, since this takes a lot of time,
1002         profiling shows.
1003         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1004         directly if gnus-visual-p is true.
1005
1006 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1009         groups; replace mapcar with dolist which is a bit faster; pass groups
1010         info to gnus-read-active-file-1.
1011         (gnus-read-active-file-1): Scan only specified groups if the new
1012         optional arg `infos' is given.
1013
1014 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1017
1018         * pop3.el (pop3-movemail): Removed.
1019         (pop3-streaming-movemail): Renamed to pop3-movemail.
1020
1021         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1022         don't restrict end-tag searches to the end of the line.
1023
1024 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1027         articles of every unchecked group to t, which means unknown since the
1028         server has never been opened.
1029
1030 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-html.el (gnus-html-show-alt-text): New command.
1033         (gnus-html-browse-image): Ditto.
1034         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1035         to browse the image directly.
1036         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1037         better.
1038
1039         * gnus-async.el (gnus-async-article-callback): Call
1040         `gnus-html-prefetch-images' unconditionally.
1041
1042         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1043         before feeding URLs to curl.
1044
1045 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1048         internal images as deletable by `W D D'.
1049
1050         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1051         (gnus-async-article-callback): Fix typo.
1052
1053 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1056         current line to work around bugs in the output from w3m.
1057
1058         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1059         for groups that want that.
1060
1061         * nntp.el (nntp-wait-for-string): Supply a timeout for
1062         accept-process-output to ensure progress.
1063
1064         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1065         level to get unread articles from, then use that for foreign groups,
1066         too.
1067
1068         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1069         confuses the rest of the function.
1070
1071         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1072         for the methods that support -retrieve-groups, too.
1073
1074         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1075
1076 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1079         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1080
1081         * pop3.el: Require cl when compiling.
1082         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1083
1084 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1087         that aren't going to be activated.
1088         (gnus-get-unread-articles): Fix up the last commit.
1089
1090         * gnus-html.el (gnus-article-html): Allow calling without specifying
1091         the handle.  In that case, dissect the buffer first.
1092
1093         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1094
1095         * nnimap.el (nnimap-open-connection): Revert the change that would look
1096         into authinfo for imaps instead of imap.
1097
1098         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1099         say that you don't want to call gnus-request-group with don-check, but
1100         do check the reponse.  This is for virtual groups only.
1101         (gnus-get-unread-articles): Count the archive groups as secondary, so
1102         that they're activated the same way as before.
1103
1104         * imap.el (imap-message-map): Removed optional buffer parameter, since
1105         no callers use it.
1106         (imap-message-get): Ditto.
1107         (imap-message-put): Ditto.
1108         (imap-mailbox-map): Ditto.
1109         (imap-mailbox-put): Ditto.
1110         (imap-mailbox-get): Ditto.
1111         (imap-mailbox-get): Revert last change for this function.
1112
1113         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1114         case-insensitively.
1115         (nnimap-debug): Removed.
1116
1117         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1118         to use `imap-fetch' instead.  According to the comments, this should be
1119         safe, since all other IMAP clients use the 1:* syntax.
1120         (imap-enable-exchange-bug-workaround): Removed.
1121         (imap-debug): Removed -- doesn't seem very useful.
1122
1123         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1124         mail from a file, and the file doesn't exist.
1125
1126         * imap.el (imap-log): New convenience function used throughout instead
1127         of repeating the same code all over the place.
1128
1129         * pop3.el (pop3-streaming-movemail): Return t for success.
1130
1131         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1132         .authinfo if we're using ssl connection.
1133
1134         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1135         already have if we're in a main Gnus `g' run.
1136
1137         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1138
1139 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1142
1143         * nnmh.el (nnmh-request-list-1): Bind `file'.
1144
1145         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1146         alias to set-process-query-on-exit-flag or process-kill-without-query.
1147         (pop3-open-server): Use it.
1148
1149 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1152         box to the Incoming file.  Fixes mistake in previous checkin.
1153
1154         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1155         request loop (for debugging purposes) removed.
1156
1157         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1158         culprit is more visible.
1159         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1160         (nnml-add-incremental-nov): New functions to do "incremental" nov
1161         updates, where we just append to the end of the existing nov files
1162         without reading/writing them in full.
1163
1164         * mail-source.el (mail-source-delete-crash-box): Really only check the
1165         incoming files once in a while.
1166
1167         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1168
1169         * mail-source.el (mail-source-delete-crash-box): Only check the
1170         incoming files for deletion once per day to save a lot of file
1171         accesses.
1172
1173         * pop3.el (pop3-logon): Fix up unbound variable typo.
1174
1175         * mail-source.el (pop3-streaming-movemail): Autoload.
1176
1177         * pop3.el (pop3-streaming-movemail): Respect
1178         pop3-leave-mail-on-server.
1179
1180         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1181         retrieval.
1182
1183         * pop3.el (pop3-process-filter): Removed unused function.
1184         (pop3-streaming-movemail, pop3-send-streaming-command)
1185         (pop3-wait-for-messages, pop3-write-to-file)
1186         (pop3-number-of-responses): New functions for streaming pop3
1187         retrieval.
1188
1189         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1190         come from no known methods.
1191         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1192         list.
1193
1194         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1195         message sizes.
1196         (pop3-movemail): Use erase-buffer instead of looping and deleting
1197         regions, which seems rather odd.
1198
1199         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1200         file once per `g' run.
1201
1202         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1203         directories.  This makes the draft queue directory work.
1204
1205         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1206         data from the backends, so that we only request the list of groups from
1207         each method once.  This should speed things up considerably.
1208
1209         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1210         detect that it's not implemented.
1211
1212         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1213         we actually do recurse down into the tree, but don't stat all leaf
1214         nodes.
1215
1216         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1217         then say so instead of bugging out.
1218
1219         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1220         files exist before trying to read them.
1221
1222         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1223         around <pre_int>.
1224
1225         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1226
1227         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1228
1229 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * mm-util.el (mm-image-load-path): Just return the image directories,
1232         not all directories in the path in addition to the image directories.
1233         (mm-image-load-path): Maintain a cache of the image directories so that
1234         the `g' command in Gnus doesn't have to stat dozens of directories each
1235         time.
1236
1237         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1238         (gnus-html-wash-tags): Add a new `i' command to insert images.
1239         (gnus-html-insert-image): New command and keystroke.
1240         (gnus-html-redisplay-with-images): New command and keystroke.
1241         (gnus-html-show-images): Renamed command.
1242         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1243         spacers.
1244         (gnus-html-wash-tags): Decode entities at the end, so that entities
1245         inside the tags don't mess up the rest of the "parsing".
1246
1247         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1248         so that nnimap methods aren't agentized by default.  There's apparently
1249         many problems related to agent/imap behaviour.
1250
1251         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1252
1253         * gnus-html.el: Doc fix.
1254
1255 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1258         specifier-spec-list for Emacs 21.
1259
1260         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1261         glyph-width and glyph-height instead of display-graphic-p and
1262         image-size; make avoidance of displaying small images work for XEmacs.
1263
1264         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1265         for XEmacs.
1266
1267         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1268         of symbol that holds plist data.
1269         (gnus-process-plist): Remove plist of process after getting it.
1270
1271 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * message.el (message-generate-hashcash): Change default to
1274         'opportunistic if hashcash is installed.
1275
1276         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1277         (gnus-html-put-image): Only call image-size once, since it's somewhat
1278         time-consuming on remote X servers.
1279
1280 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1283         type on data, not a file name.
1284
1285         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1286         window-pixel-edges for Emacs 21.
1287
1288         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1289         decoded contents.
1290         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1291
1292 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1295         group line format, since it isn't very interesting.
1296
1297         * gnus-agent.el (gnus-agent-short-article),
1298         (gnus-agent-long-article): Increase values for these two variables,
1299         since most people are likely to have more network connection and
1300         storage than before.
1301
1302         * gnus.el (gnus-refer-article-method): Change default to 'current.
1303         When referring an article, the common behaviour is to refer it from the
1304         current select method, not the native select method.  The chances of
1305         the native select method having the message in question is rather slim
1306         these days.
1307
1308         * gnus-sum.el (gnus-auto-select-subject): Change default to
1309         `unseen-or-unread'.  I think it's likely that most people want to
1310         select an unseen article over a previously seen, but unread one.
1311
1312         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1313         means that in the article buffer none of the minor mode elements will
1314         be shown, usually, and this is not desirable in most cases.
1315
1316         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1317         that commands like `d' (and the like) go to the next line in the
1318         buffer, instead of the next unread article.  I think this is the
1319         behaviour that is most natural for most users.
1320         (gnus-single-article-buffer): Change default to nil, so that people can
1321         have as many article buffers open as they have summary buffer.  I think
1322         this is the most natural way for the groups to behave.
1323
1324         * message.el (message-generate-new-buffers): Change default to
1325         `unsent', so that all new message buffers start their names with the
1326         string "*unsent", and it's easier to find the buffers if you move from
1327         them.
1328
1329 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1332         small.  They're probably tracking images.
1333         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1334         (gnus-html-rescale-image): Yet another try at getting the image sizing
1335         right.
1336
1337         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1338         nntp-marks-file-name is nil.
1339
1340 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1341
1342         * gnus-html.el (gnus-html-wash-tags)
1343         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1344         Better logging.
1345
1346 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1349
1350         * gnus-html.el (gnus-html-wash-tags): Check the value of
1351         gnus-blocked-images in the summary buffer.
1352
1353 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1354
1355         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1356
1357 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1360         like "a", it seems like.
1361         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1362         since it needs to be picked from the correct buffer.
1363
1364         * nnwfm.el: Removed.
1365
1366         * nnlistserv.el: Removed.
1367
1368 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1369
1370         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1371         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1372
1373 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * nnkiboze.el: Removed.
1376
1377         * nndb.el: Removed.
1378
1379         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1380         alt text.
1381         (gnus-html-rescale-image): Try to get the rescaling logic right for
1382         images that are just wide and not tall.
1383
1384         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1385         overshadow variable bindings.
1386
1387 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1388
1389         * gnus-html.el (gnus-html-wash-tags)
1390         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1391         extra logging.
1392
1393 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1396         (gnus-max-image-proportion): New variable.
1397         (gnus-html-rescale-image): New function.
1398         (gnus-html-put-image): Rescale images.
1399
1400 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1401
1402         Fix up some byte-compiler warnings.
1403         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1404         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1405         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1406         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1407         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1408         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1409         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1410
1411 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-html.el (gnus-article-html): Decode contents by charset.
1414
1415 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1418         (gnus-html-frame-width, gnus-blocked-images)
1419         * message.el (message-prune-recipient-rules): Add custom version.
1420         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1421
1422         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1423         functions.
1424
1425         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1426         gnus-process-get.
1427
1428 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1429
1430         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1431         instead of lsub directly.
1432
1433 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * nnwarchive.el: Removed.
1436
1437         * gnus-soup.el: Removed.
1438
1439         * nnsoup.el: Removed.
1440
1441         * nnultimate.el: Removed.
1442
1443         * gnus-html.el (gnus-blocked-images): New variable.
1444
1445         * message.el (message-prune-recipients): New function.
1446         (message-prune-recipient-rules): New variable.
1447
1448         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1449         guess whether a long line is natural text or not.
1450
1451         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1452         gnus-process-plist and friends for compatibility.
1453
1454 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1455
1456         * gnus-html.el: Require packages that define macros used in this file.
1457         (gnus-article-mouse-face): Declare to silence byte-compiler.
1458         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1459         process-get.
1460         (gnus-html-put-image): Use plist-get to avoid getf.
1461         (gnus-html-prefetch-images): Use with-current-buffer.
1462
1463 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-ems.el: Provide compatibility functions for
1466         gnus-set-process-plist.
1467
1468         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1469         header-line-format for XEmacs 21.4.
1470
1471         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1472         * gnus.el (gnus-valid-select-methods)
1473         * message.el (message-send-mail-partially-limit)
1474         * mm-decode.el (mm-text-html-renderer)
1475         * mml.el (mml-insert-mime-headers-always)
1476         * smiley.el (smiley-regexp-alist): Bump custom version.
1477
1478 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * gnus-html.el: require mm-url.
1481         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1482         with the url to `url'.
1483         (gnus-html-wash-tags): Support cid: URLs/images.
1484
1485 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1488         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1489         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1490
1491         * gnus-move.el: Removed file, since it doesn't really work.
1492
1493         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1494         UTF-8.  This seems to fix problems with some German web feeds.
1495
1496         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1497         at the top so that the proper colours are applied.
1498
1499         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1500         don't have dots in their names.
1501
1502         * gnus-art.el (gnus-article-view-part): Doc fix.
1503
1504         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1505         XEmacs-compatible.
1506         (gnus-html-put-image): Don't do images on non-graphic displays.
1507
1508         * nnslashdot.el: Removed this unused backend.
1509
1510         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1511         actions.
1512         (gnus-undo-register-1): Revert last change.
1513
1514         * gnus-group.el (gnus-group-completing-read): Protect against not
1515         having completion-styles bound.
1516
1517         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1518         make broken recipients happier.
1519
1520         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1521
1522         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1523         point parameter.
1524
1525         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1526
1527         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1528         completion-styles for group selection.
1529
1530 2009-02-04  Andreas Schwab  <schwab@suse.de>
1531
1532         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1533         headers and regexp-quote the match if necessary.
1534
1535 2009-03-24  Miles Bader  <miles@gnu.org>
1536
1537         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1538         the blinking smiley.
1539
1540 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1541
1542         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1543         blink smiley.
1544
1545 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1548         where the dribbel file lives exists.
1549
1550         * message.el (message-send-mail-partially-limit): Change the default to
1551         nil, since most people don't want this.
1552
1553         * mm-url.el (mm-url-decode-entities): Also decode entities like
1554         &#x3212.
1555
1556 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1557
1558         * gnus-sum.el (gnus-summary-idna-message):
1559         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1560         Hyperlink urls in docstrings with URL `...'.
1561
1562 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1563
1564         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1565         functions.
1566
1567 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1570         say what the mouseover text should be.
1571
1572         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1573         version of the mm-w3m-safe-url-regexp variable to only download images
1574         in the groups where we want that to happen.
1575
1576         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1577
1578         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1579         easier debugging.
1580         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1581         big pictures in the article buffer.
1582
1583         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1584         gnus-article-html.
1585         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1586         w3m.
1587
1588         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1589
1590 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1593         which doesn't exist.
1594
1595         * message.el (message-inhibit-ecomplete): New variable to allow some
1596         function to inhibit ecomplete address storage.
1597         (message-resend): Disable ecomplete message storage when resending
1598         messages.
1599
1600         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1601
1602 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1605         Save excursion while copying, moving, and deleting articles in order to
1606         prevent the cursor from jumping to unforeseen place.
1607
1608 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * lpath.el: No need to bind bookmark-current-buffer,
1611         bookmark-yank-point and bookmark-make-record-function.
1612
1613 2010-08-17  Glenn Morris  <rgm@gnu.org>
1614
1615         * gnus-sync.el: Require gnus components whose functions are used.
1616
1617         * gnus-art.el (bookmark-make-record-function):
1618         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1619         Declare for compiler.
1620
1621         * mm-url.el (mml-compute-boundary): Autoload.
1622
1623 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1626
1627 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1628
1629         Typo fix "hoo4a" -> "hook".
1630
1631         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1632
1633 2010-08-14  Glenn Morris  <rgm@gnu.org>
1634
1635         * gnus-sync.el (gnus-sync): Fix defgroup version.
1636
1637 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1638
1639         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1640
1641         * gnus-sync.el: Fix docs.
1642         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1643         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1644
1645 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1646
1647         Optimizations for gnus-sync.el.
1648
1649         * gnus-sync.el: Add docs about gnus-sync-backend
1650         possibilities.
1651         (gnus-sync-save): Remove unnecessary message.
1652         (gnus-sync-read): Optimize and show what groups were skipped.
1653
1654 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1655
1656         Minor bug fixes for gnus-sync.el.
1657
1658         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1659         read the sync on get-new-news.
1660
1661         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1662         quiet.
1663
1664         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1665
1666 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1667
1668         Make saving and restoring of hidden threads work with overlays.
1669         Patch applied by Ted Zlatanov.
1670
1671         * gnus-sum.el (gnus-hidden-threads-configuration)
1672         (gnus-restore-hidden-threads-configuration): Update to deal with text
1673         properties, rather than searching for a magic character.
1674
1675 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         New gnus-sync.el library for synchronization of marks.
1678
1679         * gnus-sync.el: New library for synchronization of marks.
1680
1681         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1682         renamed from `gnus-registry-grep-in-list'.
1683
1684         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1685
1686         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1687
1688 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1691         determining charset of text fails.
1692
1693 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * nnmail.el (nnmail-get-new-mail-1): Revert.
1696
1697         * nnml.el (nnml-active-number): Make sure names of newly created groups
1698         in nnml-group-alist are encoded.
1699
1700 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1703         containing non-ASCII characters in active file for nnml back end.
1704
1705 2010-07-24  David Engster  <dengste@eml.cc>
1706
1707         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1708         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1709
1710 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1711
1712         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1713         tag (Bug#6654).
1714
1715 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1718         the article buffer, not the summary buffer.
1719
1720 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1723         Emacs 23 as well.
1724
1725 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1728         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1729
1730 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1731
1732         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1733         Patch applied by Karl Fogel.
1734
1735         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1736         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1737
1738 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1739
1740         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1741         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1742         C-w still not working correctly from Article buffers; Thierry's
1743         patch to fix that will be applied after this.
1744
1745         * gnus-art.el (bookmark-make-record-function): New local variable.
1746
1747         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1748         article buffer.
1749         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1750
1751 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1752
1753         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1754         on changes in bookmark.el.
1755
1756 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1759         `no-log' instead of message not to log prompt string.
1760
1761 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1762
1763         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1764         the *other* type of HTML form submission.
1765
1766 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1767
1768         * auth-source.el (auth-source-pick): If choice does not contain a
1769         questioned keyword, set the check to t.
1770
1771 2010-06-12  Romain Francoise  <romain@orebokech.com>
1772
1773         * gnus-util.el (gnus-date-get-time): Move up before first use.
1774
1775 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1778         (gnus-article-edit-part): Bind it to make last part that is substituted
1779         or deleted visible.
1780         (gnus-mime-display-single): Buttonize part of which id equals to
1781         gnus-mime-buttonized-part-id.
1782
1783 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1784
1785         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1786         (gnus-dd-mmm): Use gnus-date-get-time.
1787         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1788         simplify logic.
1789         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1790         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1791
1792 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1793
1794         * auth-source.el (top): Autoload `secrets-list-collections',
1795         `secrets-create-item', `secrets-delete-item'.
1796         (auth-sources): Fix tag string.
1797         (auth-get-source, auth-source-retrieve, auth-source-create)
1798         (auth-source-delete): New defuns.
1799         (auth-source-pick): Rewrite in order to avoid 2 passes.
1800         (auth-source-forget-user-or-password): New parameter USERNAME.
1801         (auth-source-user-or-password): New parameters CREATE-MISSING and
1802         DELETE-EXISTING.  Retrieve password interactively, if needed.
1803
1804 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1805
1806         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1807         deleting unused directories when gnus-expert-user is t.
1808
1809 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1812         for each temp file when gnus-article-browse-delete-temp is ask.
1813
1814 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1815
1816         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1817         Lisp calls to delete-backward-char by calls to delete-char.
1818
1819 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1820
1821         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1822
1823 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1824
1825         * password-cache.el (password-cache-remove): Fix docstring.
1826
1827 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1830         article unless decoding article to be saved.
1831
1832 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1835         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1836         generated within the mm-with-unibyte-current-buffer macro.
1837
1838 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1841         to nil when we're in a mml-preview buffer and no group is selected.
1842
1843 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1844
1845         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1846         when catching the `C-g'.  Reported by "Leo".
1847
1848 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * message.el (message-forward-make-body-plain)
1851         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1852         multibyte-string-p.
1853
1854         * lpath.el: Revert.
1855
1856 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * message.el (message-forward-make-body-mml): Assume original message
1859         is multibyte string; error on unibyte.
1860         (message-forward-make-body-plain): Ditto; don't add excessive newline
1861         in body end.
1862
1863         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1864
1865 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1866
1867         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1868         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1869
1870 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * mm-extern.el (mm-extern-url): Don't use
1873         mm-with-unibyte-current-buffer.
1874         (mm-extern-cache-contents): Use with-current-buffer instead of
1875         save-excursion + set-buffer.
1876
1877 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * mm-util.el (mm-emacs-mule): Remove.
1880
1881 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1882
1883         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1884         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1885         change.
1886
1887 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1890         bind the default value of enable-multibyte-characters to nil.
1891
1892 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * message.el (message-forward-make-body-plain)
1895         (message-forward-make-body-mml):
1896         Don't use mm-with-unibyte-current-buffer.
1897
1898 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1899
1900         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1901
1902 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1903
1904         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1905         (Bug#5592).
1906
1907 2010-05-07  Julien Danjou  <julien@danjou.info>
1908
1909         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1910         it to mm-pipe-part.
1911
1912         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1913         it is given.
1914
1915 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * binhex.el (binhex-decode-region-internal)
1918         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1919         (dns-query)
1920         * nnweb.el (nnweb-gmane-search)
1921         * pgg-parse.el (pgg-parse-armor)
1922         * pgg.el (pgg-verify-region)
1923         * sha1.el (sha1-string-external)
1924         * uudecode.el (uudecode-decode-region-internal)
1925         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1926         XEmacs.
1927
1928         * gnus-art.el (gnus-article-browse-html-parts)
1929         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1930         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1931         make-temp-file.
1932
1933         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1934         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1935         compiling.
1936
1937         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1938         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1939         XEmacs when compiling.
1940
1941         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1942         gnus-pick-mode-off-hook for XEmacs when compiling.
1943         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1944         gnus-binary-mode-off-hook for XEmacs when compiling.
1945
1946         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1947         nil if char-charset is not available.
1948
1949         * imap.el (imap-disable-multibyte)
1950         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1951         macros.
1952
1953         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1954         instead of encode-coding-string.
1955
1956         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1957         'xemacs) instead of mm-emacs-mule to switch function definitions.
1958         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1959
1960         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1961         bind temporary-file-directory for XEmacs;
1962         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1963         timer-set-function for XEmacs 21.4 and SXEmacs;
1964         bind timer-list for XEmacs 21.4 and SXEmacs;
1965         fbind char-charset and find-charset-region for non-Mule XEmacs;
1966         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1967         encode-coding-region and encode-coding-string for XEmacs having no
1968         file-coding feature.
1969
1970 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1971
1972         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1973
1974 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1977         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1978
1979 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1980
1981         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1982         alias `jka-compr-delete-temp-file' no longer exists.
1983
1984 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1985
1986         Use define-minor-mode in Gnus where applicable.
1987         * mml.el (mml-mode): Use define-minor-mode.
1988         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1989         (gnus-undo-mode): Use define-minor-mode.
1990         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1991         (gnus-dead-summary-mode): Use define-minor-mode.
1992         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1993         Initialize in declaration.
1994         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1995         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1996         (gnus-mailing-list-mode): Use define-minor-mode.
1997         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1998         (gnus-draft-mode): Use define-minor-mode.
1999         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2000         (gnus-dired-mode): Use define-minor-mode.
2001
2002 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2003
2004         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2005         handles on recursive mml-to-mime translation and check them for
2006         boundary delimiter collisions.  Reported by Greg Troxel.
2007
2008 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2011
2012 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2013
2014         * mm-util.el (mm-find-buffer-file-coding-system):
2015         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2016
2017 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2018
2019         * message.el (message-generate-headers): Record insertion of optional
2020         headers as well.  Otherwise the check to prevent repeated insertion of
2021         optional headers is a no-op.
2022
2023 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * smime.el: Don't mention CVS.
2026
2027         * nnrss.el (nnrss-fetch): Don't mention CVS.
2028
2029         * nnir.el: Don't mention CVS.
2030
2031 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2032
2033         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2034
2035 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * lpath.el: Fbind bookmark-default-handler,
2038         bookmark-get-bookmark-record, bookmark-make-record-default,
2039         bookmark-prop-get for Emacs <23 and XEmacs.
2040
2041 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2042
2043         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2044         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2045         Use with-current-buffer to silence the byte-compiler.
2046         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2047         bother to require `gnus'.
2048         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2049
2050 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2051
2052         * gnus-sum.el (gnus-summary-bookmark-make-record)
2053         (gnus-summary-bookmark-jump): New functions.
2054         (gnus-summary-mode): Setup bookmark support.
2055
2056 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2057
2058         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2059         if set.
2060
2061 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2064         gnus-article-browse-html-save-cid-image; make it work recursively for
2065         forwarded messages as well.
2066         (gnus-article-browse-html-parts): Work when prefix arg is given.
2067         (gnus-article-browse-html-article): Doc fix.
2068
2069 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2070
2071         * message.el (message-default-mail-headers):
2072         (message-default-headers): Carry the value mail-default-headers over
2073         into message-default-mail-headers, rather than message-default-headers.
2074
2075 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2076
2077         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2078         charset.
2079
2080         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2081         charset into the <meta> tag when the article is encoded to utf-8.
2082
2083 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2086         directories as well.
2087         (gnus-article-browse-html-parts): Work for images that do not specify
2088         file names; delete temp directory when quitting; insert header at the
2089         right place; use file: scheme for image files.
2090
2091 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2092
2093         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2094         (gnus-article-browse-html-parts): Use it to make temporary cid image
2095         files in addition to html file so that browser may display them.
2096
2097 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2100
2101 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2102
2103         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2104
2105 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2106
2107         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2108         about Secret Service API sources.  Improve Customize options.
2109         (auth-source-pick): Change to accept any number of search parameters.
2110         Implement fallbacks iteratively, not recursively.  Add scoring on the
2111         second pass and sort by score.  Call Secret Service API when needed.
2112         (auth-source-user-or-password): Use it.  Call Secret Service API
2113         directly when needed to get the user name and the password.
2114
2115 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2116
2117         * message.el (message-interactive): Doc fix.
2118         (message-qmail-inject-args): Reflow.
2119         (message-kill-to-signature): Fix typo in docstring.
2120
2121         * smiley.el (smiley-buffer): Fix typo in docstring.
2122
2123 2010-03-24  Glenn Morris  <rgm@gnu.org>
2124
2125         * mail-source.el (gnus-message): Declare.
2126         (mail-source-delete-old-incoming): Require gnus-util.
2127
2128 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2131
2132         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2133
2134         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2135         password-cache's default if it is not bound.
2136         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2137         password-cache-expiry's default if it is not bound.
2138
2139         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2140         available in Emacs 21.
2141
2142         * lpath.el: Suppress compiler warnings for:
2143         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2144         XEmacs;
2145         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2146         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2147         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2148
2149 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2150
2151         * auth-source.el (auth-sources): Fix up definition so extra parameters
2152         are always inline.
2153
2154 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2155
2156         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2157         wasn't updated after mismatch.  Clear cached mailbox info correctly
2158         when uidvalidity changes.
2159         (nnimap-group-prefixed-name): New function to avoid some code
2160         duplication.
2161         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2162         (nnimap-request-group): Use it.
2163         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2164         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2165         with many imap folders.  This is done by caching the group status from
2166         the imap server persistently in a group parameter `imap-status'.  (This
2167         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2168         but not persistently, so every Gnus startup was still very slow.)
2169
2170 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2171
2172         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2173         delete the extra newline.  Otherwise editing of :string and :number
2174         types don't work.
2175
2176 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2179         secrets.el dependency.
2180         (auth-sources): Add optional user name.  Add secrets.el configuration
2181         choice (unused right now).
2182
2183 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2184
2185         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2186         `gnus-registry-install-shortcuts' fill in the functions.
2187
2188         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2189         warnings.
2190         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2191         (gnus-registry-install-shortcuts): Populate and use it in a
2192         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2193
2194 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2195
2196         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2197         In-place substitutions for the group name encoding/decoding.
2198         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2199         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2200         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2201         (nnimap-update-unseen, nnimap-request-list)
2202         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2203         (nnimap-request-set-mark, nnimap-split-to-groups)
2204         (nnimap-split-articles, nnimap-request-newgroups)
2205         (nnimap-request-create-group, nnimap-request-accept-article)
2206         (nnimap-request-delete-group, nnimap-request-rename-group)
2207         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2208         `encoded-mbx' for consistency.
2209         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2210         variable `imap-current-mailbox'.
2211
2212         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2213         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2214
2215 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2216
2217         * pop3.el (pop3-display-message-size-flag): Display message size byte
2218         counts during POP3 download.
2219         (pop3-movemail): Use it.
2220         (pop3-list): Implement listing of available messages.
2221
2222 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2223
2224         * nnir.el (nnir-get-article-nov-override-function): New function to
2225         override the normal NOV retrieval.
2226         (nnir-retrieve-headers): Use it.
2227
2228 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2229
2230         * auth-source.el (netrc-machine-user-or-password): Autoload.
2231
2232 2010-03-19  Glenn Morris  <rgm@gnu.org>
2233
2234         Stop message.el from loading about 40 libraries it doesn't always need.
2235         The general approach is to autoload rather than require, and to
2236         require in the specific functions rather than the file.  (Bug#5642)
2237
2238         * gmm-utils.el: Don't require wid-edit.
2239         (widget-create-child-value, widget-convert, widget-default-get):
2240         Autoload.
2241
2242         * gnus-util.el: Don't require time-date, netrc.
2243         (message-fetch-field, gnus-group-name-decode): Declare rather than
2244         autoloading.
2245         (gnus-fetch-field): Require message.
2246         (gnus-decode-newsgroups): Require gnus-group.
2247
2248         * ietf-drums.el: Don't require time-date.
2249
2250         * message.el: Don't require hashcash, canlock, ecomplete.
2251         Do require mail-utils.  Require nnheader only when compiling.
2252         (smtpmail-default-smtp-server): Remove declaration.
2253         (message-send-mail-function): Check smtpmail-default-smtp-server
2254         is bound rather than requiring smtpmail.
2255         (message-auto-save-directory, message-insert-signature): Use
2256         expand-file-name rather than nnheader-concat.
2257         (nnheader-insert-file-contents): Autoload.
2258         (hashcash-wait-async): Declare.
2259         (message-send-mail): Only call gnus-setup-posting-charset if
2260         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2261         (message-send-mail-with-sendmail): Require sendmail.
2262         (canlock-password, canlock-password-for-verify): Declare.
2263         (message-canlock-password): Require canlock.
2264         (nnheader-get-report): Autoload.
2265         (gnus-setup-posting-charset): Declare.
2266         (message-send-news): Require gnus-msg.
2267         (message-make-references, message-make-in-reply-to): Use mail-header-id
2268         rather than the alias mail-header-message-id.
2269         (ecomplete-add-item, ecomplete-save): Declare.
2270         (message-put-addresses-in-ecomplete): Require ecomplete.
2271         (ecomplete-display-matches): Autoload.
2272
2273         * mm-decode.el: Don't require mailcap, gnus-util.
2274         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2275         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2276         Autoload.
2277         (mailcap-mime-extensions): Declare.
2278
2279         * mm-encode.el: Don't require mailcap.
2280         (mailcap-extension-to-mime): Autoload.
2281
2282         * mml-sec.el: Don't require password-cache.
2283
2284         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2285         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2286         (mml-minibuffer-read-type): Require mailcap.
2287         (mml-preview): Require gnus-msg.
2288
2289         * mml1991.el: Require password-cache.
2290         (password-cache-expiry): Remove declaration.
2291
2292         * mml2015.el: Require password-cache.
2293         (password-cache-expiry): Remove declaration.
2294
2295         * nneething.el (mailcap): Require mailcap.
2296
2297         * nnheader.el (declare-function): Add compatibility stub.
2298         (message-remove-header): Declare rather than autoload.
2299         (nnheader-replace-header): Require message.
2300
2301         * nnimap.el (declare-function): Add compatibility stub.
2302         (netrc-parse, netrc-machine-user-or-password): Declare.
2303         (nnimap-open-connection): Require netrc.
2304
2305         * nntp.el (declare-function): Add compatibility stub.
2306         (netrc-parse, netrc-machine, netrc-get): Declare.
2307         (nntp-send-authinfo): Require netrc.
2308
2309         * rfc2047.el: Don't require qp.
2310         (quoted-printable-encode-region, quoted-printable-decode-string):
2311         Autoload.
2312
2313         * sieve-mode.el: Don't require easymenu.
2314         (easy-menu-add-item): Autoload it.
2315
2316         * spam-stat.el (time-to-number-of-days): Autoload it.
2317
2318 2010-03-19  Glenn Morris  <rgm@gnu.org>
2319
2320         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2321
2322 2010-03-18  Glenn Morris  <rgm@gnu.org>
2323
2324         * hashcash.el (declare-function): Remove duplicate definition.
2325
2326 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2327
2328         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2329         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2330         value if any backslash escapes).
2331
2332 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2335         if it is available.  (bug#5647)
2336
2337         * lpath.el: Suppress compiler warning for coding-system-from-name for
2338         Emacs 21 and XEmacs.
2339
2340 2010-03-14  Juri Linkov  <juri@jurta.org>
2341
2342         * hmac-def.el:
2343         * hmac-md5.el:
2344         * netrc.el: Fix keywords.
2345
2346 2010-02-26  Glenn Morris  <rgm@gnu.org>
2347
2348         * message.el (message-send-mail-function): Change the default, so that
2349         it inherits from a customized send-mail-function.  (Bug#5643)
2350
2351 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2352
2353         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2354         shell-command-to-string signals an error (bug#5299).
2355
2356 2010-02-24  Glenn Morris  <rgm@gnu.org>
2357
2358         * message.el (message-smtpmail-send-it)
2359         (message-send-mail-with-mailclient): Doc fixes.
2360
2361 2010-02-16  Glenn Morris  <rgm@gnu.org>
2362
2363         * message.el (message-default-mail-headers): Change the default value
2364         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2365
2366 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2369         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2370
2371 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2372
2373         * time-date.el (date-to-time): Doc fix (Bug#5408).
2374
2375 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2376
2377         * message.el (message-mail): Just pass yank-action on to message-setup.
2378         (message-setup): Handle (FUN . ARGS) form of yank-action.
2379         (message-with-reply-buffer, message-widen-reply)
2380         (message-yank-original): Handle non-buffer values of
2381         message-reply-buffer (Bug#4080).
2382         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2383
2384 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2385
2386         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2387         Fix typo in docstring.
2388
2389 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2390
2391         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2392         response.
2393
2394 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2397
2398         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2399
2400         * message.el (message-check-news-header-syntax): Protect against a
2401         string that `rfc822-addresses' returns when parsing fails.
2402
2403 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2406         (gnus-previous-char-property-change): New functions.
2407
2408         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2409
2410 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2411
2412         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2413         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2414
2415 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2416
2417         * message.el (message-exchange-point-and-mark): Rework last change to
2418         avoid using optional arg of exchange-point-and-mark, for backward
2419         compatibility.
2420
2421 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2422
2423         * message.el (message-exchange-point-and-mark): Call
2424         exchange-point-and-mark with an argument rather than setting
2425         mark-active by hand (Bug#5175).
2426
2427 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * nntp.el (nntp-service-to-port): Work for service expressed with
2430         numeric string; replace [:digit:] with [0-9] for XEmacs.
2431
2432 2009-12-17  Glenn Morris  <rgm@gnu.org>
2433
2434         * gnus-group.el (gnus-bug-group-download-format-alist):
2435         Change emacs entry to debbugs.gnu.org.  Bump :version.
2436
2437 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2438
2439         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2440
2441 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2442
2443         * message.el (message-info): Explain why we use `Info-goto-node'.
2444
2445 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2448
2449 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2450
2451         * message.el (message-completion-in-region): New compatibility function.
2452         (message-expand-group): Use it.
2453
2454 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2457         with no unread article should be listed if the 2nd arg `predicate' is
2458         given.
2459
2460 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2463
2464 2009-11-29  Juri Linkov  <juri@jurta.org>
2465
2466         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2467         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2468         on `gnus-recenter'. (Bug#4698, Bug#4981)
2469
2470 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2471
2472         * sha1.el (sha1-string-external): default-directory "/" in case
2473         otherwise non-existent.  process-connection-type pipe for touch of
2474         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2475
2476 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2477
2478         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2479         it's comms related and sgml-mode.el has "comm" on that basis too.
2480
2481 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2484         containing tspecial characters if they have been already quoted.
2485
2486 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2487
2488         * dns-mode.el (auto-mode-alist): Purecopy string.
2489
2490 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2491
2492         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2493
2494 2009-10-24  Glenn Morris  <rgm@gnu.org>
2495
2496         * gnus-art.el (help-xref-stack-item): Define for compiler.
2497
2498 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2499
2500         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2501
2502 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2505
2506 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2509         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2510
2511 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2514         (gnus-overlays-in): New alias to overlays-in.
2515
2516         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2517         gnus-overlay-get, and gnus-delete-overlay.
2518         (gnus-summary-show-thread): Make it work as well for systems in which
2519         next-single-char-property-change is not available.
2520         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2521
2522         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2523         (gnus-overlay-get): New alias to extent-property.
2524         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2525
2526         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2527         SXEmacs.
2528
2529         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2530         SXEmacs.
2531
2532 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2533
2534         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2535
2536 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2537
2538         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2539         and XEmacs that don't have `remove-overlays'.
2540
2541 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2542
2543         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2544         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2545         selective display.  Use overlays instead.
2546
2547 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2548
2549         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2550
2551 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2552
2553         * spam-stat.el (spam-stat-load): Fix typo in message.
2554
2555 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2556
2557         * dig.el (dig-invoke): Fix typo in docstring.
2558         (query-dig): Reflow docstring.
2559
2560 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2561
2562         * gnus-art.el (gnus-article-encrypt-body):
2563         * message.el (message-check-recipients):
2564         * mm-util.el (mm-codepage-setup):
2565         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2566         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2567
2568 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2569
2570         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2571         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2572         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2573         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2574         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2575
2576 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2577
2578         * dig.el: Add "Keywords: comm", as per net-utils.el.
2579
2580 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2581
2582         * dig.el (dig-mode): Use define-derived-mode.
2583
2584 2009-09-19  Glenn Morris  <rgm@gnu.org>
2585
2586         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2587
2588 2009-09-18  Glenn Morris  <rgm@gnu.org>
2589
2590         * gnus-diary.el (gnus-diary-check-message):
2591         * message.el (message-insert-formatted-citation-line):
2592         * nnbabyl.el (top-level):
2593         * nndiary.el (nndiary-schedule):
2594         Fix typos in condition-case handlers.
2595
2596 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2599         configuration that provides the sole article window in a frame;
2600         position point correctly after deleting a part.
2601
2602 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2603
2604         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2605         (spam-resolve-registrations-routine): Use it to unregister articles
2606         that change status.
2607
2608 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2611         with XEmacs.
2612         (parse-time-string-chars): Use it.
2613
2614 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2615
2616         * imap.el (imap-interactive-login): Better messages.
2617         (imap-open): Fix bug with renamed buffer on reconnect.
2618         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2619         for easier debugging and cleaner code.  On successful (guessed based on
2620         server capabilities) secondary authentication, set imap-state
2621         correctly.
2622         (imap-last-authenticator): Define imap-last-authenticator as a variable
2623         to avoid warnings.
2624
2625 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * nnrss.el (nnrss-request-article): Remove binding of
2628         default-enable-multibyte-characters that has gotten needless by
2629         the 2007-07-13 change in rfc2047-encode-message-header.
2630
2631         * mml.el (mml-insert-multipart): Error on the message header.
2632         (mml-insert-part): Error on the message header; position point at
2633         the end of a MIME tag.
2634
2635 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * time-date.el (autoload): Expand define-obsolete-function-alias into
2638         defalias and make-obsolete for old Emacsen that Gnus supports.
2639         (with-no-warnings): Define it for old Emacsen.
2640         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2641         is available.
2642         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2643         float-time is available; suppress compile warning for time-to-seconds.
2644
2645         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2646         (gnus-float-time): Alias to float-time if it exists.
2647
2648         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2649         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2650         float-time is available; suppress compile warning for time-to-seconds.
2651
2652         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2653         XEmacs.
2654
2655 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         * imap.el (imap-message-map): Docstring fix.
2658
2659 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2662         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2663         Add the optional argument `encoding' that overrides the default.
2664
2665         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2666         mm-encode-buffer.
2667
2668 2009-09-04  Glenn Morris  <rgm@gnu.org>
2669
2670         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2671         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2672         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2673         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2674         * mm-util.el (mm-with-unibyte-current-buffer)
2675         (mm-find-buffer-file-coding-system):
2676         * yenc.el (yenc-decode-region): Use default-value rather than
2677         default-enable-multibyte-characters.
2678
2679 2009-09-03  Glenn Morris  <rgm@gnu.org>
2680
2681         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2682         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2683         than default-enable-multibyte-characters.
2684
2685 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2686
2687         * gnus-art.el (gnus-article-read-summary-keys):
2688         Fix gnus-buffer-configuration's value temporarily used.
2689
2690 2009-09-02  Glenn Morris  <rgm@gnu.org>
2691
2692         * gnus-util.el (gnus-float-time): New function.
2693         * gnus-delay.el (gnus-delay-article):
2694         * gnus-sum.el (gnus-thread-latest-date):
2695         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2696         * nnspool.el (nnspool-request-newgroups):
2697         Use gnus-float-time rather than time-to-seconds.
2698         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2699
2700         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2701         (gnus-header-subject-face, gnus-header-newsgroups-face)
2702         (gnus-header-name-face, gnus-header-content-face):
2703         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2704         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2705         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2706         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2707         (gnus-cite-face-11):
2708         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2709         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2710         (gnus-server-closed-face, gnus-server-denied-face)
2711         (gnus-server-offline-face):
2712         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2713         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2714         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2715         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2716         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2717         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2718         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2719         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2720         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2721         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2722         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2723         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2724         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2725         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2726         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2727         (gnus-summary-high-undownloaded-face)
2728         (gnus-summary-low-undownloaded-face)
2729         (gnus-summary-normal-undownloaded-face)
2730         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2731         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2732         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2733         (gnus-splash-face):
2734         * message.el (message-header-to-face, message-header-cc-face)
2735         (message-header-subject-face, message-header-newsgroups-face)
2736         (message-header-other-face, message-header-name-face)
2737         (message-header-xheader-face, message-separator-face)
2738         (message-cited-text-face, message-mml-face):
2739         * sieve-mode.el (sieve-control-commands-face)
2740         (sieve-action-commands-face, sieve-test-commands-face)
2741         (sieve-tagged-arguments-face):
2742         * spam.el (spam-face):
2743         Mark face aliases with "-face" in the name as obsolete.
2744
2745 2009-09-01  Glenn Morris  <rgm@gnu.org>
2746
2747         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2748         than goto-line.
2749
2750 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2753         Don't move point if the command is invoked inside the message header.
2754
2755 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2756
2757         * imap.el (imap-send-command): Simplify.
2758         (imap-wait-for-tag): point-max -> buffer-size.
2759
2760 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2761
2762         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2763         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2764         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2765         * nnir.el (nnir-swish-e-index-file):
2766         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2767         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2768         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2769         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2770         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2771         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2772
2773 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2776         Don't save excursion.
2777
2778 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2779
2780         * nnheader.el (nnheader-find-file-noselect):
2781         * mm-util.el (mm-insert-file-contents):
2782         Use (default-value 'major-mode) instead of default-major-mode.
2783
2784 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2785
2786         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2787
2788 2009-08-26  Glenn Morris  <rgm@gnu.org>
2789
2790         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2791         than placing in files.el.
2792
2793 2009-08-25  Glenn Morris  <rgm@gnu.org>
2794
2795         * nnir.el (top-level): Don't require cl at run-time.
2796         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2797         Replace cl-function substitute with gnus-replace-in-string.
2798         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2799         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2800         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2801         simplified expansions.
2802
2803 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2804
2805         * dig.el (dig): Add autoload cookie.
2806
2807 2009-08-22  Glenn Morris  <rgm@gnu.org>
2808
2809         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2810         goto-line.
2811
2812 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2813
2814         * parse-time.el (parse-time-string-chars): Save match data.
2815
2816 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2817
2818         * parse-time.el (parse-time-string-chars): Compute using character
2819         classes, to handle non-ascii characters (Bug#3190).
2820
2821 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2824
2825         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2826         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2827         (gnus-mm-display-part, gnus-mime-display-single)
2828         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2829         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2830
2831         * gnus-sum.el
2832         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2833         (gnus-summary-move-article): Add expirable mark to articles copied or
2834         moved to group that has auto-expire turned on if the option is non-nil.
2835
2836 2009-07-24  Glenn Morris  <rgm@gnu.org>
2837
2838         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2839         Fix typo.  (Bug#3903)
2840
2841 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2844         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2845         that should not be used for draft articles.
2846         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2847         that has no concern in minor mode keys.
2848         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2849         Abolish.
2850
2851 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2854         article without making inquiry to a user for unknown encoding.
2855
2856         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2857         (nnmaildir--scan): Assume i-node and device number that file-attributes
2858         returns might be cons-cell.
2859
2860         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2861
2862         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2863
2864 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2865
2866         * auth-source.el: Remove docs now in auth.texi.  Don't use
2867         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2868         `auth-source-hide-passwords' and use them.
2869
2870 2009-07-15  Glenn Morris  <rgm@gnu.org>
2871
2872         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2873
2874 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2877         excessive whitespace from the default values of title and description.
2878
2879 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2882         mail-fetch-field to fetch Content-Description header in order to
2883         exclude newlines.
2884
2885 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2886
2887         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2888         format used by GnuPG 2.0.11.
2889
2890 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2893         to deleted part.
2894
2895 2009-05-30  David Engster  <dengste@eml.cc>
2896
2897         * nnmairix.el: Remove old documentation in the commentary block.
2898         (nnmairix-request-group): Do not update active file for nnml back ends.
2899         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2900         end so that overview files are ignored.
2901         (nnmairix-update-groups): Make updating the groups more robust by using
2902         marks.
2903         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2904         with dollar characters in message-id.
2905
2906 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2909         2008-12-25 in dns.el.
2910
2911 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2912
2913         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2914         could happen if the text is only composed of spaces and/or tabs.
2915
2916 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2917
2918         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2919         when sending a queued message to avoid extra mml tags.
2920
2921 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2924
2925 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2928         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2929         rmail-toggle-header for XEmacs;
2930         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2931
2932 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-dired.el: Remove autoload for gnus-setup-message.
2935         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2936         displaying Gnus logo; always use compose-mail.
2937
2938 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2941
2942 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2945         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2946         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2947         available.
2948         (gnus-nocem-epg-verify): New function.
2949
2950 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2951
2952         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2953
2954 2009-02-15  Glenn Morris  <rgm@gnu.org>
2955
2956         * gnus-util.el (rmail-insert-rmail-file-header)
2957         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2958         autoloads.
2959         (rmail-default-rmail-file): Remove unnecessary declaration.
2960         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2961
2962 2009-02-14  Glenn Morris  <rgm@gnu.org>
2963
2964         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2965         variable (only used in gnus-util, which declares it anyway).
2966         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2967         which was only needed by gnus-art (changed to not use it any more).
2968         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2969         only used in gnus-util, which autoloads it itself.
2970         (rmail-update-summary): Fix autoload.
2971
2972         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2973         rather than rmail-output-to-rmail-file.
2974
2975 2009-02-07  Glenn Morris  <rgm@gnu.org>
2976
2977         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2978         autoload of function that no longer exists.
2979         (rmail-toggle-header): Declare.
2980         (message-forward-rmail-make-body): Handle mbox Rmail.
2981
2982 2009-01-31  Glenn Morris  <rgm@gnu.org>
2983
2984         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2985         2009-01-09 change.
2986
2987 2009-01-31  Dave Love  <fx@gnu.org>
2988
2989         * imap.el (imap-fetch-safe): Bind debug-on-error.
2990         (imap-debug): Add imap-fetch-safe.
2991
2992 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2993
2994         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2995         (auth-source-forget-all-cached): New convenience function.
2996         (auth-source-user-or-password): Accept list of modes or a single mode.
2997
2998         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2999         auth-source modes.
3000
3001         * netrc.el (netrc-machine-user-or-password): Use list of
3002         auth-source modes.
3003
3004         * nnimap.el (nnimap-open-connection): Use list of
3005         auth-source modes.
3006
3007         * nntp.el (nntp-send-authinfo): Use list of
3008         auth-source modes.
3009
3010 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3011
3012         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3013         now.
3014
3015 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3018         coding system in XEmacs; add a workaround for XEmacs.
3019
3020         * lpath.el: Fbind coding-system-aliasee.
3021
3022 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3025         of current-language-environment.
3026
3027 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3028
3029         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3030         available at runtime.
3031
3032 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3035
3036 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3037
3038         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3039         the greatest positive fixnum value doesn't work under an XEmacs with
3040         bignum support; use the most-positive-fixnum constant instead,
3041         available since Emacs 21.1 with cl and XEmacs 21.1.
3042
3043 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3046         XEmacs gets not to work.
3047
3048 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * mm-util.el (mm-coding-system-priorities): Allow the value like
3051         "Japanese (UTF-8)" of current-language-environment.
3052
3053 2009-01-09  Glenn Morris  <rgm@gnu.org>
3054
3055         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3056         with last-command-event.
3057
3058 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3059
3060         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3061         in the doc string.
3062
3063         * message.el (message-fix-before-sending): Amend comment.
3064
3065 2009-01-08  Dave Love  <fx@gnu.org>
3066
3067         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3068
3069 2009-01-07  David Engster  <dengste@eml.cc>
3070
3071         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3072         simplified server definitions by converting it via
3073         gnus-server-to-method.
3074
3075 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3078         parameter's operands.
3079
3080 2009-01-06  David Engster  <dengste@eml.cc>
3081
3082         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3083         primary select method (for gnus-group-mark-article-as-read).
3084
3085 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3086
3087         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3088         `(gnus)Face', not `(gnus)X-Face'.
3089
3090 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * mm-util.el (mm-ucs-to-char): New function.
3093
3094         * mm-url.el (mm-url-decode-entities): Use it.
3095
3096         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3097         unicode-to-char.
3098
3099 2009-01-05  Dave Love  <fx@gnu.org>
3100
3101         * time-date.el: Require cl for `declare'.
3102
3103 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3106         Dave Love.
3107
3108 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3109
3110         * message.el (message-fix-before-sending): Add `eight-bit' to
3111         illegible-text check.
3112
3113 2009-01-03  Michael Olson  <mwolson@gnu.org>
3114
3115         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3116         `headers' is nil.  This can occur if the IMAP server does not have
3117         permissions to read messages from a folder, but can write new messages
3118         to the folder.
3119         (nnimap-request-article-part): Do not insert `data' if it is nil.
3120
3121         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3122         characters which will confuse `read', so skip past them.
3123
3124 2009-01-01  Dave Love  <fx@gnu.org>
3125
3126         * imap.el (imap-string-to-integer): Fix typo.
3127         (imap-fetch-safe): New function.
3128         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3129
3130         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3131
3132         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3133         (imap-parse-greeting): Fix doc strings.
3134         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3135         (imap-parse-flag-list): Make messages unique.
3136         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3137
3138         * nnimap.el: Fix author email.
3139         (nnimap-split-rule): Add FIXME comment.
3140         (nnimap-debug): Fix doc string.
3141
3142 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3143
3144         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3145
3146 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3147
3148         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3149         nslookup if resolv.conf isn't available.
3150         (dns-query): Rename from query-dns.
3151         (dns-query-cached): Rename from query-dns-cached.
3152
3153 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3156         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3157         to check if those variables exist (first appeared in Emacs 18.50).
3158
3159 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * mm-util.el (mm-line-number-at-pos): New function.
3162
3163         * spam-report.el (spam-report-process-queue): Use it.
3164
3165 2008-12-24  David Engster  <dengste@eml.cc>
3166
3167         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3168         parameters that haven't existed as variables as buffer-local variables.
3169
3170 2008-12-23  Dave Love  <fx@gnu.org>
3171
3172         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3173         cadar.
3174
3175         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3176         imap-starttls-p.
3177         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3178
3179 2008-12-22  Dave Love  <fx@gnu.org>
3180
3181         * imap.el: Fix author email.  Doc fixes.
3182         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3183         reply.
3184
3185 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3186
3187         * spam-report.el (spam-report-gmane-max-requests): New constant.
3188         (spam-report-gmane-wait): New variable.
3189         (spam-report-gmane-ham, spam-report-gmane-spam)
3190         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3191         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3192         the server.
3193
3194         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3195         Add explanations.
3196
3197         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3198         nnheader-accept-process-output and nnheader-read-timeout if available.
3199         (pop3-movemail): Use it.
3200
3201         * message.el (message-check-news-body-syntax): Fix signature check if
3202         there's an attachment.
3203
3204 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * mm-util.el: Add comments to the mm- emulating functions.
3207
3208 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3209
3210         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3211         by Stephen Berman <stephen.berman@gmx.net>.
3212
3213 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * mm-util.el (mm-substring-no-properties): New function.
3216         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3217         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3218         (mm-string-to-multibyte): Doc fix.
3219
3220         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3221
3222 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3223
3224         * mml.el (mml-attach-file): Strip text properties from file name.
3225         (Bug#1574)
3226
3227 2008-12-16  Glenn Morris  <rgm@gnu.org>
3228
3229         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3230
3231 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3234         knows since the charset specified might be a bogus alias that
3235         mm-charset-synonym-alist provides.
3236
3237 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3240         "ISO_8859-1".
3241
3242         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3243
3244 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * mm-util.el (mm-charset-eval-alist):
3247         Define it before mm-charset-to-coding-system.
3248         (mm-charset-to-coding-system): Add optional argument `silent';
3249         define it before mm-charset-override-alist.
3250         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3251         default value if it can be used in Emacs currently running;
3252         silence mm-charset-to-coding-system.
3253
3254 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3257         `allow-override' which says whether to use `mm-charset-override-alist'.
3258         (rfc2047-decode-encoded-words): Use it.
3259
3260         * mm-util.el (mm-charset-override-alist): Fix custom type;
3261         add `(gb2312 . gbk)' to choices.
3262
3263 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3266         fast.
3267
3268         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3269
3270         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3271
3272 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3273
3274         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3275         on links.
3276
3277         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3278
3279 2008-12-03  Lute Kamstra  <lute@gnu.org>
3280
3281         * sha1.el: Remove leading * from docstrings of defcustoms,
3282         deffaces, defconsts and defuns.
3283
3284 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3287         users' addresses that don't have domain parts.
3288         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3289         rather than message-narrow-to-head since there will be the message
3290         header separator.
3291
3292 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3293
3294         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3295         since the result is inserted in a unibyte buffer anyway.
3296         (nnimap-demule-use-string-to-multibyte): Remove.
3297         (nnimap-demule): Alias it to mm-string-to-multibyte.
3298
3299 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3300
3301         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3302         variable for debugging bug#464 and bug#1174.
3303         (nnimap-demule): Use it.
3304
3305 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3306
3307         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3308         score calculation correctly.
3309
3310 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3311
3312         * message.el (message-send-mail): Just set the buffer to unibyte
3313         rather than use mm-with-unibyte-current-buffer which does a lot more.
3314         (message-send-mail-partially): Don't bother with
3315         mm-with-unibyte-current-buffer since it's already been made unibyte by
3316         message-send-mail.
3317
3318 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3319
3320         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3321
3322 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3325
3326 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3329         require itself and to remove `with-no-warnings'.
3330
3331 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3332
3333         * starttls.el (starttls-any-program-available): Get the name of the
3334         available TLS layer program.
3335         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3336         well as the host name in the "opening" message.
3337
3338         * auth-source.el (auth-source-cache, auth-source-do-cache)
3339         (auth-source-user-or-password): Cache passwords and logins by default,
3340         allow override with `auth-source-do-cache'.
3341         (auth-source-forget-user-or-password): Allow users to remove cache
3342         entries if needed.
3343
3344 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3345
3346         * md4.el (md4-buffer): Fix typo in docstring.
3347         (md4, md4-64): Doc fixes.
3348         (md4-pack-int32): Reflow docstring.
3349
3350 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3351
3352         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3353         condition-case to only the forward-sexp call.
3354
3355 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3356
3357         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3358         quotes contained.  Make it more robust regardless by an extra
3359         condition-case wrapper.
3360
3361 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3364
3365 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * nnml.el (nnml-request-expire-articles): Check if the function set to
3368         `nnmail-expiry-target' returns the symbol `delete'.
3369
3370         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3371
3372         * nnmail.el (nnmail-expiry-target): Fix custom type.
3373
3374 2008-10-02  Glenn Morris  <rgm@gnu.org>
3375
3376         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3377         Silence compiler warning.
3378
3379 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3380
3381         * tls.el (open-tls-stream): Show the actual command being
3382         executed, instead of the format string.
3383
3384 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * lpath.el: Fbind codepage-setup for Emacs 23.
3387
3388 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3389
3390         * mml.el (mml-menu): Don't assume mml2015 is bound.
3391
3392 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3395         exists.
3396
3397 2008-09-27  Glenn Morris  <rgm@gnu.org>
3398
3399         * gnus-util.el (mail-header-remove-comments): Autoload it.
3400
3401 2008-09-27  Andreas Schwab  <schwab@suse.de>
3402
3403         * gnus-util.el (gnus-split-references): Strip comments.
3404         (gnus-parent-id): Likewise.
3405
3406 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3407
3408         * message.el (message-confirm-send): Fix version.
3409
3410 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * message.el (message-idna-to-ascii-rhs-1): Use
3413         mail-extract-address-components rather than mail-header-parse-addresses
3414         that is an alias by default to ietf-drums-parse-addresses that does not
3415         support non-ASCII names in headers' contents.
3416
3417 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3418
3419         * message.el (message-confirm-send): Fixed variable documentation to
3420         avoid the "y/n" wording.
3421
3422 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3423
3424         * message.el (message-set-auto-save-file-name): Save to a different
3425         filename so multiple messages (especially drafts) can be recovered.
3426
3427 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3428
3429         * message.el (message-confirm-send): Add appropriate version.
3430
3431 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3432
3433         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3434         defvar.
3435
3436 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3437
3438         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3439         (mm-pkcs7-enveloped-magic): Ditto.
3440
3441 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3442
3443         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3444         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3445
3446 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3447
3448         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3449         default, it's better.
3450
3451 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3452
3453         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3454         summary line gnus-number property and ignore them (with a warning
3455         message).
3456
3457 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3460         macro caddr in the interactive form since it won't be expanded.
3461
3462 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3465         `charset'; fix name of function called recursively.
3466         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3467
3468 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3471         (gnus-mime-set-charset-parameters): New function.
3472         (gnus-mime-view-part-as-charset): Use it to correctly display part
3473         specifying wrong charset.
3474
3475 2008-09-08  David Engster  <dengste@eml.cc>
3476
3477         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3478         in completing-read for back end server.
3479
3480 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3481
3482         * message.el (message-confirm-send): New variable to confirm sending a
3483         message.
3484         (message-send): Use it.
3485
3486 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3487
3488         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3489
3490 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3493
3494 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3495
3496         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3497         prevent tracking too many groups.
3498         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3499         Use it.
3500
3501 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3502
3503         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3504         moving point to the bottom of the window in order to avoid recentering.
3505
3506 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3509
3510         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3511         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3512         (gnus-article-beginning-of-window): Fix calculation.
3513
3514 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * gnus-msg.el (gnus-summary-supersede-article)
3517         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3518         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3519         message header.
3520
3521 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3522
3523         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3524         pending output coming after the status change.
3525
3526 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3527
3528         * message.el:
3529         * gnus-start.el:
3530         * gnus-registry.el: Remove VMS support.
3531
3532 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3535         macro.
3536         (rfc2104-hash): Use it.
3537
3538 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3539
3540         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3541         (gnus-summary-sort-by-most-recent-date): New commands.
3542         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3543         and menu entries.
3544
3545 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3548         don't redisplay article for raw contents; remove plural articles stuff.
3549
3550         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3551         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3552         on gnus-summary-save-article; display results properly.
3553
3554 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * lpath.el: No need to fbind ns-focus-frame.
3557
3558 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3561
3562 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3565         gnus-save-all-headers.
3566
3567 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3568
3569         * gnus-util.el (ns-focus-frame): Remove declaration.
3570         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3571         like x.
3572
3573 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3574
3575         * rfc2104.el (rfc2104-zero): Delete defconst.
3576         (rfc2104-hex-alist): Likewise.
3577         (rfc2104-hex-to-int): Delete func.
3578         (rfc2104-hexstring-to-bitstring): Likewise.
3579         (rfc2104-nybbles): New defconst.
3580         (rfc2104-hash): Rewrite for speed.
3581
3582 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * tls.el (open-tls-stream): Make it work with the 2nd argument
3585         BUFFER that is a string but does not exist as a buffer object, as
3586         mentioned in the doc-string.
3587
3588 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3591         SXEmacs.
3592
3593 2008-07-16  Glenn Morris  <rgm@gnu.org>
3594
3595         * gnus-util.el (ns-focus-frame): Declare for compiler.
3596
3597 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3600         set as a group parameter.
3601         (gnus-summary-save-in-pipe): Work when it is called independently.
3602         (gnus-summary-pipe-to-muttprint): Don't modify
3603         gnus-summary-pipe-output-default-command.
3604
3605 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3606
3607         * message.el (message-send-mail-with-sendmail):
3608         Display the error message.
3609
3610 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-art.el (gnus-default-article-saver):
3613         Add gnus-summary-save-in-pipe to choices.
3614         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3615         gnus-summary-pipe-output-default-command as the default command.
3616         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3617         instead of gnus-last-shell-command.
3618
3619         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3620         New user option.
3621         (gnus-summary-muttprint-program): Mention the value will be changed.
3622         (gnus-summary-save-article): Force showing of all headers.
3623         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3624
3625 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3626
3627         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3628
3629 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3630
3631         * nnimap.el (nnimap-id):
3632         * sieve-manage.el (sieve-manage-open): Doc fixes.
3633
3634 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3635
3636         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3637         if available.
3638
3639 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3640
3641         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3642
3643         * nnkiboze.el (nnkiboze-generate-group):
3644         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3645
3646         * nnmairix.el: Require CL.
3647
3648 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * dgnushack.el: Autoload get-display-table and put-display-table for
3651         XEmacs 21.5.
3652
3653         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3654         21.4 and SXEmacs.
3655
3656 2008-06-15  David Engster  <dengste@eml.cc>
3657
3658         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3659
3660 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3661
3662         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3663         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3664         runtime choice under XEmacs.
3665
3666         * gnus-sum.el (gnus-summary-set-display-table):
3667         Use `gnus-put-display-table', `gnus-get-display-table',
3668         `gnus-set-display-table' for the display table, instead of `aset'.
3669
3670         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3671         Use `gnus-put-display-table', `gnus-get-display-table',
3672         `gnus-set-display-table' for the display table.
3673
3674 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * nnmairix.el: Add autoloads.
3677
3678 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * nnmairix.el (nnmairix-delete-recreate-group)
3681         (nnmairix-update-and-clear-marks): Fix error messages.
3682
3683 2008-06-14  David Engster  <dengste@eml.cc>
3684
3685         * nnmairix.el: Upgrade to version 0.6.
3686         (nnmairix-group-toggle-propmarks-this-group)
3687         (nnmairix-group-toggle-readmarks-this-group)
3688         (nnmairix-group-delete-recreate-this-group)
3689         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3690         (nnmairix-remove-tick-mark-original-article): New commands.
3691         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3692         (nnmairix-propagate-marks-to-nnmairix-groups)
3693         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3694         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3695         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3696         functions needed for marks propagation and manipulation of read marks.
3697         (nnmairix-update-groups): New function.
3698         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3699         (nnmairix-determine-original-group-from-registry)
3700         (nnmairix-determine-original-group-from-path)
3701         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3702         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3703         New helper functions.
3704         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3705         keystrokes for new commands.
3706         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3707         (nnmairix-request-group): Check allow-fast group parameter.
3708         (nnmairix-request-create-group): Set allow-fast group parameter if
3709         nnmairix-allowfast-default is set.
3710         (nnmairix-close-group): Propagate marks upon closing if needed.
3711         (nnmairix-group-toggle-threads-this-group): Use new.
3712         nnmairix-group-toggle-parameter helper function.
3713         (nnmairix-search): Better check for empty search result.
3714         (nnmairix-goto-original-article): Use new helper functions for
3715         determining original article.
3716         (nnmairix-show-original-article): Make sure message-id is in brackets.
3717         (nnmairix-call-mairix-binary): Change variable name.
3718         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3719         helper function.
3720         (nnmairix-widget-toggle-activate): Fix doc string.
3721
3722 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * nnir.el: Require edmacro when compiling with XEmacs.
3725         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3726         available in Emacs 21.
3727
3728 2008-06-11  Glenn Morris  <rgm@gnu.org>
3729
3730         * gnus-util.el (x-focus-frame):
3731         * gnus.el (image-size):
3732         * mm-decode.el (image-size): Declare.
3733
3734         * gnus-picon.el (declare-function): Add compat definition.
3735         (image-size): Declare.
3736
3737         * gnus-group.el (tool-bar-map):
3738         * gnus-sum.el (tool-bar-map): Define for compiler.
3739
3740         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3741
3742         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3743
3744         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3745         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3746         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3747         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3748         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3749         * sieve-manage.el, spam-report.el, spam.el:
3750         Remove unnecessary eval-and-compile of autoloads.
3751
3752 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3753
3754         * auth-source.el: Precise Tramp doc.
3755
3756 2008-06-07  Glenn Morris  <rgm@gnu.org>
3757
3758         * nnmairix.el: Remove unnecessary eval-when-compile.
3759
3760 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * lpath.el: Fbind propertize for XEmacs 21.4.
3763
3764 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3765
3766         * nnir.el: Move here from ../contrib.
3767
3768 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3769
3770         * gnus-util.el (gnus-read-shell-command): New function.
3771         * mm-decode.el (mm-pipe-part):
3772         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3773
3774 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3777
3778 2008-06-03  Glenn Morris  <rgm@gnu.org>
3779
3780         * pop3.el (nnheader-accept-process-output): Autoload it.
3781
3782 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3785         are not 2-digit hexadecimal characters that follow `%'s.
3786
3787 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3788
3789         * message.el (message-bogus-recipient-p): Fix type in doc string.
3790         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3791         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3792         Improve custom options.
3793         (message-bogus-recipient-p): Adjust accordingly.
3794
3795 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3796
3797         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3798         long-form month and day names.
3799
3800 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * dgnushack.el: Autoload debug, eudc-expand-inline and
3803         pgg-snarf-keys-region for XEmacs.
3804
3805         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3806
3807         * nnmairix.el: Require edmacro when compiling with XEmacs.
3808
3809 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3812         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3813
3814 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3815
3816         * auth-source.el: Add more docs.
3817
3818         * netrc.el (netrc-machine): Always match if the port is not given.
3819
3820 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3823         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3824         retrieval faster in some cases, but might make CPU usage larger.  If
3825         this has any bad side effects, we might revert this change.
3826
3827         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3828         seems to make mail retrieval much, much faster.
3829         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3830         unconditionally.
3831
3832         * gnus-draft.el (gnus-group-send-queue): Bind
3833         message-send-mail-partially-limit to nil to avoid being prompted.
3834
3835 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3836
3837         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3838
3839         * message.el (message-bogus-address-regexp): Fix and improve custom
3840         type.
3841         (message-setup-hook): Add message-check-recipients as custom option.
3842
3843 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * message.el (message-cite-function): Remove bogus autoload which crept
3846         in during merge from v5-10.
3847
3848 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3851
3852         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3853
3854         * auth-source.el: Preliminary Tramp docs.
3855         (auth-sources): Change the default auth-sources to use
3856         EPA .gpg files.
3857
3858 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3859
3860         * nntp.el: Autoload `auth-source-user-or-password'.
3861         (nntp-send-authinfo): Use it.
3862
3863         * nnimap.el: Autoload `auth-source-user-or-password'.
3864         (nnimap-open-connection): Use it.
3865
3866         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3867         for the gnus-message function.
3868         (auth-source-user-or-password): Use it.
3869
3870 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3871
3872         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3873         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3874         (rfc2104-hash): Use it.
3875
3876 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3877
3878         * gnus-art.el (gnus-article-toggle-truncate-lines):
3879         Don't use `iff' in docstring.
3880
3881 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3884
3885         * gnus-util.el (gnus-extract-address-component-name)
3886         (gnus-extract-address-component-email): Convenience functions around
3887         `gnus-extract-address-components'.
3888
3889         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3890         Use `gnus-extract-address-component-email' to fix bug of comparing full
3891         sender name to `user-mail-address'.
3892
3893 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3894
3895         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3896         catch/throw to optimize.
3897         (gnus-registry-find-keywords): Just use member to find a keyword.
3898
3899 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3900
3901         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3902         is current before calling gnus-server-prepare.
3903         (gnus-server-setup-buffer, gnus-server-update-server)
3904         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3905
3906 2008-05-04  Juri Linkov  <juri@jurta.org>
3907
3908         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3909         (mailcap-file-default-commands): Use mailcap-replace-in-string
3910         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3911         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3912
3913 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3914
3915         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3916
3917 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3918
3919         * gnus.el: Bump version to 0.11.
3920
3921 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3922
3923         * gnus.el: No Gnus v0.10 is released.
3924
3925 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3928         hooks.
3929         (gnus-update-read-articles): Speed up non-marks-using users.
3930         (gnus-use-marks): Define gnus-use-marks.
3931         (gnus-propagate-marks): Rename variable to something more sensible.
3932
3933 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3934
3935         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3936         (gmm-image-load-path-for-library): Fix typos in docstrings.
3937         (gmm-message): Reflow docstring.
3938
3939 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3940
3941         * mail-source.el (mail-source-set-1, mail-source-bind):
3942         Move auth-source code out of the macro to clean it up and fix bugs.
3943
3944 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3947         by sender if it's equal to user-mail-address, it's likely to be
3948         useless.
3949
3950         * mail-source.el (mail-source-bind): Don't use user or password if they
3951         are not bound.  Unintern them if they are nil.  Don't use server unless
3952         it's bound, and default it to empty string otherwise.
3953
3954 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3955
3956         * mail-source.el: Load auth-source.el.
3957         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3958         get user name or password, if auth-sources is set up.
3959
3960         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3961         strategy of splitting with parent.
3962         (gnus-registry-split-fancy-with-parent)
3963         (gnus-registry-post-process-groups): Use it and fix prior
3964         bug (returning a list as the split result).
3965
3966         * auth-source.el (auth-sources): Remove server parameter.
3967         (auth-source-pick, auth-source-user-or-password)
3968         (auth-source-user-or-password-imap)
3969         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3970         (auth-source-user-or-password-sftp)
3971         (auth-source-user-or-password-smtp): Remove server parameter.
3972
3973 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3974
3975         * smime.el (smime-sign-region, smime-encrypt-region)
3976         (smime-decrypt-region):
3977         Remove redundant calls to `generate-new-buffer-name'.
3978
3979 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3980
3981         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3982         Don't use QP for message/rfc822.
3983         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3984
3985 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3986
3987         * sieve-manage.el (sieve-string-bytes): Remove.
3988         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3989         correct byte-length only if the process's coding-system is the same as
3990         the one used internally by Emacs to represent strings.
3991
3992 2008-04-22  Juri Linkov  <juri@jurta.org>
3993
3994         * mailcap.el (mailcap-file-default-commands): New function.
3995
3996 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3997
3998         * message.el (message-signature-separator, message-cite-function):
3999         Change custom version.
4000
4001 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4002
4003         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4004         commands.
4005         (tls-checktrust): Ditto.
4006
4007 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4008
4009         * mm-decode.el (mm-display-external): Make temp file read-only.
4010
4011 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4012
4013         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4014         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4015         `C-c C-f d'.
4016
4017 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4018
4019         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4020
4021 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * gnus.el: Bump version to 0.9.
4024
4025 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * gnus.el: No Gnus v0.8 is released.
4028
4029 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4030
4031         * mail-source.el (mail-source-value):
4032         Prefer fboundp to functionp so it works with macros as well.
4033
4034 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4035
4036         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4037         Fix last change in case the element is not even a symbol.
4038
4039 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4040
4041         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4042         Prefer fboundp to functionp so it works with macros as well.
4043
4044 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4045
4046         * auth-source.el: Added docs.
4047         (auth-sources): Modify format to support server.
4048         (auth-source-pick, auth-source-user-or-password)
4049         (auth-source-user-or-password-imap)
4050         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4051         (auth-source-user-or-password-sftp)
4052         (auth-source-user-or-password-smtp): Add server parameter.
4053
4054 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         * gnus-registry.el: Initialize the registry when gnus-registry-install
4057         is t.
4058
4059 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * compface.el (uncompface): Make buffer unibyte.
4062
4063 2008-04-05  Glenn Morris  <rgm@gnu.org>
4064
4065         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4066
4067 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4068
4069         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4070         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4071
4072         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4073         multibyteness after rather than before erasing it.
4074
4075         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4076         mm-with-multibyte.
4077         (gnus-request-article-this-buffer): Make sure the proper decoding is
4078         used if gnus-original-article-buffer happens to be unibyte.
4079
4080         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4081         default-enable-multibyte-characters.
4082
4083         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4084         default-enable-multibyte-characters.
4085
4086         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4087
4088         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4089
4090 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4091
4092         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4093         (imap-message-copyuid-1): Use it.
4094         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4095         J. Williams in
4096         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4097
4098         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4099         imap-enable-exchange-bug-workaround.
4100         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4101
4102 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4103
4104         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4105         a 100 byte status-checks into a 2-3MB transfer for each group.
4106         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4107         to enable bug workaround or not.
4108         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4109
4110 2008-03-31  Glenn Morris  <rgm@gnu.org>
4111
4112         * message.el (mml2015-use): Declare for compiler.
4113         (message-info): Require mml2015 when appropriate.
4114
4115 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4118         whitespace.
4119
4120 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4121
4122         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4123         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4124         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4125         (nntp-service-to-port): New function.
4126         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4127         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4128         (nntp-open-netcat-stream): New function.
4129         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4130
4131 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4132
4133         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4134
4135 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4136
4137         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4138
4139 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4140
4141         * dns.el (dns-write): Use set-buffer-multibyte.
4142
4143 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4144
4145         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4146
4147 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4148
4149         * message.el (message-signature-separator): Change default.
4150         Improve custom type.
4151         (message-cite-function): Change default to
4152         message-cite-original-without-signature.
4153
4154         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4155         toggle.
4156
4157         * message.el (message-check-news-body-syntax): Fix signature check.
4158         (message-setup-1): Mark buffer as unmodified _after_ running
4159         message-setup-hook and handling message-alternative-emails.
4160         (message-shorten-references): Be more strict when building list of
4161         valid references to comply with GNKSA.
4162
4163         * gnus-group.el (gnus-read-ephemeral-bug-group)
4164         (gnus-read-ephemeral-debian-bug-group)
4165         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4166
4167         * message.el (message-info): Don't use booleanp which isn't supported
4168         in Emacs 21 and XEmacs.
4169
4170 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4173         gnus-group-gmane-group-download-format.
4174         (gnus-group-read-ephemeral-gmane-group): Rename from
4175         gnus-group-read-ephemeral-gmane-group.
4176         (gnus-read-ephemeral-gmane-group-url): Rename from
4177         gnus-group-read-ephemeral-gmane-group-url.
4178         (gnus-bug-group-download-format-alist): New variable.
4179         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4180         (gnus-read-ephemeral-emacs-bug-group): New commands.
4181
4182 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4183
4184         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4185         (gnus-visible-headers): Improve custom type.
4186
4187 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4188
4189         * mml.el (mml-menu): Add workarounds for XEmacs.
4190
4191         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4192         X-Boundary header.
4193
4194         * message.el (message-simplify-recipients): Fix previous commit.
4195
4196 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4197
4198         * mm-util.el (mm-set-buffer-multibyte): New function.
4199         * mm-decode.el (mm-copy-to-buffer): Use it.
4200
4201 2008-03-19  Glenn Morris  <rgm@gnu.org>
4202
4203         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4204         Accidentally removed in the sync process with Emacs.
4205
4206 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4207
4208         * message.el (message-alter-recipients-discard-bogus-full-name):
4209         New function.
4210         (message-alter-recipients-function): New variable.
4211         (message-get-reply-headers): Use it.
4212         (message-replace-header): New helper function.
4213         (message-recipients-without-full-name): New variable.
4214         (message-simplify-recipients): New command.
4215
4216         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4217
4218         * message.el (message-info): Handle EasyPG manual.
4219
4220         * mml.el (mml-menu): Add entry for EasyPG.
4221
4222 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4223
4224         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4225         parameter.
4226
4227         * message.el (message-disassociate-draft): Specify drafts group name
4228         fully.
4229
4230 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4231
4232         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4233         unnecessary duplicates from the match list.
4234
4235 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4238
4239         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4240
4241         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4242         args of `how-many' of which the XEmacs version doesn't take; declare
4243         Info-index-next as function.
4244
4245 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * gnus-score.el (gnus-score-headers): Fix handling of
4248         gnus-inhibit-slow-scoring.
4249
4250         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4251         string.
4252         (gnus-button-url-regexp): Improve handling of parenthesis.
4253         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4254         (gnus-button-handle-info-keystrokes): Handle index entries.
4255
4256 2008-03-15  Glenn Morris  <rgm@gnu.org>
4257
4258         * parse-time.el (parse-time-string): Simplify.
4259
4260 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4263         Incoming* files.
4264
4265 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4268         (auth-source-pick): Use it.
4269
4270 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4271
4272         * binhex.el (binhex-decode-region-internal):
4273         * uudecode.el (uudecode-decode-region-internal):
4274         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4275         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4276         setting default-enable-multibyte-characters.
4277
4278 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * auth-source.el (auth-source-protocols)
4281         (auth-source-protocols-customize, auth-source-choices): Added and
4282         modified variable customizations and defaults.
4283         (auth-source-pick, auth-source-user-or-password)
4284         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4285         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4286         (auth-source-user-or-password-sftp)
4287         (auth-source-user-or-password-smtp): Use new variables and provide an
4288         interface to netrc.el.
4289
4290 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4293         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4294         Make sure the nntp port to specify is a string.
4295
4296 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4297
4298         * nntp.el: Use with-current-buffer.
4299         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4300         dubious mm-with-unibyte-current-buffer.
4301         (nntp-with-open-group-function): New function extracted from
4302         nntp-with-open-group macro.
4303         (nntp-with-open-group): Use the function, so it's easier to debug.
4304         Add indentation and debugging info.
4305         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4306         the use of the netcat alternatives.
4307
4308         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4309         Avoid mm-string-as-multibyte as well.
4310
4311         * nnweb.el (nnweb-insert-html):
4312         Remove use of nnheader-string-as-multibyte.
4313
4314         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4315         (nnheader-string-as-multibyte): Remove.
4316
4317         * mm-view.el: Use inhibit-read-only.
4318         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4319         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4320         or unibyte-string.
4321
4322         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4323         (mm-uu-yenc-extract): Use with-current-buffer.
4324
4325         * gnus-soup.el (gnus-soup-send-packet): Don't use
4326         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4327
4328         * nnmh.el: Use with-current-buffer.
4329         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4330         mm-string-as-multibyte on the output of mm-encode-coding-string.
4331
4332         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4333         (nnimap-request-move-article): Use with-current-buffer.
4334
4335         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4336         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4337         conversion uses string-make-unibyte rather than string-as-unibyte.
4338
4339         * gnus-msg.el: Use with-current-buffer.
4340
4341         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4342
4343 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4344
4345         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4346         string for caching if it is 'PIN.
4347
4348 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * lpath.el: Consider the case without Emacs/W3.
4351
4352 2008-03-08  Glenn Morris  <rgm@gnu.org>
4353
4354         * time-date.el (date-to-time, time-subtract, time-add)
4355         (safe-date-to-time): Doc fixes.
4356
4357 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * mail-source.el (mail-source-delete-old-incoming-confirm):
4360         Change default to nil.
4361         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4362
4363 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * lpath.el: Rearrange.
4366
4367         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4368         (gnus-article-goto-prev-page): Work for articles having ^L's.
4369
4370         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4371
4372         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4373
4374 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4375
4376         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4377         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4378         (gnus-bookmark-jump): Adjust some variable names.
4379
4380 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4381
4382         * auth-source.el: New package.
4383         (auth-source-choices): Add customization entry point variable.
4384
4385         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4386         bug.
4387
4388 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4391         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4392         (gnus-registry-install-shortcuts): Rename from
4393         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4394         the `gnus-registry-mark-map' keymap dynamically from
4395         `gnus-registry-marks'.  The generated functions update the summary line
4396         when a registry mark is added or deleted, and will call
4397         `gnus-registry-install-p' (see the comments in the code).
4398         (gnus-registry-user-format-function-M): Use concat intelligently.
4399
4400         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4401         the registry mark functions.
4402
4403 2008-03-05  Glenn Morris  <rgm@gnu.org>
4404
4405         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4406         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4407         gnus-art.
4408         (top-level): No need to load own source when compiling.
4409
4410 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4411
4412         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4413         Suggested by <chris.anderton@zetnet.co.uk>.
4414
4415 2008-03-04  Glenn Morris  <rgm@gnu.org>
4416
4417         * gnus-sum.el (top-level): No need to require gnus when compiling,
4418         since unconditionally required near start of file.
4419         (gnus-summary-display-while-building): Move definition before use.
4420
4421 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4424         formatting function.
4425
4426 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4427
4428         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4429         with plists.
4430         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4431         Use new format.
4432
4433 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4436         `where-is-internal' that returns a range of key sequences.
4437
4438 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4439
4440         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4441
4442         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4443         (gnus-summary-jump-to-group): Consider windows on other displayed
4444         frames as well.  Similar changes might be needed elsewhere, but that's
4445         the one I've bumped into during my use.
4446
4447         * nndoc.el (nndoc-oe-dbx-type-p):
4448         * gnus-msg.el (gnus-debug):
4449         * gnus-group.el (gnus-update-group-mark-positions):
4450         Use mm-string-to-multibyte.
4451
4452 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4453
4454         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4455         doesn't handle NotDashEscaped.
4456
4457         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4458         (mml-dnd-attach-options): Fix typo in custom choice.
4459
4460         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4461         nndoc-article-type to mbox.
4462         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4463
4464         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4465         to nil, instead of html2text.
4466
4467         * imap.el (imap-debug): Add `imap-ping-server'.
4468
4469         * gnus-bookmark.el: Add FIXMEs.
4470
4471         * message.el (message-form-letter-separator)
4472         (message-send-form-letter-delay): New variables.
4473         (message-send-form-letter): Use them.  New command to send form
4474         letters.  Requested by Uwe Siart.
4475         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4476
4477 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4478
4479         * Update copyright years.
4480
4481 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         Sync from EMACS_22_BASE.
4484
4485         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4486
4487 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4488
4489         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4490         empty author.
4491
4492 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * gnus-registry.el (gnus-registry-marks): Add variable for
4495         customization of marks and their appearance.
4496         (gnus-registry-read-mark): Use it.
4497         (gnus-registry-do-marks): Add utility function to loop through
4498         `gnus-registry-marks'.
4499         (gnus-registry-install-shortcuts-and-menus): Add function to install
4500         shortcuts and menus.
4501         (gnus-registry-initialize): Use it.
4502         (gnus-registry-default-mark): Clarify documentation.
4503
4504 2008-02-29  Glenn Morris  <rgm@gnu.org>
4505
4506         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4507         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4508         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4509         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4510         Change defcustom :version from 23.0 to 23.1.
4511
4512 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * gnus-registry.el (gnus-registry-follow-group-p)
4515         (gnus-registry-post-process-groups): Add functions to aid registry
4516         splitting and improve logging.  Clarify behavior in function
4517         documentation.
4518         (gnus-registry-split-fancy-with-parent): Use them.
4519
4520 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4521
4522         * gnus-art.el: Use with-current-buffer.
4523
4524 2008-02-27  David Engster  <dengste@eml.cc>
4525
4526         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4527         Express real group name in the response.
4528
4529 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4532         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4533         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4534         autoload gnus-registry-fetch-group when compiling.
4535         (nnmairix-request-group-with-article-number-correction): Remove
4536         unreferenced argument passed to nnmairix-call-backend.
4537
4538 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4541         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4542         Wilde.
4543
4544 2008-02-27  Glenn Morris  <rgm@gnu.org>
4545
4546         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4547         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4548         variables to defconsts.  Convert comments to doc-strings.
4549         (nnmairix-last-server, nnmairix-current-server): Convert from free
4550         variables to defvars.  Convert comments to doc-strings.
4551         (gnus-registry-fetch-group): Autoload.
4552         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4553         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4554         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4555         caddr.
4556         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4557         nnmairix-request-group-with-article-number-correction call.
4558         (nnmairix-fast, nnmairix-group): New, less general names, for free
4559         variables passed from nnmairix-request-group to
4560         nnmairix-request-group-with-article-number-correction.  Declare.
4561         (nnmairix-request-group-with-article-number-correction):
4562         Use nnmairix-fast, nnmairix-group rather than fast, group.
4563
4564 2008-02-26  David Engster  <dengste@eml.cc>
4565
4566         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4567         version 0.5.
4568
4569 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4572         instead of making an extra function call.  Don't add the current group
4573         to articles only when they have the group.  Use
4574         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4575         Reported by David <de_bb@arcor.de>.
4576
4577 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4580         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4581
4582 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4583
4584         * mail-source.el (mail-source-delete-incoming): Change default.
4585         Supplement doc string.
4586
4587         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4588
4589 2008-02-14  Glenn Morris  <rgm@gnu.org>
4590
4591         * time-date.el (format-seconds): New function.
4592
4593 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * nnmail.el (nnmail-message-id-cache-file): Derive from
4596         `gnus-home-directory'.
4597
4598 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4599
4600         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4601         Document negative prefix.
4602
4603         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4604
4605 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * message.el (message-unsent-separator): Add the Exim bounce
4608         separator.
4609
4610 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4611
4612         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4613         list.
4614         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4615         recipient/signer list.
4616
4617 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * Makefile.in (datarootdir): Define.
4620         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4621         name that might contain whitespace.
4622
4623 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4626         fbound (Emacs 23 unicode), signal an error.
4627
4628 2008-02-08  Glenn Morris  <rgm@gnu.org>
4629
4630         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4631
4632 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4633
4634         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4635         ports to the calls to `netrc-machine-user-or-password' in addition to
4636         "imap" and "imaps".
4637
4638 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4639
4640         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4641
4642         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4643
4644 2008-02-01  Kenichi Handa  <handa@m17n.org>
4645
4646         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4647         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4648         (rfc2104-hash): Convert the result of concat to unibyte string.
4649
4650 2008-02-01  Dave Love  <fx@gnu.org>
4651
4652         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4653         coding-system-for-read.
4654         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4655
4656 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4657
4658         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4659         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4660         <hanche@math.ntnu.no>.
4661
4662 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4665
4666         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4667
4668 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4669
4670         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4671         * message.el (message-beginning-of-line): Use featurep instead of bound
4672         tests in order to resolve conditionals at compile time.
4673
4674 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4675
4676         * mail-source.el (mail-sources): Add `group' choice.
4677
4678         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4679         parameter `in-group' to control into which group the articles go.
4680         Add treatment of `group' mail-source.
4681
4682 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4685
4686         * mm-decode.el (mm-dissect-buffer): Decode description.
4687
4688         * mml.el (mml-to-mime): Encode message header first.
4689
4690 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4693         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4694
4695         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4696         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4697
4698 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4701
4702 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4705         prefix keys.
4706         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4707         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4708         gnus-xmas.el.
4709
4710         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4711         (gnus-xmas-article-describe-bindings): New function.
4712         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4713         gnus-xmas-article-describe-bindings.
4714
4715         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4716
4717 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4718
4719         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4720         Add new variables for article mark management.
4721         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4722         list of extra data entries which, when present, will indicate that the
4723         article ID should not be trimmed from the registry.
4724         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4725         functions.
4726         (gnus-registry-read-mark): New function to read a mark name from the
4727         user.
4728         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4729         (gnus-registry-set-article-mark-internal): New functions to add and
4730         remove marks.
4731         (gnus-registry-get-article-marks): New function to show the marks for
4732         an article, or retrieve them for further use.
4733
4734 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4737         keys when no argument is given.
4738
4739 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4740
4741         * imap.el (imap-ping-server): New variable.
4742         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4743         (imap-ping-server): Minor doc string fixes.
4744
4745 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4746
4747         * imap.el (imap-ping-server): New function.
4748         (imap-opened): Call imap-ping-server.
4749
4750 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4751
4752         * gnus-sum.el (gnus-article-sort-by-random)
4753         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4754         jidanni@jidanni.org.
4755
4756 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-article-describe-bindings): New function.
4759         (gnus-article-read-summary-keys): Use it.
4760         (gnus-article-mode-map): Bind `C-h b' to it.
4761
4762 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4765         XEmacs.
4766         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4767         against non-character events.
4768
4769         * lpath.el: Fbind map-keymap for Emacs 21.
4770
4771 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4774         command.
4775         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4776         instead of END.  Change name of the temp file.
4777         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4778         customizable.
4779
4780 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4783         bind `S W' to gnus-article-wide-reply-with-original; set default
4784         binding to gnus-article-read-summary-send-keys.
4785         (gnus-article-read-summary-keys): Fix the order of keys; display
4786         continuation keys correctly in the echo area; describe bindings
4787         correctly when keys end with `C-h'.
4788         (gnus-article-read-summary-send-keys): New function.
4789         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4790         for gnus-article-read-summary-send-keys; display continuation keys
4791         correctly in the echo area.
4792         (gnus-article-reply-with-original): Ignore prefix argument.
4793         (gnus-article-wide-reply-with-original): New function.
4794
4795         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4796         Emacs 21.
4797
4798 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4801         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4802
4803 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4806         (gnus-group-read-ephemeral-gmane-group): New command.
4807
4808 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4809
4810         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4811
4812 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * message.el (message-send-mail-function): Increase custom version.
4815
4816         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4817         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4818
4819 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4820
4821         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4822         for the cases where imap-authenticate is called with a nil buffer
4823         parameter.
4824
4825 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4828         html parts correctly; support forwarded messages.
4829         (gnus-article-browse-html-article): Remove work buffers.
4830
4831         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4832         compiling.
4833         (netrc-bound-and-true-p): New macro.
4834         (netrc-parse): Use it instead of bound-and-true-p that is not available
4835         in XEmacs 21.4.
4836
4837 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4838
4839         * gnus-registry.el (gnus-registry-mark-article)
4840         (gnus-registry-article-marks): Add functionality to mark articles
4841         through the Gnus registry.
4842
4843         * encrypt.el: Clarify documentation for the new pgg method.
4844         (encrypt-file-alist): Add PGG option.
4845         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4846         functionality.  Abstract password key and messaging to external
4847         functions.
4848         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4849         (encrypt-message-method-and-cipher): Add new convenience external
4850         functions.
4851         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4852         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4853
4854         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4855         (netrc-parse): Use encrypt-file-alist to determine if
4856         encrypt-find-model or encrypt-insert-file-contents should be used.
4857
4858         * encrypt.el: Clarify documentation.  Load password-cache or
4859         password, whichever one is found first, instead of autoloading.
4860
4861 2007-12-19  Glenn Morris  <rgm@gnu.org>
4862
4863         * mml.el (message-options-set, message-narrow-to-head)
4864         (message-in-body-p, message-mail-p, message-encode-message-body):
4865         Autoload.
4866         (message-remove-header, message-narrow-to-headers-or-head)
4867         (message-subscribed-p, message-make-mail-followup-to)
4868         (message-position-on-field, message-news-p)
4869         (message-options-set-recipient, message-generate-headers)
4870         (message-sort-headers): Declare as functions.
4871
4872 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4873
4874         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4875         convention in doc string.
4876
4877 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4880         title to html parts.
4881         (gnus-article-browse-html-article): Pass message header to it.
4882
4883         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4884
4885 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4886
4887         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4888         or password compatible with XEmacs.
4889
4890 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4893         format document.
4894         (gnus-mime-delete-part): Don't write description line if empty.
4895         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4896
4897 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4898
4899         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4900         (gnus-summary-mark-read-and-unread-as-read)
4901         (gnus-summary-mark-current-read-and-unread-as-read)
4902         (gnus-summary-mark-unread-as-ticked): Doc fix.
4903         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4904
4905 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4908         Christoph Conrad <christoph.conrad@gmx.de>.
4909
4910 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4911
4912         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4913         yes-or-no-p.
4914
4915 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * mm-decode.el (mm-add-meta-html-tag): New function.
4918         (mm-save-part-to-file, mm-pipe-part): Use it.
4919
4920         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4921         gnus-y-or-n-p instead of y-or-n-p.
4922         (gnus-article-browse-html-parts): Work with message/external-body; use
4923         mm-add-meta-html-tag.
4924
4925 2007-12-11  Glenn Morris  <rgm@gnu.org>
4926
4927         * gnus-cache.el: Require gnus-sum not just when compiling.
4928
4929         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4930
4931         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4932         definitions before use.
4933
4934         * mm-decode.el: Require gnus-util.
4935         (mm-remove-part): Only call delete-annotation on XEmacs.
4936
4937         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4938
4939         * nnmail.el: Require gnus-int.
4940
4941         * spam.el: Move `require's before `eval-when-compile's.
4942
4943         * gnus-ems.el (gnus-alive-p):
4944         * gnus-fun.el (message-goto-eoh):
4945         * gnus-util.el (gnus-group-name-decode):
4946         * mail-source.el (gnus-compress-sequence):
4947         * message.el (Info-goto-node, format-spec):
4948         * mm-bodies.el (message-options-get):
4949         * mm-decode.el (mm-view-pkcs7):
4950         * mm-util.el (gmm-write-region):
4951         * mml-smime.el (mml-compute-boundary)
4952         (gnus-completing-read-with-default):
4953         * mml.el (widget-button-press, gnus-make-hashtable):
4954         * mml1991.el (mm-decode-content-transfer-encoding)
4955         (mm-encode-content-transfer-encoding)
4956         (message-options-get, message-options-set):
4957         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4958         * nnfolder.el (gnus-request-group):
4959         * nnheader.el (ietf-drums-unfold-fws):
4960         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4961         * smime.el (gnus-run-mode-hooks):
4962         * spam-stat.el (gnus-message): Autoload.
4963
4964         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4965         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4966         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4967         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4968         Add declare-function compatibility definition.
4969
4970         * gnus-cache.el (nnvirtual-find-group-art):
4971         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4972         (gnus-add-image, gnus-add-wash-type):
4973         * gnus-group.el (nnkiboze-score-file):
4974         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4975         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4976         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4977         (message-tokenize-header, gnus-get-buffer-create)
4978         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4979         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4980         * gnus.el (gnus-group-decoded-name):
4981         * mail-source.el (imap-capability):
4982         * mm-bodies.el (message-options-set):
4983         * mm-decode.el (gnus-configure-windows):
4984         * mm-extern.el (message-goto-body):
4985         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4986         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4987         (epg-sub-key-validity, message-options-set):
4988         * mml.el (widget-event-point, gnus-configure-windows):
4989         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4990         * mml2015.el (epg-check-configuration, epg-configuration)
4991         (message-options-set):
4992         * nndb.el (nndb-request-article):
4993         * nnfolder.el (gnus-request-create-group):
4994         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4995         * nnmaildir.el (gnus-group-mark-article-read):
4996         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4997         * rfc1843.el (message-fetch-field):
4998         * spam.el (gnus-extract-address-components):
4999         Declare as functions.
5000
5001 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5004
5005         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5006
5007         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5008         bind show-trailing-whitespace for XEmacs.
5009
5010 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5013         new no-op macro for backward compatibility.
5014
5015         * imap.el (imap-string-to-integer): New function.
5016
5017 2007-12-09  Glenn Morris  <rgm@gnu.org>
5018
5019         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5020
5021         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5022         * message.el, mm-view.el, sieve-manage.el, smime.el:
5023         Add declare-function compatibility definition.
5024
5025         * gnus-art.el (w3-region, w3m-region, Info-menu):
5026         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5027         * gnus-sum.el (gnus-get-predicate):
5028         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5029         * message.el (mail-abbrev-in-expansion-header-p):
5030         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5031         (w3m-detect-meta-charset, w3m-region):
5032         * sieve-manage.el (password-read, password-cache-add)
5033         (password-cache-remove):
5034         * smime.el (password-read-and-add): Declare as functions.
5035
5036 2007-12-08  David Kastrup  <dak@gnu.org>
5037
5038         * gnus-sum.el (gnus-summary-simplify-subject-query):
5039         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5040         `message'.
5041
5042 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5045         it to bind idna-program, installation-directory, defined-colors, and
5046         face-attribute for XEmacs of the version that compiles defcustom forms.
5047
5048 2007-12-07  Glenn Morris  <rgm@gnu.org>
5049
5050         * gnus-art.el (article-make-date-line): Revert previous change.
5051
5052 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5053
5054         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5055
5056 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5057
5058         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5059         Call gnus-add-to-range ranges only once with a prepared article-list.
5060
5061 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5062
5063         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5064         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5065         group names with backslashes.  Reported by Tassilo Horn
5066         <tassilo@member.fsf.org>.
5067
5068 2007-12-06  Deepak Goel  <deego3@gmail.com>
5069
5070         * gnus-art.el (article-make-date-line):
5071         * gnus-start.el (gnus-load):
5072         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5073
5074 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-art.el (gnus-use-idna)
5077         * gnus-start.el (gnus-site-init-file)
5078         * message.el (message-use-idna)
5079         * mm-uu.el (mm-uu-hide-markers)
5080         * smiley.el (smiley-style): Revert changes that suppress warnings.
5081
5082 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5085         specify charset to html source.  Reported by Christoph Conrad
5086         <christoph.conrad@gmx.de>.
5087
5088 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5091         idna-program in order to suppress byte compile warning issued by XEmacs
5092         that came to byte compile the default value section of defcustom forms
5093         recently.
5094
5095         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5096         value of installation-directory.
5097
5098         * message.el (message-use-idna): Don't directly refer to the value of
5099         idna-program.
5100
5101         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5102
5103         * smiley.el (smiley-style): Don't directly call face-attribute.
5104
5105 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5106
5107         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5108
5109         * gnus-dired.el: Reduce Gnus dependencies.
5110         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5111         require.  Use autoloads instead.
5112         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5113         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5114         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5115         (gnus-dired-mode): Adjust doc string.
5116         (gnus-dired-mail-mode): New variable.
5117         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5118         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5119         (gnus-dired-mail-buffers): New function.  Return mail or message
5120         composition buffers.
5121         (gnus-dired-attach): Use it.
5122         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5123         NO-DECODE.
5124         (gnus-dired-print): Use `gnus-print-buffer' depending on
5125         `gnus-dired-mail-mode'.
5126
5127 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * rfc2047.el (rfc2047-encoded-word-regexp)
5130         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5131         explaining what regexp patterns are for.
5132
5133 2007-12-04  Glenn Morris  <rgm@gnu.org>
5134
5135         * password.el: Move to password-cache.el.
5136
5137         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5138         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5139         * mml-smime.el (password-read, password-cache-add)
5140         (password-cache-remove):
5141         No need to autoload, since mml-sec requires password.
5142
5143         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5144         * message.el (gnus-extract-address-components):
5145         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5146
5147         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5148         password.
5149
5150 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5151
5152         * mailcap.el: Reduce dependencies.
5153         (mail-header-parse-content-type): Autoload.
5154         (mailcap-delete-duplicates): New alias.
5155         (mailcap-mime-info): Add optional argument NO-DECODE.
5156         (mailcap-mime-types): Use mailcap-delete-duplicates.
5157
5158         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5159
5160 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5161
5162         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5163         (imap-parse-status): Upcase status-att for servers that sends them
5164         lower-case (e.g., MS Exchange 2007).
5165
5166 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167
5168         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5169         function.
5170
5171         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5172         (gnus-uu-yenc-article): New function.
5173
5174         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5175
5176         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5177         buffer.
5178
5179 2007-12-02  Glenn Morris  <rgm@gnu.org>
5180
5181         * binhex.el (binhex): New custom group.
5182         (binhex-decoder-program, binhex-decoder-switches)
5183         (binhex-use-external): Move to the binhex custom group.
5184
5185         * uudecode.el (uudecode): New custom group.
5186         (uudecode-decoder-program, uudecode-decoder-switches)
5187         (uudecode-use-external): Move to the uudecode custom group.
5188
5189         * netrc.el (top-level): Don't load `encrypt' features.
5190         (netrc-parse): Don't use encrypt.
5191         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5192
5193         * encrypt.el: Remove file.
5194
5195 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5196
5197         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5198         matches on patches.
5199
5200         * gnus-art.el (gnus-article-browse-html-article): Mention
5201         `mm-text-html-renderer' in the doc string.
5202
5203         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5204         string.  Add comments.
5205
5206         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5207         if rhs is ASCII.
5208
5209 2007-12-01  Glenn Morris  <rgm@gnu.org>
5210
5211         * mail-source.el (top-level): Require format-spec before
5212         eval-when-compile.
5213
5214 2007-11-30  Glenn Morris  <rgm@gnu.org>
5215
5216         * encrypt.el: Require password, rather than autoloading password-read.
5217
5218 2007-11-29  Glenn Morris  <rgm@gnu.org>
5219
5220         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5221         (sasl-make-client, sasl-next-step, sasl-step-data)
5222         (sasl-step-set-data): Declare as functions.
5223
5224 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5225
5226         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5227
5228 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5229
5230         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5231         certs should be verified and what is to be done in the event of a
5232         verification failure.
5233
5234         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5235         caller can indicate whether the cache should be disregarded for this
5236         call.  This way the result of the call is reproducible at all times and
5237         can be considered a canonical server name for the supplied method.
5238         (gnus-agent-method-p): Canonicalize server names by pushing their
5239         method through `gnus-method-to-server' using the no-cache argument.
5240
5241         * gnus-srvr.el (gnus-server-insert-server-line): Call
5242         `gnus-method-to-server' with `no-cache' argument.
5243
5244         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5245         gnus-agent-possibly-synchronize-flags as this should be called when the
5246         server is actually being opened.
5247         (gnus-agent-possibly-synchronize-flags)
5248         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5249         flags file of an agentized server to the latter function.
5250
5251         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5252         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5253         after a connection has been established successfully.
5254
5255 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-art.el (article-display-face): Force to display face if called
5258         interactively; check if gnus-article-x-face-too-ugly matches author.
5259         (article-display-x-face): Display face even if From header is missing
5260         as article-display-face does.
5261
5262 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5263
5264         * hashcash.el (message-narrow-to-headers-or-head)
5265         (message-fetch-field, message-goto-eoh)
5266         (message-narrow-to-headers): Declare as functions.
5267
5268 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * mail-source.el (mail-sources): Default to fetch from file for
5271         compatibility with default of nnmail-spool-file.
5272
5273 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5276         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5277         to look for encoded word that should be encoded again.
5278         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5279         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5280         encoding pattern.
5281         (rfc2047-decode-region): Switch strict regexp and loose one according
5282         to rfc2047-allow-irregular-q-encoded-words.
5283
5284 2007-11-25  Romain Francoise  <romain@orebokech.com>
5285
5286         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5287
5288 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * tls.el (tls-program): Provide more custom choices from
5291         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5292         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5293
5294 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5297         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5298
5299         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5300         `nnmail-spool-file'.
5301
5302         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5303         `nnmail-spool-file'.
5304
5305         * gnus-move.el (gnus-change-server): Ditto.
5306
5307         * gnus-kill.el (gnus-batch-score): Ditto.
5308
5309         * gnus-cache.el (gnus-jog-cache): Ditto.
5310
5311         * gnus-msg.el (gnus-summary-reply):
5312         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5313
5314 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5317         version.  Minor improvement to doc strings.
5318         (tls-program): Add comment.
5319
5320 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5321
5322         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5323         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5324         mismatch between the hostname provided in the certificate and the name
5325         of the host connnecting to.
5326         (open-tls-stream): Use them.  Check certificates against trusted root
5327         certificates.
5328
5329 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * gnus-cache.el (gnus-cache-generate-nov-databases):
5332         Use nnml-generate-nov-databases-directory instead of
5333         nnml-generate-nov-databases-1.
5334
5335 2007-11-24  Glenn Morris  <rgm@gnu.org>
5336
5337         * message.el (message-tool-bar-retro): Update for rename
5338         mail_send.xpm->mail-send.xpm.
5339
5340 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5343         `smime-ldap-search' for Emacs 22 and up.
5344
5345 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5346
5347         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5348
5349         * message.el (message-send-mail-function): Fix error convention.
5350         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5351         (message-widen-reply, message-send-mail, message-talkative-question)
5352         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5353         (message-clone-locals, message-send-news): Use with-current-buffer.
5354         (message-insert-or-toggle-importance): Remove unused var `valid'.
5355         (message-make-references): Remove unused var `new-references'.
5356         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5357
5358 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5359
5360         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5361         (spam-split-symbolic-return-positive): Reflow docstring.
5362         (spam-backends, spam-summary-exit-behavior)
5363         (spam-mark-ham-unread-before-move-from-spam-group)
5364         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5365         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5366         (spam-clear-cache, spam-backend-check, spam-install-backend)
5367         (spam-install-statistical-backend, spam-list-of-processors)
5368         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5369         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5370         (spam-check-crm114, spam-initialize, spam-unload-hook):
5371         Fix typos in docstrings.
5372
5373 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5376         been checked if they have never been read and those group levels are
5377         higher than the one that a user specified.
5378
5379 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5382         foreign groups unless a group level is specified by a user.
5383         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5384
5385 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * message.el (message-send-mail-function): Require sendmail.
5388
5389 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * message.el (message-send-mail-function): Check for smtpmail too.
5392
5393         * utf7.el (utf7-encode, utf7-decode): Use coding system
5394         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5395
5396         * message.el (message-send-mail-function): New function.
5397         (message-send-mail-function): Set default using
5398         message-send-mail-function.  Adjust doc string.
5399         (message-send-mail-with-mailclient): New function.
5400
5401 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5402
5403         * smime.el (from):
5404         * rfc2047.el (message-posting-charset):
5405         * qp.el (mm-use-ultra-safe-encoding):
5406         * pop3.el (parse-time-months):
5407         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5408         * nnml.el (files):
5409         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5410         (jka-compr-compression-info-list, ange-ftp-path-format)
5411         (efs-path-regexp):
5412         * nndiary.el (files):
5413         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5414         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5415         (epg-digest-algorithm-alist, inhibit-redisplay)
5416         (password-cache-expiry):
5417         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5418         (pgg-output-buffer, password-cache-expiry):
5419         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5420         (efs-path-regexp):
5421         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5422         (inhibit-redisplay):
5423         * mm-uu.el (file-name, start-point, end-point, entry)
5424         (gnus-newsgroup-name, gnus-newsgroup-charset):
5425         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5426         (latin-unity-ucs-list):
5427         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5428         (mm-uu-binhex-decode-function):
5429         * message.el (gnus-message-group-art, gnus-list-identifiers)
5430         (rmail-enable-mime-composing, gnus-local-organization)
5431         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5432         (gnus-read-active-file, facemenu-add-face-function)
5433         (facemenu-remove-face-function, gnus-article-decoded-p)
5434         (tool-bar-mode):
5435         * mail-source.el (display-time-mail-function):
5436         * gnus-util.el (nnmail-pathname-coding-system)
5437         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5438         (gnus-original-article-buffer, gnus-user-agent)
5439         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5440         (xemacs-codename, sxemacs-codename, emacs-program-version):
5441         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5442         * gnus-start.el (gnus-agent-covered-methods)
5443         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5444         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5445         (gnus-newsgroup-headers, gnus-group-list-mode)
5446         (gnus-group-mark-positions, gnus-newsgroup-data)
5447         (gnus-newsgroup-unreads, nnoo-state-alist)
5448         (gnus-current-select-method, mail-sources)
5449         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5450         (nnmail-spool-file, gnus-cache-active-hashtb):
5451         * gnus-mh.el (mh-lib-progs):
5452         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5453         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5454         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5455         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5456         (gnus-group-buffer):
5457         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5458         (font-lock-set-defaults):
5459         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5460         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5461         (gnus-summary-post-menu, total-parts, type, condition, length):
5462         * gnus-agent.el (gnus-agent-read-agentview):
5463         * flow-fill.el (show-trailing-whitespace):
5464         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5465         eval-and-compile wrappers for byte compiler pacifiers.
5466
5467         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5468         (mm-display-inline-fontify): Check for featurep 'xemacs not
5469         extent-list.
5470
5471         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5472         itimer-list.
5473         (mm-create-image-xemacs): Only do something for XEmacs.
5474         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5475
5476         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5477
5478         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5479         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5480
5481 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5482
5483         * nnimap.el (nnimap-split-download-body):
5484         * gnus-demon.el (gnus-demon):
5485         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5486
5487 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5490         macros.
5491         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5492         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5493         copy data from unibyte buffer to multibyte current buffer.
5494         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5495         to copy data from unibyte current buffer to multibyte buffer.
5496         (nntp-make-process-buffer): Make process buffer unibyte.
5497
5498         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5499
5500 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5501
5502         * pop3.el (pop3-open-server): Accept and process data more robustly at
5503         connexion start to avoid spurious "POP SSL connexion failed" errors.
5504
5505 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5508         read group names.
5509
5510 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5513
5514 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5517         (nnmail-save-active): Use a unibyte buffer when saving active file,
5518         which may contain non-ASCII group names.
5519
5520         * nnml.el (nnml-request-group): Decode group names in messages.
5521
5522 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5523
5524         * message.el (message-citation-line-function)
5525         (message-insert-formatted-citation-line): Fix spelling of
5526         `message-insert-formated-citation-line'.
5527
5528 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5531
5532 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5535         nnmail-pathname-coding-system.
5536
5537         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5538         that a user enters; decode group names in messages.
5539
5540         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5541
5542 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5545
5546         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5547
5548         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5549         risky local variable.
5550
5551         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5552
5553 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * encrypt.el: Improve documentation to fix function name typo.
5556         Reported by Daiki Ueno <ueno@unixuser.org>.
5557
5558 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5561         even if the point is not in the last page of an article.
5562         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5563         back to the previous page.
5564
5565 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5568
5569 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5572
5573 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5574
5575         * message.el (message-check-news-body-syntax): Avoid
5576         mm-string-as-multibyte.
5577         (message-hide-headers): Don't assume (point-min)==1.
5578
5579 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * message.el (message-remove-blank-cited-lines): Fix if remove is
5582         given.
5583         (message-bogus-address-regexp): New variable.
5584         (message-bogus-recipient-p): New function.
5585         (message-check-recipients): New command.
5586         (message-syntax-checks): Add `bogus-recipient'.
5587         (message-fix-before-sending): Add `bogus-recipient'.
5588
5589         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5590         (gnus-treat-body-boundary): Don't test window-system.
5591
5592 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5593
5594         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5595
5596 2007-10-28  Miles Bader  <miles@gnu.org>
5597
5598         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5599         at compile-time too.
5600
5601 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * gnus-msg.el (gnus-message-setup-hook): Add
5604         `message-remove-blank-cited-lines' to options.
5605
5606 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * message.el (message-remove-blank-cited-lines): New function.
5609         Suggested by Karl Plästerer.
5610
5611 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5614         mapc.
5615
5616         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5617         (top-level): Use mapc to set functions to be traced for debugging.
5618
5619         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5620         called for effect with while loop.
5621
5622         * message.el (message-talkative-question): Replace mapcar called for
5623         effect with mapc.
5624
5625         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5626         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5627         called for effect with dolist.
5628
5629         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5630
5631         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5632         gnus-extra-headers and nnmail-extra-headers.
5633
5634         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5635         called for effect with dolist.
5636         (top-level): Use mapc to set functions to be traced for debugging.
5637
5638         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5639         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5640         dolist.
5641
5642         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5643         Replace mapcar called for effect with mapc.
5644         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5645         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5646         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5647         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5648
5649         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5650         remove-if that's a cl function.
5651
5652         * webmail.el (webmail-debug): Replace mapcar called for effect with
5653         dolist.
5654
5655         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5656         with mapc.
5657
5658 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5661         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5662         with while loop.
5663
5664         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5665         functions from article-* functions.
5666         (gnus-multi-decode-header): Replace mapcar called for effect with
5667         dolist.
5668
5669         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5670         (gnus-bookmark-show-details): Replace mapcar called for effect with
5671         while loop.
5672
5673         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5674         called for effect with while loop.
5675
5676         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5677         with dolist.
5678
5679         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5680         mapcar called for effect with dolist.
5681
5682         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5683
5684         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5685         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5686         Replace mapcar called for effect with dolist.
5687         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5688         mapc.
5689
5690         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5691         Replace mapcar called for effect with dolist.
5692         (gnus-topic-list): Replace mapcar called for effect with mapc.
5693
5694         * gnus.el: Use mapc instead of mapcar to add autoloads.
5695
5696 2007-10-23  Richard Stallman  <rms@gnu.org>
5697
5698         * gnus-group.el (gnus-group-highlight): Mark as risky.
5699
5700 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * gnus.el (gnus-server-to-method): Return method found first in
5703         gnus-newsrc-alist.
5704
5705         * gnus-art.el (gnus-article-highlight-signature)
5706         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5707         button overlay without the front stickiness.
5708
5709 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5710
5711         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5712         overview buffer needed a catch to receive its throw.
5713         (gnus-agent-flush-cache): Declared as interactive to make this function
5714         easier to use.
5715
5716 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5719         `next-line'.
5720
5721 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5724         exclude address matching message-dont-reply-to-names.
5725
5726 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-util.el (gnus-string<): New function.
5729
5730         * gnus-sum.el (gnus-article-sort-by-author)
5731         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5732
5733 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5736         the frame-focus tag is set in gnus-buffer-configuration.
5737
5738 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5741         the front stickiness.
5742
5743 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5746         url pattern; remove duplicate one.
5747         (gnus-article-extend-url-button): New function.
5748         (gnus-article-add-buttons): Use it.
5749         (gnus-button-push): Use concatenated url that it makes.
5750
5751 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5752
5753         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5754
5755 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5756
5757         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5758         Don't hardcode point-min==1.
5759
5760 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5763         Fix comment about "iso8859-1".
5764
5765 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5766
5767         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5768         ones returned from the verify-function.
5769
5770         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5771         mml2015-extract-cleartext-signature if extraction failed.
5772
5773 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5774
5775         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5776         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5777         failed.
5778
5779 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5782
5783 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5784
5785         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5786         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5787         recommends to use EasyPG instead of PGG.
5788
5789         * pgg.el: Revert to revision 6.23.2.16.
5790
5791         * pgg-def.el: Revert to revision 6.6.2.14.
5792
5793         * pgg-gpg.el: Revert to revision 6.23.2.34.
5794
5795 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5796
5797         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5798         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5799         thread for both the null and zero (kill/expire thread) universal prefix
5800         cases.
5801         (gnus-summary-expire-thread): Add new function to expire a thread,
5802         using gnus-summary-kill-thread.
5803         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5804         shortcuts for gnus-summary-expire-thread.
5805         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5806         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5807
5808 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5809
5810         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5811         extras value, so an extras entry can be deleted.
5812         (gnus-registry-delete-extra-entry): Use it.
5813         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5814         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5815         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5816         storage through the gnus-registry, and provide an appropriate API for
5817         it.
5818
5819 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5822         Suggested by Leo <sdl.web@gmail.com>.
5823
5824         * gnus.el: Do.
5825
5826 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5829         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5830
5831         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5832
5833         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5834         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5835
5836 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5839         newline.
5840         (nnmbox-request-accept-article): Don't change article in source buffer;
5841         narrow to header to use message-fetch-field rather than
5842         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5843         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5844         as delimiters; make sure article ends with newline.
5845         (nnmbox-delete-mail): Correct last position of article to be deleted;
5846         ignore X-Gnus-Newsgroup header in article body.
5847         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5848         positions; make sure article ends with newline.
5849
5850         * message.el (message-display-abbrev): Don't infloop when a user
5851         inserts SPC in the beginning of header.
5852
5853         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5854         coding-system-for-read and coding-system-for-write for XEmacs having no
5855         file-coding feature.
5856
5857         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5858
5859 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5860
5861         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5862         list of groups not followed by default.  Fix type to be regexp.
5863         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5864
5865 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5866
5867         * hmac-def.el (define-hmac-function): Switch from old-style to
5868         new-style backquotes.
5869
5870         * md4.el (md4-make-step): Likewise.
5871
5872 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5875         raw-text coding system when saving .newsrc file, which may contain
5876         non-ASCII group names.
5877
5878 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-cus.el (gnus-score-extra): New widget.
5881         (gnus-score-extra-convert): New function.
5882         (gnus-score-customize): Use it for Extra.
5883
5884 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5885
5886         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5887         (mml2015-mailcrypt-clear-verify): Use it.
5888         (mml2015-gpg-clear-verify): Use it.
5889         (mml2015-pgg-clear-verify): Use it.
5890         (mml2015-epg-clear-verify): Replace the current part with the output
5891         from GnuPG; don't extract the plaintext by itself.
5892
5893         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5894         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5895         mml2015-clear-verify-function; don't touch the armor headers or
5896         dash-escaped text here.
5897
5898 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5901         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5902         parts, or application/octet-stream as a last resort.
5903         (gnus-mime-view-part-as-type): Don't toggle display.
5904         (gnus-mime-view-part-as-charset): Don't turn off display before
5905         querying charset.
5906
5907         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5908         stuff to undisplayer function in Emacs.
5909         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5910
5911         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5912         text/calendar parts.
5913
5914 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5917         decoding text/calendar parts.
5918
5919         * message.el (message-forward-make-body-mime): Always mark body as
5920         having no illegible text; remove signed-or-encrypted argument.
5921         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5922
5923         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5924         (mml-generate-mime-1): Don't encode body if it is specified to be in
5925         raw form; don't make buffer be unibyte when inserting multibyte string.
5926
5927 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5928
5929         * sha1.el: Fix up comment style.
5930         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5931         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5932
5933         * hex-util.el: Fix up comment style.
5934         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5935
5936         * gnus-salt.el: Use with-current-buffer.
5937         (gnus-pick-setup-message): Fix long-standing typo.
5938
5939 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * imap.el (imap-logout-timeout): New variable.
5942         (imap-logout, imap-logout-wait): New functions.
5943         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5944
5945         * nnimap.el (nnimap-logout-timeout): New server variable.
5946         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5947         nnimap-logout-timeout.
5948
5949         * gnus-art.el (gnus-article-summary-command-nosave)
5950         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5951
5952 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus.el (gnus-maximum-newsgroup): New variable.
5955
5956         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5957         according to gnus-maximum-newsgroup.
5958
5959         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5960         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5961         Limit the range of articles according to gnus-maximum-newsgroup.
5962
5963 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5964
5965         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5966         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5967         Don't perform gnus-configure-windows here; reuse existing sticky
5968         article buffer.
5969
5970         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5971         it doesn't exist in gnus-article-mode.
5972
5973 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5976         (gnus-agent-decoded-group-name): New function.
5977         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5978         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5979
5980 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5981
5982         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5983         Add binding for gnus-sticky-article.
5984         (gnus-summary-exit): Don't kill sticky article buffers.
5985
5986         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5987         article buffer.
5988         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5989         (gnus-kill-sticky-article-buffers): New commands.
5990
5991 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * nntp.el (nntp-xref-number-is-evil): New server variable.
5994         (nntp-find-group-and-number): If it is non-nil, don't trust article
5995         numbers in the Xref header.
5996
5997 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-agent.el (gnus-agent-read-group): New function.
6000         (gnus-agent-flush-group, gnus-agent-expire-group)
6001         (gnus-agent-regenerate-group): Use it.
6002         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6003         nnmail-pathname-coding-system.
6004
6005 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6008
6009         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6010         that are unread as unread, and also as selected so that information of
6011         marks having been changed by a user may be updated when exiting group.
6012
6013 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6016         calculated ignoring signature parts to gnus-treat-article.
6017
6018 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6021         a point here in order to keep the window start.
6022         (gnus-insert-mime-security-button): Make a button overlay without the
6023         front stickiness.
6024         (gnus-mime-display-security): Goto the end of a button.
6025
6026         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6027
6028 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6031         group-name-at-point.
6032         (gnus-group-completing-read): New function that offers decoded
6033         non-ASCII group names for completion.
6034         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6035         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6036         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6037         (gnus-group-fetch-control): Use it.
6038         (gnus-fetch-group): Use group-name-at-point for the initial value
6039         rather than the default value; use gnus-alive-p.
6040
6041         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6042         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6043         (gnus-summary-post-news): Use gnus-group-completing-read.
6044
6045         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6046         (gnus-read-move-group-name): Decode group name for completion.
6047
6048 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6049
6050         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6051         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6052         Yamaoka slightly modified the code).
6053
6054 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6057         (nnmail-split-incoming): Bind it.
6058
6059         * nnml.el (nnml-group-name-charset): New function.
6060         (nnml-decoded-group-name): Use it; don't decode group name if
6061         nnmail-group-names-not-encoded-p is non-nil.
6062         (nnml-encoded-group-name): New function.
6063         (nnml-group-pathname): Inline nnml-decoded-group-name.
6064         (nnml-request-expire-articles): Decode group name in message.
6065         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6066         nnmail-pathname-coding-system.
6067         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6068         not decoded ones according to nnmail-group-names-not-encoded-p.
6069         (nnml-generate-active-info): Use nnml-encoded-group-name.
6070
6071 2007-08-08  Glenn Morris  <rgm@gnu.org>
6072
6073         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6074         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6075         doc-strings and comments.
6076
6077 2007-07-25  Glenn Morris  <rgm@gnu.org>
6078
6079         * Relicense all FSF files to GPLv3 or later.
6080
6081 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * gnus-sum.el (gnus-summary-move-article): Make
6084         gnus-summary-respool-article work.
6085
6086 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6089         string.
6090
6091 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6092
6093         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6094         that should be ignored when comparing distant RSS articles with local
6095         ones.
6096         (nnrss-make-hash-index): New function.  Create a hash index according
6097         to the ignored fields.
6098         (nnrss-check-group): Use it.
6099
6100 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6103
6104         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6105
6106         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6107         the new optional argument ENCODED is non-nil.
6108         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6109         coding system for encoding group name.
6110         (gnus-group-make-rss-group): Pass un-encoded group name to
6111         gnus-group-make-group.
6112         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6113         encoded.
6114
6115         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6116         Encode group name to which articles are moved or copied.
6117         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6118         coding system for encoding Newsgroup, Followup-To and Xref headers.
6119
6120         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6121         marks; use nnheader-file-coding-system to write a file.
6122         (nnagent-retrieve-headers): Bind file-name-coding-system to
6123         nnmail-pathname-coding-system.
6124
6125         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6126
6127         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6128         (nnml-request-article, nnml-request-create-group)
6129         (nnml-request-rename-group, nnml-find-id)
6130         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6131         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6132         (nnml-save-marks): Use nnml-group-pathname instead of
6133         nnmail-group-pathname.
6134
6135         (nnml-request-create-group, nnml-request-expire-articles)
6136         (nnml-request-move-article, nnml-request-delete-group)
6137         (nnml-deletable-article-p, nnml-possibly-create-directory)
6138         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6139         (nnml-open-marks): Bind file-name-coding-system to
6140         nnmail-pathname-coding-system.
6141
6142         (nnml-request-article): Pass server argument to nnml-find-group-number.
6143         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6144         server argument to nnml-possibly-create-directory.
6145         (nnml-request-accept-article): Pass server argument to
6146         nnml-active-number and nnml-save-mail.
6147         (nnml-find-group-number): Pass server argument to nnml-find-id.
6148         (nnml-request-update-info): Pass server argument to
6149         nnml-marks-changed-p.
6150
6151         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6152         (nnml-save-mail, nnml-active-number): Add server argument.
6153
6154         (nnml-request-delete-group): Warn if group is missing.
6155         (nnml-get-nov-buffer): Decode group name.
6156         (nnml-generate-active-info): Encode group name.
6157         (nnml-open-marks): Decode group name in messages.
6158
6159 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6162         if it is not specified.
6163         (gnus-article-pipe-part, gnus-article-save-part)
6164         (gnus-article-interactively-view-part, gnus-article-copy-part)
6165         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6166         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6167         (gnus-article-replace-part, gnus-article-delete-part)
6168         (gnus-article-view-part-as-type): Pass raw prefix argument to
6169         gnus-article-part-wrapper.
6170
6171 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-agent.el (gnus-agent-save-active): Bind
6174         nnheader-file-coding-system to gnus-agent-file-coding-system.
6175
6176         * gnus-cache.el (gnus-cache-save-buffers)
6177         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6178         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6179         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6180         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6181         (gnus-cache-generate-active, gnus-cache-rename-group)
6182         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6183         (gnus-cache-update-overview-total-fetched-for): Bind
6184         file-name-coding-system to nnmail-pathname-coding-system.
6185         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6186         variables.
6187         (gnus-cache-decoded-group-name): New function.
6188         (gnus-cache-file-name): Use it.
6189         (gnus-cache-generate-active): Use non-decoded group name for active.
6190
6191         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6192         right place.
6193         (gnus-write-active-file): Don't break non-ASCII group names.
6194
6195         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6196         nnmail-pathname-coding-system.
6197
6198         * lpath.el: Bind default-file-name-coding-system,
6199         file-name-coding-system and language-info-alist for XEmacs.
6200
6201         * gnus-uu.el (gnus-uu-decode-save): Typo.
6202
6203 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6206
6207 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6210         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6211         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6212         (gnus-agent-flush-group, gnus-agent-flush-cache)
6213         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6214         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6215         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6216         (gnus-agent-regenerate-group)
6217         (gnus-agent-update-files-total-fetched-for)
6218         (gnus-agent-update-view-total-fetched-for): Bind
6219         file-name-coding-system to nnmail-pathname-coding-system.
6220         (gnus-agent-group-pathname): Don't encode file names by
6221         nnmail-pathname-coding-system.
6222         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6223         coding-system-for-write instead of buffer-file-coding-system to
6224         gnus-agent-file-coding-system.
6225
6226         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6227         Decode group name.
6228
6229         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6230
6231         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6232         (gnus-read-newsrc-el-file): Make group names unibyte.
6233
6234         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6235         nnmail-pathname-coding-system.
6236
6237         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6238         (nnrss-request-delete-group): Bind file-name-coding-system to
6239         nnmail-pathname-coding-system.
6240         (nnrss-read-server-data, nnrss-read-group-data): Bind
6241         file-name-coding-system correctly.
6242         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6243
6244         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6245         (nntp-server-to-method-cache): New variable.
6246         (nntp-group-pathname): New function that decodes non-ASCII group names.
6247         (nntp-possibly-create-directory, nntp-marks-changed-p)
6248         (nntp-save-marks, nntp-open-marks): Use it.
6249         (nntp-possibly-create-directory, nntp-open-marks):
6250         Bind file-name-coding-system to nnmail-pathname-coding-system.
6251         (nntp-open-marks): Decode group names when bootstrapping marks.
6252
6253         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6254         Newsgroups and Folowup-To headers.
6255
6256 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6259         (gnus-server-closed-face, gnus-server-denied-face)
6260         (gnus-server-offline-face): Remove variable.
6261         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6262
6263         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6264         of modifying message-stack directly for XEmacs.
6265
6266         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6267         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6268         if the coding-system argument is nil for XEmacs.
6269
6270         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6271         mm-charset-override-alist.
6272
6273         * rfc2047.el: Don't require base64; require rfc2045 for the function
6274         rfc2045-encode-string.
6275         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6276         to quote the parameter value.
6277
6278 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6281         form in gnus-group-name-charset-method-alist.
6282
6283         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6284         overrides the default layout edit-form.
6285
6286         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6287
6288         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6289
6290 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6293         as unfetched articles.
6294
6295 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6298
6299 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6302         original back end that keeps marks in the local system.
6303
6304 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6307         arg of pop-to-buffer for XEmacs.
6308         (gnus-article-read-summary-keys): Ditto; don't restore window
6309         configuration if summary command ends up with neither article buffer
6310         nor summary buffer; describe bindings if summary keys end with C-h.
6311
6312 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * message.el (message-fix-before-sending): Skip raw message part to be
6315         forwarded while checking illegible text.
6316         (message-forward-make-body-mime, message-forward-make-body): Mark
6317         signed or encrypted raw message as having no illegible text.
6318
6319 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6322         (gnus-message-with-timestamp-1): New macro.
6323         (gnus-message-with-timestamp): New function.
6324         (gnus-message): Use them.
6325
6326         * nnheader.el (nnheader-message): Use them.
6327
6328 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6331         .newsrc.eld file.
6332
6333 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * gnus-agent.el (gnus-agent-fetch-headers)
6336         (gnus-agent-retrieve-headers): Bind
6337         gnus-decode-encoded-address-function to identity.
6338
6339         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6340         available also when the server returns simply a dot.
6341
6342         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6343
6344 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6347
6348 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-ems.el (gnus-x-splash): Make it work.
6351
6352         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6353         from being used.
6354
6355         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6356
6357 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6360         4th and the 5th arguments.
6361
6362         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6363         the front stickiness.
6364         (gnus-article-summary-command-nosave): Correct the order of the
6365         arguments passed to pop-to-buffer.
6366         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6367         summary command ends up with the article buffer.
6368
6369         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6370         the same faces.
6371
6372 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6373
6374         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6375
6376 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6377
6378         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6379         * gnus-sum.el (gnus-summary-highlight):
6380         * pgg.el (pgg-sign-region, pgg-sign):
6381         * mail-source.el (mail-source-delete-old-incoming-confirm):
6382         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6383
6384 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-art.el (gnus-mime-view-part-externally)
6387         (gnus-mime-view-part-internally): Fix predicate function passed to
6388         completing-read.
6389
6390         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6391
6392         * gnus.el (gnus-update-message-archive-method): Add :version.
6393
6394 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus.el (gnus-update-message-archive-method): New variable.
6397
6398         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6399         according to gnus-message-archive-method if
6400         gnus-update-message-archive-method is non-nil.
6401
6402 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6405         by Loic Dachary <loic@dachary.org>.
6406         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6407
6408 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * message.el (message-pop-to-buffer): Add switch-function argument.
6411         (message-mail): Pass switch-function argument to it.
6412
6413 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6416         Improve doc string.
6417
6418 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6421         (gnus-header-content)
6422         * gnus-cite.el (gnus-cite-10)
6423         * gnus-srvr.el (gnus-server-closed)
6424         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6425         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6426         (gnus-group-mail-3-empty, gnus-group-mail-low)
6427         (gnus-group-mail-low-empty, gnus-splash)
6428         * message.el (message-header-to, message-header-cc)
6429         (message-header-subject, message-header-other, message-header-name)
6430         (message-header-xheader, message-separator, message-cited-text)
6431         (message-mml): Lighten colors of faces used for dark background.
6432
6433 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6434
6435         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6436         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6437
6438 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * message.el (message-narrow-to-headers-or-head):
6441         Ignore mail-header-separator in the body.
6442
6443 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6446         same as window size.
6447
6448 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6449
6450         * message.el (message-font-lock-keywords): Use message-header-xheader
6451         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6452         ahead of the anything pattern, to get it recognised.
6453
6454 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6457         spam.el loads uses it in the compiled defadvice form.
6458
6459 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6460
6461         * gnus-sum.el (gnus-articles-to-read)
6462         (gnus-summary-insert-old-articles): Don't truncate group name for
6463         `read-string'.
6464
6465         * gnus-util.el (gnus-limit-string): Delete this function.
6466
6467         * gnus-sum.el (gnus-simplify-subject-fully): Use
6468         `truncate-string-to-width' instead.
6469
6470 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6471
6472         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6473         if, on summary exit, the next group has to be selected.
6474         (gnus-summary-exit): Use it.
6475
6476 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6479         non-break space.
6480
6481 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6484         Check if group is not a directory.
6485         (nnfolder-request-expire-articles): Don't delete articles if the target
6486         group is not available.
6487
6488         * nnml.el (nnml-request-create-group): Properly check if group is not a
6489         file.
6490         (nnml-request-expire-articles): Don't delete articles if the target
6491         group is not available.
6492
6493         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6494         Don't quote characters that are within parentheses.
6495
6496 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6499         (gnus-handle-ephemeral-exit): Select article according to it.
6500
6501 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * message.el (message-insert-formated-citation-line): Remove newline.
6504         (message-citation-line-format): Add final \n here so that the user can
6505         avoid a blank line.
6506
6507 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6508
6509         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6510         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6511         Update lanl/arXiv support.
6512
6513 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * gnus.el: Bump version number.
6516
6517 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * gnus.el (gnus-version-number): Bump version.
6520
6521 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6522
6523         * gnus.el: No Gnus v0.6 is released.
6524
6525 2007-04-27  Didier Verna  <didier@xemacs.org>
6526
6527         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6528         * gmm-utils.el (gmm-regexp-concat): here.
6529         * message.el: Don't require 'gnus-util.
6530         (message-dont-reply-to-names): Handle name change above.
6531         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6532
6533 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6536         since the initial value varies according to the system.
6537
6538 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6541
6542 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6543
6544         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6545
6546 2007-04-24  Didier Verna  <didier@xemacs.org>
6547
6548         Improve the type of gnus-ignored-from-addresses.
6549         * gnus-util.el (gnus-orify-regexp): New function.
6550         * message.el (gnus-util): Require it.
6551         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6552         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6553         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6554
6555 2007-04-24  Didier Verna  <didier@xemacs.org>
6556
6557         * gnus-sum.el:
6558         * gnus-utils.el: Fix some trailing whitespaces.
6559
6560 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6563         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6564         article's Message-ID; refer parent article in summary buffer.
6565
6566         * message.el (message-bounce): Call mime-to-mml.
6567
6568         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6569         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6570         optimize and/or forms properly.
6571
6572 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6575         URL.
6576
6577 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6580
6581 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6584         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6585         displayed of multipart/alternative part if it is invoked from summary
6586         buffer.
6587
6588         * mm-view.el (mm-inline-text-html-render-with-w3m)
6589         (mm-inline-text-html-render-with-w3m-standalone)
6590         (mm-inline-render-with-function): Use mail-parse-charset by default.
6591
6592 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6593
6594         * parse-time.el (parse-time-string-chars): Check if CHAR
6595         is less than the length of parse-time-syntax.
6596
6597 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6600         from gnus-newsgroup-processable.
6601
6602 2007-04-16  Didier Verna  <didier@xemacs.org>
6603
6604         * gnus-msg.el (gnus-configure-posting-styles): Handle
6605         message-signature-directory properly with :file syntax.  Reported by
6606         "Leo".
6607
6608 2007-04-11  Didier Verna  <didier@xemacs.org>
6609
6610         New user option: message-signature-directory.
6611         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6612         * message.el (message-insert-signature): Ditto.
6613         * message.el (message-signature-file): Doc update.
6614         * message.el (message-signature-directory): New.
6615
6616 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * gnus-msg.el (gnus-inews-yank-articles): Use
6619         message-exchange-point-and-mark instead of exchange-point-and-mark.
6620
6621 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * message.el (message-yank-original): Make sure cited text ends with
6624         newline; don't exchange point and mark.
6625
6626 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6627
6628         * tls.el (open-tls-stream): Properly handle case where there
6629         is no associated buffer.
6630
6631 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6632
6633         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6634         message-yank-original, make sure (< mark TEXT point).
6635
6636 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * message.el (message-fill-column): New variable.
6639         (message-mode): Use it.  Add comment on a possible new hook.
6640
6641         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6642         (nnmail-get-new-mail): Reformat.
6643
6644         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6645
6646         * gmm-utils.el: Fix Commentary.
6647         (gmm-tool-bar-from-list): Fix typo in doc string.
6648
6649 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6650
6651         * message.el (message-yank-original): Don't switch point and mark
6652         unnecessarily to put point and mark as documented.
6653
6654 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6655
6656         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6657         from the message heads.
6658
6659 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6660
6661         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6662         article buffer does not have a window.  This may not be the best
6663         solution but is certainly better than setting the start of the null,
6664         that is the current, window.
6665
6666 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6667
6668         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6669         (gnus-draft-setup): Run it.
6670
6671         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6672         gnus-score-fast-scoring.  Allow regexp.
6673         (gnus-score-headers): Use it.
6674
6675         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6676         XEmacs.
6677
6678         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6679         string.
6680         (gnus-button-alist): Also catch `<f1> k ...'.
6681         (gnus-treat-display-x-face): Fix doc string.
6682
6683 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6684
6685         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6686         evaluation of gnus-extended-version to ensure correct generation of the
6687         User-Agent header when message-generate-headers-first is used.
6688
6689 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6690
6691         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6692         hashcash-path is nil.  Don't call callback with incorrect number of
6693         parameters if val is 0.
6694
6695 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6696
6697         * message.el (message-required-news-headers):
6698         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6699
6700 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6701
6702         * tls.el (open-tls-stream): In handshake-waiting loop,
6703         don't wait more if there is output available to process.
6704
6705 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6706
6707         * tls.el (tls-program): Doc fix.
6708
6709 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * message.el (message-generate-new-buffers): Change the meaning of the
6712         nil value; add `standard' to the choices; treat t as `unique'; improve
6713         doc string.
6714         (gnus-select-frame-set-input-focus): Autoload.
6715         (message-buffer-name): Search for the existing message buffer if
6716         message-generate-new-buffers is nil or `standard'; treat the value t of
6717         message-generate-new-buffers as `unique'.
6718         (message-pop-to-buffer): Raise the frame already displaying the message
6719         buffer; clear the echo area after querying.
6720         (message-setup): Pass the `continue' argument to compose-mail.
6721         (message-mail): Prefer `switch-function' if it is given; search for the
6722         existing message buffer if the `continue' argument is non-nil; pass
6723         continue and switch-function arguments to compose-mail by way of
6724         message-setup.
6725         (message-mail-other-window): Adjust argument of message-setup.
6726         (message-mail-other-frame): Ditto.
6727
6728 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6731         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6732         to turn font-lock on when turning gnus-message-citation-mode on.
6733
6734 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6735
6736         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6737         (mml-smime-function-alist): New variable; add epg as the backend.
6738         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6739         mml-smime- functions instead.
6740         * mm-view.el: Require smime.
6741
6742 2007-03-05  Didier Verna  <didier@xemacs.org>
6743
6744         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6745         instead of just inheritance for posting styles.
6746         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6747
6748 2007-02-24  Chris Moore  <dooglus@gmail.com>
6749
6750         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6751         * pgg-pgp.el (pgg-pgp-encrypt-region):
6752         * pgg-gpg.el (pgg-gpg-encrypt-region):
6753         Check pgg-encrypt-for-me if no other recipients.
6754
6755 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6756
6757         * tls.el (tls-certtool-program): Fix custom type.
6758
6759 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6762         and point-at-eol instead of line-(beginning|end)-position.
6763
6764         * assistant.el (assistant-parse-buffer): Ditto.
6765
6766         * netrc.el (netrc-parse-services): Ditto.
6767
6768 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6769
6770         * mml2015.el (mml2015-epg-find-usable-key): New function.
6771         (mml2015-epg-sign): Use it.
6772         (mml2015-epg-encrypt): Use it.
6773
6774 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * message.el (message-make-in-reply-to): Quote name containing
6777         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6778         if there are special characters.  Reported by NAKAJI Hiroyuki
6779         <nakaji@jp.freebsd.org>.
6780
6781 2007-02-27  Didier Verna  <didier@xemacs.org>
6782
6783         Include the group parameters as well as the topic ones in the
6784         inheritance filter process.
6785         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6786         argument GROUP-PARAMS-LIST.
6787         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6788
6789 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * nntp.el (nntp-never-echoes-commands)
6792         (nntp-open-connection-functions-never-echo-commands): New variables.
6793         (nntp-send-command): Use them.
6794
6795 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6796
6797         * mml2015.el (mml2015-epg-verify): Simplified.
6798
6799 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * mml.el (mml-content-disposition-alist): New user option.
6802         (mml-content-disposition): New function.
6803         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6804         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6805
6806 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6807
6808         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6809         verification.
6810
6811 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6812
6813         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6814         articles posted in the last 24 hours.
6815
6816 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6817
6818         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6819
6820 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6821
6822         * nntp.el (nntp-send-command): Don't wait for echoes when
6823         nntp-open-ssl-stream is used.
6824
6825 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6828         (gnus-message-add-citation-keywords)
6829         (gnus-message-remove-citation-keywords): Remove.
6830         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6831         directly, make the variables in font-lock-defaults buffer-local, add
6832         gnus-message-citation-keywords to them and then update the value of
6833         font-lock-keywords.
6834
6835 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * message.el (message-cite-original-1): Don't call
6838         gnus-article-highlight-citation.
6839
6840         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6841         citations; fix line count.
6842
6843 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6846         (gnus-message-add-citation-keywords)
6847         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6848         versions of font-lock-add-keywords and font-lock-remove-keywords to
6849         work with XEmacs correctly.
6850
6851 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-cite.el (gnus-cite-face-list): Set the values of
6854         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6855         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6856         (gnus-message-cite-prefix-regexp): New variable.
6857         (gnus-message-search-citation-line): Use it; protect against long
6858         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6859         the 0th match data for Emacs.
6860         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6861         (gnus-message-add-citation-keywords): Append keywords rather than
6862         prepending; emulate font-lock-add-keywords if it is not available.
6863         (gnus-message-remove-citation-keywords): Emulate
6864         font-lock-remove-keywords if it is not available.
6865
6866         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6867
6868         * message.el (message-cite-prefix-regexp): Set the value of
6869         gnus-message-cite-prefix-regexp.
6870
6871 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6872
6873         * nnweb.el (nnweb-google-parse-1): Update parser.
6874
6875 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6876
6877         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6878
6879 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6880
6881         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6882         regexp.
6883
6884 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6887         string-to-multibyte.
6888         (uudecode-decode-region-internal): Use it.
6889
6890         * lpath.el: Fbind string-as-multibyte for XEmacs.
6891
6892 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6895         custom choice.
6896
6897         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6898
6899 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6900
6901         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6902
6903         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6904         `write-region' to respect `mm-inhibit-file-name-handlers'.
6905
6906 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6909         Use gnus-home-directory instead of "~/" or "$HOME".
6910
6911 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6914         to mention filename.
6915         Add comments at beginning regarding usage.
6916         (encrypt-write-file-contents): Change interactive so a string is
6917         acceptable.  If the file has no associated model, show an error instead
6918         of a nonsense prompt.
6919
6920 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6921
6922         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6923         Thanks to Yoshihiko Yamada for kind notification of this typo.
6924
6925 2007-01-12  Kenichi Handa  <handa@m17n.org>
6926
6927         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6928         multibyte buffer.
6929
6930 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * gnus-score.el (gnus-score-fast-scoring): New variable.
6933         (gnus-score-headers): Use it.
6934
6935         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6936
6937         * message.el (message-cite-original-1): Call
6938         gnus-article-highlight-citation if requested.
6939         (message-make-from): Allow name and address as optional arguments.
6940
6941         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6942
6943         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6944         bugs to doc string.
6945         (gnus-button-alist): Add mid\\|message-id.
6946         (gnus-button-fetch-group): Extend for use in
6947         `browse-url-browser-function'.
6948         (gnus-button-url-regexp): Try to catch paired parentheses like in
6949         Wikipedia URLs.
6950
6951         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6952         Suggested by Simon Krahnke <overlord@gmx.li>.
6953
6954 2007-01-13  Romain Francoise  <romain@orebokech.com>
6955
6956         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6957         Update copyright.
6958
6959 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6960
6961         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6962
6963 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * gnus-registry.el (gnus-registry-unfollowed-groups)
6966         (gnus-registry-split-fancy-with-parent): Fix documentation.
6967
6968 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6971         from nnweb groups.
6972
6973 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974
6975         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6976         Xref urls.  Erase buffer before requesting head.
6977
6978 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6981         customizable.
6982
6983 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6984
6985         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6986         no signing key is found.
6987         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6988         no encrypting and/or signing key is found.
6989
6990 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6993
6994 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6995
6996         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6997         headers read from disk with the ones newly found in the current search.
6998         This should no longer cause problems, because the article numbers in
6999         Gmane's `nov.php' output are ignored since the previous change.
7000
7001 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7002
7003         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7004
7005 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7008         replace-regexp-in-string; bind url-version; fbind display-images-p and
7009         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7010         find-face and set-itimer-function for Emacs; bind itimer-list for
7011         Emacs.
7012
7013         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7014
7015 2007-01-01  Romain Francoise  <romain@orebokech.com>
7016
7017         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7018
7019 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7020
7021         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7022         `define-minor-mode' macro definition expanded properly.
7023         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7024         exclude it there.
7025
7026         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7027         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7028         `fboundp' test.
7029         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7030         This is OK to autoload in (S)XEmacs now.
7031
7032 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7035         keystroke.
7036         (gnus-summary-limit-to-singletons): Fix typo.
7037
7038         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7039         else fails.
7040
7041 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7042
7043         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7044         docstring.
7045
7046         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7047         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7048         (gnus-summary-insert-dormant-articles): Fix typo in message.
7049
7050 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7053         nil for XEmacs.
7054         (gnus-message-citation-mode): Don't autoload in XEmacs.
7055
7056         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7057
7058 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7059
7060         * nnimap.el (nnimap-expunge-search-string): Mention
7061         nnimap-search-uids-not-since-is-evil in docstring.
7062
7063 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * spam.el: Revert to make-obsolete-variable because
7066         define-obsolete-variable-alias is not supported in Emacs 21.
7067
7068         * spam.el (spam-ifile-path, spam-ifile-database-path)
7069         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7070         make-obsolete-variable.
7071         (spam-bsfilter-path, spam-bsfilter-program)
7072         (spam-spamassassin-path, spam-spamassassin-program)
7073         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7074         use "path" inappropriately.
7075         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7076         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7077         variable names.
7078
7079 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7080
7081         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7082         summary buffer.
7083
7084         * password.el (password-cache-remove): Use clear-string to burn
7085         password, if available.
7086
7087 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7090
7091         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7092
7093         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7094         (gnus-message-highlight-citation): Move defcustom here from
7095         gnus-cite.el.
7096         (gnus-message-citation-mode): Autoload.
7097
7098         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7099         checks to make it compile with XEmacs.
7100         (gnus-message-citation-mode): New minor mode.
7101         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7102         (gnus-message-highlight-citation): New variables.
7103         (gnus-message-search-citation-line)
7104         (gnus-message-add-citation-keywords)
7105         (gnus-message-remove-citation-keywords)
7106         (turn-on-gnus-message-citation-mode)
7107         (turn-off-gnus-message-citation-mode): New functions.
7108
7109 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7110
7111         * gnus-cite.el: Enable highlighting of different citation levels in
7112         message-mode.
7113
7114 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * message.el (message-make-fqdn): Fix comment.
7117         (message-bogus-system-names): Add ".local".
7118
7119         * spam.el (spam-ifile-path, spam-ifile-program)
7120         (spam-ifile-database-path, spam-ifile-database)
7121         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7122         Don't use "path" inappropriately.
7123         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7124         strings.
7125         (spam-check-ifile, spam-ifile-register-with-ifile)
7126         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7127         new variable names.
7128
7129         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7130         (gnus-treat-display-smileys): Simplify using
7131         gnus-image-type-available-p.
7132
7133         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7134         available.
7135
7136         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7137         `display-images-p' if available.
7138
7139 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7142         one after turning on the buffer's multibyteness instead of decoding
7143         them directly in the unibyte buffer that causes unexpected conversion
7144         in Emacs 23 (unicode).
7145
7146 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7147
7148         * message.el (message-generate-hashcash): Fix custom type.
7149
7150 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7153
7154 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7157         disconnect icons.  Add help text.
7158
7159 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7160
7161         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7162         negated to be consistent with the others we handle.
7163
7164 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7167         version of gnus-summary-buffer to something, so that we can use two
7168         article buffers at the same time.
7169
7170 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7173         trigger all the extra headers.
7174         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7175         sorting.
7176
7177 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7178
7179         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7180         solid groups.
7181
7182 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7183
7184         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7185
7186 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * legacy-gnus-agent.el: Add Copyright notice.
7189
7190 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7191
7192         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7193
7194 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7197
7198         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7199         to make it work reliably in CVS Emacs.
7200         (gnus-summary-limit-strange-charsets-predicate)
7201         (gnus-summary-limit-to-predicate): New functions.
7202
7203 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7204
7205         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7206         specifying array size.
7207         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7208         array if it is too small.
7209         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7210         (gnus-sort-threads-loop): New function.
7211
7212 2006-12-06  Chris Moore  <dooglus@gmail.com>
7213
7214         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7215         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7216
7217 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7218
7219         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7220         options.
7221
7222 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7225         DOS-ing the recipient.
7226
7227         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7228         the headers when creating the mapping to avoid mismappings.
7229         (nnweb-gmane-create-mapping): Always nix out old mapping.
7230
7231 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7234         and mm-verify-option to never.
7235
7236 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * message.el (message-signed-or-encrypted-p): New function.
7239         (message-forward-make-body): Use it.
7240
7241         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7242         Replace encode-coding-string with mm-encode-coding-string.
7243
7244 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * nneething.el (nneething-decode-file-name): Replace
7247         decode-coding-string with mm-decode-coding-string.
7248
7249         * gnus-int.el (gnus-open-server): Say failed server's name.
7250
7251 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7252
7253         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7254         strings to a single string.  Quote `errors-file-name'.
7255         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7256         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7257         Adjust calls.  Use `shell-quote-argument'.
7258
7259 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7260
7261         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7262         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7263
7264         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7265         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7266         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7267         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7268         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7269         (gnus-subscribe-newsgroup, gnus-1):
7270         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7271         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7272         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7273         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7274
7275 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7278         keystroke.
7279         (gnus-summary-limit-to-bodies): Implement headersp.
7280
7281 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7284
7285 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7288
7289 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * message.el (message-generate-hashcash): Expand range of values to
7292         include `opportunistic'.
7293         (message-send-mail): Use it.
7294
7295 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7296
7297         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7298         and comment it.
7299
7300         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7301
7302 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gnus-util.el (gnus-extract-address-components): Improve comment.
7305
7306 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-util.el (gnus-extract-address-components): Work with address in
7309         which the name portion contains @.
7310
7311         * lpath.el: Fbind custom-autoload.
7312
7313 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * gnus.el (gnus-start): Move custom group up.
7316         (gnus-select-method): Don't autoload, but make it available for
7317         `customize-variable'.
7318         (gnus-getenv-nntpserver): Don't autoload.
7319
7320 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7321
7322         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7323
7324 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * message.el (message-sendmail-extra-arguments): New variable.
7327         (message-send-mail-with-sendmail): Use it.
7328
7329 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7332         mm-with-unibyte-current-buffer to make string unibyte.
7333
7334         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7335         mm-string-as-multibyte.
7336
7337 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7338
7339         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7340         Reported by Werner Koch <wk@gnupg.org>.
7341
7342 2006-11-14  Daiki Ueno  <ueno@p360>
7343
7344         * mml2015.el: Autoload epa-select-keys when compiling.
7345
7346 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7347
7348         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7349         message-options.
7350         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7351
7352 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7353
7354         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7355         EasyPG (< 0.0.6).
7356         (mml2015-always-trust): New user option.
7357         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7358         prompt.
7359
7360 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * nntp.el (nntp-authinfo-force): New variable.
7363         (nntp-send-authinfo): Use it.
7364
7365 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7368         decode encoded words.  Improve prompt.  Add comment about forwarding.
7369         (message-replacement-char): Move up.
7370
7371 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7372
7373         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7374         instead of gnus-intersection because arguments of gnus-sorted-nunion
7375         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7376
7377 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7380         (message-simplify-subject-functions): Enable
7381         message-strip-subject-encoded-words by default.
7382
7383 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * message.el (message-strip-subject-encoded-words): New function.
7386         (message-simplify-subject-functions): New variable.
7387         (message-simplify-subject): Use it.  Fix typo in doc string.
7388         Support message-strip-subject-encoded-words.
7389
7390 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7391
7392         * gnus-diary.el (gnus-diary-delay-format-function):
7393         * nndiary.el (nndiary-reminders):
7394         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7395
7396 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * gnus-art.el (article-hide-boring-headers): Fetch date from
7399         gnus-original-article-buffer to avoid problems with localized date
7400         strings.
7401
7402 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7405
7406 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7407
7408         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7409         New variables.
7410         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7411         (mm-charset-synonym-alist): Move some entries to
7412         mm-codepage-iso-8859-list.
7413         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7414         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7415
7416 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7419
7420 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7423         with Emacs 21 and XEmacs.
7424
7425 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7426
7427         * spam.el (spam-parse-address): New function for better parsing,
7428         catching errors, etc.
7429         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7430
7431 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * mm-view.el: Add interactive arg to html2text autoload.
7434
7435 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7438
7439 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7442         variables.
7443         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7444         (mm-charset-synonym-alist): Move some entries to
7445         mm-codepage-iso-8859-list.
7446
7447         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7448
7449 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * message.el (message-citation-line-format)
7452         (message-insert-formated-citation-line): Fix implementation of %E, %N
7453         and %n according to the doc string.
7454
7455 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7458         car-safe to avoid bad parses.
7459
7460 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7463         names.
7464
7465         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7466
7467 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7470         header.
7471
7472         * message.el (message-draft-headers): Add Date.
7473         (message-headers-to-generate): Fix typo in docstring.
7474
7475         * nndraft.el (nndraft-required-headers): New variable.
7476         (nndraft-generate-headers): Use it.
7477
7478         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7479
7480 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7481
7482         * gnus-registry.el (gnus-registry-wash-for-keywords)
7483         (gnus-registry-find-keywords): New functions to allow easy searching of
7484         articles that are in the registry.
7485
7486 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7489         ietf-drums-parse-address instead of gnus-extract-address-components.
7490         Reported by Damien Elmes <damien@repose.cx>.
7491
7492 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * gnus.el (gnus-mime): Remove unused custom group.
7495
7496 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7497
7498         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7499         "blank line" when searching for end of armor headers.
7500
7501 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gmm-utils.el (gmm-write-region): Fix variable name.
7504
7505 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * gmm-utils.el (gmm-write-region): New function based on compatibility
7508         code from `mm-make-temp-file'.
7509
7510         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7511
7512         * nnmaildir.el (nnmaildir--update-nov)
7513         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7514         Use `gmm-write-region'.
7515
7516 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7519         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7520
7521         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7522
7523         * message.el (message-replacement-char): New variable.
7524         (message-fix-before-sending): Use it.
7525         (message-simplify-subject): New function to remove duplicate code.
7526         (message-reply, message-followup): Use it.
7527
7528         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7529         gnus-summary-limit-to-articles.
7530
7531 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-util.el (gnus-with-local-quit): New macro.
7534
7535         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7536
7537 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7538
7539         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7540         ignore non-string data.
7541
7542 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7543
7544         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7545         non-string data (needs to be done in the registry too).
7546
7547 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7548
7549         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7550         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7551         (gnus-registry-split-fancy-with-parent)
7552         (gnus-registry-fetch-simplified-message-subject-fast)
7553         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7554         Remove text properties on ingress into the registry and when it's saved.
7555         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7556         registry from entries with no groups.
7557
7558 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7559
7560         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7561         function to remove string properties.
7562
7563 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * gmm-utils.el (gmm): Adjust custom version.
7566
7567         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7568         custom version.
7569
7570         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7571
7572 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gnus-art.el (gnus-insert-prev-page-button)
7575         (gnus-insert-next-page-button): Simplify.  Reformat.
7576
7577 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7578
7579         * gnus-art.el (gnus-insert-prev-page-button)
7580         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7581
7582 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7583
7584         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7585
7586 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7587
7588         * gnus-art.el (gnus-insert-mime-button)
7589         (gnus-insert-mime-security-button):
7590         Apply gnus-article-button-face to MIME and security buttons.
7591
7592 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7595         readable.
7596
7597 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7600
7601 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7602
7603         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7604         `browse-url-of-file' instead of `browse-url'.
7605
7606 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7607
7608         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7609         regexp.  Articles containing quotation were cut prematurely.
7610
7611 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * message.el (message-cite-original-1): Use nobody by default for the
7614         value of From header.
7615         (message-reply): Ditto.
7616
7617 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7618
7619         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7620         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7621         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7622
7623 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7626         mails in the doc string.  Add some URLs in comment.
7627         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7628
7629 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7632         backslashes handling and the way to find boundaries of quoted strings.
7633
7634 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7635
7636         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7637         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7638         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7639         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7640
7641 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7642
7643         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7644         doc string.
7645         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7646
7647 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * lpath.el: Fbind epg-check-configuration.
7650
7651 2006-09-06  Simon Josefsson  <jas@extundo.com>
7652
7653         * mml2015.el (mml2015-use): Doc fix, mention epg.
7654
7655 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7656
7657         * mml2015.el (mml2015-use): Default to epg, if available.
7658
7659 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7660
7661         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7662         message-sender.
7663         (mml1991-epg-encrypt): Ditto.
7664         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7665         message-sender.
7666         (mml2015-epg-encrypt): Ditto.
7667
7668 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7669
7670         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7671         several common directories.
7672
7673 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7674
7675         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7676         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7677
7678 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-art.el (article-decode-encoded-words): Make it fast.
7681
7682 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7685
7686         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7687         in quoted string into `\'.
7688
7689 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7692         Use standard-syntax-table.
7693
7694 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-art.el (gnus-decode-address-function): New variable.
7697         (article-decode-encoded-words): Use it to decode headers which are
7698         assumed to contain addresses.
7699         (gnus-mime-delete-part): Remove useless `or'.
7700
7701         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7702         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7703         (gnus-nov-parse-line): Use it to decode From header.
7704         (gnus-get-newsgroup-headers): Ditto.
7705         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7706
7707         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7708         (mail-decode-encoded-address-string): New alias.
7709
7710         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7711         New function.
7712         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7713         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7714         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7715         (rfc2047-decode-string): Ditto.
7716         (rfc2047-decode-address-region): New function.
7717         (rfc2047-decode-address-string): New function.
7718
7719 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * message.el (message-caesar-buffer-body): Allow rotating headers.
7722
7723         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7724
7725         * message.el (message-insert-formated-citation-line): Fix %f.
7726         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7727
7728 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7731         (gnus-bookmark-mouse-available-p): New macro.
7732         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7733         (gnus-bookmark-bmenu-show-infos): Use it.
7734         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7735         (gnus-bookmark-bmenu-hide-infos): Ditto.
7736         (gnus-bookmark-remove-properties): New function.
7737         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7738         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7739         (gnus-bookmark-write-file): Bind coding-system-for-write.
7740         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7741         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7742         group before selecting it.
7743         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7744         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7745         quit-window if it is not available; use gnus-mouse-2 and bind it to
7746         gnus-bookmark-bmenu-select-by-mouse.
7747         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7748         (gnus-bookmark-bmenu-select-by-mouse): New function.
7749
7750 2006-08-13  Romain Francoise  <romain@orebokech.com>
7751
7752         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7753         space.
7754
7755 2006-08-10  Romain Francoise  <romain@orebokech.com>
7756
7757         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7758         (dns-mode-soa-auto-increment-serial): New user option.
7759         (dns-mode-soa-maybe-increment-serial): New function.
7760         (dns-mode): Add the latter to `write-contents-functions'.
7761
7762 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * compface.el (uncompface): Use binary rather than raw-text-unix.
7765
7766 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * compface.el (uncompface): Make sure the eol conversion doesn't take
7769         place when communicating with the external programs.  Reported by
7770         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7771
7772 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7775
7776 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7777
7778         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7779         Make it more robust by parsing author and date independently.
7780
7781 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7784
7785 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7786
7787         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7788         first matching secret key.
7789         (mml2015-epg-encrypt): Ditto.
7790
7791         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7792         first matching secret key.
7793         (mml1991-epg-encrypt): Ditto.
7794
7795         * mml2015.el (mml2015-encrypt-to-self): New user option.
7796         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7797         mml2015-epg-encrypt-to-self is set.
7798
7799         * mml1991.el (mml1991-encrypt-to-self): New variable.
7800         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7801         mml1991-epg-encrypt-to-self is set.
7802
7803         * mml2015.el (mml2015-signers): New user option.
7804         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7805         (mml2015-epg-encrypt): Allow to select signing keys.
7806
7807         * mml1991.el (mml1991-signers): New variable.
7808         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7809         (mml1991-epg-encrypt): Allow to select signing keys.
7810
7811 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * nnheader.el (nnheader-insert-head): Make it work even if the file
7814         uses CRLF for the line-break code.
7815
7816 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7817
7818         * mml2015.el: Require mml-sec instead of password.
7819         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7820         (mml2015-cache-passphrase): Inherit the default value from
7821         mml-secure-cache-passphrase.
7822         (mml2015-passphrase-cache-expiry): Inherit the default value from
7823         mml-secure-passphrase-cache-expiry.
7824
7825         * mml1991.el: Require mml-sec instead of password.
7826         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7827         (mml1991-cache-passphrase): Inherit the default value from
7828         mml-secure-cache-passphrase.
7829         (mml1991-passphrase-cache-expiry): Inherit the default value from
7830         mml-secure-passphrase-cache-expiry.
7831
7832         * mml-sec.el: Require password.
7833         (mml-secure-verbose): New user option.
7834         (mml-secure-cache-passphrase): New user option.
7835         (mml-secure-passphrase-cache-expiry): New user option.
7836
7837 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7838
7839         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7840         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7841         andreas@altroot.de (Andreas Vögele).
7842
7843         FIXME: Use `tiny change'?
7844
7845 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7846
7847         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7848         workaround for the url package included with Emacs.
7849
7850         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7851
7852 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7855         correctly.  This fixes a bug caused by the 2006-05-12 change.
7856
7857 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7858
7859         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7860         some information about the error when saying that the `bogus' mail
7861         group will be used.
7862
7863 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7866         string.
7867
7868 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7869
7870         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7871
7872 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7873
7874         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7875
7876 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7877
7878         * mml1991.el (mml1991-function-alist): Add epg.
7879         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7880         (mml1991-epg-encrypt): New functions.
7881
7882 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7883
7884         * mml2015.el (mml2015-verbose): New variable.
7885         (mml2015-cache-passphrase): Ditto.
7886         (mml2015-passphrase-cache-expiry): Ditto.
7887         (mml2015-function-alist): Add epg.
7888         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7889         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7890         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7891         functions.
7892
7893 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7894
7895         * message.el (message-cite-original-1): Preserve region when removing
7896         quoted text due to X-No-Archive in order to avoid bogus attribution
7897         when citing multiple messages.
7898
7899 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7900
7901         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7902         Kenneth Jacker <khj@be.cs.appstate.edu>.
7903
7904 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * gnus-diary.el (gnus-user-format-function-d)
7907         (gnus-user-format-function-D): Autoload.
7908
7909         * imap.el (Commentary): Fix typo.
7910
7911         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7912         2006-04-22 contribution.
7913
7914 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7915
7916         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7917         It didn't really fix the bogosity I'm seeing with solid web groups.
7918
7919 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7920
7921         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7922         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7923         created using server names.  If we use the feature without declaring
7924         it, Gnus does not properly manage server and group state.
7925
7926         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7927         bound.
7928
7929 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7930
7931         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7932         looking up the method using GROUP's prefix before inventing a new one.
7933         It is used on killed/unknown groups in various places where returning
7934         an all-new method isn't expected by the caller.
7935
7936         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7937         and match semantics of gnus-group-real-prefix.
7938
7939 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * nnmail.el (nnmail-broken-references-mailers): New variable.
7942         (nnmail-ignore-broken-references): New function generalizing
7943         nnmail-fix-eudora-headers.
7944         (nnmail-fix-eudora-headers): Now obsolete.
7945
7946         * gnus-art.el (gnus-button-handle-custom): Support
7947         `customize-apropos*'.
7948
7949 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7950
7951         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7952
7953         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7954         articles.
7955
7956 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * message.el (message-cite-reply-above): New variable.
7959         (message-yank-original): Use it.
7960
7961 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7964
7965 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7966
7967         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7968         as read.
7969
7970         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7971
7972 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7975         (gnus-bookmark-default-file): Use gnus-directory.
7976         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7977         Remove "*" in doc string.
7978         (gnus-bookmark-write-file): Simplify.
7979         (gnus-bookmark-maybe-sort-alist): Use `when'.
7980         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7981         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7982         FIXME about Emacs 21 and XEmacs compatibility.
7983         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7984         compatibility.
7985         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7986         compatibility.
7987         (gnus-bookmark-menu-heading): Fix version.
7988
7989 2006-06-19  Bastien Guerry  <bzg@altern.org>
7990
7991         * gnus-bookmark.el: New file.
7992
7993 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * message.el (message-syntax-checks): Doc fix.
7996
7997 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7998
7999         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8000         unsubscribed groups as if they were killed ones.  It causes duplicate
8001         entries in gnus-newsrc-alist.
8002
8003 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * message.el (message-syntax-checks): Doc fix.
8006         (message-send-mail): Add check for continuation headers.
8007         (message-check-news-header-syntax): Fix regexp used to check for
8008         continuation headers.
8009
8010 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8013
8014 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8017
8018 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8021         default-truncate-lines.
8022
8023 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8026         to fill the utf-8 entry.
8027
8028         * lpath.el: Fbind unicode-precedence-list.
8029
8030 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8031
8032         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8033
8034 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8035
8036         * gnus-agent.el (directory-files-and-attributes): Move all the way
8037         forward (the third and final move).
8038         (gnus-agent-read-agentview): Trap reconstruction errors due to
8039         nonexistant directory.  Handle by returning nil.
8040
8041 2006-05-30  Didier Verna  <didier@xemacs.org>
8042
8043         * message.el (message-dont-reply-to-names): Update the custom type.
8044         * message.el (message-dont-reply-to-names): New defsubst: potentially
8045         convert a list of regexps into a single one.
8046         * message.el (message-get-reply-headers): Use it.
8047         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8048
8049 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-agent.el (directory-files-and-attributes): Move forward.
8052
8053 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * gnus-ml.el (gnus-mailing-list-subscribe)
8056         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8057         (gnus-mailing-list-message): Fix doc strings.
8058
8059 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8060
8061         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8062         of doing it manually.
8063
8064 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8067         comment.
8068
8069 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8070
8071         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8072         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8073         (gnus-agent-read-local): All symbols allocated in my-obarray.
8074         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8075         (gnus-agent-regenerate-group): Check numeric names to see if they are
8076         messages or groups.
8077         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8078         better way of do this...)
8079
8080         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8081         'dummy.group' (there should be a better way of do this...)
8082
8083 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8086         (gnus-saved-headers): Ditto.
8087         (gnus-default-article-saver): Mention functions may have properties.
8088         (gnus-article-save): Override gnus-save-all-headers and
8089         gnus-saved-headers by :headers property which saver function may have.
8090         (gnus-summary-save-in-file): Add :headers property.
8091         (gnus-summary-write-to-file): Ditto.
8092
8093         * gnus-sum.el (gnus-summary-save-article): Bind
8094         gnus-prompt-before-saving to t when saving many articles in a file;
8095         always show all headers.
8096
8097         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8098
8099 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8102         marks.
8103
8104         * message.el (message-indent-citation): Add optional arguments to allow
8105         using it outside of message buffers.
8106
8107         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8108         (gnus-article-treat-unfold-headers): Use it.
8109         (gnus-article-truncate-lines): New variable.
8110         (gnus-article-mode): Use it.
8111         (gnus-article-toggle-truncate-lines): New function.
8112
8113         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8114         gnus-article-toggle-truncate-lines.
8115
8116         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8117         coding system in XEmacs, use binary.
8118
8119 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8122         after-load-alist.
8123
8124         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8125         this function should save decoded articles.
8126         (gnus-summary-write-to-file): Use property to specify this function
8127         should save decoded articles and specify gnus-summary-save-in-file
8128         should be used to save articles other than the first one when saving
8129         many articles.
8130         (gnus-summary-save-body-in-file): Use property to specify this
8131         function should save decoded articles.
8132         (gnus-summary-write-body-to-file): Use property to specify this
8133         function should save decoded articles and specify
8134         gnus-summary-save-body-in-file should be used to save articles other
8135         than the first one when saving many articles.
8136
8137         * gnus-sum.el (gnus-summary-save-article): Simplify.
8138
8139 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-art.el (gnus-default-article-saver): Add
8142         gnus-summary-write-body-to-file.
8143         (gnus-article-save-coding-system): Don't use coding system object
8144         in XEmacs.
8145         (gnus-read-save-file-name): Add optional `dir-var' argument which
8146         specifies directory in which files are saved; work even if optional
8147         `variable' argument is not specified.
8148         (gnus-summary-write-to-file): Read file name.
8149         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8150         (gnus-summary-write-body-to-file): New function.
8151
8152         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8153         (gnus-summary-local-variables): Add it.
8154         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8155         (gnus-summary-save-article): Remove optional `decode' argument;
8156         determine whether to decode articles by the value of
8157         gnus-default-article-saver; when saving many files using
8158         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8159         it first and use gnus-summary-save-in-file or
8160         gnus-summary-save-body-in-file thereafter unless
8161         gnus-prompt-before-saving is always; move point to article which
8162         will be saved.
8163         (gnus-summary-save-article-file): Revert.
8164         (gnus-summary-write-article-file): Revert.
8165         (gnus-summary-save-article-body-file): Revert.
8166         (gnus-summary-write-article-body-file): New function.
8167
8168 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-art.el (gnus-default-article-saver): Doc fix.
8171         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8172         from gnus-summary-save-article-coding-system, and default to a
8173         certain coding system.
8174         (gnus-output-to-file): Add coding cookie and encode text according
8175         to gnus-article-save-coding-system; don't use mm-append-to-file.
8176
8177         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8178         gnus-art.el and rename to gnus-article-save-coding-system.
8179         (gnus-summary-save-article): Require gnus-art; don't show all
8180         headers if it decodes articles; don't add coding cookie here;
8181         don't bind mm-text-coding-system-for-write.
8182         (gnus-summary-save-article-file): Save decoded articles.
8183         (gnus-summary-write-article-file): When saving many files, use
8184         gnus-summary-write-to-file first and gnus-summary-save-in-file
8185         thereafter unless gnus-prompt-before-saving is always.
8186         (gnus-summary-save-article-body-file): Save decoded articles.
8187
8188         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8189
8190 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * nnrss.el (nnrss-check-group): Bind hash-index.
8193
8194 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8195
8196         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8197         its hash index.  Store this hash in `nnrss-group-data'.
8198         (nnrss-read-group-data): Update accordingly.
8199
8200 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8201
8202         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8203         entry.
8204
8205         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8206         gnus-article-browse-html-article.
8207
8208 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8209
8210         * gnus-sum.el (gnus-summary-mime-map): Add
8211         gnus-article-browse-html-article.
8212
8213         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8214
8215 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8218         suitable coding systems in customize.
8219
8220 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * mail-source.el (mail-sources): Fix custom type.
8223
8224 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8227         (gnus-summary-expire-articles-now): Shorten prompt.
8228
8229         * gmm-utils.el (wid-edit): Require.
8230         (defun-gmm): Renamed from `gmm-defun-compat'.
8231         (gmm-image-search-load-path): Use it.
8232         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8233
8234 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8237         variable.
8238         (gnus-summary-save-article): Add optional `decode' argument.  If
8239         it is set and gnus-summary-save-article-coding-system is non-nil,
8240         save decoded article.
8241         (gnus-summary-write-article-file): Save decoded article if
8242         gnus-summary-save-article-coding-system is non-nil.
8243
8244         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8245         type.
8246
8247 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8250
8251 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8254         first to test gnus-single-article-buffer which may be buffer-local.
8255
8256         * gnus-sum.el (gnus-summary-setup-buffer): Make
8257         gnus-single-article-buffer buffer-local and nil in ephemeral
8258         group; make gnus-article-buffer, gnus-article-current, and
8259         gnus-original-article-buffer always buffer-local.
8260         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8261         group.
8262         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8263
8264 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8265
8266         * nnml.el (nnml-request-compact-group): Compressed files might not
8267         have .gz extension.
8268
8269 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8270
8271         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8272         (mm-copy-to-buffer): Use with-current-buffer.
8273         (mm-display-part): Simplify.
8274         (mm-inlinable-p): Add optional arg `type'.
8275
8276 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8277
8278         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8279         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8280         Try harder to show the attachment internally or externally using
8281         gnus-mime-view-part-as-type.
8282
8283 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * message.el (message-from-style, message-signature-separator)
8286         (message-user-organization-file, message-send-mail-function)
8287         (message-citation-line-function, message-yank-prefix)
8288         (message-indent-citation-function, message-signature)
8289         (message-signature-file, message-signature-insert-empty-line):
8290         Remove autoloads.
8291
8292         * gnus-art.el (gnus-buttonized-mime-types): Remove
8293         "multipart/signed".  Revert 2006-04-26 change.
8294
8295 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296
8297         * gnus.el (gnus-version-number): Bump version.
8298
8299 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8300
8301         * gnus.el: No Gnus v0.5 is released.
8302
8303 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8304
8305         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8306         fetching articles by message-id.
8307
8308 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8309
8310         * message.el (hashcash): Require hashcash as normal.
8311
8312         * ecomplete.el (ecomplete-highlight-match-line): Use
8313         point-at-eol.
8314         (ecomplete-highlight-match-line): Use `highlight', because that
8315         face exists in both Emacs and XEmacs.
8316
8317         * message.el (message-display-abbrev): Use point-at-bol.
8318
8319         * mail-source.el: Don't require timer/timer-funcs.
8320
8321         * gnus-async.el: Ditto.
8322
8323         * password.el: Ditto.
8324
8325         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8326
8327         * mm-url.el: Ditto.
8328
8329         * gnus-xmas.el: Don't require timer-funcs.
8330
8331         * mm-util.el: Require timer/timer-funcs.
8332
8333 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8334
8335         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8336         Close.
8337
8338 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8341         unibyte after clear-decrypt function runs.
8342
8343         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8344         returns as a unibyte string.
8345
8346 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * lpath.el: Revert.
8349
8350         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8351         (pgg-gpg-process-sentinel): Revert.
8352
8353         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8354         (pgg-pgp-lookup-key): Revert.
8355
8356         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8357         (pgg-pgp5-lookup-key): Revert.
8358
8359         * pgg.el (pgg-fetch-key): Revert.
8360
8361 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * lpath.el: Fbind string-as-multibyte for XEmacs.
8364
8365         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8366         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8367         (mml1991-pgg-encrypt): Ditto.
8368
8369         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8370         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8371         a multibyte buffer.
8372
8373         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8374         (pgg-pgp-lookup-key): Ditto.
8375
8376         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8377         (pgg-pgp5-lookup-key): Ditto.
8378
8379         * pgg.el (pgg-fetch-key): Ditto.
8380
8381 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * message.el (message-user-organization-file): Check several
8384         locations of the organization file.
8385
8386         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8387         Add gnus-article-view-part-as-type.
8388
8389         * gnus-art.el (gnus-article-view-part-as-type): New function.
8390
8391         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8392         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8393
8394         * mml.el: Simplify autoload.
8395         (mml-mode): defvar dnd-protocol-alist instead of using
8396         symbol-value.
8397         (mml-default-directory): New variable.
8398         (mml-minibuffer-read-file): Use it.
8399         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8400
8401         * message.el (message-citation-line-format): New variable.
8402         (message-insert-formated-citation-line): New function.
8403         (message-citation-line-function): Add
8404         `message-insert-formated-citation-line' to custom type.
8405
8406         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8407         to doc string.
8408
8409         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8410         depending on mm-verify-option.
8411
8412 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8415         binding pgg-* variables; reimplement the section which prevents
8416         MIME header from being signed.
8417         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8418         pgg-text-mode; remove a blank line at the top of body.
8419
8420         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8421         lines at the top of body; use gnus-newsgroup-charset if there's no
8422         Charset header.
8423
8424 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * message.el (message-self-insert-commands): Doc fix.
8427
8428         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8429         (mm-uu-pgp-encrypted-test): Ditto.
8430         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8431         between header and body; return application/pgp-encrypted handle
8432         if decryption failed; decode decrypted body by charset.
8433
8434         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8435         element match to application/pgp-*.
8436
8437 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8438
8439         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8440         HTML.
8441
8442 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * mail-source.el (mail-source-call-script): Message the error
8445         string.
8446
8447 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448
8449         * gnus-util.el (gnus-byte-compile): Use it.
8450
8451 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8452
8453         * gnus-util.el (kill-empty-logs): New function.
8454
8455 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8456
8457         * message.el (message-mail-alias-type): Doc fix.
8458         (message-mail-alias-type-p): New function.
8459         (message-send): Use it.
8460         (message-mode): Ditto.
8461         (message-strip-forbidden-properties): Ditto.
8462
8463         * ecomplete.el (ecomplete-database-file-coding-system): New
8464         variable.
8465         (ecomplete-save): Use it.
8466         (ecomplete-setup): Use it.
8467
8468 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * message.el (message-self-insert-commands): New variable.
8471         (message-strip-forbidden-properties): Use it.
8472
8473 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8476         that doesn't make XEmacs choke.
8477
8478 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * gnus-util.el (gnus-replace-in-string):
8481         Prefer replace-regexp-in-string over of replace-in-string.
8482
8483 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * gnus-util.el (gnus-select-frame-set-input-focus):
8486         Use select-frame-set-input-focus if it is available in XEmacs; use
8487         definition defined in Emacs 22 for old Emacsen.
8488
8489         * dgnushack.el: Autoload unmorse-region for XEmacs.
8490
8491         * lpath.el: Bind cursor-in-non-selected-windows and
8492         select-frame-set-input-focus for XEmacs.
8493
8494 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8497
8498 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8499
8500         * gnus-registry.el (gnus-registry-cache-save): Remove text
8501         properties when saving via the temp buffer.
8502
8503 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * message.el (message-generate-hashcash): Honor custom type.
8506
8507 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * message.el (message-generate-hashcash): Default to non-nil when
8510         hashcash is found.
8511
8512         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8513         (gnus-refer-thread-limit): Increase default to 500.
8514
8515         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8516
8517         * flow-fill.el (fill-flowed): Allow delete-space.
8518
8519 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8522         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8523         Remove autoloads.
8524
8525 2006-04-18  Simon Josefsson  <jas@extundo.com>
8526
8527         * message.el (message-generate-hashcash): Default to.
8528
8529 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8532         concatenating segments rather than before concatenating them.
8533
8534 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8537
8538 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8541
8542         * message.el (message-forward-make-body-plain): Allow
8543         message-forward-ignored-headers to be a list.
8544         (message-remove-ignored-headers): Factor out into function.
8545         (message-forward-make-body-mml): Use it.
8546
8547         * imap.el (imap-quote-specials): New function.
8548         (imap-login-auth): Quote specials.
8549
8550         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8551         (rfc2231-parse-string): Allow concatanation of parameters that
8552         aren't contiguous.  The test case is
8553           (mail-header-parse-content-type "message/external-body;
8554             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8555             access-type=LOCAL-FILE;
8556             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8557
8558 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8559
8560         * nntp.el (nntp-accept-process-output): Return the value of
8561         `nnheader-accept-process-output'.
8562
8563 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564
8565         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8566         (gnus-button-alist): Recognize more diff formats.
8567         (gnus-button-patch): Strip directory.
8568
8569 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8572         Emacs 22 when setting focus.
8573
8574 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * gnus-art.el (gnus-article-treat-types): Do treatment of
8577         text/x-verbatim parts.
8578         (gnus-button-patch): New command.
8579
8580         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8581         addresses that contain invalid characters.
8582
8583 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8584
8585         * message.el (message-put-addresses-in-ecomplete): Use
8586         gnus-replace-in-string.
8587         (message-is-yours-p): Use the more correct
8588         mail-header-parse-address instead of
8589         mail-extract-address-components.
8590         (message-put-addresses-in-ecomplete): Fix typo.
8591
8592         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8593         keystroke.
8594
8595         * gnus-art.el (gnus-treatment-function-alist): Change order of
8596         newsgroups/generic header folding to avoid double-folding.
8597
8598         * message.el (message-hidden-headers): Add X-Draft-From.
8599
8600         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8601         command.
8602         (gnus-summary-repeat-search-article-backward): New command.
8603
8604         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8605         groups in the parent topic.
8606
8607 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8608
8609         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8610         (spam-extra-header-to-number): Return the CRM114 number as a
8611         number instead of a string.
8612
8613 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * gnus-art.el (gnus-face-properties-alist): Moved here from
8616         gnus-fun.
8617
8618         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8619
8620 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * message.el (message-strip-forbidden-properties): Only display on
8623         self-insert-command.
8624
8625         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8626         reindent.
8627         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8628
8629 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8630
8631         * smiley.el (smiley-style): Fix typo.
8632
8633 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * hashcash.el (hashcash-insert-payment-async-2): Use
8636         message-goto-eoh instead of doing it manually.
8637         (mail-add-payment): Use message-narrow-to-header instead of trying
8638         to do the same itself.
8639
8640         * message.el (message-hidden-headers): Add Face.
8641
8642         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8643         reparenting code.
8644         (gnus-summary-reparent-children): Refactored out code.
8645         (gnus-summary-thread-map): New keystroke.
8646         (gnus-summary-reparent-children): Make into command.
8647
8648         * smiley.el (smiley-style): Default to `medium' if using a large
8649         font.
8650
8651         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8652         does it itself.
8653
8654         * message.el (message-point-in-header-p): Simplify definition.
8655
8656 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657
8658         * nnagent.el (nnagent-request-set-mark): Silence log file
8659         writing.
8660         (nnagent-request-set-mark): Use write-region instead of
8661         append-to-file.
8662
8663         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8664         strange select method.
8665
8666         * ecomplete.el (ecomplete-display-matches): Get highlightling
8667         right.
8668         (ecomplete-display-matches): Use literals.
8669         (ecomplete-display-matches): Disable message logging.
8670
8671         * message.el (message-display-abbrev): Small optimization.
8672
8673         * ecomplete.el (ecomplete-display-matches): Allow automatic
8674         display.
8675
8676         * message.el (message-strip-forbidden-properties): Display
8677         abbrevs.
8678         (message-display-abbrev): Get automatic display right.
8679
8680         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8681         keystrokes.
8682
8683 2006-04-13  Romain Francoise  <romain@orebokech.com>
8684
8685         TODO: Backport to v5-10!
8686
8687         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8688         Moved here (and renamed) from gnus-registry.el.
8689
8690         * gnus-registry.el: Require gnus-util.
8691         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8692
8693 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * gnus-group.el (gnus-group-catchup-current): Change
8696         if-then-else-if-then-else into cond.
8697         (gnus-group-catchup): Indent.
8698         (group-name-at-point): New function.
8699         (gnus-fetch-group): Provide default from thing at point.
8700
8701 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * message.el (message-display-abbrev): Fix regexp.
8704
8705         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8706         choosing.
8707         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8708         dead variables.
8709
8710         * message.el (message-newline-and-indent): Remove debugging.
8711         (message-display-abbrev): Use new implementation.
8712
8713 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * gnus-art.el (gnus-article-mode): Set
8716         cursor-in-non-selected-windows to nil.
8717
8718         * smiley.el: Revert previous change.
8719         (smiley-data-directory): defvar it before using it in the
8720         defcustom of `smiley-style'.
8721
8722 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8723
8724         * message.el (message-newline-and-indent): New function.
8725
8726         * ecomplete.el: Implement more bits.
8727
8728         * message.el (message-put-addresses-in-ecomplete): Clean up the
8729         string.
8730
8731         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8732
8733         * gnus-sum.el (gnus-summary-save-parts): Bind
8734         gnus-summary-save-parts-counter and use it to make unique file
8735         names.
8736
8737         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8738
8739         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8740         parameter to say whether to actually parse the individual
8741         addresses.
8742
8743         * message.el (message-put-addresses-in-ecomplete): New function.
8744         (ecomplete): Require.
8745         (message-mail-alias-type): Add ecomplete as an option.
8746
8747 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8748
8749         * flow-fill.el (fill-flowed): Remove trailing space from blank
8750         quoted lines.
8751
8752 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * smiley.el (smiley-style): Move definition later to avoid a
8755         compilation warning.
8756
8757 2006-04-12  Kenichi Handa  <handa@m17n.org>
8758
8759         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8760         buffer and then decode the buffer text if necessary.
8761         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8762         first, and after mm-encode-body, change the buffer to unibyte.
8763         Use mm-disable-multibyte instead of set-buffer-multibyte.
8764
8765 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8768         Content-Type header instead of Content-Disposition header.
8769         (gnus-mime-inline-part): Ditto.
8770         (gnus-mime-view-part-as-charset): Ignore charset that the part
8771         specifies.
8772
8773         * mm-decode.el (mm-display-part): Work with external parts and
8774         usual parts similarly.
8775
8776         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8777         instead of gnus-display-mime.
8778
8779         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8780         instead of with-temp-buffer.
8781
8782         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8783         tag to summarized topics part in order to encode non-ASCII text.
8784
8785 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * smiley.el (smiley-style): New variable.
8788         (smiley-directory): New function.
8789         (smiley-data-directory): Derive from `smiley-style' using
8790         `smiley-directory'.
8791         (smiley-regexp-alist): Add new entries.
8792
8793         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8794         (gnus-article-browse-delete-temp): Add :version.
8795
8796 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8797
8798         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8799         the sieve region.
8800
8801 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8802
8803         * gnus.el (gnus-version-number): Bump version.
8804
8805 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus.el: No Gnus v0.4 is released.
8808
8809 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8812         layout.
8813
8814         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8815         unknown charset.
8816
8817         * message.el (message-header-synonyms): Add Original-To to the
8818         default.
8819
8820         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8821         optional parameter.
8822
8823 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * gnus-fun.el (gnus): Require it for gnus-directory.
8826
8827 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8830
8831 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8832
8833         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8834
8835 2006-04-05  Simon Josefsson  <jas@extundo.com>
8836
8837         * password.el (password-reset): New function.
8838
8839 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8840
8841         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8842         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8843
8844 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8845
8846         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8847         Some whitespace was matched into the url, which broke browsing hits
8848         > 100 when mm-url-use-external was nil.
8849
8850 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8853         gnus-extra-headers for 'Newsgroups.
8854
8855         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8856         bound.
8857
8858 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8859
8860         * pgg-gpg.el: Clean up process buffers every time gpg processes
8861         complete.
8862
8863 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8866         doc string.
8867
8868 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8869
8870         * pgg-gpg.el (pgg-gpg-process-filter)
8871         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8872
8873         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8874         lines, temporary fix.
8875
8876 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8879
8880 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8881
8882         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8883         default-enable-multibyte-characters.  This reverts the change from
8884         revision 6.17 which is no longer necessary because the passphrase
8885         is sent separately now.  GnuPG messages are unreadable under
8886         multibyte locales with default-enable-multibyte-characters set to
8887         nil.
8888
8889 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * message.el (message-tool-bar-gnome): Move "spell".
8892
8893 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8896         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8897         instead.
8898
8899 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8900
8901         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8902         newsgroups handling for NNTP overviews which don't include
8903         Newsgroups.
8904
8905 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8906
8907         * message.el (message-resend): Bind message-generate-hashcash to nil.
8908
8909 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8910
8911         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8912         when searching for already-paid recipients.
8913
8914 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8915
8916         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8917         passphrases when it is not needed.
8918         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8919         passphrase stuff from gpg, should only be necessary when you use
8920         gpg with a smartcard.
8921
8922 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * mml.el (mml-insert-mime): Ignore cached contents of
8925         message/external-body part.
8926
8927         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8928         (mm-insert-part): Ditto.
8929
8930 2006-03-23  Simon Josefsson  <jas@extundo.com>
8931
8932         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8933         Reiner.
8934         (pgg-gpg-use-agent-p): Use it again.
8935
8936 2006-03-23  Simon Josefsson  <jas@extundo.com>
8937
8938         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8939         older emacsen.
8940         (pgg-gpg-use-agent-p): Don't use it.
8941
8942 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8945         if we can.
8946
8947 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8948
8949         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8950         (pgg-gpg-update-agent): New function.
8951         (pgg-gpg-use-agent-p): New function.
8952         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8953         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8954         (pgg-gpg-sign-region): Use it.
8955
8956 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8959         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8960
8961 2006-03-21  Simon Josefsson  <jas@extundo.com>
8962
8963         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8964         <wilde@sha-bang.de>.
8965         (pgg-gpg-use-agent): New variable.
8966         (pgg-gpg-process-region): Use it.
8967         (pgg-gpg-encrypt-region): Likewise.
8968         (pgg-gpg-encrypt-symmetric-region): Likewise.
8969         (pgg-gpg-decrypt-region): Likewise.
8970         (pgg-gpg-sign-region): Likewise.
8971         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8972
8973 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8976
8977         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8978         Add comment on version.
8979
8980 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * smiley.el: Add missing test smiley.
8983
8984 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * mm-decode.el (mm-with-part): New macro.
8987         (mm-get-part): Use it; work with message/external-body as well.
8988         (mm-save-part): Treat name and filename equally.
8989
8990         * mm-extern.el (mm-extern-cache-contents): New function.
8991         (mm-inline-external-body): Use it; force the part to be displayed;
8992         move undisplayer added to the cached handle to the parent.
8993
8994         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8995         (gnus-mime-view-part-as-type): Work with message/external-body.
8996
8997         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8998
8999 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9002         images in image-load-path.  [Sync with image.el, revision 1.60, in
9003         Emacs.]
9004
9005 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9008         path rather than symbol.  Always return list of directories.
9009         Guarantee that image directory comes first.  [Sync with image.el,
9010         revision 1.59, in Emacs.]
9011
9012         * message.el (message-make-tool-bar): Adjust to new API of
9013         `gmm-image-load-path-for-library'.
9014
9015         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9016
9017         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9018
9019 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9020
9021         * gnus-art.el (gnus-article-only-boring-p):
9022         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9023         intangible text.
9024         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9025
9026 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9029         `defun' instead of `gmm-defun-compat'.
9030
9031 2006-03-14  Simon Josefsson  <jas@extundo.com>
9032
9033         * message.el (message-unique-id): Don't use message-number-base36
9034         if (user-uid) is a float.
9035         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9036
9037 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9040
9041         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9042         empty line between a part and a message part.
9043
9044 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * smiley.el: Add more test smileys.
9047         (smiley-data-directory, smiley-regexp-alist)
9048         (gnus-smiley-file-types): Fix doc strings.
9049         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9050         adding new elements.
9051         (smiley-mouse-map): Unused code.  Make it a comment.
9052
9053 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9056         scan latest NoCeM messages instead of old ones.
9057         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9058         delimiters that are recently used.
9059         (gnus-nocem-load-cache): Add autoload cookie.
9060
9061         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9062
9063         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9064         level which is larger than gnus-use-nocem is specified.
9065
9066         * gnus-group.el (gnus-group-get-new-news): Ditto.
9067
9068 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * gnus-util.el (gnus-tool-bar-update): New function.
9071
9072         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9073         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9074
9075         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9076
9077         * gnus-group.el (gnus-group-redraw-when-idle)
9078         (gnus-group-redraw-check): Remove.
9079         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9080
9081 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9084         if optional last element is specified in splits (FIELD VALUE...).
9085
9086 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9089         to gmm-image-load-path-for-library.  Call with no-error argument.
9090         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9091
9092         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9093
9094         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9095
9096         * gmm-utils.el (gmm-image-load-path): Remove alias.
9097
9098 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gmm-utils.el (gmm-image-load-path): Add alias.
9101
9102         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9103         nnml-generate-nov-databases-1.
9104         (nnml-generate-nov-databases): Use it.
9105         (nnml-generate-nov-databases-directory): Document no-active
9106         argument.
9107
9108         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9109         directory if path is t.  Add no-error.
9110
9111         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9112         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9113
9114         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9115         resetting gnus-article-browse-html-temp-list.
9116
9117         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9118         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9119         Add example to docstring.  Rename local variables.  Move error
9120         checks to default case in cond and simplify.
9121
9122 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9125         handle is multipart when calling it recursively.
9126         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9127
9128 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9129
9130         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9131         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9132
9133 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9136         is loaded.
9137
9138         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9139         loaded.
9140
9141 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9144         to "Emacs 23 (unicode)" in doc string.
9145
9146         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9147         "Emacs 23 (unicode)" in comment.
9148
9149 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9152
9153         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9154         characters 160 through 255 in Emacs 23.
9155
9156 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9159         gnus-article-browse-html-temp.
9160         (gnus-article-browse-delete-temp): Make it customizable.  Add
9161         `file'.  Adjust doc string.
9162         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9163         query for each file.  Adjust doc string.
9164         (gnus-article-browse-html-parts): Add
9165         `gnus-article-browse-delete-temp-files' to
9166         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9167
9168 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9169
9170         * gnus-art.el (gnus-article-browse-html-temp)
9171         (gnus-article-browse-delete-temp): New variables.
9172         (gnus-article-browse-delete-temp-files): New function.
9173         (gnus-article-browse-html-parts): Use it.
9174
9175 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9178
9179         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9180         string.
9181
9182         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9183         gnus-summary-insert-new-articles when unplugged.  Remove
9184         gnus-summary-search-article-forward.
9185
9186         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9187         display-visual-class instead of display-color-cells.
9188
9189 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * dgnushack.el: Autoload customize-group for XEmacs.
9192
9193         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9194         message/* containing non-ASCII text properly.
9195
9196 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * message.el: Require gmm-utils, remove autoloads.
9199         (message-tool-bar): Set default based on
9200         gmm-tool-bar-style.
9201         (message-tool-bar-gnome): Add gmm-customize-mode.
9202
9203         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9204         gmm-tool-bar-style.
9205         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9206
9207         * gnus-group.el (gnus-group-tool-bar): Set default based on
9208         gmm-tool-bar-style.
9209         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9210
9211         * gmm-utils.el (gmm-image-directory): Rename variable from
9212         gmm-image-load-path.
9213         (gmm-image-load-path): Use gmm-image-directory.
9214         (gmm-customize-mode): New function.
9215         (gmm-tool-bar-style): New variable.
9216
9217         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9218         gnus-group-redraw-line-number.
9219         (gnus-group-redraw-check): Simplify.
9220         (gnus-group-tool-bar-update): Remove redraw check.
9221         (gnus-group-make-tool-bar): Add redraw check.
9222
9223 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9224
9225         * gnus-art.el (gnus-button): Add missing parentheses.
9226
9227 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * lpath.el: Fbind line-number-at-pos.
9230
9231 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9234
9235 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * gnus-art.el (gnus-button): New face.
9238         (gnus-article-button-face): Use it.
9239
9240         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9241         gnus-summary-next-page.  Re-order.
9242
9243         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9244         next-node are now included.
9245         (gnus-group-redraw-line-number): New internal variable.
9246         (gnus-group-redraw-check): Helper function for updating the tool
9247         bar.
9248         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9249
9250         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9251
9252         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9253         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9254         Use it to match format of Spamassassin 3.0 and later.  Reported by
9255         IRIE Tetsuya <irie@t.email.ne.jp>.
9256         (spam-check-bogofilter)
9257         (spam-bogofilter-register-with-bogofilter): Fix args of
9258         `gnus-error' calls.
9259
9260 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9263         unnecessary interaction when sending queued mails.  Reported by
9264         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9265
9266 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9269         first or last are nil.
9270
9271 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9272
9273         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9274
9275 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9278
9279 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * dns.el (query-dns): Protect more against buggy tcp output.
9282
9283 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9286         nov.php.
9287
9288 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9289
9290         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9291         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9292         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9293         output on the server side.
9294         (nnweb-google-create-mapping): Update regexps and add some
9295         progress indication.
9296
9297 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9300         gnus-agent-toggle-plugged.  Re-order icons.
9301         (gnus-group-tool-bar-gnome): Add
9302         gnus-group-{prev,next}-unread-group.
9303         (gnus-group-tool-bar-gnome): Re-order icons.
9304
9305         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9306         gnus-summary-insert-new-articles.
9307
9308         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9309         comments.
9310
9311         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9312         also available in Emacs 21.3.
9313
9314         * message.el (message-fix-before-sending): Change "Emacs 22" to
9315         "Emacs 23 (unicode)" in comment.
9316
9317         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9318         "Emacs 23 (unicode)" in comment.
9319
9320         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9321         comment.
9322         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9323
9324         * mm-view.el (mm-fill-flowed): Add :version.
9325
9326 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9329         and load-path.
9330
9331 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * message.el: Autoload gmm-image-load-path.
9334         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9335         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9336         consitency.
9337
9338         * gmm-utils.el (gmm-image-load-path): Also search in
9339         "../etc/images".  Don't set gmm-image-load-path if we don't find
9340         the image.
9341
9342 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * gmm-utils.el (gmm-image-load-path): Don't make
9345         `gmm-image-load-path' include subdirectories which the second arg
9346         `image' might specify.
9347
9348         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9349         subdirectory to icon file names.
9350
9351         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9352
9353 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9356         gmm-image-load-path calls.
9357
9358         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9359
9360         * message.el (message-make-tool-bar): Ditto.
9361
9362         * mml.el (mml-preview): Added comment concerning tool bar icons.
9363
9364         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9365         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9366
9367         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9368         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9369
9370         * message.el (message-tool-bar-gnome): Use new icon names.
9371         (message-make-tool-bar): Use `gmm-image-load-path'.
9372
9373         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9374         functions from MH-E.
9375         (gmm-image-load-path): New variable from MH-E.
9376         (gmm-image-load-path): New function from MH-E.  Added arguments
9377         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9378         *-image-load-path-called-flag.
9379
9380 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9381
9382         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9383
9384 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9385
9386         * nnimap.el (nnimap-request-move-article): Change folder back to
9387         source group before deleting.
9388
9389 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9392
9393         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9394         mm-url.
9395
9396         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9397
9398 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9401         coding system which mm-charset-to-coding-system returns for a
9402         given charset is valid.
9403
9404 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9405
9406         * html2text.el (html2text-remove-tag-list):
9407         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9408
9409 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9410
9411         * gnus-cus.el: Revert 2005-10-17 change.
9412
9413 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-art.el (article-strip-banner): Call
9416         article-really-strip-banner only when the regexp match is made.
9417
9418 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * gnus-art.el (article-strip-banner): Use
9421         gnus-extract-address-components instead of
9422         mail-header-parse-addresses to make it work with non-ASCII text;
9423         remove mail-encode-encoded-word-string.
9424
9425         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9426         values which are surrounded with \"...\"; make it never cause a
9427         Lisp error; give up parsing of parameters if it failed in
9428         extracting type.
9429
9430 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9431
9432         * smime.el (smime-cert-by-ldap-1): Fix bug where
9433         `smime-ldap-search' returns results without userCertificates.
9434
9435 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9438
9439 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * spam.el (spam-check-spamassassin-headers): Adapt format for
9442         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9443         <ari@mbf.ocn.ne.jp>.
9444         (spam-list-of-processors): Add spam-use-gmane.
9445
9446 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9449         make-temp-file; make it work with XEmacs as well.
9450
9451         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9452         mm-make-temp-file.
9453
9454         * mm-decode.el (mm-display-external): Use the 3rd arg of
9455         mm-make-temp-file.
9456         (mm-create-image-xemacs): Ditto.
9457
9458 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9461         with message-narrow-to-headers.
9462         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9463         (gnus-draft-check-draft-articles): New function.
9464         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9465
9466 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * gnus-art.el (gnus-article-browse-html-parts):
9469         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9470         Don't use suffix argument for mm-make-temp-file for Emacs 21
9471         compatibility.  Remove useless `format'.
9472
9473 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9474
9475         * nnweb.el (nnweb-google-wash-article): Update regexps.
9476         (nnweb-group-alist): Use defvoo instead of defvar.
9477
9478 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9481         re-loading nn* modules.
9482
9483 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9486         for `tool-bar-mode' and don't check it's default-value.
9487
9488         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9489
9490         * message.el (message-make-tool-bar): Ditto.
9491
9492         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9493         `substring'.  Shorten tmp-file name.
9494
9495         * gnus.el: Remove bogus comment.
9496
9497 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9498
9499         * gnus-art.el (gnus-article-browse-html-parts): New function.
9500         (gnus-article-browse-html-article): New function for viewing html
9501         articles with a browser.
9502
9503 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9504
9505         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9506         in elisp.
9507         (pgg-gpg-encrypt-symmetric-region): Ditto.
9508         (pgg-gpg-sign-region): Ditto.
9509
9510         * pgg-def.el (pgg-text-mode): New variable.
9511
9512         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9513         (mml2015-pgg-encrypt): Ditto.
9514
9515         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9516         (mml1991-pgg-encrypt): Ditto.
9517
9518 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9521         message-make-date instead of current-time-string.
9522
9523         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9524         to gnus-decoded which mm-uu might set.
9525
9526 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9529         don't decode quoted parameters; remove misimported Emacs code.
9530         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9531         (rfc2231-decode-encoded-string): Don't use split-string which
9532         behaves differently according to Emacs version; use
9533         mm-decode-coding-region to convert charset to coding-system.
9534         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9535         (rfc2231-encode-string): Remove misimported Emacs code.
9536
9537 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9540         when calling mail-header-parse-content-type.
9541         (article-de-quoted-unreadable): Ditto.
9542         (article-de-base64-unreadable): Ditto.
9543         (article-wash-html): Ditto.
9544
9545         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9546         calling mail-header-parse-content-type and
9547         mail-header-parse-content-disposition.
9548         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9549         mail-header-parse-content-type.
9550
9551         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9552         insert charset and format parameters; encode description after
9553         inserting it to buffer.
9554         (mml-insert-parameter): Fold lines properly even if a parameter is
9555         segmented into two or more lines; change the max column to 76.
9556
9557         * rfc1843.el (rfc1843-decode-article-body): Don't use
9558         ignore-errors when calling mail-header-parse-content-type.
9559
9560         * rfc2231.el (rfc2231-parse-string): Return at least type if
9561         possible; don't cause an error even if it fails in parsing of
9562         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9563         (rfc2231-encode-string): Don't break lines at the beginning, leave
9564         it to mml-insert-parameter.
9565
9566         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9567         calling mail-header-parse-content-type.
9568
9569 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * spam-report.el (spam-report-gmane-use-article-number):
9572         Improve doc string.
9573         (spam-report-gmane-internal): Check if a suitable header was found
9574         in the article.
9575
9576 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9579         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9580
9581 2006-02-05  Romain Francoise  <romain@orebokech.com>
9582
9583         Update copyright notices of all files in the gnus directory.
9584
9585 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9586
9587         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9588
9589 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9592         segmented lines of parameter value to cope with Thunderbird 1.5
9593         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9594         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9595         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9596
9597 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9598
9599         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9600         parts.
9601
9602 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9603
9604         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9605         there's only one active file for all servers.
9606         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9607         solid groups.  Gnus might have used a FAST request to select the group.
9608         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9609         and nnweb-search redundantly in the active file.
9610         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9611         (nnweb-request-create-group): Don't use ARGS.
9612         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9613         initialisations.  Let nnoo do the work.
9614
9615 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9618         Say the part has been decoded.
9619
9620         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9621
9622 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9623
9624         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9625         mailcap-viewer-test-cache when there's no 'test clause, since that
9626         will invert the meaning of a "nil" test previously determined by
9627         mailcap-mailcap-entry-passes-test.
9628
9629 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9632         compiling.
9633
9634         * gnus-sum.el: Ditto.
9635
9636         * message.el: Don't bind tool-bar-map when compiling.
9637
9638 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9641
9642 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9643
9644         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9645         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9646         current Google Groups.
9647
9648 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9651         and tool-bar-mode.
9652
9653         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9654         and tool-bar-mode.
9655
9656         * message.el (message-tool-bar-update): Simplify.
9657         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9658
9659         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9660         gnus-summary-buffer.
9661         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9662         gnus-summary-reply.
9663
9664         * gmm-utils.el (gmm): Add :version.
9665
9666 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * Makefile.in (clean): New rule.
9669         (distclean): Use it.
9670
9671 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9672
9673         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9674         autoload.
9675
9676 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gmm-utils.el (gmm-verbose): Add :group.
9679
9680 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * message.el: Change some comments WRT tool-bars.
9683
9684         * gnus-sum.el (gnus-summary-tool-bar)
9685         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9686         (gnus-summary-tool-bar-zap-list): New variables.
9687         (gnus-summary-make-tool-bar): Complete rewrite using
9688         `gmm-tool-bar-from-list'.
9689
9690         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9691         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9692         variables.
9693         (gnus-group-make-tool-bar): Complete rewrite using
9694         `gmm-tool-bar-from-list'.
9695         (gnus-group-tool-bar-update): New function.
9696
9697         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9698
9699 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9702         is dissected into a single part of which the type is the same as
9703         the given one; decode charset.
9704
9705 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9706
9707         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9708         into alists as symbol not string, since that's what
9709         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9710         look for.
9711
9712 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9715         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9716
9717         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9718
9719 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9722         (gnus-xmas-mime-security-button-menu): New function.
9723
9724         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9725         (gnus-mime-security-button-menu): New definition.
9726         (gnus-mime-security-button-map): Use them.
9727         (gnus-mime-security-button-menu): New function.
9728         (gnus-insert-mime-security-button): Addition to help echo.
9729         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9730         (gnus-mime-security-pipe-part): New functions.
9731
9732         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9733         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9734
9735         * mm-decode.el (mm-handle-set-disposition): Remove.
9736         (mm-handle-set-description): Remove.
9737
9738 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9741         (mm-w3m-standalone-supports-m17n-p): New function.
9742         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9743         w3m usage.
9744
9745         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9746         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9747
9748 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * message.el (message-tool-bar-zap-list): Use
9751         gmm-tool-bar-zap-list as custom type.
9752         (message-tool-bar-update): New function.
9753         (message-tool-bar, message-tool-bar-gnome)
9754         (message-tool-bar-retro): Add message-tool-bar-update.
9755         (message-tool-bar-gnome): Add flyspell-buffer.
9756
9757         * gnus-util.el (gnus-error): Describe `args'.
9758
9759         * gmm-utils.el (gmm-error): Describe `args'.
9760         (gmm-tool-bar-zap-list): New widget.
9761         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9762
9763 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9766         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9767         the number of recursive calls.
9768
9769         * mm-decode.el (mm-handle-set-disposition): New macro.
9770         (mm-handle-set-description): New macro.
9771
9772 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9775         encoding.
9776
9777 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * message.el (message-tool-bar-zap-list, message-tool-bar)
9780         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9781         (message-tool-bar-local-item-from-menu): Remove.
9782         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9783         (message-make-tool-bar): New function.
9784         (message-mode): Use `message-make-tool-bar'.
9785
9786         * gmm-utils.el: New file.
9787         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9788         (gmm-lazy): New widget copied from `nnmail.el'.
9789         (gmm-tool-bar-from-list): New function for creating customizable
9790         tool bars.
9791         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9792         output.
9793         (gmm): Add :prefix to defgroup.
9794
9795 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9796
9797         * gmm-utils.el (gmm-widget-p): New function.
9798
9799 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * mml.el (mml-attach-file): Describe `description' in doc string.
9802         (mml-menu): Add Emacs MIME manual and PGG manual.
9803
9804 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9805
9806         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9807
9808 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9809
9810         * nntp.el (nntp-end-of-line): Doc fix.
9811
9812 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9813
9814         * imap.el (imap-open): Handle case where buffer is a buffer
9815         object.
9816
9817 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9818
9819         * gnus-delay.el (gnus-delay): Don't autoload.
9820         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9821         to be re-loaded when customizing the `gnus-delay' group.
9822
9823 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9824
9825         * message.el (message-insert-citation-line): Use newlines.
9826
9827 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9828
9829         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9830         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9831         these routines, so the passphrase can be managed externally and
9832         passed in to the system.
9833         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9834         pgg-add-passphrase-to-cache function.
9835
9836         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9837         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9838         these routines, so the passphrase can be managed externally and
9839         passed in to the system.
9840         (pgg-pgp5-sign-region): Use new name of
9841         pgg-add-passphrase-to-cache function.
9842
9843 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9844
9845         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9846         part of the decoded armor to find the key-identifier.
9847         (pgg-gpg-lookup-key-owner): New function to return the
9848         human-readable identifier of a key owner.
9849         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9850         itself.
9851         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9852         the key value) if we have a key and can match it against a secret
9853         key.  Also, added a note pointing out fact that the prompt only
9854         indicates the first matching key.
9855
9856         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9857         pgg-decrypt-region.
9858         (pgg-add-passphrase-to-cache): Rename from
9859         `pgg-add-passphrase-cache' to reduce confusion (all callers
9860         changed).
9861         (pgg-remove-passphrase-from-cache): Rename from
9862         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9863         changed).
9864         (pgg-read-passphrase, pgg-add-passphrase-cache)
9865         (pgg-remove-passphrase-cache): Add informative docstrings.
9866         (pgg-decrypt): Convey provided passphrase in subordinate call to
9867         pgg-decrypt-region.
9868
9869 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9870
9871         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9872         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9873         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9874         'passphrase' argument, so the passphrase can be managed externally
9875         and then passed in to the system.
9876
9877         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9878         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9879         so the passphrase cache can be used reliably with identifiers
9880         besides a pgp packet's key id.
9881
9882         * pgg-gpg.el (pgg-gpg-encrypt-region)
9883         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9884         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9885         these routines, so the passphrase can be managed externally and
9886         passed in to the system.
9887
9888         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9889         'notruncate' argument, so the passphrase cache can be used
9890         reliably with identifiers besides a pgp packet's key id.
9891
9892 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9893
9894         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9895         symmetric encryption.
9896         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9897         encrypted session key.
9898         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9899         message ask for the passphrase in a proper way.
9900
9901         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9902         New user commands for symmetric encryption.
9903
9904 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9907
9908         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9909
9910 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9911
9912         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9913
9914 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * mm-decode.el (mm-inlined-types): Add application/pgp.
9917         (mm-automatic-display): Ditto.
9918
9919         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9920         part as text.
9921
9922 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * nnrss.el: Update copyright.
9925         (nnrss-opml-import): Query whether to subscribe to each entry.
9926
9927         * gnus-art.el:
9928         * gnus-sum.el:
9929         * gnus-xmas.el:
9930         * messagexmas.el:
9931         * mm-uu.el:
9932         * mm-view.el: Update copyright.
9933
9934 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * message.el (message-info): New function.
9937         (message-mode-menu): Add it.
9938         Update copyright.
9939
9940         * ChangeLog: Fix and update copyright.
9941
9942 2006-01-13  Romain Francoise  <romain@orebokech.com>
9943
9944         * message.el (message-forward-subject-name-subject): Prefer the
9945         address to 'nowhere' if the sender has no name.
9946         Fix typo.  Update copyright year.
9947
9948 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * gnus-art.el (article-wash-html): Use
9951         gnus-summary-show-article-charset-alist if a numeric arg is given.
9952         (gnus-article-wash-html-with-w3m-standalone): New function.
9953
9954         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9955         mm-inline-text-html-render-with-w3m-standalone.
9956         (mm-text-html-washer-alist): Map w3m-standalone to
9957         gnus-article-wash-html-with-w3m-standalone.
9958         (mm-inline-text-html-render-with-w3m-standalone): New function.
9959
9960 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9963         Improve LaTeX.
9964
9965 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9968         (nnrss-request-article): Render text/plain parts as HTML.
9969
9970         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9971         the buffer.
9972
9973 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9976         custom definition of `gnus-posting-styles'.
9977
9978         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9979         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9980
9981 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9984         Use nntp for bug archive.
9985
9986 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9989         parts.
9990         (nnrss-normalize-date): New function converts ISO 8601 date into
9991         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9992         (nnrss-check-group): Use it.
9993
9994 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9997
9998         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9999         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10000         (nnrss-insert-w3): Ditto.
10001
10002 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10005         the articles to be forwarded including the case where neither a
10006         number of articles nor a region is specified.
10007
10008 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * nnrss.el (nnrss-request-article): Fix last change; fill
10011         text/plain parts.
10012
10013 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10016         in text/plain part.
10017         (nnrss-check-group): Don't add excessive newline to dc:subject.
10018
10019 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10020
10021         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10022         article.
10023
10024 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10027         (nnml-use-compressed-files, nnml-save-mail): Support other
10028         comression programs such as bzip2.
10029
10030 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031
10032         * dns.el (query-dns): Make sure we check the buffer size before
10033         removing tcp headers.
10034
10035 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10038         remove MIME buttons associated with multipart/alternative parts.
10039         (gnus-mime-display-alternative): Tag buttons using `article-type'
10040         text property.
10041
10042         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10043         associated with multipart/alternative parts.
10044
10045         * gnus-art.el (gnus-signature-separator): Fix custom type.
10046
10047         * mm-decode.el (mm-inlined-types): Fix custom type.
10048         (mm-keep-viewer-alive-types): Ditto.
10049         (mm-automatic-display): Ditto.
10050         (mm-attachment-override-types): Ditto.
10051         (mm-inline-override-types): Ditto.
10052         (mm-automatic-external-display): Ditto.
10053
10054 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * spam-report.el (spam-report-user-mail-address)
10057         (spam-report-user-agent): New variables.
10058         (spam-report-url-ping-plain): Use spam-report-user-agent.
10059
10060 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10061
10062         * gnus-art.el (gnus-button-handle-custom): Do not just use
10063         `customize-apropos' for any "M-x customize-*" button but the
10064         function called for.  Accept both the function name and its
10065         argument in order to achieve this.
10066         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10067         function name to `gnus-button-handle-custom' in case of "M-x
10068         customize-*" buttons.
10069
10070 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10073         multipart/alternative and add xref to mm-discouraged-alternatives
10074         in doc string.
10075
10076         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10077         gnus-buttonized-mime-types in doc string.
10078
10079 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10082         Suggest image/.* in the doc string.
10083
10084 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10087         message-marks (Debian bug #342521).
10088
10089 2005-12-12  Simon Josefsson  <jas@extundo.com>
10090
10091         * password.el (password-read-from-cache): Add.
10092         (password-read): Use it.
10093
10094 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10097         us-ascii as a MIME charset.
10098
10099         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10100         against the case where the 2nd arg TYPE is nil.
10101
10102 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * pop3.el (pop3-stream-type): Fix custom version.
10105
10106         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10107
10108 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10109
10110         * mm-decode.el (mm-display-external): Add missing cdr.
10111
10112 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10115         RFC1524) if it is in mailcap or add a suffix according to
10116         mailcap-mime-extensions when generating a temp filename; postpone
10117         deleting a temp file for 2 seconds for some wrappers, shell
10118         scripts, and so on, which might exit right after having started a
10119         viewer command as a background job.
10120
10121 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * nntp.el (nntp-marks-directory): Fix custom group.
10124
10125         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10126         steps when < 10.
10127
10128         * gnus-start.el (gnus-no-server-1): Mention
10129         `gnus-level-default-subscribed' in doc string.
10130
10131 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10132
10133         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10134         parens.
10135
10136 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-xmas.el (gnus-use-toolbar): Revert.
10139         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10140         gnus-use-toolbar is default.
10141
10142         * messagexmas.el (message-use-toolbar): Revert.
10143         (message-setup-toolbar): Use global default-toolbar if
10144         message-use-toolbar is default.
10145
10146 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10149         according to default-toolbar-visible-p.
10150
10151         * messagexmas.el (message-use-toolbar): Ditto.
10152
10153 2005-11-26  Dave Love  <fx@gnu.org>
10154
10155         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10156         (tls-program, tls-success): Provide openssl alternative.
10157
10158         * starttls.el: Doc fixes.
10159         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10160         SERVICE to PORT.
10161
10162         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10163         port null or service name.
10164         (starttls-negotiate): Autoload.
10165
10166 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * message.el (message-kill-to-signature): Fix interactive spec.
10169
10170 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * pop3.el (pop3-open-server): Recognize a string as a service name.
10173
10174 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10175
10176         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10177
10178 2005-11-23  Dave Love  <fx@gnu.org>
10179
10180         Add pop3s, pop3/starttls.
10181
10182         * pop3.el (pop3-authentication-scheme): Clarify doc.
10183         (open-tls-stream, starttls-open-stream): Autoload.
10184         (pop3-stream-type): New.
10185         (pop3-open-server): Use it.
10186
10187         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10188         for POP.
10189         (mail-source-keyword-map): Add :stream for POP.
10190         (mail-source-fetch-pop): Use pop3-stream-type.
10191
10192 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10195         of current-time-string.
10196
10197 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10198
10199         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10200         date header.
10201
10202 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10203
10204         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10205         it can seriously impact performance as it bypasses the agent's
10206         local caches.
10207
10208 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10209
10210         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10211         must be explicitly online rather than "not explicitly offline" for
10212         its flags to be synchronized.
10213
10214         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10215         that gnus-uu-unmark-thread will function correctly.
10216
10217         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10218         1024K is instead displayed as 1M.
10219
10220 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10223
10224 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10225
10226         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10227
10228 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10229
10230         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10231         error message to display actual error condition.
10232         (gnus-agent-save-local): Avoid saving symbols that are bound to
10233         nil as they simply result in a warning message in
10234         gnus-agent-read-local.
10235
10236 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10239         rather than make-variable-buffer-local for file-precious-flag.
10240
10241 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10242
10243         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10244         for duplicates which are removed.  The invalid sort check then
10245         triggers a rescan after the sort as sorting may have moved
10246         duplicate entries such that they can be cheaply detected.
10247
10248 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10251
10252 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10253
10254         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10255         internal variable to a custom variable.  Changed default value
10256         from compressed(2) to uncompressed(1).
10257         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10258         support for uncompressed agentview files.  Taken together, reading
10259         the agentview file should now be 6-7 times faster.
10260
10261 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10262
10263         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10264         as a buffer-local variable.  This avoids creating truncated
10265         dribble files as a result of a hang up, eg.
10266
10267 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10268
10269         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10270         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10271         XEmacs.
10272
10273 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * gnus-start.el (gnus-start-draft-setup): Enforce
10276         `gnus-draft-mode' for nndraft:drafts at startup.
10277
10278         * gnus.el (gnus-splash): Change custom group.
10279         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10280         allow-list argument.
10281
10282         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10283         string.
10284
10285 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-art.el (gnus-default-article-saver): Add user-defined
10288         `function' to custom type.
10289
10290 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10291
10292         * imap.el (imap-open): Handle case where buffer is a buffer
10293         object.
10294
10295 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10298         long lines.
10299         (gnus-cache-delete-group): Wrap doc strings.
10300
10301         * gnus-agent.el (gnus-agent-rename-group)
10302         (gnus-agent-delete-group): Wrap doc strings.
10303
10304 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * messagexmas.el (message-use-toolbar): Change the valid values
10307         into default, top, bottom, left, and right.
10308         (message-toolbar-thickness): New variable.
10309         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10310         well.
10311         (message-setup-toolbar): Make it work.
10312
10313         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10314         (gnus-use-toolbar): Change the valid values into default, top,
10315         bottom, left, and right.
10316         (gnus-toolbar-thickness): New variable.
10317         (gnus-xmas-setup-toolbar): New function.
10318         (gnus-xmas-setup-group-toolbar): Use it.
10319         (gnus-xmas-setup-summary-toolbar): Use it.
10320
10321 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10322
10323         * gnus-start.el (gnus-1): Add "native" to
10324         gnus-predefined-server-alist.
10325
10326         * gnus.el (gnus-method-to-server): Don't add "native" to the
10327         lists here, because that leads to problems when
10328         gnus-select-method is bound.
10329
10330 2005-11-09  Simon Josefsson  <jas@extundo.com>
10331
10332         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10333         use (not sort-by-date) instead.
10334
10335 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10336
10337         * gnus-delay.el (gnus-delay-group): Don't autoload.
10338         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10339         to be re-loaded when customizing the `gnus-delay' group.
10340
10341 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10342
10343         * message.el: Revert last changes.
10344         (message-insert-citation-line): Use newlines.
10345
10346 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10347
10348         * message.el (message-courtesy-message)
10349         (message-mark-insert-begin, message-mark-insert-end)
10350         (message-elide-ellipsis, message-cancel-message)
10351         (message-add-header, message-change-subject)
10352         (message-cross-post-followup-to-header)
10353         (message-cross-post-insert-note, message-reduce-to-to-cc)
10354         (message-widen-reply, message-delete-not-region)
10355         (message-kill-to-signature, message-insert-signature)
10356         (message-insert-importance-high, message-insert-importance-low)
10357         (message-insert-or-toggle-importance)
10358         (message-insert-disposition-notification-to)
10359         (message-indent-citation, message-yank-original)
10360         (message-cite-original-without-signature, message-cite-original)
10361         (message-insert-citation-line, message-position-on-field)
10362         (message-fix-before-sending, message-send-mail-partially)
10363         (message-send-mail, message-send-mail-with-sendmail)
10364         (message-send-mail-with-qmail, message-send-news)
10365         (message-check-news-header-syntax, message-generate-headers)
10366         (message-insert-courtesy-copy, message-fill-address)
10367         (message-fill-header, message-shorten-references)
10368         (message-setup-1, message-cancel-news)
10369         (message-forward-make-body-plain, message-forward-make-body-mime)
10370         (message-forward-make-body-mml, message-encode-message-body)
10371         (message-forward-make-body-digest-plain)
10372         (message-forward-make-body-digest-mime)
10373         (message-use-alternative-email-as-from): Insert `hard-newline'
10374         instead of ordinary newlines.
10375
10376 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * message.el (message-generate-headers): Downcase the argument
10379         given to message-check-element.
10380
10381 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10382
10383         * nntp.el (nntp-authinfo-rejected): New error condition.
10384         (nntp-wait-for): Use new error condition to signal authentication
10385         error.
10386         (nntp-retrieve-data): Rethrow new error condition to break out of
10387         recursive call to nntp-send-authinfo.
10388
10389 2005-11-08  Romain Francoise  <romain@orebokech.com>
10390
10391         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10392         (gnus-summary-exit-map): Bind to `Z p'.
10393         (gnus-summary-make-menu-bar): Add menu item.
10394
10395 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10398         (gnus-treat-*): Add `first' in all doc strings.
10399
10400         * gnus-group.el (gnus-group-compact-group): Fix typo.
10401
10402 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus.el (gnus-parameters-case-fold-search): New variable.
10405         (gnus-parameters-get-parameter): Use it.
10406
10407         * gnus-score.el (gnus-home-score-file): Doc fix.
10408
10409 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10410
10411         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10412
10413 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * mm-util.el (mm-special-display-p): New function.
10416
10417         * mml.el (mml-preview): Use it; doc fix.
10418
10419 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10420
10421         * imap.el (imap-open): Handle case where buffer is a buffer object.
10422
10423 2005-10-29  Romain Francoise  <romain@orebokech.com>
10424
10425         * message.el (message-fix-before-sending): Fix comment.
10426
10427 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10428
10429         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10430
10431 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10432
10433         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10434         Used in gnus-score.el.
10435
10436 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10439
10440 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10443         whitespace removed in revision 7.8.  Use concatenated string to
10444         protect trailing whitespace.
10445
10446 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10447
10448         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10449         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10450         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10451         Courier IMAP ("some version from 2004").  Mostly based on similar
10452         code in the same function.
10453
10454 2005-10-26  Didier Verna  <didier@xemacs.org>
10455
10456         * gnus-group.el (gnus-group-compact-group): Invalidate original
10457         article buffer.
10458         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10459         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10460         NOV database and in article itself.
10461         Invalidate article backlog.
10462
10463 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10466
10467 2005-10-26  Simon Josefsson  <jas@extundo.com>
10468
10469         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10470         part of 2004-07-25 change.
10471
10472 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * message.el (message-display-completion-list): New function.
10475         (message-expand-group): Use it; make sure the Completions buffer
10476         is modifiable.
10477 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10478
10479         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10480         user-mail-name is an empty string.
10481
10482 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10485         depending on gnus-score-decay-constant.
10486
10487         * encrypt.el (encrypt-insert-file-contents)
10488         (encrypt-write-file-contents): Don't use `gnus-message'.
10489
10490         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10491         arguments.
10492         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10493         arguments to mm-uu-verbatim-marks-extract.
10494         (mm-uu-hide-markers): New variable.
10495         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10496
10497         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10498         (gnus-convert-image-to-face-command): Use "convert" by default to
10499         allow other input image formats.
10500         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10501         accordingly.
10502
10503 2005-10-23  Simon Josefsson  <jas@extundo.com>
10504
10505         * imap.el (imap-gssapi-program): Align command line parameters
10506         with latest GNU SASL.
10507         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10508
10509 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510
10511         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10512         HTML.
10513         (nnslashdot-request-article): Ditto.
10514
10515         * lpath.el (featurep): Add nobreak-char-display.
10516
10517 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10518
10519         * mail-source.el (mail-source-fetch-pop): Require pop3.
10520         (mail-source-check-pop): Ditto.
10521
10522 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10525         errors.
10526
10527 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10530         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10531
10532         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10533
10534         * mm-bodies.el (mm-decode-string): Call
10535         `mm-charset-to-coding-system' with allow-override argument.
10536
10537 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10540         (rfc2047-charset-to-coding-system): New function.
10541         (rfc2047-decode-encoded-words): New function.
10542         (rfc2047-decode-region): Use them.
10543         (rfc2047-decode-cte): Remove.
10544         (rfc2047-parse-and-decode): Remove.
10545         (rfc2047-decode): Remove.
10546
10547 2005-10-15  Kenichi Handa  <handa@m17n.org>
10548
10549         * rfc2047.el (rfc2047-decode-cte): New function.
10550         (rfc2047-decode-region): Change the way to decode successive
10551         encoded-words: decode B- or Q-encoding in each encoded-word,
10552         concatenate them, and decode it as charset.
10553
10554 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * lpath.el: Fbind codepage-setup for XEmacs.
10557
10558 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10559
10560         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10561         widget-move-and-invoke.
10562         (gnus-custom-mode): Use gnus-custom-map.
10563
10564 2005-10-15  Bill Wohler  <wohler@newt.com>
10565
10566         * message.el (message-tool-bar-map): Renamed image file from
10567         mail_send to mail/send.
10568
10569 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10570
10571         * message.el (message-expand-group): Pass the common
10572         prefix substring of completion to `display-completion-list'.
10573
10574 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * mml-sec.el (mml-secure-method): New internal variable.
10577         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10578         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10579         functions using mml-secure-method.
10580
10581         * mml.el (mml-mode-map): Add key bindings for those functions.
10582         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10583         Harder <harder@myrealbox.com>.
10584         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10585         end of message if point is the headers of the message.
10586
10587         * message.el (message-in-body-p): New function.
10588
10589         * assistant.el: Autoload gnus-util and netrc.
10590
10591         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10592         Use `mm-charset-override-alist' only when decoding.
10593
10594         * mm-bodies.el (mm-decode-body): Call
10595         `mm-charset-to-coding-system' with allow-override argument.
10596
10597         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10598         `filename' from Content-Disposition if Content-Type doesn't
10599         provide `name'.
10600         (gnus-mime-view-part-as-type): Set default instead of
10601         initial-input.
10602
10603 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10604
10605         * format-spec.el (format-spec): Propagate text properties of % spec.
10606
10607 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * gnus-art.el (gnus-treat-predicate): Add `first'.
10610
10611 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10614         (mm-charset-override-alist): New variable.
10615         (mm-charset-to-coding-system): Use it.
10616         (mm-codepage-setup): New helper function.
10617         (mm-charset-eval-alist): New variable.
10618         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10619         about unknown charsets.
10620
10621         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10622
10623 2005-10-04  David Hansen  <david.hansen@gmx.net>
10624
10625         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10626         (nnrss-check-group): Ditto.
10627
10628 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10631         Rename x-gnus-verbatim to x-verbatim.
10632         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10633
10634         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10635         x-verbatim.
10636
10637         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10638
10639         * gnus-util.el (gnus-remove-duplicates): Remove.
10640
10641         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10642         instead of gnus-remove-duplicates.
10643
10644         * message.el (message-remove-duplicates): Remove.
10645         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10646         message-remove-duplicates.
10647
10648         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10649         available, else use implementation from `delete-dups'.
10650
10651         * message.el (message-insert-expires): New function.
10652         (message-mode-map): Add key binding.
10653         (message-mode-field-menu): Add menu entry.
10654         (message-mode): Document it.
10655         (message-make-expires-date): Use `message-make-date'.
10656
10657 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10658
10659         * message.el (message-make-expires-date): New function.
10660
10661 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * Makefile.in (list-installed-shadows): New entry.
10664         (install): Use it.
10665         (remove-installed-shadows): New entry.
10666
10667         * dgnushack.el (dgnushack-default-load-path): New variable.
10668         (dgnushack-find-lisp-shadows): New function.
10669         (dgnushack-remove-lisp-shadows): New function.
10670
10671 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * Makefile.in (install-el-elc): New entry.
10674         (install): Use it so that .el files are necessarily installed.
10675
10676 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10679
10680 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10681
10682         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10683         function rather than the diff-mode.el package.
10684         (mm-display-external): Use with-current-buffer.
10685         (mm-viewer-completion-map, mm-viewer-completion-map):
10686         Move initialization inside declaration.
10687
10688 2005-09-29  Simon Josefsson  <jas@extundo.com>
10689
10690         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10691         autoload mail-check-payment.
10692         (spam-check-hashcash): Define unconditionally, since hashcash.el
10693         is part of Gnus now.  Ignore errors from payment checking.
10694
10695 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * message.el (message-bold-region, message-unbold-region): Rename
10698         from `bold-region' and `unbold-region'.
10699
10700         * message.el: Remove useless autoloads.
10701
10702 2005-09-28  Simon Josefsson  <jas@extundo.com>
10703
10704         * message.el (message-use-idna): Default to t.
10705         (message-use-idna): Test whether encoding works too.  Doc fix.
10706
10707 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * nntp.el (nntp-warn-about-losing-connection): Remove.
10710
10711 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10714         customizable.  Change default value.
10715         (mm-uu-diff-groups-regexp): Change default value.
10716         (mm-uu-type-alist): Add doc string.
10717         (mm-uu-configure): Add doc string.  Make it interactive.
10718         (mm-uu-tex-groups-regexp): New variable.
10719         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10720         (mm-uu-type-alist): Add LaTeX documents.
10721         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10722         of "text/verbatim".
10723         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10724
10725         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10726         instead of "text/verbatim".
10727
10728         * message.el (message-mark-inserted-region)
10729         (message-mark-insert-file): Use slrn style marks when called with
10730         prefix argument.
10731
10732 2005-09-27  Simon Josefsson  <jas@extundo.com>
10733
10734         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10735
10736 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10737
10738         * message.el (message-remove-duplicates): New function.
10739         Implementation borrowed from `gnus-remove-duplicates'.
10740         (message-idna-to-ascii-rhs): Also encode idna addresses in
10741         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10742         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10743         only ask about the same idna domain once per header and also tell
10744         in what header to replace the idna domain.
10745
10746         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10747         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10748         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10749         a header is decoded and not just the last one.
10750
10751 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10754         has been decoded.
10755
10756         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10757         (mm-insert-part): Don't modify text if it has been decoded.
10758
10759         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10760         decoded.
10761
10762         * mm-view.el (mm-inline-text): Don't strip text props unless
10763         decoding enriched or richtext parts.
10764
10765 2005-09-25  Romain Francoise  <romain@orebokech.com>
10766
10767         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10768         * gnus-start.el (gnus-subscribe-interactively):
10769         * gnus-uu.el (gnus-uu-grab-articles):
10770         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10771         space.
10772
10773 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10774
10775         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10776         * mm-view.el (mm-view-pkcs7-decrypt):
10777         * gnus-sum.el (gnus-summary-limit-to-extra)
10778         (gnus-summary-respool-article, gnus-read-move-group-name):
10779         * gnus-score.el (gnus-summary-increase-score):
10780         * gnus-util.el (gnus-completing-read-with-default):
10781         * gnus-art.el (gnus-read-save-file-name)
10782         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10783         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10784         * message.el (message-check-news-header-syntax):
10785         Follow convention for reading with the minibuffer.
10786
10787 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * spam-report.el (spam-report-url-ping-plain):
10790         Use gnus-extended-version as User-Agent.
10791
10792         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10793         default value is nil.
10794
10795         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10796         (mm-uu-verbatim-marks-extract): New function.
10797         (mm-uu-extract): New face.
10798         (mm-uu-copy-to-buffer): Use it.
10799
10800         * spam-report.el (spam-report-gmane-ham): Renamed from
10801         `spam-report-gmane-unspam'.
10802         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10803         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10804
10805         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10806         Autoload.
10807         (spam-report-gmane-unregister-routine): Renamed
10808         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10809
10810 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10811
10812         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10813         (spam-report-gmane-unregister-routine): Add support for gmane
10814         unregistration.
10815
10816         * spam-report.el (spam-report-gmane-unspam)
10817         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10818         (spam-report-gmane): Change to take a single article and do unspam
10819         registration.
10820
10821 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * mm-url.el (mm-url-decode-entities): Fix regexp.
10824
10825 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826
10827         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10828         default to nil, to be able to use Gnus at all.  If the default
10829         switches to something else, then the function should be fixed not
10830         be exceedingly slow.
10831
10832 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10833
10834         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10835         fail hard.
10836
10837         * spam-report.el: Add better Keywords line.
10838
10839         * spam.el: Add Maintainer and better Keywords line.
10840
10841 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * gnus-art.el (gnus-article-replace-part)
10844         (gnus-mime-replace-part): New functions.
10845         (gnus-mime-action-alist, gnus-mime-button-commands)
10846         (gnus-mime-save-part-and-strip): Added file argument.
10847         (gnus-article-part-wrapper): Added interactive argument.
10848
10849         * gnus-sum.el (gnus-summary-mime-map): Add
10850         `gnus-article-replace-part'.
10851
10852 2005-09-19  Didier Verna  <didier@xemacs.org>
10853
10854         The nnml compaction feature:
10855         * nnml.el (nnml-request-compact-group): New function.
10856         * nnml.el (nnml-request-compact): New function.
10857         * gnus-int.el (gnus-request-compact-group): New function.
10858         * gnus-int.el (gnus-request-compact): New function.
10859         * gnus-group.el (gnus-group-compact-group): New function.
10860         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10861         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10862         * gnus-srvr.el (gnus-server-compact-server): New function.
10863         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10864         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10865
10866 2005-09-18  Deepak Goel  <deego@gnufans.org>
10867
10868         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10869         format spec.
10870
10871 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10874
10875 2005-09-15  Romain Francoise  <romain@orebokech.com>
10876
10877         * message.el (message-fill-paragraph): Clarify docstring.
10878
10879 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * gnus-art.el (gnus-mime-display-part): Protect against broken
10882         MIME messages.
10883
10884 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10887         before parsing header.
10888
10889 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10890
10891         * html2text.el (html2text-replace-list): Add new entities.
10892
10893 2005-09-11  Romain Francoise  <romain@orebokech.com>
10894
10895         * message.el (message-alternative-emails): Improve docstring.
10896         (message-setup-1): Call `message-use-alternative-email-as-from'
10897         after `message-setup-hook' to give it precedence over posting
10898         styles, etc.
10899         (message-use-alternative-email-as-from): Add docstring.  Remove
10900         the original From header if present.
10901
10902         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10903         (nnml-save-mail): Use it.
10904
10905         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10906         articles.  Add new argument `silent'.
10907         (gnus-uu-mark-all): Report the total number of marked articles.
10908
10909 2005-09-10  Romain Francoise  <romain@orebokech.com>
10910
10911         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10912         (gnus-uu-mark-series): Likewise.
10913
10914 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * spam-report.el (spam-report-gmane): Fix generation of spam
10917         report URL.
10918
10919 2005-09-10  Simon Josefsson  <jas@extundo.com>
10920
10921         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10922         t, based on discussion on the ding list with Robert Epprecht
10923         <epprecht@solnet.ch>.
10924
10925 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * spam-report.el (spam-report-gmane): Make it work without
10928         X-Report-Spam header.  Gmane now only provides Archived-At.
10929         This is only used if `spam-report-gmane-use-article-number' is nil.
10930         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10931
10932         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10933         make `gnus-summary-sort-by-recipient' work with threading.
10934
10935         * nnweb.el (nnweb-google-wash-article): Print a message if article
10936         is not available.
10937
10938 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10939
10940         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10941         change.  Decode text/* parts content before displaying.
10942
10943 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10946
10947 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10950
10951         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10952         url-package-name, url-package-version,
10953         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10954         w3m-display-inline-images, and w3m-minor-mode-map.
10955
10956 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * message.el (message-tab-body-function): Fix mismatched custom type.
10959
10960         * gnus.el (gnus-group-change-level-function): Ditto.
10961
10962         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10963
10964         * gnus-art.el (gnus-signature-limit)
10965         (gnus-article-mime-part-function): Ditto.
10966
10967 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * mml.el (mml-mode): Silence the byte compiler.
10970
10971         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10972         using `(sit-for 0)' before moving the point to the specified part;
10973         skip unbuttonized parts.
10974         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10975         return to the summary window if gnus-auto-select-part is non-nil.
10976
10977 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10980         variables.
10981         (mml-dnd-attach-file, mml-mode): Use them.
10982
10983         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10984         Make fetching article by MID work again for Google Groups.  Added
10985         FIXME concerning gnus-group-make-web-group.
10986
10987         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10988         Don't depend on Gnus by using mail-extract-address-components if
10989         gnus-extract-address-components is not bound.
10990
10991 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10992
10993         * gnus-art.el (gnus-mime-display-security): Don't display the
10994         signature, but only the signed part.
10995
10996 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10999
11000         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11001         list, not listp.
11002
11003 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11004
11005         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11006         when encoding.
11007
11008         * mm-bodies.el (mm-decode-content-transfer-encoding):
11009         De-canonicalize CRLF for all text content types, not just
11010         text/plain.
11011
11012 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11015         valid article; point arrow and cursor at the MIME button.
11016
11017 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11020         Suggested by Dan Christensen <jdc@uwo.ca>.
11021
11022         * mm-decode.el (mm-save-part): Enable change of prompt.
11023
11024 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11025
11026         * gnus-msg.el (gnus-inews-add-send-actions): Made
11027         `message-post-method' lambda parameter ARG `&optional'.
11028
11029 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * gnus-sum.el (gnus-summary-mime-map): Added
11032         gnus-article-save-part-and-strip, gnus-article-delete-part and
11033         gnus-article-jump-to-part.
11034
11035         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11036         (gnus-article-edit-part): Use it.
11037         (gnus-article-part-wrapper): Added no-handle argument.
11038         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11039         functions.
11040
11041 2005-08-29  Romain Francoise  <romain@orebokech.com>
11042
11043         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11044         docstring.
11045         (gnus-face-from-file): Likewise.
11046
11047 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11050         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11051         non-nil.
11052         (gnus-auto-select-part): New variable.
11053         (gnus-article-jump-to-part): New function.
11054         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11055         (gnus-mime-delete-part): Allow selecting specified part after
11056         deleting or stripping parts.
11057         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11058         part if argument is bogus.
11059
11060 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11061
11062         * gnus-art.el (w3m-minor-mode-map):
11063         * gnus-spec.el (gnus-newsrc-file-version):
11064         * gnus-util.el (nnmail-active-file-coding-system)
11065         (gnus-original-article-buffer, gnus-user-agent):
11066         * gnus.el (gnus-ham-process-destinations)
11067         (gnus-parameter-ham-marks-alist)
11068         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11069         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11070         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11071         * mm-decode.el (gnus-current-window-configuration):
11072         * mm-extern.el (gnus-article-mime-handles):
11073         * mm-url.el (url-current-object, url-package-name)
11074         (url-package-version):
11075         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11076         (smime-keys, w3m-cid-retrieve-function-alist)
11077         (w3m-current-buffer, w3m-display-inline-images)
11078         (w3m-minor-mode-map):
11079         * mml-smime.el (gnus-extract-address-components):
11080         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11081         (gnus-newsrc-hashtb, message-default-charset)
11082         (message-deletable-headers, message-options)
11083         (message-posting-charset, message-required-mail-headers)
11084         (message-required-news-headers):
11085         * mml1991.el (mc-pgp-always-sign):
11086         * mml2015.el (mc-pgp-always-sign):
11087         * nnheader.el (nnmail-extra-headers):
11088         * rfc1843.el (gnus-decode-encoded-word-function)
11089         (gnus-decode-header-function, gnus-newsgroup-name):
11090         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11091
11092 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11093
11094         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11095         the end of the date treatments.
11096
11097 2005-08-15  Simon Josefsson  <jas@extundo.com>
11098
11099         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11100         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11101         Capello and Romain Francoise.
11102         (pgg-fetch-key-function): Removed, not used?
11103         (pgg-insert-url-with-w3): Require url, to get
11104         url-insert-file-contents regardless of where it is defined.
11105
11106 2005-08-13  Romain Francoise  <romain@orebokech.com>
11107
11108         * message.el (message-cite-original-1): New function.
11109         (message-cite-original): Use it.
11110         (message-cite-original-without-signature): Ditto.
11111
11112 2005-08-08  Romain Francoise  <romain@orebokech.com>
11113
11114         * message.el (message-yank-empty-prefix): New variable.
11115         (message-indent-citation): Use it.
11116         (message-cite-original-without-signature): Respect X-No-Archive.
11117
11118 2005-08-08  Simon Josefsson  <jas@extundo.com>
11119
11120         * pgg.el: Autoload url-insert-file-contents instead of loading
11121         w3/url.
11122         (pgg-insert-url-with-w3): Don't load url here.
11123
11124 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11125
11126         * message.el (message-kill-to-signature): Don't insert newline at
11127         bol.
11128         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11129
11130 2005-08-06  Romain Francoise  <romain@orebokech.com>
11131
11132         * message.el (message-user-fqdn): Fix typo in docstring.
11133
11134 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11135
11136         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11137
11138         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11139
11140 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * mm-bodies.el (mm-encode-body): Use coding system rather than
11143         charset to encode text.
11144
11145         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11146         number of charsets if utf-8 is available (XEmacs).
11147
11148 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11151         taken from `gnus-button-mid-or-mail-regexp'.
11152         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11153         (gnus-button-alist): Improve regexp for domain part of the MIDs
11154         for news:localpart@domain buttons.
11155         (gnus-button-ctan-directory-regexp): Update.
11156
11157 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * sieve-manage.el (sieve-manage-interactive-login): Use
11160         make-local-variable rather than make-variable-buffer-local.
11161         (sieve-manage-open): Ditto.
11162         (sieve-manage-authenticate): Ditto.
11163
11164         * mml.el (mml-generate-mime-1): Make the content type default to
11165         text/plain if the filename is not specified.
11166
11167 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11170         instead of insert-buffer.
11171
11172         * message.el (message-yank-original): Ditto; set the mark at the
11173         end of the yanked message.
11174
11175 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11178         lines to scroll rather than to stop it.
11179
11180         * mml.el (mml-generate-default-type): Add doc string.
11181         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11182         default to application/octet-stream when determining the content
11183         type if it is not specified for the part or the mml contents; add
11184         a comment about mml-generate-default-type.
11185
11186 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11189         make it default to application/octet-stream when determining the
11190         content type if it is not specified for the external contents.
11191
11192 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11195         segmented parameter but also other parameters might be there.
11196
11197 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * mm-decode.el (mm-display-external): Delete temp file, directory
11200         and buffer immediately if the external process is exited.
11201
11202 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11205         fewer lines than that of scroll-margin.
11206         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11207
11208 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-art.el (gnus-article-next-page): Revert.
11211         (gnus-article-beginning-of-window): New macro.
11212         (gnus-article-next-page-1): Use it.
11213         (gnus-article-prev-page): Ditto.
11214         (gnus-article-edit-part): Use insert-buffer-substring instead of
11215         insert-buffer.
11216         (gnus-article-edit-exit): Ditto.
11217
11218         * gnus-util.el (gnus-beginning-of-window): Remove.
11219         (gnus-end-of-window): Remove.
11220
11221         * lpath.el: Don't bind header-line-format and scroll-margin.
11222
11223 2005-07-25  Simon Josefsson  <jas@extundo.com>
11224
11225         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11226         to have the url package without w3.  Reported by Daiki Ueno
11227         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11228
11229 2005-07-20  Didier Verna  <didier@xemacs.org>
11230
11231         * gnus-diary.el: Remove the description comment (nndiary is now
11232         properly documented in the Gnus manual).
11233         Fix the spelling of "Back End".
11234         * nndiary.el: Ditto.
11235         Fix the copyright notice.
11236
11237 2005-07-18  Romain Francoise  <romain@orebokech.com>
11238
11239         * gnus-sum.el (gnus-summary-to-prefix)
11240         (gnus-summary-newsgroup-prefix): New variables.
11241         (gnus-summary-from-or-to-or-newsgroups): Use them.
11242
11243 2005-07-17  Romain Francoise  <romain@orebokech.com>
11244
11245         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11246         space as it's generally not especially interesting to the user.
11247
11248 2005-07-16  Romain Francoise  <romain@orebokech.com>
11249
11250         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11251         nil to avoid prompting and file modification if one of the
11252         messages at the top of the nnfolder file contains a copyright
11253         notice.
11254         Update copyright notice.
11255
11256         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11257         instead of `current-time-string' as the latter creates a time
11258         string that is not RFC 2822 compliant (it lacks the zone).
11259         Update copyright notice.
11260
11261 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11262
11263         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11264         for text/rtf.  Display default in prompt.  Pass default for M-n.
11265
11266         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11267
11268 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11269
11270         * gnus-msg.el (gnus-button-mailto): Remove
11271         save-selected-window-window hackery because it relies on
11272         save-selected-window internals.
11273
11274 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11277         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11278         (gnus-article-prev-page): Ditto.
11279
11280         * gnus-util.el (gnus-beginning-of-window): New function.
11281         (gnus-end-of-window): New function.
11282
11283         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11284
11285 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11286
11287         * gnus-score.el (gnus-score-edit-all-score): Set
11288         gnus-score-edit-exit-function to gnus-score-edit-done and call
11289         gnus-message.
11290
11291 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11292
11293         * gnus-msg.el (gnus-button-mailto): Remove
11294         save-selected-window-window hackery because it relies on
11295         save-selected-window internals.
11296
11297 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11300         add-minor-mode.
11301         (gnus-binary-mode): Ditto.
11302
11303         * gnus-topic.el (gnus-topic-mode): Ditto.
11304
11305 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11306
11307         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11308         (gnus-article-prev-page): Take scroll-margin into consideration.
11309
11310 2005-07-04  Lute Kamstra  <lute@gnu.org>
11311
11312         Update FSF's address in GPL notices.
11313
11314 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11315
11316         * gnus.el (gnus-exit):
11317         * gnus-group.el (gnus-group-icons):
11318         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11319
11320         * gnus-nocem.el (gnus-nocem):
11321         * message.el (message-various, message-buffers, message-sending)
11322         (message-interface, message-forwarding, message-insertion)
11323         (message-headers, message-news, message-mail):
11324         * pgg-gpg.el (pgg-gpg):
11325         * pgg-parse.el (pgg-parse):
11326         * pgg-pgp.el (pgg-pgp):
11327         * pgg-pgp5.el (pgg-pgp5):
11328         * pop3.el (pop3): Finish `defgroup' description with period.
11329
11330 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-art.el (article-display-face): Improve the efficiency.
11333         (article-display-x-face): Ditto; remove grey x-face stuff.
11334
11335 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gnus-art.el (article-display-face): Correct the position in
11338         which Faces are inserted.
11339
11340 2005-06-29  Didier Verna  <didier@xemacs.org>
11341
11342         * gnus-art.el (article-display-face): Display faces in correct
11343         order.
11344
11345 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11348         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11349         (gnus-nocem-check-article): Fetch the Type header.
11350         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11351         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11352         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11353         make sure gnus-nocem-hashtb is initialized.
11354         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11355         (gnus-nocem-unwanted-article-p): Ditto.
11356
11357         * pgg.el (pgg-verify): Return the verification result.
11358
11359 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360
11361         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11362         is ascii.
11363
11364 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11365
11366         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11367         `show-nonbreak-escape'.
11368
11369 2005-06-23  Lute Kamstra  <lute@gnu.org>
11370
11371         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11372
11373         * dig.el (dig-mode):
11374         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11375
11376 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11377
11378         * nnimap.el (nnimap-split-download-body): Fix spellings.
11379
11380 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11381
11382         * gnus-art.el (gnus-article-encrypt-body):
11383         * gnus-cus.el (gnus-score-customize):
11384         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11385         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11386
11387 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11388
11389         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11390         header by looking for magic "MII" at the beginnig.
11391
11392 2005-06-16  Miles Bader  <miles@gnu.org>
11393
11394         * gnus-xmas.el (gnus-xmas-group-startup-message):
11395         Use renamed gnus-splash face.
11396
11397         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11398         (assistant-field-face): New backward-compatibility alias for renamed
11399         face.
11400         (assistant-render-text): Use renamed assistant-field face.
11401
11402         * spam.el (spam): Remove "-face" suffix from face name.
11403         (spam-face): New backward-compatibility alias for renamed face.
11404         (spam-face, spam-initialize): Use renamed spam face.
11405
11406         * message.el (message-header-to, message-header-cc)
11407         (message-header-subject, message-header-newsgroups)
11408         (message-header-other, message-header-name)
11409         (message-header-xheader, message-separator, message-cited-text)
11410         (message-mml): Remove "-face" suffix from face names.
11411         (message-header-to-face, message-header-cc-face)
11412         (message-header-subject-face, message-header-newsgroups-face)
11413         (message-header-other-face, message-header-name-face)
11414         (message-header-xheader-face, message-separator-face)
11415         (message-cited-text-face, message-mml-face):
11416         New backward-compatibility aliases for renamed faces.
11417         (message-font-lock-keywords): Use renamed message faces.
11418
11419         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11420         (sieve-test-commands, sieve-tagged-arguments):
11421         Remove "-face" suffix from face names.
11422         (sieve-control-commands-face, sieve-action-commands-face)
11423         (sieve-test-commands-face, sieve-tagged-arguments-face):
11424         New backward-compatibility aliases for renamed faces.
11425         (sieve-control-commands-face, sieve-action-commands-face)
11426         (sieve-test-commands-face, sieve-tagged-arguments-face):
11427         Use renamed sieve faces.
11428
11429         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11430         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11431         (gnus-group-news-3-empty, gnus-group-news-4)
11432         (gnus-group-news-4-empty, gnus-group-news-5)
11433         (gnus-group-news-5-empty, gnus-group-news-6)
11434         (gnus-group-news-6-empty, gnus-group-news-low)
11435         (gnus-group-news-low-empty, gnus-group-mail-1)
11436         (gnus-group-mail-1-empty, gnus-group-mail-2)
11437         (gnus-group-mail-2-empty, gnus-group-mail-3)
11438         (gnus-group-mail-3-empty, gnus-group-mail-low)
11439         (gnus-group-mail-low-empty, gnus-summary-selected)
11440         (gnus-summary-cancelled, gnus-summary-high-ticked)
11441         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11442         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11443         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11444         (gnus-summary-low-undownloaded)
11445         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11446         (gnus-summary-low-unread, gnus-summary-normal-unread)
11447         (gnus-summary-high-read, gnus-summary-low-read)
11448         (gnus-summary-normal-read, gnus-splash):
11449         Remove "-face" suffix from face names.
11450         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11451         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11452         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11453         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11454         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11455         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11456         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11457         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11458         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11459         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11460         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11461         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11462         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11463         (gnus-summary-normal-ticked-face)
11464         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11465         (gnus-summary-normal-ancient-face)
11466         (gnus-summary-high-undownloaded-face)
11467         (gnus-summary-low-undownloaded-face)
11468         (gnus-summary-normal-undownloaded-face)
11469         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11470         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11471         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11472         (gnus-splash-face):
11473         New backward-compatibility aliases for renamed faces.
11474         (gnus-group-startup-message): Use renamed gnus faces.
11475
11476         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11477         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11478         (gnus-server-agent): Remove "-face" suffix from face names.
11479         (gnus-server-agent-face, gnus-server-opened-face)
11480         (gnus-server-closed-face, gnus-server-denied-face)
11481         (gnus-server-offline-face):
11482         New backward-compatibility aliases for renamed faces.
11483         (gnus-server-agent-face, gnus-server-opened-face)
11484         (gnus-server-closed-face, gnus-server-denied-face)
11485         (gnus-server-offline-face): Use renamed gnus faces.
11486
11487         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11488         Remove "-face" suffix from face names.
11489         (gnus-picon-xbm-face, gnus-picon-face):
11490         New backward-compatibility aliases for renamed faces.
11491
11492         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11493         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11494         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11495         (gnus-cite-11): Remove "-face" suffix from face names.
11496         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11497         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11498         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11499         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11500         New backward-compatibility aliases for renamed faces.
11501         (gnus-cite-attribution-face, gnus-cite-face-list)
11502         (gnus-article-boring-faces): Use renamed gnus faces.
11503
11504         * gnus-art.el (gnus-signature, gnus-header-from)
11505         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11506         (gnus-header-content): Remove "-face" suffix from face names.
11507         (gnus-signature-face, gnus-header-from-face)
11508         (gnus-header-subject-face, gnus-header-newsgroups-face)
11509         (gnus-header-name-face, gnus-header-content-face):
11510         New backward-compatibility aliases for renamed faces.
11511         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11512
11513         * gnus-sum.el (gnus-summary-selected-face)
11514         (gnus-summary-highlight): Use renamed gnus faces.
11515         * gnus-group.el (gnus-group-highlight): Likewise.
11516
11517 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11518
11519         * gnus-sieve.el (gnus-sieve-article-add-rule):
11520         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11521         * spam-stat.el (spam-stat-buffer-change-to-spam)
11522         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11523
11524         * message.el (message-is-yours-p):
11525         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11526
11527 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * mm-view.el (mm-inline-text): Withdraw the last change.
11530
11531 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11534         executing enriched-decode.
11535
11536 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11539         charset of tar files.
11540
11541 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11542
11543         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11544
11545 2005-06-04  Lute Kamstra  <lute@gnu.org>
11546
11547         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11548         information is never recorded.
11549
11550 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11551
11552         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11553
11554 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * pop3.el (pop3-apop): Run md5 in the binary mode.
11557
11558         * starttls.el (starttls-set-process-query-on-exit-flag):
11559         Use eval-and-compile.
11560
11561 2005-05-31  Simon Josefsson  <jas@extundo.com>
11562
11563         * smime.el (smime-replace-in-string): Define.
11564         (smime-cert-by-ldap-1): Use it.
11565
11566 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-art.el (article-display-x-face): Replace
11569         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11570
11571         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11572         set-process-query-on-exit-flag or process-kill-without-query.
11573
11574         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11575         loop instead of replace-regexp.
11576
11577         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11578         instead of process-kill-without-query if it is available.
11579
11580         * lpath.el: Fbind ldap-search-entries.
11581
11582         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11583         instead of find-file-hooks if it is available.
11584
11585         * mml1991.el: Bind pgg-default-user-id when compiling.
11586
11587         * mml2015.el: Bind pgg-default-user-id when compiling.
11588
11589         * nndraft.el (nndraft-request-associate-buffer):
11590         Use write-contents-functions instead of write-contents-hooks if it is
11591         available.
11592
11593         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11594         instead of find-file-hooks if it is available.
11595
11596         * nntp.el (nntp-open-connection): Replace
11597         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11598         (nntp-open-ssl-stream): Ditto.
11599         (nntp-open-tls-stream): Ditto.
11600
11601         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11602         set-process-query-on-exit-flag or process-kill-without-query.
11603         (starttls-open-stream-gnutls): Use it instead of
11604         process-kill-without-query.
11605         (starttls-open-stream): Ditto.
11606
11607 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11608
11609         * smime.el (smime-cert-by-ldap-1): Don't use
11610         replace-regexp-in-string.
11611
11612 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11613
11614         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11615
11616         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11617         in PEM format.  Adjust to the XEmacs compability.
11618
11619 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11622         by `string-to-number'.
11623         * gnus-agent.el (gnus-agent-regenerate-group)
11624         (gnus-agent-fetch-articles): Ditto.
11625         * gnus-art.el (gnus-button-fetch-group): Ditto.
11626         * gnus-cache.el (gnus-cache-generate-active)
11627         (gnus-cache-articles-in-group): Ditto.
11628         * gnus-group.el (gnus-group-set-current-level)
11629         (gnus-group-insert-group-line): Ditto.
11630         * gnus-score.el (gnus-score-set-expunge-below)
11631         (gnus-score-set-mark-below, gnus-summary-score-effect)
11632         (gnus-summary-score-entry): Ditto.
11633         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11634         (gnus-soup-pack): Ditto.
11635         * gnus-spec.el (gnus-xmas-format): Ditto.
11636         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11637         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11638         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11639         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11640         * nndb.el (nndb-get-remote-expire-response): Ditto.
11641         * nndiary.el (nndiary-parse-schedule-value)
11642         (nndiary-string-to-number, nndiary-request-replace-article)
11643         (nndiary-request-article): Ditto.
11644         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11645         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11646         * nneething.el (nneething-make-head): Ditto.
11647         * nnfolder.el (nnfolder-request-article)
11648         (nnfolder-retrieve-headers): Ditto.
11649         * nnheader.el (nnheader-file-to-number): Ditto.
11650         * nnkiboze.el (nnkiboze-request-article): Ditto.
11651         * nnmail.el (nnmail-process-unix-mail-format)
11652         (nnmail-process-babyl-mail-format): Ditto.
11653         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11654         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11655         (nnmh-request-create-group, nnmh-request-list-1)
11656         (nnmh-request-group, nnmh-request-article): Ditto.
11657         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11658         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11659         * nnsoup.el (nnsoup-make-active): Ditto.
11660         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11661         * nntp.el (nntp-find-group-and-number)
11662         (nntp-retrieve-headers-with-xover): Ditto.
11663         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11664         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11665         (pgg-format-key-identifier): Ditto.
11666         * pop3.el (pop3-last, pop3-stat): Ditto.
11667         * qp.el (quoted-printable-decode-region): Ditto.
11668
11669         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11670         of concat.
11671
11672 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11675
11676         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11677
11678         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11679
11680         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11681
11682         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11683
11684         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11685
11686         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11687         (gnus-carpal-mode): Ditto.
11688
11689         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11690         (gnus-browse-mode): Ditto.
11691
11692         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11693
11694         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11695
11696 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11697
11698         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11699
11700 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-util.el (gnus-run-mode-hooks): New function.
11703
11704         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11705
11706         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11707         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11708
11709 2005-05-27  Lute Kamstra  <lute@gnu.org>
11710
11711         * dns-mode.el (dns-mode): Specify customization group.
11712
11713 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11714
11715         * gnus-agent.el (gnus-agent-make-mode-line-string):
11716         Use mode-line-highlight as mouse-face.
11717
11718 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * canlock.el (canlock): Change the parent group to news.
11721
11722         * deuglify.el (gnus-outlook-deuglify): Add :group.
11723
11724         * dig.el (dig): Add :group.
11725
11726         * dns-mode.el (dns-mode): Add :group.
11727
11728         * encrypt.el (encrypt): Add :group.
11729
11730         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11731         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11732         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11733         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11734         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11735
11736         * gnus-diary.el (gnus-diary): Add :group.
11737
11738         * gnus.el (gnus-group-news-1-face): Add :group.
11739         (gnus-group-news-1-empty-face): Ditto.
11740         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11741         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11742         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11743         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11744         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11745         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11746         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11747         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11748         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11749         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11750         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11751         (gnus-summary-high-ticked-face): Ditto.
11752         (gnus-summary-low-ticked-face): Ditto.
11753         (gnus-summary-normal-ticked-face): Ditto.
11754         (gnus-summary-high-ancient-face): Ditto.
11755         (gnus-summary-low-ancient-face): Ditto.
11756         (gnus-summary-normal-ancient-face): Ditto.
11757         (gnus-summary-high-undownloaded-face): Ditto.
11758         (gnus-summary-low-undownloaded-face): Ditto.
11759         (gnus-summary-normal-undownloaded-face): Ditto.
11760         (gnus-summary-high-unread-face): Ditto.
11761         (gnus-summary-low-unread-face): Ditto.
11762         (gnus-summary-normal-unread-face): Ditto.
11763         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11764         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11765
11766         * hashcash.el (hashcash): New custom group.
11767         (hashcash-default-payment): Add :group.
11768         (hashcash-payment-alist): Ditto.
11769         (hashcash-default-accept-payment): Ditto.
11770         (hashcash-accept-resources): Ditto.
11771         (hashcash-path): Ditto.
11772         (hashcash-extra-generate-parameters): Ditto.
11773         (hashcash-double-spend-database): Ditto.
11774         (hashcash-in-news): Ditto.
11775
11776         * message.el (message-minibuffer-local-map): Add :group.
11777
11778         * netrc.el (netrc): Add :group.
11779
11780         * sieve-manage.el (sieve-manage-log): Add :group.
11781         (sieve-manage-default-user): Diito.
11782         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11783         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11784         (sieve-manage-authenticators): Ditto.
11785         (sieve-manage-authenticator-alist): Ditto.
11786         (sieve-manage-default-port): Ditto.
11787
11788         * sieve-mode.el (sieve-control-commands-face): Add :group.
11789         (sieve-action-commands-face): Ditto.
11790         (sieve-test-commands-face): Ditto.
11791         (sieve-tagged-arguments-face): Ditto.
11792
11793         * smime.el (smime): Add :group.
11794
11795         * spam-report.el (spam-report): Add :group.
11796
11797         * spam.el (spam, spam-face): Add :group.
11798
11799 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800
11801         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11802         return \n.\n.\n at the end of articles.  Protect against that.
11803         (nntp-with-open-group): Allow debugging.
11804
11805         * nnheader.el (mail-header-set-extra): Make into a function
11806         because I just could't understand how to quote the list properly.
11807
11808         * dns.el (query-dns-cached): New function.
11809
11810 2005-05-26  Lute Kamstra  <lute@gnu.org>
11811
11812         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11813
11814 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11817
11818         * gnus-art.el: Don't autoload mail-extract-address-components.
11819
11820         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11821         eval-and-compile to evaluate it.
11822
11823         * hashcash.el: Don't autoload executable-find.
11824
11825         * nndb.el: Don't declare the nndb back end two or more times; don't
11826         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11827
11828         * nntp.el: Autoload format-spec instead of format; use
11829         eval-and-compile to evaluate autoload forms.
11830
11831 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11832
11833         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11834
11835 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11836
11837         * gnus.el (gnus-version-number): Bump version.
11838
11839 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11840
11841         * gnus.el: No Gnus v0.3 is released.
11842
11843 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844
11845         * lpath.el (featurep): Bind show-nonbreak-escape.
11846
11847 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-art.el (gnus-article-edit-part): Disable undo.
11850
11851 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11854         gnus-article-date-lapsed-new-header is t if date timer is active;
11855         skip headers in which the original date value is empty.
11856         (gnus-article-save-original-date): Redefine it as a macro.
11857         (gnus-display-mime): Use it.
11858
11859 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-art.el (article-date-ut): Support converting date in
11862         forwarded parts as well.
11863         (gnus-article-save-original-date): New function.
11864         (gnus-display-mime): Use it.
11865
11866 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11867
11868         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11869         enclosure element of <item>.
11870
11871 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * message.el (message-kill-buffer-query): Renamed from
11874         `message-kill-buffer-query-if-modified'.  Added :version.
11875
11876 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11879         window layout.
11880
11881 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * mml.el: Autoload dnd when compiling.
11884
11885 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11888         x-dnd-*.
11889
11890 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * qp.el (quoted-printable-encode-region): Save excursion.
11893
11894 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11895
11896         * message.el (message-kill-buffer-query-if-modified): Add new variable
11897         so the user can kill a modified message buffer quickly.
11898         (message-kill-buffer): Use it.
11899
11900 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * lpath.el: Fbind display-time-event-handler; don't fbind
11903         string-to-multibyte.
11904
11905         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11906
11907 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11910         contained in text because xml.el decodes entities) with LFs.
11911
11912 2005-04-11  Lute Kamstra  <lute@gnu.org>
11913
11914         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11915         differently.
11916
11917 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11918
11919         * mm-util.el (mm-detect-coding-region): Typo.
11920
11921 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11924
11925 2005-04-06  Deepak Goel  <deego@gnufans.org>
11926
11927         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11928         user-function allow user modifications of the scores.
11929         (spam-stat-score-buffer-user): New function, to allow
11930         user-computed modifications to the score.
11931         (spam-stat-score-buffer-user-functions): List of additional
11932         scoring functions.
11933         (spam-stat-error-holder): Global temporary error holder.
11934         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11935         variable.
11936
11937 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11938
11939         * gnus-registry.el (gnus-registry-clean-empty-function)
11940         (gnus-registry-trim, gnus-registry-fetch-groups)
11941         (gnus-registry-delete-group): Groups that match
11942         `gnus-registry-ignored-groups' are removed from the registry
11943         entries, not just ignored for splitting.  This helps clean up the
11944         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11945         to get all the groups a message ID is in.
11946
11947         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11948         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11949         (spam-stat-score-buffer-user-functions): Add :number custom type.
11950
11951 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11954         argument in XEmacs.
11955
11956         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11957         (nnrss-request-group): Decode group name first.
11958         (nnrss-request-article): Make a text/plain article if mml-to-mime
11959         failed.
11960         (nnrss-get-encoding): Return a compatible encoding according to
11961         nnrss-compatible-encoding-alist.
11962         (nnrss-find-el): Use consp instead of listp.
11963         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11964
11965 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11968         which Emacs 20 doesn't support.
11969         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11970
11971 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11974         silence the byte compiler inside the defun.
11975
11976         * gnus-demon.el (parse-time-string): Add autoload.
11977
11978         * gnus-delay.el (parse-time-string): Add autoload.
11979
11980         * gnus-art.el (parse-time-string): Add autoload.
11981
11982         * nnultimate.el (parse-time): Require for `parse-time-string'.
11983
11984 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11987
11988         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11989
11990         * smime.el (smime-ldap-host-list): Add :version.
11991
11992 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11995         pass it to `gnus-browse-read-group'.
11996         (gnus-browse-read-group): Add NUMBER argument and pass it to
11997         `gnus-group-read-ephemeral-group'.
11998
11999         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12000         argument and pass it to `gnus-group-read-group'.
12001
12002 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12003
12004         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12005         mm-xemacs-find-mime-charset-1 if we have the mule feature
12006         available at runtime.
12007
12008 2005-03-25  Werner Lemberg  <wl@gnu.org>
12009
12010         * nnmaildir.el: Replace `illegal' with `invalid'.
12011
12012 2005-03-23  Lute Kamstra  <lute@gnu.org>
12013
12014         * time-date.el: Add comment on time value formats.
12015         Don't require parse-time.
12016         (with-decoded-time-value): New macro.
12017         (encode-time-value): New function.
12018         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12019         (days-to-time): Return a valid time value when arg is huge.
12020         (time-since): Use time-subtract.
12021         (time-to-number-of-days): Use time-to-seconds.
12022
12023 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12024
12025         * gnus-start.el (gnus-display-time-event-handler):
12026         Check display-time-timer at runtime rather than only at load time
12027         in case display-time-mode is turned off in the mean time.
12028
12029 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12032         used.
12033
12034         * nneething.el (nneething-map-file-directory): Derive from
12035         `gnus-directory'.
12036
12037         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12038         the To/Cc button.
12039
12040 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * nnmaildir.el (nnmaildir-request-accept-article):
12043         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12044
12045 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12046
12047         * gnus-async.el: Require timer-funcs at compile time when in
12048         XEmacs for `run-with-idle-timer'.
12049
12050 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12051
12052         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12053         autoloaded function.
12054
12055 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12056
12057         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12058
12059 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12060
12061         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12062
12063 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12064
12065         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12066         gnus-expert-user to default.
12067
12068 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12069
12070         * nnimap.el (nnimap-open-server): Ditto.
12071
12072         * imap.el (imap-authenticate): Fix typo.
12073
12074 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12075
12076         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12077         buffer (since IMAP server might return FETCH response out of
12078         order, and the nntp buffer must be sorted).
12079
12080 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12081
12082         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12083         comparison on string.
12084
12085         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12086         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12087         (gnus-agent-summary-fetch-series): Modified to protect against
12088         gnus-agent-summary-fetch-group clearing processable flags.
12089         (gnus-agent-synchronize-group-flags): Update live group buffer as
12090         synchronization may occur due to the user toggle the plugged
12091         status.
12092         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12093         successfully downloaded.
12094         (gnus-agent-expire-group-1): Avoid using markers when the overview
12095         is in ascending order; greatly improves performance.
12096         (gnus-agent-regenerate-group): Use
12097         gnus-agent-synchronize-group-flags to reset read status in both
12098         gnus and server.
12099         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12100
12101 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * message.el: Don't autoload former message-utils variables.
12104         (message-strip-subject-trailing-was): Change doc string.
12105
12106         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12107         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12108         (nnweb-google-search): Add "hl=en" here.
12109         (nnweb-google-parse-1, nnweb-google-create-mapping):
12110         Don't hardcode URL.
12111
12112 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * message.el (message-get-reply-headers, message-followup):
12115         Mention related variables `message-use-followup-to' and
12116         `message-use-mail-followup-to', in the information buffer.
12117
12118         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12119         of broken groups(-beta).google.com.
12120
12121 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12122
12123         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12124         parameter to invoked gnus-request-move-article; remove the
12125         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12126         all at once instead of once per article.
12127         (gnus-summary-remove-process-mark): Accept a list of articles as
12128         well as a single article for processing.
12129
12130         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12131         parameter.
12132
12133         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12134
12135         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12136
12137         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12138         parameter.
12139
12140         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12141         parameter.
12142
12143         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12144         parameter and remove the gnus-sum-hint-move-is-internal variable.
12145
12146         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12147         parameter.
12148
12149         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12150         parameter.
12151
12152         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12153         parameter.
12154
12155         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12156
12157         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12158         parameter.
12159
12160         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12161         parameter.
12162
12163 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12164
12165         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12166         a more conservative way.
12167
12168 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12169
12170         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12171         buffer, so it moves the window's cursor.
12172
12173 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12174
12175         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12176         `mm-dissect-multipart' and receive the from field as an (optional)
12177         argument from `mm-dissect-multipart'.
12178         (mm-dissect-multipart): Receive the from field as an argument and
12179         pass it on when we call `mm-dissect-buffer' on MIME parts.
12180         Fixes verification/decryption of signed/encrypted MIME parts.
12181
12182 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12183
12184         * gnus-sum.el (gnus-summary-move-article): Set
12185         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12186         whatever it calls (right now, only nnimap-request-move article
12187         respects it).
12188
12189         * nnimap.el (nnimap-request-move-article): When
12190         gnus-sum-hint-move-is-internal is set, don't do the extra
12191         nnimap-request-article.
12192
12193 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12194
12195         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12196
12197         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12198         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12199
12200         * gnus-sum.el (gnus-summary-caesar-message):
12201         Apply `gnus-treat-article' after rotation.
12202
12203         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12204         doc string.
12205
12206 2005-02-22  Simon Josefsson  <jas@extundo.com>
12207
12208         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12209         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12210         <arne@arnested.dk>.
12211         (encrypt): Add password-cache and password-cache-expiry as group
12212         members.
12213
12214 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12215
12216         * smime.el (smime-ldap-host-list): Doc fix.
12217         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12218         cache) password.
12219         (smime-sign-region): Use it.
12220         (smime-decrypt-region): Use it.
12221         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12222         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12223         fails.
12224         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12225         certificate from DER to PEM format rather than calling openssl.
12226
12227         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12228
12229         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12230         for signing/encryption.
12231
12232         * mml.el (mml-parse-1): Use them.
12233
12234 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12235
12236         * nnrss.el (nnrss-verbose): Removed.
12237         (nnrss-request-group): Use `nnheader-message' instead.
12238
12239 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12240
12241         * nnrss.el (nnrss-verbose): New variable.
12242         (nnrss-request-group): Make it say nnrss is requesting a group.
12243
12244 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12247         Handle news URL with given port correctly.
12248
12249 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12252         containing special characters.
12253
12254         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12255
12256         * mml.el (mime-to-mml): Ditto.
12257
12258         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12259         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12260         (rfc2047-decode-region): Quote decoded words containing special
12261         characters when rfc2047-quote-decoded-words-containing-tspecials
12262         is non-nil.
12263
12264 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12265
12266         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12267
12268         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12269
12270 2005-02-15  Simon Josefsson  <jas@extundo.com>
12271
12272         * nnimap.el (nnimap-debug): Doc fix.
12273
12274         * imap.el (imap-debug): Doc fix.
12275
12276 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12279
12280 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12281
12282         * gnus.el (spam-contents): Improve docs for spam-contents
12283         parameter in its variable incarnation.
12284
12285 2005-02-14  Simon Josefsson  <jas@extundo.com>
12286
12287         * smime-ldap.el: Use require instead of load-library for ldap.
12288         (smime-ldap-search): Indent.
12289         (smime-ldap-search-internal): Shorten line.
12290
12291         * smime.el (smime-cert-by-dns): Add doc-string.
12292         (smime-cert-by-ldap-1): Indent.
12293
12294         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12295         mml-smime-get-dns-ldap.
12296         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12297
12298 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12299
12300         * smime.el: Require smime-ldap.
12301         (smime-ldap-host-list): New variable.
12302         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12303
12304         * mml-smime.el (mml-smime-encrypt-query): New function.
12305         (mml-smime-encrypt-query): Use it.
12306
12307         * smime-ldap.el: New file.
12308
12309 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12312
12313 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12316         argument in doc string.  Make query for type more clear.
12317
12318 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * gnus.el (gnus-group-startup-message): Search for gnus images in
12321         etc/images/gnus.
12322         * mm-util.el (mm-image-load-path): Likewise.
12323         * smiley.el (smiley-data-directory): Search for smilies in
12324         etc/images/smilies.
12325
12326 2005-02-09  Kim F. Storm  <storm@cua.dk>
12327
12328         Change Emacs release version from 21.4 to 22.1 throughout.
12329         Change Emacs development version from 21.3.50 to 22.0.50.
12330
12331 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12334
12335         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12336         non-Mule XEmacs as well.
12337         (mm-decompress-buffer): Signal an error intentionally if it does
12338         not decompress compressed data because auto-compression-mode is
12339         disabled.
12340
12341 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12342
12343         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12344         an ID in the registry even if it has no groups.
12345
12346 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12349         merge it into mm-decompress-buffer.
12350         (gnus-mime-copy-part): Use the MIME part charset, the value which
12351         a user specified or gnus-newsgroup-charset for decoding, like
12352         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12353         save-buffer what was used.  Suggested by Kevin Ryde
12354         <user42@zip.com.au>.
12355         (gnus-mime-inline-part): Allow the name parameter as well as the
12356         filename parameter; force decompressing of compressed data; always
12357         display contents being not decoded as unibyte.
12358
12359         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12360         as well as the filename parameter.
12361
12362         * mm-util.el (mm-decompress-buffer): Merge
12363         gnus-mime-jka-compr-maybe-uncompress.
12364         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12365         of compressed data.
12366
12367 2005-02-08  Simon Josefsson  <jas@extundo.com>
12368
12369         * imap.el (imap-log): Doc fix.
12370
12371 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12374         the coding cookies; decompress compressed parts.
12375
12376         * mml.el (mml-generate-mime-1): Add the charset parameter according
12377         to the value which a user specified manually or the coding cookie.
12378
12379         * mm-util.el (mm-string-to-multibyte): New function.
12380         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12381         (mm-coding-system-to-mime-charset): New function.
12382         (mm-decompress-buffer): New function.
12383         (mm-find-buffer-file-coding-system): New function.
12384
12385         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12386         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12387         parts.
12388
12389 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12390
12391         * mm-view.el (mm-display-inline-fontify): Decode a part according
12392         to the charset parameter.
12393
12394 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12397         prefix arg is neither nil nor a number, as info specifies.
12398
12399 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12402         timestamps.
12403
12404 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12405
12406         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12407         groups error checking and notify user.
12408
12409 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12410
12411         * message.el (message-send-mail-function): Check existence of
12412         sendmail-program first before using default value
12413         `message-send-mail-with-sendmail'.  Otherwise use more generic
12414         `smtpmail-send-it'.
12415
12416 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * nntp.el (nntp-request-update-info): Always return nil.
12419
12420 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12421
12422         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12423
12424 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12425
12426         * message.el (message-beginning-of-line): Change the behavior when
12427         invoked between BOL and : so that it first moves backward.
12428
12429 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12432         article buffer when editing of the article is discarded.
12433         (gnus-article-prepare): Revert.
12434
12435 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-art.el (gnus-article-prepare):
12438         Remove message-strip-forbidden-properties from the local hook.
12439
12440 2005-01-27  Simon Josefsson  <jas@extundo.com>
12441
12442         * password.el (password-cache-add): Only start one timer per key.
12443         Reported by Derek Atkins <warlord@MIT.EDU>.
12444
12445 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12446
12447         * run-at-time.el: Removed.  It is no longer needed as
12448         timer-funcs.el in the xemacs-base package has a working version of
12449         `run-at-time'.
12450
12451         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12452
12453         * password.el: Require timer-funcs instead of run-at-time in
12454         XEmacs.
12455         Remove `password-run-at-time' macro.
12456         (password-cache-add): Use `run-at-time' instead of
12457         `password-run-at-time'.
12458
12459         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12460         Remove `nnheader-cancel-function-timers' alias,
12461         `cancel-function-timers' exists in XEmacs in timer-funcs.
12462
12463         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12464         for `run-with-idle-timer'.
12465
12466         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12467         for `run-at-time'.
12468
12469         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12470         for `with-timeout'.
12471
12472         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12473         the same as for XEmacs 21.4.
12474         No need to ignore `run-with-idle-timer', this function exists in
12475         XEmacs now in timer-funcs.el in the xemacs-base package.
12476         (dgnushack-compile): No need to delete
12477         run-at-time.el from the list of files to compile because it
12478         doesn't exist anymore.
12479
12480 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12483         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12484
12485 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12486
12487         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12488         sensitively.
12489
12490 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12491
12492         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12493
12494 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12497         which will be inserted according to the multibyteness of a buffer
12498         rather than the type of contents.  Suggested by ARISAWA Akihiro
12499         <ari@mbf.ocn.ne.jp>.
12500
12501         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12502         of string which old xml.el may return rather than a string.
12503
12504 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12507
12508 2005-01-16  Simon Josefsson  <jas@extundo.com>
12509
12510         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12511         idn/idna.el isn't available.
12512         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12513         <michael@waxrat.com>.
12514
12515         * hashcash.el: Remove non-FSF copyright header.
12516
12517         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12518         (hashcash-generate-payment): Use it.
12519         (hashcash-generate-payment-async): Use it.
12520
12521 2005-01-15  Simon Josefsson  <jas@extundo.com>
12522
12523         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12524         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12525
12526         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12527         gnus-summary-idna-message.
12528         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12529         (gnus-summary-idna-message): New function.
12530
12531 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12534         gnus-novice-user.
12535
12536 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * nnrss.el (nnrss-request-delete-group): Delete entries in
12539         nnrss-group-alist as well.
12540         (nnrss-save-server-data): Insert newline.
12541
12542 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * gnus.el (gnus-user-agent): Use list of symbols instead of
12545         symbols.  Display full version number for (S)XEmacs.  Optionally
12546         display (S)XEmacs codename.
12547
12548         * gnus-util.el (gnus-emacs-version): Update for new
12549         `gnus-user-agent'.
12550
12551         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12552         Gnus version.
12553
12554 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12557         which is unreadable in some setups.
12558
12559 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-spec.el (gnus-update-format-specifications): Flush the
12562         group format spec cache if it doesn't support decoded group names.
12563
12564 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12567         Allow to apply decay on score files matching a regexp.
12568
12569 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12572         compatibility in %g and %c.
12573
12574 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12577         name for only %g and %c.
12578         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12579         of gnus-tmp-group to decoded group name.
12580         (gnus-group-make-rss-group): Exclude `/'s from group names.
12581
12582 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * nnrss.el (nnrss-get-encoding): Fix regexp.
12585
12586 2004-12-27  Simon Josefsson  <jas@extundo.com>
12587
12588         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12589         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12590         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12591
12592 2004-12-17  Kim F. Storm  <storm@cua.dk>
12593
12594         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12595
12596         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12597
12598 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12599
12600         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12601
12602 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * nnrss.el: Require rfc2047 and mml.
12605         (nnrss-file-coding-system): New variable.
12606         (nnrss-format-string): Redefine it as an inline function.
12607         (nnrss-decode-group-name): New function.
12608         (nnrss-string-as-multibyte): Remove.
12609         (nnrss-retrieve-headers): Decode group name; don't use
12610         nnrss-format-string.
12611         (nnrss-request-group): Decode group name.
12612         (nnrss-request-article): Decode group name; allow a Message-ID as
12613         well as an article number; don't use nnrss-format-string; encode a
12614         Message-ID string which may contain non-ASCII characters; use
12615         mml-to-mime to compose a MIME article.
12616         (nnrss-request-expire-articles): Decode group name.
12617         (nnrss-request-delete-group): Decode group name.
12618         (nnrss-fetch): Clarify error message.
12619         (nnrss-read-server-data): Use insert-file-contents instead of load;
12620         bind file-name-coding-system; use multibyte buffer.
12621         (nnrss-save-server-data): Bind coding-system-for-write to the
12622         value of nnrss-file-coding-system; bind file-name-coding-system;
12623         add coding cookie.
12624         (nnrss-read-group-data): Use insert-file-contents instead of load;
12625         bind file-name-coding-system; use multibyte buffer.
12626         (nnrss-save-group-data): Bind coding-system-for-write to the
12627         value of nnrss-file-coding-system; bind file-name-coding-system.
12628         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12629         make it work with non-ASCII text.
12630         (nnrss-find-el): Make it work with old xml.el as well.
12631
12632 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12633
12634         * nnrss.el (nnrss-get-encoding): New function.
12635         (nnrss-fetch): Use unibyte buffer initially; bind
12636         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12637         decode contents according to the encoding attribute.
12638         (nnrss-save-group-data): Add coding cookie.
12639         (nnrss-mime-encode-string): New function.
12640         (nnrss-check-group): Use it to encode subject and author.
12641
12642 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12643
12644         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12645         imaginary variable.
12646
12647 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12650         correctly even if there are wide characters.
12651
12652 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12653
12654         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12655         downcased symbol names; make a new cache instead of reusing
12656         bbdb-hashtable.
12657
12658 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12661         concatenating segments rather than before concatenating them.
12662         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12663
12664         * message.el (message-get-reply-headers): Bind `extra'.
12665
12666 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * message.el (message-extra-wide-headers): New variable.
12669         (message-get-reply-headers): Use it.
12670
12671 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12674         (gnus-agent-group-pathname): Ditto.
12675
12676         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12677
12678         * gnus-group.el (gnus-group-make-group): Decode group name.
12679         (gnus-group-make-rss-group): Register the group data after opening
12680         the nnrss group.
12681
12682 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12683
12684         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12685         by expiry now get marked as read.
12686
12687 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12690
12691 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12692
12693         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12694         unify Latin characters in XEmacs.
12695         (mm-find-mime-charset-region): Use it.
12696
12697 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * gnus-util.el (gnus-delete-directory): New function.
12700
12701         * gnus-agent.el (gnus-agent-delete-group): Use it.
12702
12703         * gnus-cache.el (gnus-cache-delete-group): Use it.
12704
12705 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12708         names.
12709
12710 2004-12-16  Simon Josefsson  <jas@extundo.com>
12711
12712         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12713
12714 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12717
12718         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12719         (gnus-group-set-current-level): Decode group name.
12720
12721 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12722
12723         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12724         failed.
12725
12726 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * gnus-group.el (gnus-group-delete-group): Decode group name.
12729         (gnus-group-make-rss-group): Encode group name.
12730         (gnus-group-catchup-current): Decode group name.
12731         (gnus-group-kill-group): Decode group name.
12732
12733 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12734
12735         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12736
12737 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-group.el (gnus-group-make-rss-group):
12740         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12741
12742         * gnus-start.el (gnus-setup-news): Honor user's setting to
12743         gnus-message-archive-method.  Suggested by Lute Kamstra
12744         <lute@gnu.org>.
12745
12746 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12747
12748         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12749         global counterparts of the buffer-local variables.
12750
12751 2004-11-16  Romain Francoise  <romain@orebokech.com>
12752
12753         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12754         counterparts of the buffer-local variables.
12755
12756 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * message.el (message-forbidden-properties): Fixed typo in doc
12759         string.
12760
12761 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * gnus-util.el (gnus-replace-in-string): Added doc string.
12764
12765         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12766         to avoid problems when splitting mails with many recipients.
12767
12768 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12769
12770         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12771         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12772
12773 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12774
12775         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12776         if there is no hashtable in memory or file modification time is
12777         newer than cached timestamp.
12778
12779 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12782         not-matching option.
12783
12784 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12785
12786         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12787         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12788         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12789         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12790         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12791         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12792
12793 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * message.el (message-forward-make-body-mml): Remove headers
12796         according to message-forward-ignored-headers if a message is decoded.
12797
12798 2004-12-02  Romain Francoise  <romain@orebokech.com>
12799
12800         * message.el (message-forward-make-body-plain): Always remove
12801         headers according to message-forward-ignored-headers.
12802
12803 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12804
12805         * spam.el (spam-summary-prepare-exit): Remove the
12806         gnus-summary-limit pop for now, it has problems with ham marks for
12807         me.
12808
12809 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12810
12811         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12812         correctly.
12813
12814 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12815
12816         * format-spec.el (format-spec): Message the char.
12817
12818 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12819
12820         * gnus-art.el (gnus-split-methods): Reformat comments.
12821
12822         * spam.el (spam-summary-prepare-exit): Remove article limits
12823         before exiting the summary buffer.
12824
12825 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12828         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12829
12830         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12831         order to silence the byte compiler.
12832
12833         * spam.el: Fix the way to silence the byte compiler, which
12834         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12835         bbdb-search-simple, spam-BBDB-register-routine,
12836         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12837         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12838         spam-stat-buffer-is-spam, spam-stat-load,
12839         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12840         spam-stat-save and spam-stat-split-fancy.
12841
12842 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12845         which may confuse users.
12846         (canlock-password-for-verify): Ditto.
12847
12848         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12849
12850         * gnus-art.el (gnus-emphasis-alist): Ditto.
12851
12852         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12853
12854         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12855
12856         * gnus-start.el (gnus-save-killed-list): Ditto.
12857
12858         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12859         (gnus-sum-thread-tree-root): Ditto.
12860         (gnus-sum-thread-tree-false-root): Ditto.
12861         (gnus-sum-thread-tree-single-indent): Ditto.
12862
12863         * message.el (message-courtesy-message): Ditto.
12864         (message-archive-note): Ditto.
12865         (message-subscribed-address-file): Ditto.
12866         (message-user-fqdn): Ditto.
12867
12868         * spam-report.el (spam-report-gmane-regex): Ditto.
12869
12870         * spam.el (spam-blackhole-good-server-regex): Ditto.
12871
12872 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * mml.el (mml-preview): Widen the message buffer before copying
12875         the contents to the preview buffer; sort headers before previewing.
12876
12877         * message.el (message-hidden-headers): Fix the way to avoid a bug
12878         in the `repeat' widget in Emacs 21.3 or earlier.
12879
12880 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * message.el (message-hidden-headers): Default to "^References:".
12883         Improve customization type.  Suggested by Reiner Steib
12884         <Reiner.Steib@gmx.de>.
12885
12886 2004-11-25  Romain Francoise  <romain@orebokech.com>
12887
12888         * message.el (message-strip-forbidden-properties): Remove check for
12889         obsolete `message-hidden' text property, hidden headers are not
12890         accessible in the buffer anymore.
12891
12892 2004-11-22  Romain Francoise  <romain@orebokech.com>
12893
12894         * message.el (message-header-format-alist): Add `From' in list
12895         so that it can be sorted.
12896         (message-fix-before-sending): Widen and sort headers before
12897         sending.
12898         (message-hide-headers): Use narrowing to hide headers by moving
12899         them to the top of the buffer and narrowing to the region
12900         underneath.
12901
12902 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12903
12904         * message.el (message-strip-forbidden-properties): Bind
12905         buffer-read-only (etc) to nil.
12906
12907 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12910         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12911
12912 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12913
12914         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12915
12916 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12917
12918         * dns.el (query-dns): Use sit-for to time instead of
12919         accept-process-output, since that doesn't seem to work on udp
12920         sockets.
12921
12922 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12925
12926 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12927
12928         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12929         doc string.  Improve doc string.
12930
12931 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * nntp.el (nntp-request-update-info): Return nil if
12934         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12935         may not call gnus-activate-group which uselessly issues the GROUP
12936         commands for all nntp groups and wastes time.  Reported by Romain
12937         Francoise <romain@orebokech.com>.
12938
12939         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12940
12941 2004-11-15  Simon Josefsson  <jas@extundo.com>
12942
12943         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12944         headers separately.
12945         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12946         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12947
12948 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-start.el (gnus-convert-old-newsrc):
12951         Assign legacy-gnus-agent to 5.10.7.
12952
12953 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12954
12955         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12956         start of the lines.
12957
12958 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12959
12960         * hashcash.el (hashcash-default-payment): Change default to 20.
12961         (hashcash-default-accept-payment): Change default to 20.
12962         (hashcash-process-alist): New variable.
12963         (hashcash-generate-payment-async): Add.
12964         (hashcash-already-paid-p): Add.
12965         (hashcash-insert-payment): Don't generate payments twice.
12966         (hashcash-insert-payment-async): Add.
12967         (hashcash-insert-payment-async-2): Add.
12968         (hashcash-cancel-async): Add.
12969         (hashcash-wait-async): Add.
12970         (hashcash-processes-running-p): Add.
12971         (hashcash-wait-or-cancel): Add.
12972         (mail-add-payment): New optional argument.  Conditionally start
12973         asynchronous calculation.
12974         (mail-add-payment-async): Add.
12975
12976         * message.el (message-send-mail): Wait for asynchronous hashcash
12977         results.  Don't clobber existing X-Hashcash headers.
12978         (message-setup-1): Call mail-add-payment-async when
12979         message-generate-hashcash is non-nil.
12980
12981 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12982
12983         * message.el (message-use-alternative-email-as-from): Examine the
12984         From header as well; use message-make-from in order to include a
12985         user's full name.
12986
12987 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12990         default; improve customization type.
12991         (gnus-emphasis-custom-with-format): New macro.
12992         (gnus-emphasis-custom-value-to-external): New function.
12993         (gnus-emphasis-custom-value-to-internal): New function.
12994
12995 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * dns.el (query-dns): Resolve reverse addresses.
12998
12999 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13000
13001         * gnus-group.el (gnus-group-get-new-news): Use it.
13002
13003         * gnus-start.el (gnus-check-reasonable-setup): New function.
13004
13005 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13008         "Args out of range" error.  Reported by Arnaud Giersch
13009         <arnaud.giersch@free.fr>.
13010
13011 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13012
13013         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13014
13015 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13016
13017         * spam.el (spam group): Add :version.
13018
13019         * pgg-def.el (pgg group): Add :version.
13020
13021 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * gnus-art.el (gnus-article-edit-article): Don't associate the
13024         article buffer with a draft file.  This is a temporary measure
13025         against the 2004-08-22 change to gnus-article-edit-mode.
13026
13027 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13030         (html2text-format-tags): Remove unused variable `attr'.
13031
13032 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13035
13036         * tls.el (tls-process-connection-type, tls-success)
13037         (tls-certtool-program): Add :version.
13038
13039         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13040         (starttls-extra-arguments, starttls-process-connection-type)
13041         (starttls-connect, starttls-failure, starttls-success): Add :version.
13042
13043         * spam-stat.el (spam-stat): Add :version.
13044
13045         * sieve.el (sieve): Add :version.
13046
13047         * sha1.el (sha1): Add :version.
13048         (sha1-use-external): Remove redundant version.
13049
13050         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13051         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13052         (nnmail-split-fancy-match-partial-words)
13053         (nnmail-split-lowercase-expanded): Add :version.
13054
13055         * nndiary.el (nndiary): Add :version.
13056
13057         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13058
13059         * mml-sec.el (mml-default-sign-method)
13060         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13061         Add :version.
13062
13063         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13064
13065         * mm-url.el (mm-url-use-external, mm-url-program)
13066         (mm-url-arguments): Add :version.
13067
13068         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13069         (mm-attachment-file-modes, mm-decrypt-option)
13070         (mm-w3m-safe-url-regexp): Add :version.
13071
13072         * message.el (message-cite-prefix-regexp)
13073         (message-sendmail-envelope-from, message-minibuffer-local-map)
13074         (message-user-fqdn, message-completion-alist): Add :version.
13075
13076         * gnus-win.el (gnus-configure-windows-hook)
13077         (gnus-use-frames-on-any-display): Add :version.
13078
13079         * gnus-art.el (gnus-article-address-banner-alist)
13080         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13081         (gnus-treat-from-picon, gnus-treat-mail-picon)
13082         (gnus-treat-x-pgp-sig): Add :version.
13083
13084         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13085         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13086         (gnus-summary-article-delete-hook)
13087         (gnus-summary-display-while-building): Add :version.
13088
13089         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13090         (gnus-get-top-new-news-hook): Add :version.
13091
13092         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13093         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13094
13095         * gnus-registry.el (gnus-registry): Add :version.
13096
13097         * gnus-spec.el (gnus-use-correct-string-widths)
13098         (gnus-make-format-preserve-properties): Add :version.
13099
13100         * gnus.el (gnus-group-charter-alist)
13101         (gnus-group-fetch-control-use-browse-url)
13102         (gnus-install-group-spam-parameters): Add :version.
13103
13104         * gnus-diary.el (gnus-diary): Add :version.
13105
13106         * gnus-delay.el (gnus-delay): Add :version.
13107
13108         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13109         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13110         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13111         Add :version.
13112
13113         * gnus-agent.el (gnus-agent-max-fetch-size)
13114         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13115         (gnus-agent-prompt-send-queue): Add :version.
13116
13117         * deuglify.el (gnus-outlook-deuglify): Add :version.
13118
13119         * html2text.el: Beautify code.  Improve doc strings.  Some
13120         checkdoc cleanup.
13121         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13122
13123 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13124
13125         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13126
13127 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13128
13129         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13130         when package is loaded.
13131
13132         * spam.el (spam-summary-score-preferred-header): Add global preference
13133         for people who want to override the default SpamAssassin over
13134         Bogofilter preference (when both are set).
13135         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13136         (spam-user-format-function-S): Check
13137         spam-summary-score-preferred-header.
13138         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13139         (spam-user-format-function-S): Format the score correctly.
13140
13141 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13144         signature file.  Suggested by Manoj Srivastava
13145         <srivasta@golden-gryphon.com>.
13146
13147         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13148         iso-2022-jp even in the Japanese language environment.
13149         Suggested by Jason Rumney <jasonr@gnu.org>.
13150
13151 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13154         use the same characters as the dummy marks; make it free from
13155         getting affected by the language environment.
13156         (gnus-summary-read-group-1): Update mark positions only when the
13157         format spec is updated.
13158
13159         * gnus-spec.el (gnus-update-format-specifications): Return a list
13160         of updated types.
13161
13162 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13165         of boundp to check if display-warning is available.
13166
13167 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13168
13169         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13170
13171 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * nnspool.el (nnspool-spool-directory): Use news-path if the
13174         news-directory variable is not bound.
13175
13176         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13177         function instead of display-warning if it is not available.
13178
13179 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13182         v5-10: Use `point-at-bol'.
13183
13184 2004-10-26  Simon Josefsson  <jas@extundo.com>
13185
13186         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13187         <chenggao@gmail.com>.
13188
13189 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13192         instead.
13193
13194 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13195
13196         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13197         to remove a server from the nnimap-server-buffer-alist.
13198         (nnimap-open-connection, nnimap-close-server): Use it.
13199
13200         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13201
13202 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13205         running the major-mode function.
13206
13207 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13210         dummy marks in the right way.
13211
13212 2004-10-18  David Edmondson  <dme@dme.org>
13213
13214         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13215         excessively.
13216
13217 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13218
13219         * gnus-util.el (gnus-split-references): Accept a nil references
13220         string and go on blissfully.
13221
13222         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13223         cases where the references string is non-nil but has no references.
13224
13225         * encrypt.el: Add autoload tags.
13226
13227         * spam.el (spam-resolve-registrations-routine): Remove article
13228         from unregistration list too.  Reported by David Hanak
13229         <dhanak@isis.vanderbilt.edu>
13230
13231 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13234         nil.  Changed custom type.
13235
13236 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13239
13240         * gnus-sum.el (gnus-summary-move-article): Use it.
13241
13242 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13243
13244         * encrypt.el: Add autoload cookies.
13245
13246         * spam.el (spam-backend-article-list-property)
13247         (spam-backend-get-article-todo-list)
13248         (spam-backend-put-article-todo-list)
13249         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13250         Resolve registrations separately.
13251         (spam-register-routine): Format comments.
13252         (spam-unregister-routine, spam-register-routine): Always call with
13253         specific-articles, no default list.
13254         (spam-summary-prepare-exit): Use the spam-classifications function.
13255
13256         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13257         gnus-encrypt.el.
13258
13259         * encrypt.el: Copied from gnus-encrypt.el.
13260
13261         * gnus-encrypt.el: Commented that it's obsolete.
13262
13263 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13266         (gnus-score-save): Use it.
13267
13268         * message.el (message-bury): Use `window-dedicated-p'.
13269
13270 2004-10-15  Simon Josefsson  <jas@extundo.com>
13271
13272         * pop3.el (top-level): Don't require nnheader.
13273         (pop3-read-timeout): Add.
13274         (pop3-accept-process-output): Add.
13275         (pop3-read-response, pop3-retr): Use it.
13276
13277 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13278
13279         * spam.el (spam-register-routine): Move comment.
13280         (spam-verify-bogofilter): Use 'unknown for the initial
13281         spam-bogofilter-valid state, not 'never.
13282
13283         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13284         for netrc-machine.
13285
13286         * nnimap.el (nnimap-open-connection): Use
13287         netrc-machine-user-or-password.
13288
13289 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13290
13291         * gnus-registry.el (gnus-registry-unload-hook):
13292         Set as a variable with add-hook.
13293
13294         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13295         of news-path.
13296
13297         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13298
13299         * spam.el: Delete duplicate `provide'.
13300         (spam-unload-hook): Set as a variable with add-hook.
13301
13302 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13305         in the doc string.
13306
13307         * message.el (message-ignored-news-headers)
13308         (message-ignored-supersedes-headers)
13309         (message-ignored-resent-headers)
13310         (message-forward-ignored-headers): Improve custom type.
13311
13312 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * message.el (message-tokenize-header): Fix 2004-09-06 change
13315         which used point-min in the wrong place.
13316
13317 2004-10-12  Simon Josefsson  <jas@extundo.com>
13318
13319         * tls.el (tls-certtool-program): New variable.
13320         (tls-certificate-information): New function, based on
13321         ssl-certificate-information.
13322
13323 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * compface.el: Move the version of ELisp-based uncompface program
13326         to the contrib directory because of the copyright problem.
13327
13328 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * message.el (message-kill-buffer): Raise the current frame.
13331
13332 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13335
13336         * gnus.el (message-y-or-n-p): Autoload.
13337
13338         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13339         (pop3-password-required, pop3-authentication-scheme)
13340         (pop3-leave-mail-on-server): Made customizable.
13341         (pop3): New custom group.
13342         (pop3-retr): Remove `sleep-for' statements.
13343         Suggested by Dave Love <fx@gnu.org>.
13344
13345         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13346         Windows/DOS.
13347
13348         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13349         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13350         Dave Love <fx@gnu.org>.
13351
13352         * mml.el (mml-minibuffer-read-disposition): Require match.
13353         Suggested by Dave Love <fx@gnu.org>.
13354
13355 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13358         doc string.
13359
13360 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13363
13364 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13365
13366         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13367         instead of calling `mm-insert-inline', to decode text/* parts
13368         before displaying them.
13369
13370 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * mm-uu.el (mm-uu-text-plain-type): New variable.
13373         (mm-uu-pgp-signed-extract-1): Use it.
13374         (mm-uu-pgp-encrypted-extract-1): Use it.
13375         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13376         bind mm-uu-text-plain-type with that value.
13377         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13378         mm-uu-dissect.
13379
13380 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-group.el (gnus-update-group-mark-positions):
13383         * gnus-sum.el (gnus-update-summary-mark-positions):
13384         * message.el (message-check-news-body-syntax):
13385         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13386         of string-as-multibyte.
13387
13388 2004-10-05  Juri Linkov  <juri@jurta.org>
13389
13390         * gnus-group.el (gnus-update-group-mark-positions):
13391         * gnus-sum.el (gnus-update-summary-mark-positions):
13392         * message.el (message-check-news-body-syntax):
13393         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13394         8-bit unibyte values to a multibyte string for search functions.
13395
13396 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13399         (mm-uu-dissect-text-parts): New function.
13400
13401         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13402         dissect text parts.
13403
13404         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13405         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13406
13407         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13408
13409         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13410         gnus-current-topics instead of gnus-current-topic.
13411
13412 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13413
13414         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13415
13416 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13417
13418         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13419         where approriate.
13420
13421         * nnml.el (nnml-generate-active-info): do.
13422
13423         * nndiary.el (nndiary-generate-active-info): do.
13424
13425         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13426         (gnus-topic-move): do.
13427
13428         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13429         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13430
13431         * gnus-srvr.el (gnus-server-prepare)
13432         (gnus-server-open-all-servers): do.
13433
13434         * gnus-msg.el (gnus-summary-cancel-article)
13435         (gnus-summary-resend-message)
13436         (gnus-summary-mail-crosspost-complaint): do.
13437
13438         * gnus-move.el (gnus-change-server): do.
13439
13440         * gnus-group.el (gnus-group-unmark-all-groups)
13441         (gnus-group-set-current-level): do.
13442
13443 2004-10-04  Simon Josefsson  <jas@extundo.com>
13444
13445         * message.el (message-generate-hashcash): Doc fix.
13446
13447 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13448
13449         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13450         avoid infinite recursion via gnus-get-function.
13451
13452 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13453
13454         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13455
13456         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13457
13458         * nnmail.el (nnmail-split-history): do.
13459
13460         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13461         (nnml-request-delete-group): do.
13462
13463         * nnslashdot.el (nnslashdot-read-groups): do.
13464
13465         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13466         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13467
13468         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13469         (nnspool-sift-nov-with-sed): Use last.
13470         (nnspool-retrieve-headers-with-nov): Use mapc.
13471         (nnspool-request-newgroups): Use dolist.
13472         (nnspool-request-group): Use last.
13473
13474         * nntp.el (nntp-read-server-type): Use dolist.
13475
13476         * nnvirtual.el (nnvirtual-create-mapping)
13477         (nnvirtual-update-read-and-marked): Use dolist.
13478         (nnvirtual-convert-headers): Simplify.
13479
13480 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13481
13482         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13483         support for sync'ing tick marks.
13484
13485 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13488         there's no visible header.
13489
13490 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13491
13492         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13493         necessary, pass full group name to gnus-request-set-marks.
13494
13495 2004-10-01  Simon Josefsson  <jas@extundo.com>
13496
13497         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13498         acroread.
13499
13500 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13501
13502         * spam-report.el (spam-report-gmane): Fix interactive.
13503
13504         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13505
13506         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13507         when writing file.
13508         (gnus-agent-synchronize-flags): Don't default to being
13509         interactive.
13510
13511 2004-09-30  Simon Josefsson  <jas@extundo.com>
13512
13513         * message.el (message-generate-hashcash): Add.
13514         (message-send-mail): Use it, call mail-add-payment.
13515
13516 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13517
13518         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13519
13520 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13521
13522         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13523         gnus-requst-update-info with explicit code to sync the in-memory
13524         info read flags with the marks being sync'd to the backend.
13525
13526         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13527
13528 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13529
13530         * spam.el (spam-verify-bogofilter): Add new function.
13531         (spam-check-bogofilter)
13532         (spam-bogofilter-register-with-bogofilter): Use it.
13533         (spam-verify-bogofilter): Add small fixes.
13534
13535 2004-09-28  Simon Josefsson  <jas@extundo.com>
13536
13537         * hashcash.el (hashcash-generate-payment): Revert.
13538
13539 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13540
13541         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13542         gnus-extract-references instead of gnus-split-references.
13543
13544         * gnus-util.el (gnus-extract-references): Add new function, analogous
13545         to gnus-split-references but extracts only the message-ID without
13546         anything extra.
13547
13548         * hashcash.el (hashcash-generate-payment)
13549         (hashcash-check-payment): Do the right thing if hashcash-path is
13550         nil (because the hashcash program could not be found).
13551
13552         * spam.el (spam-use-hashcash): Remove comment.
13553
13554 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13555
13556         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13557         (gnus-cache-enter-article, gnus-cache-remove-article)
13558         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13559
13560         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13561
13562         * gnus-art.el (article-hide-boring-headers)
13563         (article-translate-strings, article-display-face)
13564         (gnus-article-mime-match-handle-first)
13565         (gnus-article-highlight-headers)
13566         (gnus-article-add-buttons-to-head): do.
13567
13568 2004-09-27  Simon Josefsson  <jas@extundo.com>
13569
13570         * hashcash.el: New version, from
13571         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13572         ../contrib/.
13573
13574 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13577
13578 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13579
13580         * gnus-dup.el (gnus-dup-open): Use mapc.
13581         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13582
13583         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13584         Reported by Stefan Wiens <s.wi@gmx.net>.
13585
13586         * gnus.el (gnus-shutdown): Use dolist.
13587
13588         * gnus-undo.el (gnus-undo): Use mapc.
13589
13590         * nnrss.el (nnrss-generate-active): do.
13591
13592         * message.el (message-cite-original-without-signature)
13593         (message-cite-original): Use mapc.
13594         (message-do-actions, message-make-forward-subject): Use dolist.
13595
13596 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13597
13598         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13599         deletion to remove entire duplicate line.  Fixes merged article
13600         number bug.
13601
13602 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13603
13604         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13605         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13606         first ask if you want to open a server and then, even when you
13607         responded with no, asking if you want to synchronize the server's
13608         flags.
13609         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13610         multi-line expressions.
13611         (gnus-agent-synchronize-group-flags): New internal function.
13612         Updates marks in memory (in the info structure) AND in the
13613         backend.
13614
13615         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13616
13617         * nnagent.el (nnagent-request-set-mark): Use
13618         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13619         method, to ensure that synchronization updates marks in the
13620         backend and in the info (in memory) structure.
13621
13622 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13625         convention fully; don't miss the root article of a thread; make
13626         the X-Draft-From header with correct article numbers.
13627
13628 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13629
13630         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13631         unless plugged.  Disable the agent so that an open failure causes
13632         an error.
13633
13634         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13635         Reverted 2004-09-21 change.  The backend must be opened while
13636         synchronizing flags even when the backend stores the flags
13637         locally.
13638
13639 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13642         in `header' match.  Reported by Svend Tollak Munkejord.
13643
13644         * message.el (message-cite-original): Fix use of
13645         `message-cite-articles-with-x-no-archive'.
13646
13647 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13650         (gnus-window-to-buffer): Ditto.
13651
13652         * mml.el (mml-preview-buffer): New variable.
13653         (mml-preview): Manage window layout with gnus-buffer-configuration.
13654
13655         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13656         X-Draft-From header even if those articles aren't quoted.
13657
13658 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13659
13660         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13661         (gnus-request-set-mark, gnus-request-update-mark): Use new
13662         g-s-t-u-l-m to decide to use backend even when unplugged.
13663
13664 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13667         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13668
13669 2004-09-20  Simon Josefsson  <jas@extundo.com>
13670
13671         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13672         "utf-16-le".
13673
13674 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13677
13678 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * uudecode.el (uudecode-use-external): Add :version.
13681
13682         * smime.el (smime-CA-file, smime-encrypt-cipher)
13683         (smime-dns-server): Add :version.
13684
13685         * smiley.el (gnus-smiley-file-types): Add :version.
13686
13687         * sha1.el (sha1-use-external): Add :version.
13688
13689         * pgg-def.el (pgg-query-keyserver): Add :version.
13690
13691         * nnmail.el (nnmail-fancy-expiry-targets)
13692         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13693         Add :version.
13694
13695         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13696         (nnimap-retrieve-groups-asynchronous): Add :version.
13697         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13698
13699         * mml.el (mml-content-disposition-parameters)
13700         (mml-insert-mime-headers-always): Add :version.
13701
13702         * mm-util.el (mm-coding-system-priorities): Add :version.
13703
13704         * mm-decode.el (mm-inline-text-html-with-images)
13705         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13706         (mm-verify-option): Add :version.
13707         (mm-text-html-renderer): Change :version.
13708
13709         * message.el (message-fcc-externalize-attachments)
13710         (message-required-headers, message-draft-headers)
13711         (message-subject-trailing-was-query)
13712         (message-subject-trailing-was-ask-regexp)
13713         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13714         (message-mark-insert-end, message-archive-header)
13715         (message-archive-note, message-cross-post-default)
13716         (message-cross-post-note, message-followup-to-note)
13717         (message-cross-post-note-function, message-use-mail-followup-to)
13718         (message-subscribed-address-functions)
13719         (message-subscribed-address-file, message-subscribed-addresses)
13720         (message-subscribed-regexps, message-allow-no-recipients)
13721         (message-yank-cited-prefix, message-signature-insert-empty-line)
13722         (message-hidden-headers, message-hierarchical-addresses)
13723         (message-mail-user-agent, message-use-idna)
13724         (message-valid-fqdn-regexp)
13725         (message-strip-special-text-properties, message-header-synonyms)
13726         (message-beginning-of-line, message-tab-body-function): Add :version.
13727         (message-insert-canlock, message-wide-reply-confirm-recipients):
13728         Change :version.
13729
13730         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13731         and :version.
13732         (mail-source-delete-old-incoming-confirm)
13733         (mail-source-movemail-program): Add :version.
13734
13735         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13736         (gnus-agent-cache, gnus-agent): Change :version.
13737
13738         * gnus-util.el (gnus-use-byte-compile): Change :version.
13739
13740         * gnus-sum.el (gnus-summary-make-false-root-always)
13741         (gnus-summary-default-high-score)
13742         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13743         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13744         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13745         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13746         (gnus-sum-thread-tree-single-indent)
13747         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13748         (gnus-sum-thread-tree-leaf-with-other)
13749         (gnus-sum-thread-tree-single-leaf): Add :version.
13750         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13751         (gnus-article-loose-mime): Change :version.
13752
13753         * gnus-start.el (gnus-backup-startup-file)
13754         (gnus-save-startup-file-via-temp-buffer): Add :version.
13755
13756         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13757         (gnus-server-offline-face): Add :version.
13758
13759         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13760
13761         * gnus-msg.el (gnus-gcc-externalize-attachments)
13762         (gnus-debug-files, gnus-debug-exclude-variables)
13763         (gnus-discouraged-post-methods): Change :version.
13764         (gnus-confirm-mail-reply-to-news)
13765         (gnus-confirm-treat-mail-like-news): Add :version.
13766
13767         * gnus-int.el (gnus-server-unopen-status): Add :version.
13768
13769         * gnus-group.el (gnus-group-jump-to-group-prompt)
13770         (gnus-large-ephemeral-newsgroup)
13771         (gnus-fetch-old-ephemeral-headers): Add :version.
13772
13773         * gnus-fun.el (gnus-x-face-directory)
13774         (gnus-convert-pbm-to-x-face-command)
13775         (gnus-convert-image-to-x-face-command)
13776         (gnus-convert-image-to-face-command): Add :version.
13777
13778         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13779
13780         * gnus-cite.el (gnus-cite-blank-line-after-header)
13781         (gnus-article-boring-faces): Add :version.
13782
13783         * gnus-art.el (gnus-buttonized-mime-types)
13784         (gnus-inhibit-mime-unbuttonizing)
13785         (gnus-treat-display-face)
13786         (gnus-treat-body-boundary): Change :version.
13787         (gnus-body-boundary-delimiter, gnus-picon-databases)
13788         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13789         (gnus-treat-date-english, gnus-treat-fold-headers)
13790         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13791         (gnus-treat-mail-picon, gnus-treat-wash-html)
13792         (gnus-article-encrypt-protocol)
13793         (gnus-use-idna, gnus-article-over-scroll)
13794         (gnus-mime-display-multipart-alternative-as-mixed)
13795         (gnus-mime-display-multipart-related-as-mixed)
13796         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13797         (gnus-ctan-url, gnus-button-ctan-handler)
13798         (gnus-button-handle-ctan-bogus-regexp)
13799         (gnus-button-ctan-directory-regexp)
13800         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13801         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13802         (gnus-button-man-level, gnus-button-emacs-level)
13803         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13804
13805         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13806         (gnus-agent-go-online): Change :version.
13807         (gnus-agent-expire-unagentized-dirs)
13808         (gnus-agent-auto-agentize-methods): Add :version.
13809
13810         * flow-fill.el (fill-flowed-display-column)
13811         (fill-flowed-encode-column): Add :version.
13812
13813         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13814         (gnus-outlook-deuglify-unwrap-max)
13815         (gnus-outlook-deuglify-cite-marks)
13816         (gnus-outlook-deuglify-unwrap-stop-chars)
13817         (gnus-outlook-deuglify-no-wrap-chars)
13818         (gnus-outlook-deuglify-attrib-cut-regexp)
13819         (gnus-outlook-deuglify-attrib-verb-regexp)
13820         (gnus-outlook-deuglify-attrib-end-regexp)
13821         (gnus-outlook-display-hook): Add :version.
13822
13823         * binhex.el (binhex-use-external): Add :version.
13824
13825 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13828         and `invisible'.
13829
13830 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13831
13832         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13833         in gnus-registry-trim.
13834
13835 2004-09-13  Simon Josefsson  <jas@extundo.com>
13836
13837         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13838
13839         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13840
13841         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13842         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13843         <yamaoka@jpl.org>.
13844         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13845         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13846         <yamaoka@jpl.org>.
13847
13848         * sieve.el (sieve-manage-mode): Ditto.
13849
13850 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13851
13852         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13853
13854 2004-09-11  Simon Josefsson  <jas@extundo.com>
13855
13856         * dns-mode.el: Add.
13857
13858         * mm-view.el (mm-display-dns-inline): Add.
13859
13860         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13861         (mm-automatic-display): Ditto.
13862
13863         * mailcap.el (mailcap-mime-data): Add text/dns.
13864         (mailcap-mime-extensions): Map .soa to text/dns.
13865
13866 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13867
13868         * gnus-art.el (article-decode-mime-words, article-babel)
13869         (gnus-article-highlight-signature, gnus-article-add-buttons)
13870         (gnus-signature-toggle): Remove unnecessary bindings of
13871         `inhibit-read-only' inherited from v5.10 merge.
13872
13873 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13874
13875         * nntp.el (nntp): New customization group.
13876         (nntp-authinfo-file): Add customization group.
13877
13878         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13879
13880         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13881
13882         * gnus.el (to-address, to-list, subscribed)
13883         (large-newsgroup-initial): Ditto.
13884
13885         * flow-fill.el (fill-flowed-display-column)
13886         (fill-flowed-encode-column): Ditto.
13887
13888 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13889
13890         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13891         Use point-min rather than 1.
13892         (message-send-mail): Use buffer-size rather than point-max.
13893
13894         * gnus-sum.el (gnus-summary-search-article-forward):
13895         Signal a specific `search-failed' rather than a generic `error'.
13896
13897         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13898         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13899         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13900
13901 2004-09-10  Simon Josefsson  <jas@extundo.com>
13902
13903         * nndb.el (require): Remove tcp and duplicate cl.
13904
13905 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * gnus-agent.el (directory-files-and-attributes): Move forward.
13908
13909 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13910
13911         * gnus-agent.el (directory-files-and-attributes): Optionally
13912         defined to support XEmacs.
13913
13914 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13915
13916         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13917         to avoid run-time CL dependencies.
13918         (gnus-agent-unfetch-articles): New function.
13919         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13920         article numbers even when local .overview file is missing.
13921         (gnus-agent-read-article-number): New function.  Only accepts
13922         27-bit article numbers.
13923         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13924         gnus-agent-read-article-number.
13925         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13926         from backend while recognizing that article numbers in .overview
13927         must be valid.
13928         (gnus-agent-update-files-total-fetched-for): Use
13929         directory-files-and-attributes to improve performance.
13930         * gnus-int.el (gnus-request-move-article): Use
13931         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13932         improve performance.
13933
13934         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13935         some users confused by references to .newsrc when they only have a
13936         .newsrc.eld file.
13937         (gnus-convert-mark-converter-prompt)
13938         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13939         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13940         New function.  Used internally to only display 'gnus converting
13941         files' message when actually necessary.
13942
13943         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13944         methods now autoloaded.
13945
13946 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13949         identifiers.
13950
13951 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * gnus-picon.el: Fix indentation and closing parenthesis.
13954
13955 2004-09-01  Simon Josefsson  <jas@extundo.com>
13956
13957         * message.el (message-canlock-generate): Require sha1, not
13958         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13959         to require within a function.  Sadly, if sha1.el isn't loaded, the
13960         let binding in m-c-g will hide the defcustom definition, which is
13961         bad.)
13962
13963         * canlock.el: Require sha1, not sha1-el.
13964
13965         * message.el: Don't autoload sha1 (there is a autoload cookie in
13966         sha1.el).
13967
13968         * sha1-el.el: Renamed to sha1.el.
13969
13970 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13971
13972         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13973
13974 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13975
13976         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13977
13978 2004-08-30  Kim F. Storm  <storm@cua.dk>
13979
13980         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13981
13982         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13983         Add :group 'nnimap.
13984
13985 2004-08-30  Andreas Schwab  <schwab@suse.de>
13986
13987         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13988         ?* and ?\;.
13989
13990         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13991         and ?\' to symbol instead of whitespace.
13992
13993 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13996
13997         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13998         instead of re-search-forward.
13999
14000         * gnus-uu.el (gnus-uu-save-article): Ditto.
14001         (gnus-uu-post-encode-uuencode): Ditto.
14002
14003         * html2text.el (html2text-clean-list-items): Ditto.
14004         (html2text-clean-dtdd): Ditto.
14005         (html2text-format-tags): Ditto.
14006
14007         * message.el (message-send-mail-with-sendmail): Fix regexp.
14008         (message-fill-field-general): Use search-forward instead of
14009         re-search-forward.
14010         (unbold-region): Ditto.
14011
14012         * nnrss.el (nnrss-request-article): Ditto.
14013
14014         * nnslashdot.el (nnslashdot-request-article): Ditto.
14015
14016         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14017
14018         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14019         "Unrecognized menu descriptor" error in XEmacs.
14020
14021 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14022
14023         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14024         parent article of a sparse article in the thread hashtb.
14025
14026 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14027
14028         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14029         (nnmail-expand-newtext): Lowercase expanded entries if
14030         nnmail-split-lowercase-expanded is non-nil.
14031
14032 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14035
14036         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14037         of gnus-tmp-news-method into string under XEmacs.  It will be
14038         passed to gnus-correct-length which takes only a string argument.
14039
14040 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-util.el (gnus-bind-print-variables): New macro.
14043         (gnus-prin1): Use it.
14044         (gnus-prin1-to-string): Use it.
14045         (gnus-pp): New function.
14046         (gnus-pp-to-string): New function.
14047
14048         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14049         Replace pp-to-string with gnus-pp-to-string.
14050         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14051         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14052         * gnus-msg.el (gnus-debug): Ditto.
14053         * gnus-score.el (gnus-score-save): Ditto.
14054         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14055         gnus-pp-to-string.
14056         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14057         with gnus-pp.
14058         * score-mode.el (gnus-score-pretty-print): Ditto.
14059         * webmail.el (webmail-debug): Ditto.
14060
14061 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-art.el (article-display-face, article-display-x-face):
14064         Use buffer-read-only.
14065
14066 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-art.el (article-hide-list-identifiers):
14069         Bind inhibit-read-only as t.
14070
14071 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14074
14075 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14076
14077         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14078         (gnus-narrow-to-page): Don't assume point-min == 1.
14079         (gnus-article-edit-mode): Derive from message-mode.
14080
14081         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14082         point-min == 1.
14083
14084         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14085         Disable incorrect use of `assert'.
14086
14087         * message.el (message-mode): Set comment-start-skip.
14088
14089
14090 2004-08-22  Sam Steingold  <sds@gnu.org>
14091
14092         * pop3.el (pop3-leave-mail-on-server): New user variable.
14093         (pop3-movemail): Delete mail only when it is nil.
14094
14095 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14096
14097         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14098
14099         * mml.el (mml-preview): Use `pop-to-buffer'.
14100
14101         * message.el (message-goto-mail-followup-to): Insert after "To".
14102         (message-carefully-insert-headers): Add comment.
14103
14104         * gnus.el: Remove unused variable `gnus-article-check-size'.
14105
14106         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14107
14108         * gnus-art.el (gnus-button-alist): Improve
14109         `gnus-button-handle-library' entry.
14110
14111 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14112
14113         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14114         downcase, since XEmacs capitalizes error messages differently.
14115
14116 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14117
14118         * nntp.el: Add (require 'gnus) due to reference to
14119         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14120
14121 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14122
14123         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14124         `mm-fill-flowed'.
14125
14126         * mm-decode.el (mm-dissect-singlepart): Check it.
14127
14128 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14129
14130         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14131         'imap' for netrc parsing.
14132
14133 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * mailcap.el (mailcap-mime-data): Mark as risky.
14136
14137 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14140         may be included in the encoded word.
14141         (rfc2047-encode): Don't append a space if the encoded word
14142         includes close parenthesis.
14143
14144 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14147         of text within parentheses.
14148
14149 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14150
14151         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14152         (gnus-encrypt-write-file-contents): Make the password key the file
14153         name PLUS the cipher, not just the cipher.  Also remove failed
14154         passwords from the cache.
14155
14156 2004-08-06  Simon Josefsson  <jas@extundo.com>
14157
14158         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14159         fix.
14160
14161 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14164         LWSP.
14165
14166 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14167
14168         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14169         to append in-reply-to: data to the references: header.
14170
14171         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14172         (netrc-parse): Use gnus-encrypt.el functions.
14173
14174         * gnus-encrypt.el: Add new file for encryption support; currently
14175         does only a few GPG ciphers and an internal XOR cipher.
14176
14177         * password.el: Add comments on using password-read-and-add.
14178         (password-read-and-add): Add function to read and add the
14179         password to the cache at once.
14180
14181 2004-07-28  Simon Josefsson  <jas@extundo.com>
14182
14183         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14184         parameter (but don't use it, for now).
14185
14186         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14187         instead of hard coding to nil.
14188
14189 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14192         as mm-inline-image-xemacs does.
14193
14194 2004-07-26  Simon Josefsson  <jas@extundo.com>
14195
14196         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14197         Revert part of 2004-07-17 change below.
14198
14199 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14202         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14203
14204 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14205
14206         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14207         quotes that actually start with ">" at the beginning of the
14208         lines.
14209
14210 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * rfc2047.el (rfc2047-encode-region): Fix last change.
14213         (rfc2047-encode-parameter): Remove useless concat.
14214
14215 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14218         encode special characters; fix some kind of misconfigured headers;
14219         signal a real error if debug-on-quit or debug-on-error is non-nil.
14220         (rfc2047-encode-max-chars): New variable.
14221         (rfc2047-encode-1): Use it.
14222         (rfc2047-encode-parameter): New function.
14223
14224         * mml.el (mml-insert-parameter): Remove an excessive space.
14225
14226 2004-07-17  Simon Josefsson  <jas@extundo.com>
14227
14228         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14229         Kai Grossjohann <kai@emptydomain.de>.
14230         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14231         (gnus-group-make-menu-bar): Ditto.
14232
14233         * gnus-util.el (gnus-group-server): Add.
14234
14235 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14236
14237         * message.el (message-clone-locals): Clone sendmail and smtp
14238         variables.
14239
14240 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * rfc2047.el (rfc2047-encode-region): Fix last change.
14243
14244 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14247         characters as non-special.
14248
14249 2004-07-09  Simon Josefsson  <jas@extundo.com>
14250
14251         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14252         Users will lose all flag changes made while unplugged with
14253         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14254         good default.  See numerous reports on ding mailing list.
14255
14256 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14259         add generate-head-function and generate-article-function to the
14260         rfc822-forward entry.
14261         (nndoc-rfc822-forward-generate-article): New function.
14262         (nndoc-rfc822-forward-generate-head): New function.
14263
14264         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14265
14266 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14267
14268         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14269         respect display group parameter and gnus-summary-expunge-below.
14270         (gnus-articles-to-read): Remove unused reference to display group
14271         parameter.
14272
14273 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14274
14275         * nnheader.el (nnheader-uniquify-message-id): New experimental
14276         variable.
14277         (nnheader-nov-read-message-id): Use it.
14278
14279         * spam-report.el (spam-report-gmane): Add interactive.
14280
14281 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14284         qp-or-base64 for the application/* types.
14285
14286 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14287
14288         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14289
14290 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14291
14292         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14293         trim value.
14294
14295 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14296
14297         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14298         New macro and function.
14299         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14300
14301 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14304         after-load-alist.
14305
14306 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14307
14308         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14309         update info that isn't there.
14310
14311 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14312
14313         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14314         entry.
14315
14316 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mm-view.el (mm-inline-render-with-function): Use multibyte
14319         buffer; decode html source by charset.
14320
14321         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14322
14323         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14324         Mule-UCS is loaded under XEmacs.
14325         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14326
14327 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14328
14329         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14330
14331 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * mm-util.el (mm-coding-system-p): Return a coding-system.
14334         (mm-mime-mule-charset-alist): Use shift_jis instead of
14335         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14336         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14337         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14338         instead of japanese-shift-jis and iso-latin-1 respectively in
14339         order to share the default value with both Emacs and XEmacs-mule.
14340         (mm-mule-charset-to-mime-charset): Make
14341         mm-coding-system-priorities effective.
14342         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14343         while predicating of candidates upon the priorities.
14344
14345 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14346
14347         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14348         gnus-uu-invert-processable.
14349
14350         * gnus.el: Autoload gnus-uu-invert-processable.
14351
14352 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * mm-util.el (mm-with-multibyte-buffer): New macro.
14355
14356         * rfc2047.el (rfc2047-encode-string): Use it.
14357         (rfc2047-encode-region): Move point to the end of the region after
14358         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14359
14360 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14363         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14364
14365 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14368         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14369         Karl Chen <quarl@nospam.quarl.org>.
14370
14371 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14372
14373         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14374         invalid addresses.
14375
14376 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14377
14378         * spam.el: Change section markers, revise TODO list.
14379         (spam-backends): Make new master list of all installed backends.
14380         (spam-summary-exit-behavior): Add new variable to determine how
14381         messages moves are done at summary exit.
14382         (spam-move-spam-nonspam-groups-only)
14383         (spam-process-ham-in-nonham-groups)
14384         (spam-process-ham-in-spam-groups): Remove variables, the
14385         spam-summary-exit-behavior variable should be used to manage this
14386         behavior.
14387         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14388         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14389         and spam-old-spam-articles.
14390         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14391         Add empty variables, placeholders for the backends they represent.
14392         (spam-set-difference): Move, unchanged.
14393         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14394         unless the user has a processor variable.
14395         (spam-classifications, spam-classification-valid-p)
14396         (spam-backend-properties, spam-backend-property-valid-p)
14397         (spam-backend-function-type-valid-p)
14398         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14399         (spam-report-articles-gmane, spam-report-articles-resend):
14400         Remove functions, they are not needed.
14401         (spam-install-backend-super, spam-backend-list)
14402         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14403         (spam-backend-function, spam-backend-ham-registration-function)
14404         (spam-backend-spam-registration-function)
14405         (spam-backend-ham-unregistration-function)
14406         (spam-backend-spam-unregistration-function)
14407         (spam-backend-statistical-p, spam-backend-mover-p)
14408         (spam-install-backend-alias, spam-install-checkonly-backend)
14409         (spam-install-mover-backend, spam-install-nocheck-backend)
14410         (spam-install-backend, spam-install-statistical-backend)
14411         (spam-install-statistical-checkonly-backend): Add backend installation
14412         support.
14413         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14414         (spam-group-processor-p): Use the new backend code and respect the
14415         summary exit behavior.
14416         (spam-mark-spam-as-expired-and-move-routine): Remove.
14417         (spam-summary-prepare): Change to use the new spam-old-articles
14418         variable.
14419         (spam-copy-or-move-routine, spam-copy-spam-routine)
14420         (spam-move-spam-routine, spam-copy-ham-routine)
14421         (spam-move-ham-routine): Add code to copy/move ham or spam.
14422         (spam-fetch-field-fast): Improve doc and code, plus allow the
14423         'number request.
14424         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14425         variables.
14426         (spam-split, spam-find-spam): Use the new backend code.
14427         (spam-registration-functions): Remove variable.
14428         (spam-unregister-routine): Add convenience wrapper.
14429         (spam-log-undo-registration, spam-register-routine)
14430         (spam-log-processing-to-registry)
14431         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14432         where possible.
14433         (spam-check-gmane-xref, spam-check-regex-headers)
14434         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14435         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14436         (spam-check-bogofilter-headers, spam-check-spamoracle)
14437         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14438         (spam-check-crm114-headers): Use the spam-split-group that
14439         spam-split prepares, no need to determine it every time.
14440
14441         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14442         to the nnheader-parse-naked-head call.
14443
14444         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14445
14446         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14447         the nnheader-nov-read-message-id call.
14448
14449 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14452         gnus-activate-group twice.  Suggested by Markus Peter
14453         <warp@spin.de>.
14454
14455 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-art.el (gnus-article-time-format): Exchange the order of
14458         day and month in the default value; fix customization type.
14459         (article-date-ut): Use add-text-properties.
14460         (article-make-date-line): Use message-make-date instead of
14461         current-time-string.
14462
14463         * message.el (message-fetch-field): Don't use set-text-properties.
14464         (message-make-date): Simplify.
14465
14466         * messagexmas.el (message-xmas-make-date): New function.
14467         (message-xmas-redefine): Defalias message-make-date to it.
14468
14469 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14472         (rfc2047-encode-region): Treat text within parentheses as special;
14473         show the original text when error has occurred.
14474
14475         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14476         already-computed method to gnus-activate-group.
14477
14478         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14479         same select-methods identical Lisp objects.
14480
14481         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14482         object when modifying the info.
14483
14484 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14487         gnus-opened-servers since it has never been opened with the new
14488         configuration yet.
14489
14490 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14493         arg to nnheader-generate-fake-message-id.
14494
14495 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14498         number and build a fake message ID localized to a group and
14499         article number (so it's repeatable from that point on).
14500         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14501         ID format.
14502
14503         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14504         nnheader-generate-fake-message-id with the article number.
14505
14506 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14507
14508         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14509         end-of-buffer.
14510
14511 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14512
14513         * message.el (message-ignored-supersedes-headers): Add Approved.
14514
14515 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14518         goto-char.
14519         (rfc2047-encode): Fold the line before encoding.
14520
14521 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14522
14523         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14524         folding -- not all headers can be folded, and this should be done
14525         by the message composition mode.  Probably.  I think.
14526
14527 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14530         fast.
14531
14532         * gnus-ems.el (gnus-remove-image): Don't use
14533         message-text-with-property; remove only the image found first.
14534
14535         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14536         found first.
14537
14538 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14539
14540         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14541
14542 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * message.el (message-text-with-property): Make it fast and accept
14545         optional arguments.
14546         (message-strip-forbidden-properties): Use it.
14547         (message-fix-before-sending): Follow the m-t-w-p change.
14548
14549         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14550
14551 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * gnus-art.el (article-hide-headers): Don't change the buffer
14554         mistakenly when performing mml-preview even if
14555         gnus-single-article-buffer is nil.
14556
14557 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14558
14559         * message.el (message-expand-name-databases): New user option.
14560         (message-expand-name): Use it.
14561
14562 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14563
14564         * spam.el (spam-report-articles-resend)
14565         (spam-report-resend-register-routine): Allow ham reporting.
14566         (spam-report-resend-register-ham-routine): Add wrapper.
14567         (spam-registration-functions): Add ham resending functions.
14568         (spam-list-of-processors): Add ham resend processor.
14569
14570         * gnus.el (ham-resend-to): Add new group parameter.
14571         (spam-process): Add ham resend option.
14572
14573         * spam-report.el (spam-report-resend): Allow reporting ham.
14574         (spam-report-resend-ham): Add wrapper.
14575
14576 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14577
14578         * message.el (message-cite-articles-with-x-no-archive): New
14579         variable.
14580         (message-cite-original): Use it.
14581
14582 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583
14584         * message.el (message-cite-original): Respect X-No-Archive.
14585
14586 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-art.el (article-hide-headers): Refer to the values for
14589         gnus-ignored-headers and gnus-visible-headers in the summary
14590         buffer since a user may have set them as group parameters.
14591
14592 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * assistant.el (assistant-node-name): Add convenience function.
14595         (assistant-render-text, assistant-render-node): Add error handling,
14596         plus handle multiple next nodes.
14597         (assistant-find-next-node): Comment out for now.
14598         (assistant-find-next-nodes): Add function, returns list of next
14599         nodes.
14600
14601 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * mail-source.el (mail-source-directory): Fix doc-string.
14604
14605 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14606
14607         * assistant.el (assistant-render-text, assistant-eval): Add :set
14608         widget type, which is different because it takes and returns a
14609         list.  Much hilarity ensues.
14610
14611 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14614
14615         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14616         doc-string.
14617
14618         * gnus-start.el (gnus-activate-group): Added doc-string.
14619
14620 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14623
14624 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14625
14626         * assistant.el (assistant-render-text): Try to add a :set
14627         widget, more to come.
14628
14629         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14630         strings.
14631         (spam-report-articles-resend)
14632         (spam-register-routine): Do registration iff any articles warrant
14633         it.
14634         (spam-summary-prepare-exit): Change log message for nil group
14635         destinations.
14636
14637 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14638
14639         * spam.el (spam-report-resend-register-routine): Allow
14640         spam-report-resend-to to be a group parameter or a global value.
14641
14642 2004-05-26  Simon Josefsson  <jas@extundo.com>
14643
14644         * starttls.el: Merge with my GNUTLS based starttls.el.
14645         (starttls-gnutls-program, starttls-use-gnutls)
14646         (starttls-extra-arguments, starttls-process-connection-type)
14647         (starttls-connect, starttls-failure, starttls-success): New
14648         variables.
14649         (starttls-program, starttls-extra-args): Doc fix.
14650         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14651         functions.
14652         (starttls-negotiate, starttls-open-stream): Check
14653         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14654         function if it is set.
14655
14656 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14659         structured fields.
14660
14661 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14664
14665 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14666
14667         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14668         variable.
14669         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14670         assigning the spam-mark to new messages.
14671
14672 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14673
14674         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14675
14676 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14679
14680         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14681         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14682         default.
14683
14684 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14685
14686         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14687         correct data.
14688
14689 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14690
14691         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14692         (spam-group-processor-p): Fix function.
14693         (spam-group-processor-multiple-p)
14694         (spam-group-spam-processor-report-gmane-p)
14695         (spam-group-spam-processor-report-resend-p)
14696         (spam-group-spam-processor-bogofilter-p)
14697         (spam-group-spam-processor-blacklist-p)
14698         (spam-group-spam-processor-ifile-p)
14699         (spam-group-ham-processor-ifile-p)
14700         (spam-group-spam-processor-spamoracle-p)
14701         (spam-group-spam-processor-crm114-p)
14702         (spam-group-ham-processor-bogofilter-p)
14703         (spam-group-spam-processor-stat-p)
14704         (spam-group-ham-processor-stat-p)
14705         (spam-group-ham-processor-whitelist-p)
14706         (spam-group-ham-processor-BBDB-p)
14707         (spam-group-ham-processor-spamoracle-p)
14708         (spam-group-ham-processor-copy-p): Remove functions with some
14709         prejudice against unneeded code.
14710         (spam-report-articles-resend)
14711         (spam-report-resend-register-routine): Allow the group/topic
14712         spam-resend-to value to override spam-report-resend-to.
14713         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14714         properly now.
14715
14716         * gnus.el (spam-resend-to): Add group/topic parameter.
14717         (spam-process): Move the OBSOLETE processors to the end of the
14718         choices.
14719
14720 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14721
14722         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14723         with resend-to set to nil, and then ask the user if necessary.
14724         (spam-report-resend): spam-report-resend takes a list of articles, not
14725         separate article numbers.
14726
14727 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14730         addition to emacs-w3m.
14731
14732 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14733
14734         * assistant.el (assistant-authinfo-data): New function.
14735         (assistant-eval): Eval for entire assistant.
14736
14737         * netrc.el (netrc-services-file): New variable.
14738         (netrc-parse-services): New function.
14739         (netrc-find-service-name): New function.
14740         (netrc-find-service-number): New function.
14741         (netrc-port-equal): New function.
14742         (netrc-machine): Use it.
14743
14744         * nnimap.el (nnimap-open-connection): Use netrc.
14745
14746         * gnus-util.el (gnus-netrc-get): Remove aliases.
14747
14748         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14749
14750         * assistant.el (wid-edit): Fix compilation.
14751
14752         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14753
14754 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14755
14756         * gnus-util.el (gnus-set-file-modes): New function.  (small
14757         patch).
14758
14759 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14760
14761         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14762
14763         * assistant.el (assistant-render-node): Fix up rendering and
14764         read-only text.
14765         (assistant-render-node): Reset.
14766         (assistant-make-read-only): Not sticky.
14767
14768 2004-05-20  Danny Siu  <dsiu@adobe.com>
14769
14770         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14771         centered even when gnus-auto-center-summary is t.
14772
14773 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14774
14775         * dns.el (dns-get-txt-answer): New function.
14776         (dns-read-txt): Ditto.
14777         (query-dns): Use it.
14778
14779 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14782         active for foreign groups even if the group level is higher than
14783         the specified value.
14784
14785 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14786
14787         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14788         non-active groups.
14789
14790         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14791
14792 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14793
14794         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14795
14796 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14797
14798         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14799         (spam-crm114-header, spam-crm114-spam-switch)
14800         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14801         (spam-crm114-positive-spam-header)
14802         (spam-crm114-database-directory, spam-list-of-processors)
14803         (spam-group-spam-processor-crm114-p)
14804         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14805         (spam-generic-score, spam-list-of-checks)
14806         (spam-list-of-statistical-checks, spam-registration-functions)
14807         (spam-check-crm114-headers, spam-crm114-score)
14808         (spam-check-crm114, spam-crm114-register-with-crm114)
14809         (spam-crm114-register-spam-routine)
14810         (spam-crm114-unregister-spam-routine)
14811         (spam-crm114-register-ham-routine)
14812         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14813         asjo@koldfront.dk (Adam Sjøgren).
14814
14815         * gnus.el: Add spam-use-crm114.
14816
14817         * spam.el (spam-list-of-processors, spam-registration-functions):
14818         Add spam-use-resend.
14819         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14820         (spam-report-articles-gmane): Add doc fix.
14821         (spam-report-articles-resend, spam-report-resend-register-routine):
14822         Add wrappers around spam-report-resend-to.
14823
14824         * spam-report.el (spam-report-resend-to, spam-report-resend):
14825         Add support for resending spam.
14826         (spam-report-gmane): Fix line length >80.
14827
14828         * gnus.el (spam-process): Add spam-use-resend.
14829
14830 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14831
14832         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14833         number of processed spam messages.
14834         (spam-ham-copy-or-move-routine): Return the number of processed
14835         ham messages.
14836         (spam-summary-prepare-exit): Use the above values to decide
14837         whether status messages shouled be displayed.
14838
14839 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14842         `rfc2047-encoding-function-alist' in order to avoid conflicting
14843         with the old version.
14844         (rfc2047-encode-region): Concatenate words containing non-ASCII
14845         characters in structured fields; don't encode space-delimited
14846         ASCII words even in unstructured fields; don't break words at
14847         char-category boundaries.
14848         (rfc2047-encode-1): New function.
14849         (rfc2047-encode): Use it; encode text so that it occupies the
14850         maximum width within 76-column; work correctly on Q encoding for
14851         iso-2022-* charsets.
14852         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14853         sure not to break a line just after the header name.
14854         (rfc2047-b-encode-region): Removed.
14855         (rfc2047-b-encode-string): New function.
14856         (rfc2047-q-encode-region): Removed.
14857         (rfc2047-q-encode-string): New function.
14858
14859         * mm-util.el (mm-replace-in-string): New function.
14860
14861 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14862
14863         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14864         get it right.
14865         (gnus-inews-make-draft): Really.
14866
14867 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14868
14869         * nnmh.el (nnmh-request-list-1): Don't check the link count
14870         before descending.  (small patch)
14871
14872 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14873
14874         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14875         stuff.
14876
14877         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14878         on real group name.
14879
14880         * gnus-art.el (gnus-signature-limit): Doc fix.
14881
14882         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14883
14884         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14885
14886 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14887
14888         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14889         isn't a string.
14890
14891 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14892
14893         * gnus-draft.el (gnus-draft-send): Bind
14894         rfc2047-encode-encoded-words.
14895
14896         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14897         (rfc2047-encodable-p): Say that =? needs encoding.
14898         (rfc2047-encode-encoded-words): New variable.
14899
14900         * gnus-group.el (gnus-group-select-group): Doc fix.
14901
14902         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14903
14904         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14905         to nil.
14906
14907         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14908
14909         * nnheader.el (nnheader-get-lines-and-char): New function.
14910
14911 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * gnus-msg.el (gnus-summary-followup-with-original): Document
14914         yanking of region when active.
14915
14916 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14919         groups if the group level is higher than the specified value.
14920
14921 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14924         (gnus-group-jump-to-group): Added prefix argument using
14925         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14926         non-active group.
14927
14928         * compface.el (uncompface): Be verbose when changing
14929         `uncompface-use-external'.
14930
14931         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14932         handle manual section.
14933
14934 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14935
14936         * gnus-art.el (gnus-button-alist): Revert previous change.
14937
14938 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14941
14942 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14943
14944         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14945         whether backend can accept message.
14946
14947         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14948
14949 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14950
14951         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14952         Avoid creating directory when nntp-marks-is-evil is true.
14953         Reported by Reiner Steib.
14954
14955 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * gnus-picon.el (gnus-picon-style): New variable.
14958         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14959         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14960         Jesper Harder <harder@ifa.au.dk>.
14961
14962 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14963
14964         * message.el (message-fill-field): Return point.
14965         (message-generate-headers): Go to end of field.
14966
14967         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14968         stuff for non-living groups.
14969
14970 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14971
14972         * gnus-art.el (gnus-article-followup-with-original)
14973         (gnus-article-reply-with-original): gnus-mark-active-p ->
14974         gnus-region-active-p.
14975
14976 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14977
14978         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14979         only when there is spam or ham to be processed.
14980
14981 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14982
14983         * mail-source.el (mail-source-delete-crash-box): Refactor.
14984         (mail-source-fetch): Use it.
14985         (mail-source-fetch-file): Ditto.
14986         (mail-source-fetch-directory): Run postscript in loop.
14987         (mail-source-fetch-pop): Delete.
14988         (mail-source-fetch-maildir): Ditto.
14989         (mail-source-fetch-imap): Ditto.
14990
14991         * imap.el (imap-authenticators): Comment out sasl.
14992
14993         * message.el (message-skip-to-next-address): New function.
14994         (message-fill-header-address): Refactor.
14995         (message-fill-address): Use it.
14996         (message-delete-address): Use it.
14997         (message-fill-header-general): Refactor.
14998         (message-fill-field-address): Rename.
14999         (message-narrow-to-field): Find the start of the header.
15000         (message-header-format-alist): Don't pre-fill.
15001         (message-fill-header): Removed.
15002         (message-insert-header): New function.
15003         (message-shorten-references): Use it.
15004
15005         * rfc2047.el (rfc2047-field-value): Strip props.
15006
15007         * mail-parse.el (mail-header-make-address): New alias.
15008
15009         * ietf-drums.el (ietf-drums-make-address): New function.
15010
15011         * imap.el: Add compiler directives.
15012
15013         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15014
15015         * gnus-art.el (article-decode-idna-rhs): Don't use
15016         message-idna-inside-rhs-p.
15017
15018 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15019
15020         * message.el (message-idna-inside-rhs-p): Removed.
15021         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15022
15023         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15024         false positives.
15025
15026 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15027
15028         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15029
15030 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15031
15032         * nneething.el (nneething-file-name): Don't create spurious
15033         files.
15034
15035         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15036         (gnus-inews-do-gcc): Remove sleep.
15037
15038         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15039         part under point.
15040
15041         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15042         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15043
15044 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15045
15046         * spam.el (spam-summary-prepare-exit): Fixed (length).
15047
15048 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15049
15050         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15051         as expired without moving it" message when there are spam
15052         messages left.
15053
15054 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15055
15056         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15057         header is not nil.
15058
15059 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15060
15061         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15062         nntp-possibly-create-directory, not nntp-possibly-change-group.
15063         (nntp-marks-changed-p): New arg SERVER.
15064         (nntp-request-update-info): Adjust caller.
15065
15066 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15067
15068         * nntp.el (nntp-save-marks): Pass missing arg.
15069
15070 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15071
15072         * nntp.el: Support marks.
15073         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15074         (nntp-marks-modtime, nntp-marks-directory): New variables.
15075         (nntp-request-set-mark, nntp-request-update-info)
15076         (nntp-possibly-create-directory, nntp-marks-changed-p)
15077         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15078         functions.
15079
15080 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15081
15082         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15083         (gnus-xmas-redefine): Rename.
15084
15085         * gnus-score.el (gnus-score-insert-help): Use
15086         gnus-select-lowest-window.
15087
15088         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15089         appt-select-lowest-window and rename to gnus-select-lowest-window.
15090
15091         * gnus.el: do.
15092
15093 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15094
15095         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15096         encodings of MIME-encoded words, in order to improve
15097         interoperability with several broken MUAs.
15098
15099 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15100
15101         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15102         tags, only when charsets are not specified in headers.
15103         (mm-inline-text-html-render-with-w3m): Ditto.
15104
15105         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15106         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15107
15108 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15109
15110         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15111         instead of MIME-decoded from fields when checking
15112         `gnus-article-address-banner-alist'.
15113
15114 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15115
15116         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15117         description rather than subject.
15118
15119 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15120
15121         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15122
15123 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15124
15125         * gnus.el (gnus-version-number): Bump.
15126
15127 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15128
15129         * gnus.el: No Gnus v0.2 is released.
15130
15131 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15132
15133         * gnus-agent.el (gnus-agent-read-agentview): Inline
15134         gnus-uncompress-range.
15135
15136 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15137
15138         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15139         `exec-installed-p'.
15140
15141 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15142
15143         * gnus.el (spam-process, spam-autodetect-methods): Add
15144         bsfilter and bsfilter-headers.
15145
15146         * spam.el (spam-bsfilter): New customize group.
15147         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15148         (spam-bsfilter-header, spam-bsfilter-probability-header)
15149         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15150         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15151         (spam-bsfilter-database-directory): New options.
15152         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15153         (spam-list-of-statistical-checks, spam-registration-functions):
15154         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15155         (spam-bsfilter-score): New command.
15156         (spam-check-bsfilter-headers, spam-check-bsfilter)
15157         (spam-bsfilter-register-with-bsfilter)
15158         (spam-bsfilter-register-spam-routine)
15159         (spam-bsfilter-unregister-spam-routine)
15160         (spam-bsfilter-register-ham-routine)
15161         (spam-bsfilter-unregister-ham-routine): New functions.
15162         (spam-generic-score): Support bsfilter; Accept an optional argument
15163         to recalcurate spam score even if scoring header has already been
15164         added.
15165         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15166         optional argument to recalcurate spam score even if scoring header
15167         has already been added.
15168
15169 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15170
15171         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15172         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15173         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15174         link is missing.
15175
15176 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15177
15178         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15179         (html2text-get-attr): Rewrite.
15180
15181         * message.el (message-setup-1): Remove redundant put-text-property
15182         on mail-header-separator.
15183
15184 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15185
15186         * gnus-registry.el (gnus-registry-cache-whitespace)
15187         (gnus-registry-action, gnus-registry-spool-action)
15188         (gnus-registry-split-fancy-with-parent): Change message levels
15189         from 5 to 3 or 7, as needed.
15190
15191         * spam.el (spam-summary-prepare-exit)
15192         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15193         (spam-split, spam-find-spam, spam-log-undo-registration)
15194         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15195         level from 5 to 6.
15196
15197 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15200         2004-03-04 change).
15201
15202 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15203
15204         * sieve-manage.el (sieve-manage-open):
15205         * nnweb.el (nnweb-insert-html):
15206         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15207         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15208         * nnspool.el (nnspool-request-group):
15209         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15210         * nnml.el (nnml-request-update-info):
15211         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15212         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15213         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15214         (nnimap-request-set-mark):
15215         * nnfolder.el (nnfolder-request-update-info):
15216         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15217         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15218         * gnus-uu.el (gnus-uu-find-articles-matching):
15219         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15220         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15221         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15222         * gnus-nocem.el (gnus-nocem-scan-groups):
15223         * gnus-int.el (gnus-start-news-server):
15224         * gnus-group.el (gnus-group-make-kiboze-group)
15225         (gnus-group-browse-foreign-server):
15226         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15227         Use mapc when appropriate.
15228
15229 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         FIXME: Make separate entries for each person.
15232
15233         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15234         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15235         <shields@msrl.com>:
15236
15237         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15238         may need for spam sorting and scoring.
15239         (spam-user-format-function-S): Add user format function suitable for
15240         general use.
15241         (spam-article-sort-by-spam-status): Add sorting function for summary
15242         sorting.
15243         (spam-extra-header-to-number): Add function to get a score from a
15244         header.
15245         (spam-summary-score): Add function to get a numeric score from the
15246         headers.
15247         (spam-generic-score): Fix function doc, was in wrong place.
15248         (spam-initialize): Take symbols when it's run, and install the
15249         extra headers that spam-necessary-extra-headers thinks we need.
15250
15251 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15252
15253         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15254         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15255
15256 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15257
15258         * gnus-sum.el (gnus-set-global-variables)
15259         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15260         (gnus-article-get-xrefs, gnus-summary-best-group)
15261         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15262         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15263         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15264         Use with-current-buffer.
15265
15266 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * spam.el (spam-summary-prepare-exit): Simplify logic.
15269         (spam-fetch-article-header): Read the article header if it's not
15270         available.
15271         (spam-list-articles): Simplify logic.
15272         (spam-filelist-register-routine): Fix bug with unregister-list.
15273
15274         * gnus-registry.el: Fix comments at beginning.
15275
15276 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15277
15278         * message.el (message-cater-to-broken-inn): Remove.
15279         (message-shorten-references): Make sure the total folded length of
15280         References is shorter than 998 characters to cater to a bug in INN
15281         2.3.  Also, don't pretend that references aren't folded -- this
15282         hasn't worked for a while.
15283
15284 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15285
15286         * gnus-agent.el (gnus-agentize):
15287         gnus-agent-send-mail-real-function no longer set to current value
15288         of message-send-mail-function but rather a lambda that calls
15289         message-send-mail-function.  The change makes the agent real-time
15290         responsive to user changes to message-send-mail-function.
15291
15292 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15293
15294         * legacy-gnus-agent.el
15295         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15296         help from Florian Weimer <fw@deneb.enyo.de>
15297
15298 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * nnmail.el (nnmail-cache-insert): Revert last change.
15301
15302 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * nnmail.el (nnmail-cache-insert): Always check whether
15305         nnmail-cache-ignore-groups matches a group name.
15306
15307 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15308
15309         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15310         (spam-find-spam, spam-log-processing-to-registry)
15311         (spam-log-registered-p, spam-log-unregistration-needed-p)
15312         (spam-log-undo-registration): Use gnus-message instead of
15313         gnus-error, none of these errors are fatal.
15314
15315         * gnus-registry.el (gnus-registry-clean-empty-function)
15316         (gnus-registry-clean-empty): Remove only empty entries without
15317         extra data.
15318
15319 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * spam-stat.el (spam-stat-buffer-change-to-spam)
15322         (spam-stat-buffer-change-to-non-spam): Change (error) to
15323         (gnus-message 8) invocation.
15324
15325 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * nntp.el (nntp-via-netcat-command): New variable.
15328         (nntp-via-netcat-switches): New variable.
15329         (nntp-open-via-rlogin-and-netcat): New function.
15330         (nntp-open-connection-function): Doc fix.
15331         (nntp-telnet-command): Doc fix.
15332         (nntp-end-of-line): Doc fix.
15333         (nntp-via-rlogin-command): Doc fix.
15334         (nntp-via-user-name): Doc fix.
15335         (nntp-via-address): Doc fix.
15336
15337 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15340         error in Emacs 21.1.
15341
15342 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15345
15346 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15347
15348         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15349         (gnus-agent-with-refreshed-group): New macro.
15350         (gnus-agent-rename-group): New function.
15351         (gnus-agent-delete-group): New function.
15352         (gnus-agent-save-group-info): Use gnus-command-method when
15353         `method' parameter is nil.  Don't write nil entries into the
15354         active file.
15355         (gnus-agent-get-group-info): New function.
15356         (gnus-agent-fetch-articles): Use
15357         gnus-agent-update-files-total-fetched-for to increment disk space
15358         used.
15359         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15360         gnus-agent-update-view-total-fetched-for to increment disk space
15361         used.
15362         (gnus-agent-get-local): Added optional parameters to avoid calling
15363         gnus-group-real-name and gnus-find-method-for-group.
15364         (gnus-agent-set-local): Delete stored entry if either min, or max,
15365         are nil.
15366         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15367         quit, use gnus-agent-regenerate-group to record existance of any
15368         articles fetched to disk before the quit occurred.
15369         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15370         gnus-agent-update-view-total-fetched-for, and
15371         gnus-agent-update-files-total-fetched-for to decrement disk space
15372         used.
15373         (gnus-agent-retrieve-headers): Use
15374         gnus-agent-update-view-total-fetched-for to increment disk space
15375         used.
15376         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15377         with gnus-agent-update-files-total-fetched-for to decrement disk
15378         space and fresh group buffer.
15379         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15380         (gnus-agent-need-update-total-fetched-for): New variable.
15381         (gnus-agent-update-files-total-fetched-for): New function.
15382         (gnus-agent-update-view-total-fetched-for): New function.
15383         (gnus-agent-total-fetched-for): New function.
15384
15385         * gnus-cache.el (gnus-cache-save-buffers): Use
15386         gnus-cache-update-overview-total-fetched-for to change disk space
15387         used by this group.
15388         (gnus-cache-possibly-enter-article): Use
15389         gnus-cache-update-file-total-fetched-for to increment disk space
15390         used by this group.
15391         (gnus-cache-possibly-remove-article): Use
15392         gnus-cache-update-file-total-fetched-for to decrement disk space
15393         used by this group.
15394         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15395         (gnus-cache-rename-group): New function.
15396         (gnus-cache-delete-group): New function.
15397         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15398         (gnus-cache-need-update-total-fetched-for): New variable.
15399         (gnus-cache-with-refreshed-group): New macro.
15400         (gnus-cache-update-file-total-fetched-for): New function.
15401         (gnus-cache-update-overview-total-fetched-for): New function.
15402         (gnus-cache-rename-group-total-fetched-for): New function.
15403         (gnus-cache-delete-group-total-fetched-for): New function.
15404         (gnus-cache-total-fetched-for): New function.
15405
15406         * gnus-group.el: Require gnus-sum and autoload functions to
15407         resolve warnings when gnus-group.el compiled alone.
15408         (gnus-group-line-format): Documented new %F.
15409         (size of Fetched data) group line format; identifies disk space
15410         used by agent and cache.
15411         (gnus-group-line-format-alist): Defined new F format.
15412         (gnus-total-fetched-for): New function.
15413         (gnus-group-delete-group): No longer update
15414         gnus-cache-active-altered as gnus-request-delete-group now keeps
15415         the cache in sync.
15416         (gnus-group-list-active): Let the agent store a server's active
15417         list if currently plugged.
15418
15419         * gnus-int.el (gnus-request-delete-group):
15420         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15421         local disk in sync with the server.
15422         (gnus-request-rename-group):
15423         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15424         local disk in sync with the server.
15425
15426         * gnus-start.el (gnus-get-unread-articles):
15427         Cosmetic simplification to logic.
15428
15429         * gnus-util.el (gnus-rename-file): New function.
15430
15431 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15432
15433         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15434
15435 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15436
15437         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15438         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15439
15440 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15441
15442         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15443         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15444
15445 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15446
15447         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15448
15449 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15450
15451         * spam.el (spam-set-difference): Add function to replace
15452         gnus-set-difference in spam.el.
15453         (spam-summary-prepare-exit): Use spam-set-difference.
15454
15455 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15456
15457         * gnus-registry.el (gnus-registry-cache-file): Update to use
15458         gnus-dribble-directory OR gnus-home-directory OR ~.
15459         (gnus-registry-split-fancy-with-parent): Fix doc.
15460
15461 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * message.el (message-exchange-point-and-mark): Use
15464         message-mark-active-p.  Suggested by Jesper Harder
15465         <harder@ifa.au.dk>.
15466
15467 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * message.el (message-exchange-point-and-mark): Don't activate
15470         region if it was inactive.  Suggested by Hiroshi Fujishima
15471         <pooh@nature.tsukuba.ac.jp>.
15472
15473 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-art.el (article-display-face): Display Faces in the same
15476         order as X-Faces.
15477
15478 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15481
15482 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15485         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15486         (gnus-article-mime-hierarchy): Remove.
15487         (gnus-article-mime-hierarchy-next): Remove.
15488         (gnus-article-mode): Revert 2004-03-19 change.
15489         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15490         (gnus-insert-mime-button): Revert 2004-03-19 change.
15491         (gnus-mime-accumulate-hierarchy): Remove.
15492         (gnus-mime-enter-multipart): Remove.
15493         (gnus-mime-leave-multipart): Remove.
15494         (gnus-mime-display-part): Revert 2004-03-19 change.
15495         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15496
15497         * mml.el (mml-preview): Revert 2004-03-19 change.
15498
15499 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15500
15501         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15502
15503 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15506         t while entering a file name using the mm-with-multibyte macro.
15507         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15508
15509         * mm-util.el (mm-with-multibyte): New macro.
15510
15511 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15514         user option.
15515         (gnus-mime-multipart-functions): Doc and customization fix.
15516         (gnus-article-mime-hierarchy): New variable.
15517         (gnus-article-mime-hierarchy-next): New variable.
15518         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15519         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15520         gnus-article-mime-hierarchy-next to nil.
15521         (gnus-insert-mime-button): Show hierarchy numbers.
15522         (gnus-mime-accumulate-hierarchy): New function.
15523         (gnus-mime-enter-multipart): New function.
15524         (gnus-mime-leave-multipart): New function.
15525         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15526         (gnus-mime-display-alternative): Show hierarchy numbers.
15527
15528         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15529         gnus-article-mime-hierarchy-next to nil.
15530
15531 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15532
15533         * dns.el: Don't require gnus-xmas.
15534
15535 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15536
15537         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15538         inline PGP.
15539         (mml-menu): Disable mml-quote-region if mark is inactive.
15540
15541 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15544         when the group's active is not available.
15545
15546 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15549         error.
15550
15551 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15552
15553         * imap.el (imap-store-password): New variable.
15554         (imap-interactive-login): Use it.
15555         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15556
15557 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15560         window-start and hscroll to summary window.
15561
15562 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15563
15564         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15565         conversion message to newsrc-dribble when an actual conversion is
15566         performed.
15567
15568 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15569
15570         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15571
15572 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * mm-decode.el (mm-complicated-handles): New function reviving
15575         former definition of mm-multiple-handles.
15576
15577         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15578         (gnus-mime-delete-part): Use it.
15579
15580 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15581
15582         * gnus-agent.el (gnus-agent-read-local): Bind
15583         nnheader-file-coding-system to gnus-agent-file-coding-system to
15584         avoid the implicit assumption that they will always be equal.
15585         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15586         coding-system-for-write, as the with-temp-file macro first prints
15587         to a buffer then saves the buffer.
15588
15589 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-art.el (gnus-article-edit-part): New function.
15592         (gnus-mime-save-part-and-strip): Use it; do query instead of
15593         signaling an error; don't use mm-multiple-handles.
15594         (gnus-mime-delete-part): Ditto.
15595
15596 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15597
15598         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15599         old file versions.
15600         (gnus-group-prepare-hook): Removed function that converted list
15601         form of gnus-agent-expire-days to group properties.
15602
15603         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15604         (gnus-request-accept-article): Re-indented.
15605
15606         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15607         converters to handle old agent file formats.  Added logic for a
15608         "backup before upgrading warning".
15609         (gnus-convert-mark-converter-prompt): Developers can mark
15610         functions as needing (default), or not needing,
15611         gnus-convert-old-newsrc's "backup before upgrading warning".
15612         (gnus-convert-converter-needs-prompt): Tests whether the user
15613         should be protected from potentially irreversable changes by the
15614         function.
15615
15616         * legacy-gnus-agent.el: New.  Provides converters that are only
15617         loaded when gnus-convert-old-newsrc needs to call them.
15618
15619 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * mail-source.el (mail-source-touch-pop): Doc fix.
15622
15623         * message.el (message-smtpmail-send-it): Doc fix.
15624
15625 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15626
15627         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15628
15629         * nnmail.el (nnmail-split-fancy): do.
15630
15631         * gnus-kill.el (gnus-kill, gnus-execute): do.
15632
15633 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15634
15635         * gnus-sum.el (gnus-widget-reversible-match)
15636         (gnus-widget-reversible-to-internal)
15637         (gnus-widget-reversible-to-external): New functions.
15638         (gnus-widget-reversible): New widget.
15639         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15640
15641 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15642
15643         * gnus-sum.el (gnus-thread-sort-functions)
15644         (gnus-article-sort-functions): Document `(not F)' items.
15645
15646 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15647
15648         * spam.el (spam-use-gmane-xref): Add new backend.
15649         (spam-gmane-xref-spam-group): Add variable to control the name of the
15650         Gmane spam group.
15651         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15652         (spam-regex-headers-spam, spam-regex-headers-ham)
15653         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15654         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15655         backends and checks.
15656         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15657
15658         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15659         an autodetect method.
15660
15661 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15662
15663         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15664         articles are being added to a group.
15665         (gnus-request-replace-article): Inform the agent that articles
15666         need to be uncached as the cached contents are no longer valid.
15667
15668 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * binhex.el: Don't autoload executable-find.
15671
15672         * canlock.el: Don't autoload mail-fetch-field.
15673
15674         * dgnushack.el: Autoload c-mode for XEmacs.
15675
15676         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15677
15678         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15679         rmail-dont-reply-to and rmail-output.
15680
15681         * gnus-score.el: Don't autoload ffap-string-at-point.
15682
15683         * gnus-setup.el: Don't autoload sc-cite-original.
15684
15685         * imap.el: Don't autoload base64-decode-string,
15686         base64-encode-string and md5.
15687
15688         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15689         and rmail-msg-restore-non-pruned-header.
15690
15691         * mm-decode.el: Don't autoload executable-find.
15692
15693         * mm-url.el: Don't autoload executable-find.
15694
15695         * mm-view.el: Don't autoload diff-mode.
15696
15697         * nndb.el: Don't autoload news-reply-mode, news-setup,
15698         cancel-timer and telnet.
15699
15700         * password.el: Don't autoload run-at-time for Emacs.
15701
15702         * sha1-el.el: Don't autoload executable-find.
15703
15704         * sieve-mode.el: Don't autoload c-mode.
15705
15706         * uudecode.el: Don't autoload executable-find.
15707
15708 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15709
15710         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15711         (gnus-agent-possibly-alter-active): Avoid null in numeric
15712         comparison.
15713         (gnus-agent-set-local): Refuse to save null in local object table.
15714         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15715         list of articles that will be marked as unread.
15716
15717 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15720
15721 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15722
15723         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15724         language tags.
15725
15726 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15727
15728         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15729         Don't bind "obarray".
15730
15731         * gnus-sum.el (gnus-thread-sort-functions): Added
15732         `gnus-thread-sort-by-most-recent-number' and
15733         `gnus-thread-sort-by-most-recent-date'.
15734         Reported by Kai Grossjohann <kai@emptydomain.de>.
15735
15736 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15739
15740 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15741
15742         * gnus-cus.el (gnus-agent-customize-category): Removed
15743         ignore-errors macro reference that required cl to be loaded at
15744         run-time.
15745
15746         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15747         single-interval range of the form (min . max).  Previously the
15748         range had to look like ((min . max)).  Likewise, return
15749         (min . max) rather than ((min . max)).
15750         (gnus-range-map): Use gnus-range-normalize to accept
15751         single-interval range.
15752
15753         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15754         the cache, but not the agent, now appear with their usual face.
15755
15756         * dgnushack.el (loaddir): New variable that is bound to the
15757         directory containing the dgnushack.el file. Use loaddir, rather
15758         than srcdir, to update load-path. Change lets dgnushack compile
15759         code in directories other than GNUS/lisp.
15760
15761 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * lpath.el: Don't bind w3m-safe-url-regexp.
15764
15765         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15766         w3m-safe-url-regexp variable buffer-local.
15767
15768         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15769
15770 2004-02-27  Simon Josefsson  <jas@extundo.com>
15771
15772         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15773         gnus-group-real-prefix.
15774         (gnus-summary-move-article): Use it, instead of
15775         gnus-group-real-prefix.
15776
15777 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * lpath.el: Bind w3m-safe-url-regexp.
15780
15781         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15782         w3m-safe-url-regexp variable buffer-local and set it as the value
15783         of mm-w3m-safe-url-regexp.
15784
15785         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15786
15787         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15788         parsing gnus-posting-styles when the message is not for replying.
15789
15790         * dgnushack.el: Autoload sgml-mode for XEmacs.
15791
15792         * nnrss.el (nnrss-opml-export): Use
15793         mm-set-buffer-file-coding-system instead of
15794         set-buffer-file-coding-system.
15795
15796 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15797
15798         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15799         of checkdoc.el).
15800         * nnrss.el: do.
15801         * gnus-mlspl.el: do.
15802         * gnus-ml.el: do.
15803         * gnus-srvr.el: do.
15804
15805         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15806
15807 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15808
15809         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15810         Corrections to custom-manual links.
15811
15812         * gnus-art.el (gnus-article): Ditto.
15813
15814         * mm-decode.el (mime-display, mime-security): Ditto.
15815
15816 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15817
15818         * flow-fill.el: Typo.
15819
15820 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15821
15822         * spam-wash.el: New file.
15823
15824 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15825
15826         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15827
15828 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15829
15830         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15831         to be run with new-articles as LIST1, not LIST2.
15832         (spam-registration-functions): Add spam-use-ham-copy as a nil
15833         registration backend.
15834
15835 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15836
15837         * spam-stat.el (spam-stat-washing-hook): New option.
15838         (spam-stat-buffer-words): Use it.
15839         (spam-stat-process-directory, spam-stat-test-directory): Use
15840         insert-file-contents-literally.
15841         (spam-stat-coding-system): New variable.
15842         (spam-stat-load, spam-stat-save): Use it.
15843
15844 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * spam-report.el (spam-report-plug-agent): Quote
15847         spam-report-url-to-file and spam-report-url-ping-plain.
15848
15849 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15852         / in mailto URLs.
15853
15854 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15855
15856         * spam-report.el (spam-report-process-queue): Fix interactive use.
15857         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15858         (spam-report-unplug-agent): Doc fixes.
15859         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15860         (spam-report-agentize, spam-report-deagentize): Autoload.
15861
15862 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15865
15866         * message.el (message-setup-fill-variables): Add mml tags to
15867         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15868         <ajk@iu.edu>.
15869         (message-mode): Don't modify paragraph-separate there.
15870
15871 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * compface.el (uncompface-use-external): Default to undecided.
15874         (uncompface-use-external-threshold): New variable.
15875         (uncompface-float-time): New macro.
15876         (uncompface): Determine whether to use the external decoder if
15877         uncompface-use-external is undecided.
15878
15879 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880
15881         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15882         after images.
15883
15884         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15885
15886 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15887
15888         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15889
15890         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15891
15892         * gnus-sum.el (gnus-summary-limit-to-age)
15893         (gnus-summary-limit-children): do.
15894
15895         * gnus-int.el (gnus-request-scan): do.
15896
15897         * gnus-group.el (gnus-group-suspend): do.
15898
15899         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15900
15901         * gnus-cite.el (gnus-cite-parse-attributions): do.
15902
15903         * gnus-agent.el (gnus-summary-set-agent-mark)
15904         (gnus-agent-regenerate-group): do.
15905
15906         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15907
15908         * binhex.el (binhex-decode-region-internal): do.
15909
15910 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-fun.el (gnus-face-properties-alist): New user option.
15913         (gnus-display-x-face-in-from): Use it.
15914
15915         * gnus-art.el (article-display-face): Ditto.
15916
15917         * compface.el (uncompface-use-external): Default to nil.
15918
15919 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15920
15921         * nntp.el (nntp-erase-buffer): New function.
15922         (nntp-retrieve-data, nntp-send-command)
15923         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15924         (nntp-possibly-change-group): Use it.
15925
15926         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15927         with-current-buffer.
15928
15929 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15930
15931         * compface.el: Merge the ELisp-based uncompface program.
15932         (compface): New customization group.
15933         (uncompface-use-external): New user option.
15934         (uncompface): Call uncompface-internal if uncompface-use-external
15935         is nil.
15936         (uncompface-internal): New function.  Note that there are also
15937         some other functions and variables added for this function.
15938
15939 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15940
15941         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15942         if necessary.
15943
15944 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15945
15946         * spam-report.el (spam-report-unplug-agent)
15947         (spam-report-plug-agent, spam-report-deagentize)
15948         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15949         Add support for the Agent in spam-report: when unplugged, report to a
15950         file; when plugged, submit all the requests.
15951
15952         * spam.el (spam-register-routine): Fix message about
15953         registration.
15954
15955 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15956
15957         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15958         dependencies.
15959         (rfc2047-encode): Use it.
15960
15961         * gnus-art.el (gnus-button-marker-list): Move before first
15962         reference.
15963
15964         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15965         (imap-parse-body): Fix format string mismatch.
15966
15967         * gnus-score.el (gnus-summary-increase-score): do.
15968
15969         * nnrss.el (nnrss-close): New function.
15970
15971 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15972
15973         * nnrss.el (nnrss-make-filename): New function.
15974         (nnrss-request-delete-group, nnrss-read-server-data)
15975         (nnrss-save-server-data, nnrss-read-group-data)
15976         (nnrss-save-group-data): Use it.
15977         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15978         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15979         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15980
15981 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15982
15983         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15984
15985 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15986
15987         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15988         files.
15989
15990         * message.el (message-generate-headers-first): Don't quote nil
15991         and t in docstrings.
15992
15993         * imap.el (imap-id): do.
15994
15995         * gnus-agent.el (gnus-agent-consider-all-articles)
15996         (gnus-agent-queue-mail): do.
15997
15998 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15999
16000         * spam-report.el (spam-report-process-queue): New function.
16001         Process requests from `spam-report-requests-file'.
16002         (spam-report-process-queue): Doc fix.
16003
16004 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16005
16006         * spam.el (spam-register-routine)
16007         (spam-log-processing-to-registry, spam-log-registered-p)
16008         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16009         Change "check" to "spam-check" for semi-clarity.
16010
16011 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16012
16013         * pop3.el: Require nnheader.
16014
16015         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16016
16017         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16018
16019         * gnus-picon.el: Require cl.
16020
16021         * gnus-fun.el: Require gnus-ems and gnus-util.
16022
16023         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16024
16025         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16026
16027         * gnus-art.el (gnus-article-edit-mode): Define before first
16028         reference.
16029
16030 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16031
16032         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16033         (gnus-uu-post-encoded): Use point-at-bol.
16034
16035         * gnus-topic.el (gnus-group-active-topic-p): do.
16036
16037         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16038
16039         * gnus-group.el (gnus-group-kill-region): do.
16040
16041         * gnus-art.el (article-date-ut): do.
16042
16043         * message.el (message-fetch-field): Remove redundant
16044         case-fold-search binding.
16045         (message-narrow-to-field): Simplify.
16046
16047 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * spam.el (spam-directory): Derive from `gnus-directory'.
16050
16051         * spam-report.el (spam-report-url-to-file)
16052         (spam-report-requests-file): New function and variable for offline
16053         reporting.
16054         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16055         and user defined function.
16056         (spam-report-url-ping-mm-url): Remove doubled slash.
16057
16058 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16061
16062 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16063
16064         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16065         format string mismatch.
16066
16067         * sieve.el (sieve-deactivate-all): do.
16068
16069         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16070
16071         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16072
16073         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16074
16075         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16076
16077 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16078
16079         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16080         the list of checks.
16081
16082 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16083
16084         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16085         padding.
16086
16087 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16088
16089         * mm-view.el (mm-fill-flowed): New variable.
16090         (mm-inline-text): Use it.
16091
16092 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16093
16094         * spam.el (spam-spamassassin-register-ham-routine)
16095         (spam-spamassassin-register-spam-routine): Fix function names.
16096
16097 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus.el (gnus-tmp-grouplens): Remove.
16100         (gnus-summary-line-format): Remove grouplens.
16101
16102         * gnus-group.el (gnus-group-line-format): Ditto.
16103
16104         * gnus-spec.el (gnus-format-specs): Ditto.
16105         (gnus-update-format-specifications): Flush the group format spec
16106         cache if there's the grouplens stuff.
16107         (gnus-parse-simple-format): Replace %l with the empty string.
16108
16109 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16110
16111         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16112         omission.
16113
16114 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16117         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16118
16119 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16120
16121         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16122         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16123         New macros and functions.
16124         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16125         Handle > NLINK_MAX messages.
16126         * nnmaildir.el (nnmaildir-request-set-mark): Use
16127         nnmaildir--emlink-p and nnmaildir--eexist-p.
16128
16129 2004-01-25  Alex Schroeder  <alex@gnu.org>
16130
16131         * spam-stat.el (spam-stat-process-directory-age): New option.
16132         (spam-stat-process-directory): Use it.
16133
16134 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16135
16136         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16137         (spam-stat-save): Accept prefix argument.
16138
16139 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16140
16141         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16142         links" error.
16143
16144 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16147         the rest of the and/or forms.
16148
16149 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16150
16151         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16152         compatibility with old .newsrc.eld files.
16153
16154         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16155
16156         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16157
16158         * gnus-start.el (gnus-1): do.
16159
16160         * gnus-group.el (gnus-group-line-format-alist): do.
16161
16162         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16163
16164         * gnus-gl.el: Remove.
16165
16166 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16167
16168         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16169         marks consisting of a single range {for example, (3 . 5)} rather
16170         than a list of a single range { ((3 . 5)) }.
16171
16172 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16175         with-current-buffer.
16176         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16177         avoid consing a string.
16178
16179         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16180         Remove obsolete entries for big5 and gb2312.
16181
16182 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16183
16184         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16185         uncompressed list.
16186
16187 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16188
16189         * spam-stat.el (spam-stat-strip-xref): New function.
16190         (spam-stat-process-directory): Use it.
16191
16192         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16193         here -- it's done in message-fetch-field.
16194
16195 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16196
16197         * gnus-agent.el (gnus-agent-queue-mail)
16198         (gnus-agent-prompt-send-queue): New variables.
16199         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16200         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16201         "nndraft:queue" along to gnus-draft-send.  Use
16202         gnus-agent-prompt-send-queue.
16203         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16204         is "nndraft:queue".  Suggested by Gaute Strokkenes
16205         <gs234@srcf.ucam.org>
16206
16207         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16208         (agent-enable-undownloaded-faces): Added.
16209         (gnus-agent-cat-groups): Use eval-and-compile, not
16210         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16211         method of gnus-agent-cat-groups even when the buffer has been
16212         evaled.
16213         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16214         delete gnus-agent-save-active-1.
16215         (gnus-agent-save-groups): Deleted.  Identical to
16216         gnus-agent-save-active.
16217         (gnus-agent-write-active): No longer adjust agent's copy of active
16218         file as agent's adjustments are now stored in their own
16219         file.  Removed optional parameter.
16220         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16221         servers.  Add use of min/max range limits from server's local
16222         file.
16223         (gnus-agent-save-alist): Removed unused optional argument.
16224         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16225         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16226         (gnus-agent-set-local): A per-server file that keeps min/max range
16227         limits for articles known to the agent.  Provides a fast mechanism
16228         for altering many active ranges.
16229         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16230         active file (local makes it unnecessary).
16231         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16232
16233         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16234         (agent-enable-undownloaded-faces): Added.
16235
16236         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16237         disable it when sending to "nndraft:queue".
16238         (gnus-group-send-queue): Add safety check to avoid sending queue
16239         when unplugged.
16240
16241         * gnus-group.el (gnus-group-catchup): Use new
16242         gnus-sequence-of-unread-articles, not
16243         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16244         numbers of articles.  Use gnus-range-map to avoid having to
16245         uncompress the unread list.
16246         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16247         Fixed invalid ange-ftp reference.
16248
16249         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16250         (gnus-sorted-range-intersection): Intersection of two ranges
16251         without requiring that they first be uncompressed.
16252
16253         * gnus-start.el (gnus-activate-group): Unless blocked by the
16254         caller, possibly expand the active range to include both cached
16255         and agentized articles.
16256         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16257         multiple version-dependent converters.
16258         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16259         gnus-agent-save-active.
16260         (gnus-save-newsrc-file): Save dirty agent range limits.
16261
16262         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16263         gnus-agent-possibly-alter-active.
16264         (gnus-adjust-marked-articles): Faster handling of simple lists.
16265
16266 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16267
16268         * spam-stat.el (spam-stat-test-directory): New optional argument
16269         displays a list of files detected.  Suggested by Andrew Cohen
16270         <cohen@andy.bu.edu>.
16271         (spam-stat-buffer-words-with-scores): Don't narrow and change
16272         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16273
16274 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16275
16276         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16277         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16278         (spam-spamassassin-arguments)
16279         (spam-spamassassin-spam-flag-header)
16280         (spam-spamassassin-positive-spam-flag-header)
16281         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16282         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16283         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16284         (spam-list-of-processors, spam-list-of-checks)
16285         (spam-list-of-statistical-checks, spam-registration-functions)
16286         (spam-check-spamassassin-headers, spam-check-spamassassin)
16287         (spam-spamassassin-score)
16288         (spam-spamassassin-register-with-sa-learn)
16289         (spam-spamassassin-register-spam-routine)
16290         (spam-spamassassin-register-ham-routine)
16291         (spam-assassin-register-spam-routine)
16292         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16293         (spam-bogofilter-score): Fix to show article before scoring.
16294
16295 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16296
16297         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16298         default scoring function.
16299         (spam-generic-score): Call spam-spamassassin-score if
16300         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16301         spam-bogofilter-score otherwise.
16302
16303         * gnus.el (spam-process, spam-autodetect-methods): Add
16304         spamassassin and spamassassin-headers.
16305
16306 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16307
16308         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16309         Suppress unnecessary messages.
16310
16311 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16312
16313         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16314         make-hash-table.
16315
16316 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * canlock.el (base64-encode-string): Don't autoload it.
16319
16320 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * run-at-time.el: Remove useless (require 'itimer),
16323         eval-and-compile and (featurep 'xemacs).
16324
16325 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16326
16327         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16328         GROUP is a virtual group.
16329
16330 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16331
16332         * gnus.el: Autoload `message-y-or-n-p'.
16333
16334 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16335
16336         * pgg-parse.el: Remove unnecessary (require 'custom).
16337
16338         * pgg-def.el: do.
16339
16340         * nnmail.el: do.
16341
16342         * gnus-undo.el: do.
16343
16344         * gnus-picon.el: do.
16345
16346         * gnus-util.el: do.
16347
16348 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16349
16350         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16351
16352 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16355         handle, as well as a list.
16356
16357         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16358         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16359         (mm-w3m-cid-retrieve): Simplify.
16360
16361 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16362
16363         * message.el (message-kill-to-signature): Allow prefix arg to
16364         specify number of lines to keep before signature.
16365
16366 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16367
16368         * message.el (message-kill-to-signature): Change docstring.
16369
16370 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * canlock.el: Always require sha1-el.
16373         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16374
16375         * message.el: Autoload sha1 only when compiling.
16376
16377         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16378         eudc-expand-inline for XEmacs.
16379
16380 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * message.el (message-canlock-generate): Require sha1-el.
16383
16384 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16385
16386         * message.el (message-expand-name): Silence the byte compiler.
16387
16388         * lpath.el: Add detect-coding-system.
16389
16390         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16391         cus-edit.
16392
16393 2004-01-13  Simon Josefsson  <jas@extundo.com>
16394
16395         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16396         Invoke gnus-score-mode.  Reported by
16397         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16398
16399         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16400         Jim Blandy <jimb@redhat.com> (tiny change).
16401
16402 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16403
16404         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16405
16406 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16407
16408         * spam.el (spam-get-article-as-string): Update to use
16409         gnus-request-article-this-buffer, much simpler.
16410         (spam-get-article-as-buffer): Remove.
16411
16412 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16413
16414         * message.el (message-expand-name): Use EUDC if the user uses that.
16415
16416 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16417
16418         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16419         character for the encoding to avoid consing a string.
16420
16421         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16422         unnecessarily.
16423
16424         * mm-util.el (mm-replace-chars-in-string): Remove.
16425
16426         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16427         of mm-replace-chars-in-string.
16428
16429 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16432
16433         * mm-util.el (mm-subst-char-in-string): Support inplace.
16434
16435         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16436         a new string in every iteration.  Use shy groups.
16437
16438 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16439
16440         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16441         * gnus-soup.el (gnus-soup-group-brew):
16442         * gnus-msg.el (gnus-put-message):
16443         * gnus-move.el (gnus-group-move-group-to-server):
16444         * gnus-kill.el (gnus-batch-score):
16445         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16446         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16447         (gnus-group-update-group, gnus-group-read-group)
16448         (gnus-group-make-group, gnus-group-make-help-group)
16449         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16450         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16451         (gnus-group-sort-by-unread, gnus-group-catchup)
16452         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16453         (gnus-group-yank-group, gnus-group-set-info)
16454         (gnus-group-list-groups):
16455         * gnus.el (gnus-generate-new-group-name):
16456         * gnus-delay.el (gnus-delay-send-queue):
16457         * nnvirtual.el (nnvirtual-catchup-group):
16458         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16459         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16460         (gnus-group-prepare-topics, gnus-topic-check-topology):
16461         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16462         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16463         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16464         (gnus-group-make-articles-read):
16465         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16466         (gnus-group-change-level, gnus-kill-newsgroup)
16467         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16468         (gnus-get-unread-articles, gnus-make-articles-unread)
16469         (gnus-make-ascending-articles-unread): Use accessor
16470         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16471         to get group information for improved readability.
16472
16473
16474 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16475
16476         * gnus-art.el (article-decode-mime-words, article-babel)
16477         (gnus-article-highlight-signature, gnus-article-add-buttons)
16478         (gnus-signature-toggle): Use gnus-with-article-buffer.
16479
16480         * gnus-art.el (gnus-article-highlight-headers)
16481         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16482
16483         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16484         (gnus-article-set-globals, gnus-request-article-this-buffer)
16485         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16486         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16487         (gnus-mime-display-alternative): Use with-current-buffer.
16488
16489 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16490
16491         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16492         also under 80 char limit, and call gnus-error if needed.
16493         (spam-fetch-article-header): Fix - it was a
16494         buffer-local variable (gnus-newsgroup-data).
16495         (spam-find-spam): Use spam-generate-fake-headers, forget about
16496         spam-insert-fake-headers.
16497         (spam-insert-fake-headers): Remove.
16498
16499 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16500
16501         * deuglify.el (gnus-article-outlook-unwrap-lines)
16502         (gnus-outlook-rearrange-article)
16503         (gnus-outlook-repair-attribution-outlook)
16504         (gnus-outlook-repair-attribution-block)
16505         (gnus-outlook-repair-attribution-other): Remove redundant
16506         save-excursion.
16507
16508 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16509
16510         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16511         (spam-fetch-field-subject-fast)
16512         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16513         (spam-fetch-article-header): Add functions to deal with Gnus
16514         internals for fast retrieval of article header data.
16515         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16516
16517 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16518
16519         * pop3.el (pop3-md5): Remove.
16520         (pop3-apop): Replace pop3-md5 with md5.
16521
16522         * mm-bodies.el: base64 is always built-in.
16523
16524         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16525         with-current-buffer.
16526
16527 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * canlock.el (canlock-insert-header): Remove excessive grouping in
16530         regexp.
16531
16532         * gnus-sum.el (gnus-summary-read-document): Ditto.
16533
16534         * gnus-uu.el (gnus-uu-part-number): Ditto.
16535
16536         * html2text.el (html2text-remove-tags): Ditto.
16537         (html2text-format-tags): Ditto.
16538         (html2text-format-single-elements): Ditto.
16539
16540         * mml.el (mml-parse-1): Ditto.
16541
16542 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16543
16544         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16545
16546         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16547
16548         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16549
16550         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16551
16552 2003-11-15  Simon Josefsson  <jas@extundo.com>
16553
16554         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16555         (pgg-gpg-lookup-key): Use regexp match instead of
16556         split-string (split-string is different between emacs 21.2 and
16557         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16558
16559 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16560
16561         * gnus-art.el (gnus-mime-view-all-parts)
16562         (gnus-article-part-wrapper, gnus-article-view-part): Use
16563         with-current-buffer.
16564
16565 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16566
16567         * spam.el (spam-disable-spam-split-during-ham-respool)
16568         (spam-spamoracle-database, spam-cache-lookups)
16569         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16570         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16571         (spam-group-ham-marks, spam-group-spam-marks)
16572         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16573         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16574         also add spam-use-blackholes to the statistical checks.
16575         (spam-fetch-field-fast): Add interface to fetching fields, may
16576         become a macro.
16577         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16578         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16579         (spam-insert-fake-headers): Fake an article when needed.
16580         (spam-find-spam): Fake article when possible.
16581         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16582         (spam-check-bogofilter-headers): Use message-fetch-field instead
16583         of nnmail-fetch-field.
16584
16585 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16586
16587         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16588
16589 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16590
16591         * spam.el (spam-split): Do not require spam-use-CHECK to be
16592         enabled if that check is passed to spam-split explicitly; also
16593         fix so 'spam doesn't get converted to spam-split-group when
16594         spam-split-symbolic-return is t.
16595         (spam-find-spam): Find registrations of the article and use those
16596         instead of re-running spam-split to find the spam/ham
16597         classification of the article.
16598         (spam-log-processing-to-registry, spam-log-registered-p)
16599         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16600         Use gnus-error instead of gnus-message.
16601         (spam-log-registration-type): Add function to determine the
16602         classification of a message based on registry entries; will
16603         return nil if both 'spam and 'ham are found.
16604         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16605         a reasonably fast local cache without the loading errors.
16606         (spam-cache-lookups): Set to t by default.
16607         (spam-find-spam): Don't try to guess spam-cache-lookups.
16608         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16609         spam-caches entry.
16610         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16611         caching of whitelist/blacklist entries.
16612         (spam-check-whitelist, spam-check-blacklist): Invoke
16613         spam-from-listed-p with a type, not a cache variable.
16614         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16615
16616 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16617
16618         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16619
16620         * nnmail.el (nnmail-split-fancy): do.
16621
16622         * mml.el (mml-parse): do.
16623
16624         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16625         (gnus-score-adaptive): do.
16626
16627 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16630         (gnus-mime-button-map): Don't set keymap parent.
16631         (gnus-button-ctan-directory-regexp): Use shy grouping.
16632         (gnus-prev-page-map): Don't set keymap parent.
16633         (gnus-prev-page-map): Remove duplicated one.
16634         (gnus-next-page-map): Don't set keymap parent.
16635         (gnus-mime-security-button-map): Ditto.
16636
16637         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16638         version number.
16639
16640         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16641
16642 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * canlock.el (canlock-sha1-function): Remove.
16645         (canlock-sha1-function-for-verify): Remove.
16646         (canlock-openssl-program): Remove.
16647         (canlock-openssl-args): Remove.
16648         (canlock-ignore-errors): Remove.
16649         (canlock-sha1-with-openssl): Remove.
16650         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16651         (canlock-verify): Don't use canlock-ignore-errors.
16652
16653         * sha1-el.el (sha1-string-external): Make it can return a string
16654         in binary form.
16655         (sha1-region-external): Ditto.
16656         (sha1-string-internal): Ditto.
16657         (sha1-region-internal): Ditto.
16658         (sha1-region): Ditto.
16659         (sha1-string): Ditto.
16660         (sha1): Ditto.
16661
16662 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16663
16664         * spam.el (spam-report-articles-gmane): New command.
16665
16666 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16669
16670         * run-at-time.el (run-at-time-saved): Remove.
16671         (run-at-time): Doc fix.
16672
16673 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16674
16675         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16676         (gnus-summary-limit-map): Add it.
16677         (gnus-summary-make-menu-bar): do.
16678
16679 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16680
16681         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16682         Make attempt at some caching support (done for BBDB only now).
16683         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16684         addresses to be checked.
16685         (spam-clear-cache-BBDB): Add function, to be invoked by
16686         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16687         (spam-check-BBDB): Check and use the caches, if
16688         spam-cache-lookups is on, remove superfluous (provide).
16689
16690 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16693
16694 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16695
16696         * run-at-time.el (run-at-time-saved): Move to after the definition
16697         of `run-at-time'.
16698
16699         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16700
16701 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16704         mm-w3m-local-map-property.
16705
16706         * mm-view.el (mm-w3m-mode-map): Remove.
16707         (mm-w3m-local-map-property): Remove.
16708         (mm-inline-text-html-render-with-w3m): Don't use
16709         mm-w3m-local-map-property.
16710
16711 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16712
16713         * run-at-time.el: New file.
16714
16715         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16716         under Emacs.
16717
16718         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16719         of gnus-set-text-properties.
16720
16721         * gnus-uu.el (gnus-uu-save-article): Ditto.
16722
16723         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16724
16725         * gnus-cite.el (gnus-cite-parse): Ditto.
16726
16727         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16728         of gnus-.
16729
16730         * gnus-xmas.el (run-at-time): Require run-at-time.
16731
16732         * gnus.el: Changed calls to nnheader-run-at-time and
16733         password-run-at-time throughout to use run-at-time directly.
16734
16735         * password.el: Removed definition of run-at-time.
16736
16737         * nnheaderxm.el: Remove definition of run-at-time.
16738
16739 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16740
16741         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16742         in prompt.
16743
16744 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16745
16746         * messagexmas.el (message-xmas-redefine): Alias
16747         `message-make-caesar-translation-table' to
16748         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16749         version.
16750
16751         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16752         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16753         `gnus-xmas-set-text-properties'.
16754         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16755         `gnus-xmas-completing-read'.
16756         (gnus-xmas-completing-read): Removed.
16757         (gnus-xmas-open-network-stream): Removed.
16758
16759         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16760         XEmacs version.
16761
16762         * dns.el (dns-make-network-process): Use `open-network-stream'
16763         instead of `gnus-xmas-open-network-stream'.
16764
16765         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16766
16767         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16768
16769 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16770
16771         * gnus-art.el (gnus-mime-display-alternative)
16772         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16773         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16774         Don't use gnus-local-map-property.
16775
16776         * gnus-util.el (gnus-local-map-property): Remove.
16777
16778         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16779         gnus-completing-read-maybe-default with completing-read.
16780
16781         * gnus-util.el (gnus-completing-read): do.
16782         (gnus-completing-read-maybe-default): Remove.
16783
16784 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16785
16786         * password.el: Only autoload `run-at-time' if not XEmacs.
16787         Only autoload the itimer functions if XEmacs.
16788
16789 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16792         XEmacsen.
16793
16794         * dgnushack.el: Autoload executable-find for XEmacs.
16795
16796 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16797
16798         * gnus-art.el (gnus-read-string): Remove.
16799         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16800         read-string.
16801
16802 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16803
16804         * netrc.el: Autoload password-read.
16805         (netrc): Add configuration group.
16806         (netrc-encoding-method, netrc-openssl-path): Add
16807         variables for encoding and decoding of files with symmetric
16808         ciphers.
16809         (netrc-encode): Add assistant function to encode a file with
16810         netrc-encoding-method.
16811         (netrc-parse): Add interactive parameter, added optional
16812         decoding if netrc-encoding-method is non-nil but otherwise
16813         behavior is standard.
16814         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16815         Do s/encode/encrypt/ everywhere.
16816
16817         * spam.el: Remove executable-find autoload.
16818
16819 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16820
16821         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16822
16823         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16824
16825 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * gnus-art.el (gnus-treat-ansi-sequences)
16828         (article-treat-ansi-sequences): New variable and function.
16829         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16830
16831         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16832         Use it.
16833
16834 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16835
16836         * mm-util.el (mm-quote-arg): Remove.
16837
16838         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16839         shell-quote-argument.
16840
16841         * gnus-uu.el (gnus-uu-command): do.
16842
16843         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16844
16845         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16846         with make-char.
16847
16848         * mm-util.el (mm-make-char): Remove.
16849
16850         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16851         add-minor-mode.
16852
16853         * gnus-undo.el (gnus-undo-mode): do.
16854
16855         * gnus-topic.el (gnus-topic-mode): do.
16856
16857         * gnus-sum.el (gnus-dead-summary-mode): do.
16858
16859         * gnus-start.el (gnus-slave-mode): do.
16860
16861         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16862
16863         * gnus-ml.el (gnus-mailing-list-mode): do.
16864
16865         * gnus-gl.el (gnus-grouplens-mode): do.
16866
16867         * gnus-draft.el (gnus-draft-mode): do.
16868
16869         * gnus-dired.el (gnus-dired-mode): do.
16870
16871         * gnus-ems.el (gnus-add-minor-mode): Remove.
16872
16873         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16874         Replace gnus-char-width with char-width.
16875
16876         * gnus-ems.el (gnus-char-width): Remove.
16877
16878         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16879         Replace gnus-char-width with char-width.
16880
16881         * gnus-ems.el (gnus-char-width): Remove.
16882
16883         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16884         definition.
16885         Remove Emacs 20 hash table compatibility code.
16886
16887         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16888         20 compatibility code.
16889
16890         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16891
16892         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16893
16894         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16895         with point-at-{eol,bol}.
16896
16897         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16898
16899         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16900
16901         * flow-fill.el (fill-flowed-point-at-bol)
16902         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16903
16904         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16905         Replace with point-at-{eol,bol} throughout all files.
16906
16907 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * ntlm.el (ntlm-string-as-unibyte): New macro.
16910         (ntlm-build-auth-response): Use it.
16911
16912         Remove Emacs 20 stuff:
16913         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16914         (butlast, mapc, remove): Remove the compiler macros.
16915         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16916         of delq and copy-sequence.
16917         * gnus-art.el (popup-menu): Remove the compiler macro.
16918         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16919         Emacs 20.
16920
16921 2004-01-05  Simon Josefsson  <jas@extundo.com>
16922
16923         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16924         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16925         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16926         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16927         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16928         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16929         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16930         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16931         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16932         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16933         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16934         string-xor into ntlm-string-xor.  Suggested by
16935         Jesper Harder <harder@myrealbox.com>.
16936
16937         * ntlm.el: Don't include poem.
16938
16939         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16940         Jesper Harder <harder@myrealbox.com>.
16941
16942         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16943
16944         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16945         probably breaks emacs with DL patch, but do we care? Is anyone
16946         still using the DL stuff?)
16947
16948         * sieve-manage.el: Use the password package.
16949         (sieve-manage-read-passwd): Remove.
16950         (sieve-manage-interactive-login): Use password.  Re-add
16951         condition-case around loop.
16952
16953         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16954         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16955         the password package.
16956
16957 2003-02-19  Simon Josefsson  <jas@extundo.com>
16958
16959         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16960         token.
16961
16962 2002-08-07  Simon Josefsson  <jas@extundo.com>
16963
16964         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16965         (sieve-manage-authenticators):
16966         (sieve-manage-authenticator-alist): Add some SASL mechs.
16967         (sieve-sasl-auth): New function.
16968         (sieve-manage-cram-md5-auth):
16969         (sieve-manage-plain-auth): Rewrite using SASL library.
16970         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16971         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16972         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16973         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16974
16975 2004-01-05  Simon Josefsson  <jas@extundo.com>
16976
16977         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16978         New files.
16979
16980 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16981
16982         * gnus-group.el (gnus-no-groups-message): Update.
16983
16984         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16985
16986 2003-11-09  Simon Josefsson  <jas@extundo.com>
16987
16988         * imap.el: Support for ID IMAP extension (RFC 2971).
16989         (imap-local-variables): Add imap-id.
16990         (imap-id): New variable.
16991         (imap-id): New function.
16992         (imap-parse-response): Parse untagged ID response.
16993         * nnimap.el (nnimap-id): New variable.
16994         (nnimap-open-connection): Use it.
16995
16996 2003-12-28  Simon Josefsson  <jas@extundo.com>
16997
16998         * gnus-score.el (gnus-score-edit-all-score): New.
16999         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17000
17001 2004-01-04  Simon Josefsson  <jas@extundo.com>
17002
17003         * password.el: Add.
17004
17005 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17006
17007         * dns.el (dns-query-types): Fix typo.
17008         (dns-query-types): New function.
17009         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17010         PTR and SOA replies, see RFC 1035.
17011
17012 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17013
17014         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17015
17016         * Moved to Changelog.2.
17017
17018 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17019
17020         * gnus.el (gnus-version-number): Bump version.
17021
17022 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17023
17024         * gnus.el: No Gnus v0.1 is released.
17025
17026 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17027
17028         * gnus.el: No Gnus v0.0 is released.
17029
17030 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17031
17032         * gnus.el (gnus-version-number): Bump.
17033         (gnus-version): No.
17034
17035 See ChangeLog.2 for earlier changes.
17036
17037     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17038       Free Software Foundation, Inc.
17039
17040   This file is part of GNU Emacs.
17041
17042   GNU Emacs is free software: you can redistribute it and/or modify
17043   it under the terms of the GNU General Public License as published by
17044   the Free Software Foundation, either version 3 of the License, or
17045   (at your option) any later version.
17046
17047   GNU Emacs is distributed in the hope that it will be useful,
17048   but WITHOUT ANY WARRANTY; without even the implied warranty of
17049   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17050   GNU General Public License for more details.
17051
17052   You should have received a copy of the GNU General Public License
17053   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17054
17055 ;; Local Variables:
17056 ;; coding: utf-8
17057 ;; fill-column: 79
17058 ;; add-log-time-zone-rule: t
17059 ;; End: