Insert picons after doing the header highlightling.
[gnus] / lisp / ChangeLog
1 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4         doing the header highlightling, so that the background colour of the
5         picon is correct.
6
7         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
8         (gnus-picon): Ditto.
9         (gnus-picon): Reinstate.  The background colour for picons is white.
10         (gnus-picon-insert-glyph): Make the background white.
11
12         * nnml.el (nnml-open-nov): Don't return dead buffers.
13
14         * auth-source.el (auth-source-create): Query the user for whether to
15         store the credentials.
16
17         * netrc.el (netrc-store-data): New function.
18
19         * auth-source.el (auth-source-user-or-password): Use the existing auth
20         sources, if any, for creation.
21
22         * gnus.el (gnus-group-fast-parameter): Return the last matching
23         parameter instead of the first matching parameter.
24
25 2010-09-26  Julien Danjou  <julien@danjou.info>
26
27         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
28
29 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * mml2015.el (mml2015-use): Remove gpg support.
32
33         * mml1991.el (mml1991-function-alist): Remove gpg function.
34         (mml1991-gpg-sign): Removed.
35
36 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
37
38         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
39         (gnus-browse-unsubscribe-current-group): Document it.
40         (gnus-browse-unsubscribe-group): Use it.
41
42 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
45         address to the To list for easier response.
46
47         * gnus.el (gnus-play-startup-jingle): Removed.
48         (gnus-splash): Don't play jingle.
49         (gnus): Silence gnus-load message.
50
51         * gnus-art.el (gnus-treat-play-sounds): Removed.
52
53         * gnus.el (gnus-play-jingle): Remove audio support.
54
55         * gnus-cus.el (gnus-score-customize): Remove audio reference.
56
57         * earcon.el: Removed -- no users.
58
59         * gnus-audio.el: Removed -- no users of this package.
60
61         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
62
63         * gnus-start.el (gnus-setup-news): Remove nocem support.
64
65         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
66
67         * gnus.el (gnus-use-nocem): Removed.
68
69         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
70         Removed.
71
72         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
73         uses NoCeM any more.
74
75         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
76         (gnus-button-ctan-handler): Ditto.
77         (gnus-button-handle-ctan-bogus-regexp): Ditto.
78         (gnus-button-ctan-directory-regexp): Ditto.
79         (gnus-button-handle-ctan): Ditto.
80         (gnus-button-tex-level): Ditto.
81         (gnus-button-alist): Removed CTAN stuff.
82
83 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
86         nnimap-streaming test.
87
88         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
89         servers twice.
90
91         * nnimap.el (nnimap-open-connection): Add more error reporting when
92         nnimap fails early.
93
94         * nnheader.el (nnheader-get-report-string): New function.
95         (nnheader-get-report): Use it.
96
97         * gnus-int.el (gnus-check-server): Say what the error was when opening
98         failed.
99
100         * nnimap.el (nnimap-wait-for-response): Search further when we're not
101         using streaming.
102
103 2010-09-25  Julien Danjou  <julien@danjou.info>
104
105         * gnus-html.el (gnus-html-rescale-image): Use our defalias
106         gnus-window-inside-pixel-edges.
107
108 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
111
112         * mm-decode.el (mm-save-part): Allow saving to other directories the
113         normal Emacs way.
114
115         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
116         by Jay Berkenbilt.
117
118         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
119         there isn't a single byte.
120
121         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
122         just do it.  It doesn't really seem to matter what the user responds
123         here, I think, so it's just a confusing question.
124
125         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
126         non-streaming case.
127
128         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
129         (gnus-article-encrypt-body): Use it.
130
131         * gnus-sum.el (gnus-summary-show-complete-article): New command and
132         keystroke.
133
134         * nnimap.el (nnimap-find-wanted-parts-1): Use
135         gnus-fetch-partial-articles.
136
137         * gnus-art.el (gnus-fetch-partial-articles): New variable.
138
139         * nnimap.el (nnimap-insert-partial-structure): New function.
140         (nnimap-get-partial-article): New function.
141         (nnimap-request-article): Use it.
142         (nnimap-wait-for-response): Return whether the wait was successful.
143         (nnimap-finish-retrieve-group-infos): Don't do anything if the
144         retrieval wasn't successful.
145         (nnimap-retrieve-group-data-early): Allow throttling servers.
146         (nnimap-streaming): New variable.
147         (nnimap-fetch-partial-articles): Removed.
148
149         * mm-decode.el (mm-with-part): Protect against killed buffers.
150
151         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
152         for prettier summary display.
153
154 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
155
156         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
157         directly.
158
159 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
162         apparently third-party libraries depend on it.
163
164         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
165         before starting negotiation.
166
167         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
168         privacy reasons.
169         (gnus-treat-mail-gravatar): Ditto.
170
171         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
172         buffer when inserting images.  Inserting text into the headers, for
173         instance, can make them invalid.
174
175 2010-09-25  Julien Danjou  <julien@danjou.info>
176
177         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
178         variables.
179
180         * nnheader.el: Remove useless variables news-reply-yank-from and
181         news-reply-yank-message-id.
182
183         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
184         variables.
185
186         * mml1991.el: Remove useless mml1991-verbose.
187
188         * gnus.el: Remove useless variable gnus-use-generic-from.
189         Remove obsolete variable gnus-topic-indentation.
190
191         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
192
193         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
194
195         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
196
197         * gnus-group.el: Remove useless gnus-group-icon-cache.
198         Remove useless gnus-ephemeral-group-server.
199
200         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
201
202         * mml2015.el: Remove useless mml2015-verbose.
203
204         * mml-smime.el: Remove useless mml-smime-verbose.
205
206         * gnus.el: Remove useless gnus-local-domain.
207
208         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
209         gnus-gravatar-size.
210
211         * gnus-art.el: Remove useless gnus-treat-translate.
212
213 2010-09-24  Julien Danjou  <julien@danjou.info>
214
215         * gnus-sum.el: Add support for Gravatars.
216
217         * gnus-art.el: Add support for Gravatars.
218
219         * gnus-gravatar.el: Add this file.
220
221         * gravatar.el: Add this file.
222
223 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
226
227         * gnus-group.el (gnus-group-fetch-faq): Removed.
228
229         * gnus.el (gnus-group-faq-directory): Removed.
230
231         * gnus-group.el (gnus-group-fetch-charter): Removed.
232
233         * gnus.el (gnus-group-charter-alist): Removed.
234
235         * gnus-group.el (gnus-group-archive-directory): Removed.
236         (gnus-group-recent-archive-directory): Ditto.
237         (gnus-group-make-archive-group): Removed.
238
239         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
240
241         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
242         use the same article number for all the cached articles.
243
244         * nnimap.el (nnimap-command): Register the last command time so
245         that we can use it for idling NOOPs.
246         (nnimap-open-connection): Start the keeplive timer.
247         (nnimap-make-process-buffer): Store all the process buffers.
248         (nnimap-keepalive): New function.
249
250         * starttls.el: (starttls-open-stream): Add autoload cookie.
251
252 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
253
254         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
255         handling.
256
257 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
260         its data structures.
261
262         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
263         instead of the cl.el copy-list.
264         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
265         equalp.
266
267 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
270         and tool-bar-local-item-from-menu.
271
272         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
273         mode-line-highlight face for Emacs.
274
275         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
276         loading gnus-sum.elc; fix comment for canlock-verify.
277         (gnus-article-jump-to-part): Use read-number.
278         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
279         Emacs pre-21 compatible code for help-echo.
280         (gnus-article-next-page-1): No need to adjust the number of lines.
281         (gnus-article-describe-bindings): Always use help-buffer.
282
283         * gnus-audio.el (gnus-audio-inline-sound)
284         * gnus-cus.el (gnus-custom-mode)
285         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
286
287         * gnus-sum.el (gnus-remove-overlays): Doc fix.
288
289         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
290         compatible code.
291
292 2010-09-24  Glenn Morris  <rgm@gnu.org>
293
294         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
295         visiting the fcc file in rmail-mode.
296
297         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
298
299 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * nnir.el: Silence the byte compiler.
302
303         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
304         alias to browse-url-url-encode-chars if any.
305         (gnus-html-encode-url): Use it.
306
307 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * gnus-start.el (gnus-use-backend-marks): New variable.
310         (gnus-get-unread-articles-in-group): Use it.
311
312         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
313         makeover.
314
315 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
316
317         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
318
319 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
322         Removed.
323         (gnus-setup-news-hook): Removed
324         gnus-fixup-nnimap-unread-after-getting-new-news.
325
326         * gnus-int.el (gnus-request-update-info): Protect against backends not
327         having the function.
328
329         * nnimap.el (nnimap-stream): Mention starttls.
330         (nnimap-open-connection): Add starttls support.
331
332 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
333
334         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
335
336 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
339         BODYSTRUCTUREs.
340         (nnimap-transform-headers): Unfold quoted {42} headers.
341
342         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
343         the info.
344         (gnus-get-unread-articles): Only call updatep on backends that support
345         it.
346
347         * nnweb.el (nnweb-request-update-info): NOOP.
348
349         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
350
351         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
352         since it only deals with marks.
353
354         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
355         gnus-request-marks, and make a new gnus-request-update-info.
356
357         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
358         the active instead of the high number, which is usually too low.
359
360 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
361
362         * netrc.el (netrc-parse): Remove encrypt.el mentions.
363         * encrypt.el: Removed.
364
365 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
368         server in symbolic form.
369
370         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
371         0.9.
372
373 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
376         (nnimap-update-info): Fix up code slightly.
377
378         * gnus-int.el (gnus-open-server): Add tracing for performance
379         debugging.
380
381         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
382         (gnus-group-insert-group-line): Pass the real group name so that it
383         gets the right data.
384
385         * gnus-start.el (gnus-get-unread-articles): Don't have
386         `gnus-get-unread-articles-in-group' update info, since that can be
387         really slow and doesn't seem to be needed?
388
389 2010-09-22  Dan Christensen  <jdc@uwo.ca>
390
391         * time-date.el (date-to-time): Try using parse-time-string first before
392         using the slower timezone-make-date-arpa-standard.
393
394 2010-09-22  Julien Danjou  <julien@danjou.info>
395
396         * gnus-group.el (gnus-group-insert-group-line): Call
397         gnus-group-highlight-line.
398         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
399         default hook list.
400         (gnus-group-update-eval-form): Add new function.
401         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
402         (gnus-group-get-icon): Use gnus-group-update-eval-form.
403
404 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
407         immediate, then expire all articles.
408         (nnimap-update-info): Fix off-by-one errors.
409         (nnimap-flags-to-marks): Would return no marks lists for group with no
410         flags.  Instead return the other data.
411
412 2010-09-22  Julien Danjou  <julien@danjou.info>
413
414         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
415         Only return an icon.
416         (gnus-group-insert-group-line): Compute icon to return.
417
418         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
419         variable.
420         (gnus-html-image-fetched): Only cache if
421         gnus-html-image-automatic-caching is set.
422         (gnus-html-image-fetched): Check for errors.
423
424 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
427         once per method on `g'.  This ensures that backends like nnfolder don't
428         open all their folders.
429
430         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
431         (nnimap-request-list): Nix out group in the correct buffer.
432         (nnimap-parse-flags): Implement by using `read' instead of
433         hand-parsing.
434         (nnimap-flags-to-marks): Pass on permanent-flags.
435         (nnimap-make-process-buffer): Record the server name.
436         (nnimap-parse-flags): Fix typo.
437         (nnimap-request-scan): Run split on the server in general, not just a
438         single group.
439
440         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
441         parameter, and propagate this downwards.
442
443         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
444         since EXAMINE changes it on the server.
445
446         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
447         this command might take a while.
448
449 2010-09-22  Julien Danjou  <julien@danjou.info>
450
451         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
452         harmful if you have 2 images side-by-side, they can't be properly
453         update on text deletion.  Using text-property is safer here.
454         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
455         data.
456
457 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * nnimap.el (nnimap-expunge-inbox): Removed.
460         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
461         (nnimap-expunge): Flip default to t.
462
463         * gnus.el (gnus-method-to-server): Don't push things to the cache
464         unless it's unique.
465         (gnus-server-to-method): Ditto.
466
467 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
468
469         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
470
471 2010-09-22  Julien Danjou  <julien@danjou.info>
472
473         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
474         get the start of data.
475         (gnus-html-encode-url): Add this function to encode special chars in
476         URL.
477         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
478         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
479
480         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
481         default.
482         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
483
484         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
485         images alt-text.
486         (gnus-html-put-image): Put alt-text as help-echo.
487
488 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
491         * mm-util.el (mm-decompress-buffer)
492         * nnir.el (nnir-run-find-grep)
493         * pop3.el (pop3-list): Use 3rd arg of split-string.
494
495         * time-date.el (format-seconds): Comment fix.
496
497         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
498         and byte-optimize-form-code-walker.
499         (dgnushack-make-auto-load): Don't advise make-autoload.
500
501         * lpath.el: Remove Emacs 21 stuff.
502
503 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
506         outside the active range.  Suggested by Dan Christensen.
507
508         * gnus-start.el (gnus-get-unread-articles): Get the extended method
509         slightly later to avoid double-getting it.
510
511         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
512         previous patch.
513
514         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
515
516 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
517
518         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
519
520 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-int.el (gnus-open-server): Give a better error message in the
523         "go offline" case.
524
525         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
526         marks for nnimap, which is seldom the right thing to do.
527
528         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
529         (gnus-same-method-different-name): New function.
530
531         * nnimap.el (parse-time): Require.
532
533         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
534         method in the presence of many similar methods.
535
536         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
537
538         * nnimap.el (nnimap-find-expired-articles): Don't refer to
539         nnml-inhibit-expiry.
540
541         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
542         find out whether methods are equal.
543
544         * nnimap.el (nnimap-find-expired-articles): New function.
545         (nnimap-process-expiry-targets): New function.
546         (nnimap-request-move-article): Request the article before looking at
547         what the Message-ID is.  Fix found by Andrew Cohen.
548         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
549
550         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
551         for oldness in addition to being a predicate.
552
553         * nnimap.el (nnimap-request-group): When we have zero articles, return
554         the right data to Gnus.
555         (nnimap-request-expire-articles): Only delete articles immediately if
556         the target is 'delete.
557
558         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
559         method, this would bug out.
560
561         * gnus-group.el (gnus-group-expunge-group): Renamed from
562         gnus-group-nnimap-expunge, and implemented as a normal interface
563         function.
564
565         * gnus-int.el (gnus-request-expunge-group): New function.
566
567         * nnimap.el (nnimap-request-create-group): Implement.
568         (nnimap-request-expunge-group): New function.
569
570 2010-09-21  Julien Danjou  <julien@danjou.info>
571
572         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
573         (gnus-html-cache-expired): Add new function.
574         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
575         wethever we should display image for fetch it.
576         Compute alt-text earlier to pass it to the fetching function too.
577         (gnus-html-schedule-image-fetching): Change function argument to only
578         get one image at a time, not a list.
579         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
580         cache.
581         (gnus-html-get-image-data): New function to retrieve image data from
582         cache.
583         (gnus-html-put-image): Change buffer argument to use image data rather
584         than file, and place image above region rather than inserting a new
585         one. Do not take alt-text as argument, since it's useless now: we place
586         the image above alt-text.
587         (gnus-html-prune-cache): Remove.
588         (gnus-html-show-images): Start to fetch image when we find one, do not
589         push into a temporary list.
590         (gnus-html-prefetch-images): Only fetch image if they have expired.
591         (gnus-html-browse-image): Fix, use 'gnus-image-url.
592         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
593
594 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
597
598 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
601         spec inser "*" if the group isn't active instead of 0.
602
603         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
604         opening the server.
605         (nnimap-request-delete-group): Implement group deletion.
606         (nnimap-transform-headers): Return the size of the entire message in
607         the Bytes header, not just the size of the first part.
608         (nnimap-request-move-article): When moving an article from nnimap,
609         request the article first so the accepting form has an article to
610         accept.  Reported by Dan Christensen.
611         (nnimap-command): Make sure that the error message doesn't error out.
612
613 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
614
615         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
616         we haven't requested anything.
617
618 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
621         "".  Fix found by Andrew Cohen.
622
623         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
624         instead of -encode-string.
625
626 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
629
630         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
631         by mm-subst-char-in-string.
632
633 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
636         waiting for the connection string.
637
638         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
639         arriving.
640
641         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
642         bogus characters.  This allows selecting certain Gmail groups.
643
644         * nnimap.el (nnimap-find-wanted-parts-1): New function.
645         (nnimap-fetch-partial-articles): New variable.
646         (nnimap-open-connection): When looking for credentials, also use the
647         nnimap-server-port.
648         (nnimap-request-article): Return the group/article number, so that Gnus
649         `^' works as expected.
650         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
651         them.
652
653         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
654         comments.
655         (gnus-methods-sloppily-equal): New function.
656         (gnus): When using the development version of Gnus, load the gnus-load
657         file.
658
659         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
660         `gnus-open-server' on each method before trying to scan them etc.  This
661         ensures that all the backend parameters are set correctly.
662
663         * nnimap.el (nnimap-authenticator): New variable.
664         (nnimap-open-connection): Allow anonymous login.
665         (nnimap-transform-headers): The chars header is called Chars not
666         Bytes.
667         (nnimap-wait-for-response): Don't infloop if the IMAP connection
668         drops.
669
670         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
671         patch, found by Knut Anders Hatlen.
672
673 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
674
675         * gnus-agent.el (gnus-agent-batch-confirmation)
676         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
677         to gnus-message.
678         * gnus-art.el (gnus-article-describe-briefly): Likewise.
679         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
680         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
681         * gnus-int.el (gnus-open-server): Likewise.
682         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
683         (gnus-score-check-syntax): Likewise.
684         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
685         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
686         Likewise.
687         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
688
689 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
692         calling conventions so that prefetch doesn't bug out.
693
694 2010-09-19  Julien Danjou  <julien@danjou.info>
695
696         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
697         rather than `subst-char-in-region' in order to be able to replace ASCII
698         char by UTF-8 ones.
699
700         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
701         than curl.
702         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
703         the right URL and ALT text on images.
704         (gnus-html-wash-tags): Fix tag case.
705         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
706         (gnus-article-html): Add -o display_ins_del=2 option.
707         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
708
709 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
712         the extra mail headers, which sometimes seem to happen for unknown
713         reasons.
714
715         * mail-parse.el (mail-header-encode-parameter): Define as
716         rfc2045-encode-string instead of as rfc2231-encode-string, since some
717         (or most, perhaps?) mail readers don't understand the latter, but do
718         understand the former.
719
720         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
721         to nil, so that no methods are automatically agentized.  I think this
722         is probably what most users want.
723
724         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
725         from url-retrieve, for instance about invalid URLs.
726
727         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
728         groups that have no articles.
729         (nnimap-request-article): Check that we really got an article when we
730         requested one.
731
732         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
733         doesn't exist.
734
735         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
736         nntp buffer so the agent can save it.
737         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
738         that CRLF doesn't get translated to \n.
739         (nnimap-open-connection): Don't make 'shell commands only send \n.
740
741 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
742
743         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
744         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
745         Update var name.
746         (nnml-generate-nov-file): Use dolist.
747         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
748         Use with-current-buffer.
749
750 2010-09-18  Julien Danjou  <julien@danjou.info>
751
752         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
753         parallel.
754
755 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * nnimap.el (nnimap-update-info): When doing partial marks update, get
758         the range update right.
759         (nnimap-request-group): Don't make `M-g' bug out on group with no
760         marks.
761         (nnoo): Required, so that other packages can require nnimap.
762         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
763         command we're looking for.  This helps when the server sends more
764         responses after we've gotten everything we expected.
765         (nnimap): Add a `newlinep' field to keep track of end-of-line
766         conventions.
767         Don't send CRLF to things that don't want it.
768         (nnimap-request-accept-article): Ditto.
769
770 2010-09-18  Julien Danjou  <julien@danjou.info>
771
772         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
773         than curl to retrieve images.
774
775 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * nnimap.el (nnimap-update-info): Extend the info so that we can set
778         the marks.
779         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
780         (nnimap-wait-for-connection): New function.
781         (nnimap-open-connection): If we have PREAUTH, don't query for login
782         credentials.
783         (nnimap-update-info): Fix off-by-one error when concatenating ranges
784         when doing a partial update.
785
786 2010-09-18  Julien Danjou  <julien@danjou.info>
787
788         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
789         tags.
790
791 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * nnimap.el (nnimap-credentials): New function.
794         (nnimap-open-connection): Use the new function to look for credentials
795         also on the numeric equivalents of "imap" and "imaps".
796
797         * gnus-start.el (gnus-activate-group): Send the info to
798         gnus-request-group.
799
800         * nnimap.el (nnimap-request-group): Have the "check" version of the
801         function parse flags and update the info, so that a `M-g' get a total
802         resync of all flags from the group.
803
804         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
805         to allow backends to alter the info on group selection.  Also alter all
806         the backend -request-group functions to take the parameter.
807
808         * nnimap.el (nnimap-store-info): New function.
809         (nnimap-update-info): Store the info for later usage.
810         (nnimap-request-group): Use the stored info for the dont-check case, so
811         that we don't retrieve all marks when we enter a group.
812
813         * nnimap.el: Use deffoo instead of defun for interface functions.
814
815         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
816         update the group info.  This makes the nndraft groups, for instance, go
817         back to their old behaviour.
818
819         * gnus-sum.el (gnus-select-newsgroup): Indent.
820
821         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
822         in.
823         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
824         nothing.
825
826         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
827         from methods that are denied.
828
829         * gnus-int.el (gnus-method-denied-p): New function.
830
831         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
832         store the password instead of netrc.
833         (nnimap-open-connection): Don't error out when we can't make a
834         connections.
835
836         * auth-source.el (auth-source-create): In the password prompt, say what
837         we're querying for.  Also prompt for user name if that hasn't been
838         given.
839
840         * nnimap.el (nnimap-with-process-buffer): Removed.
841
842 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
845         method when we're reading from the agent.
846
847         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
848
849         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
850         that's probably most useful for users.
851
852         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
853         "failed" all the time.
854
855         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
856         ...)) with (with-current-buffer ... ).
857
858         * nntp.el (nntp-open-server): Return whether the open was successful or
859         not.
860
861         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
862         select an unread unseen article first.
863
864         * nnimap.el (nnimap-open-connection): If the user doesn't have a
865         /etc/services, supply some sensible port defaults.
866
867         * dgnushack.el: Define netrc-credentials.
868
869 2010-09-17  Julien Danjou  <julien@danjou.info>
870
871         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
872
873 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
874
875         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
876         doesn't have any parameters.
877
878 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
881         only upcased checks.
882
883         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
884
885         * nnimap.el (nnimap-open-shell-stream): New function.
886         (nnimap-open-connection): Use it.
887         (nnimap-transform-headers): Get the number of lines in each message.
888         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
889         number of lines.
890         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
891         problem.
892
893         * utf7.el (utf7-encode): Autoload.
894
895         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
896         to allow the mail splitting to not return a default group.  This is
897         useful for nnimap, which will leave unmatched mail in the inbox.
898
899         * nnimap.el: Rewritten.
900
901         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
902         nnimap usage.
903
904         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
905         if the move is internal, so that nnimap can do fast internal moves.
906
907         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
908         data.
909         (gnus-read-active-for-groups): Support finishing the early retrieval of
910         data.
911
912         * gnus-range.el (gnus-range-nconcat): New function.
913
914         * gnus-int.el (gnus-finish-retrieve-group-infos)
915         (gnus-retrieve-group-data-early): New functions.
916
917 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
918
919         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
920         (nnrss-retrieve-groups):
921         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
922         (pop3-quit): Use with-current-buffer.
923
924 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
927         instead of nnheader-accept-process-output.
928
929         * dgnushack.el (dgnushack-compile): Add comment.
930
931         * lpath.el: No need to fbind propertize for XEmacs 21.4.
932
933         * gnus-html.el (gnus-html-schedule-image-fetching)
934         (gnus-html-prefetch-images): Replace process-kill-without-query by
935         gnus-set-process-query-on-exit-flag.
936
937 2010-09-16  Romain Francoise  <romain@orebokech.com>
938
939         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
940
941 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-registry.el (gnus-registry-install-shortcuts): The second
944         parameter to unintern is mandatory-ish in Emacs 24.
945
946         * gnus-html.el (gnus-html-schedule-image-fetching)
947         (gnus-html-prefetch-images): Check for curl before using it.
948
949         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
950         depend on curl, which isn't essential.
951
952         * imap.el: Revert back to version
953         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
954         seem problematic.
955
956 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
957
958         * gnus-registry.el (gnus-registry-install-shortcuts):
959         Explicitly pass `obarray' to `unintern' to avoid a warning.
960
961 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
964         change.
965
966         * nnrss.el (nnrss-request-list): Removed this function and related
967         functions, including the moreover stuff.
968
969 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * nnrss.el (nnrss-retrieve-groups): New function.
972
973 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
974
975         * .dir-locals.el: Add no-byte-compile cookie.
976
977 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * time-date.el (format-seconds): Comment fix.
980
981         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
982         for back end that doesn't support request-scan.
983
984 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
987         then do request scans from the backends.
988
989         * netrc.el (netrc-credentials): New conveniency function.
990
991         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
992         avoid running a hook per line, since this takes a lot of time,
993         profiling shows.
994         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
995         directly if gnus-visual-p is true.
996
997 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1000         groups; replace mapcar with dolist which is a bit faster; pass groups
1001         info to gnus-read-active-file-1.
1002         (gnus-read-active-file-1): Scan only specified groups if the new
1003         optional arg `infos' is given.
1004
1005 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1008
1009         * pop3.el (pop3-movemail): Removed.
1010         (pop3-streaming-movemail): Renamed to pop3-movemail.
1011
1012         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1013         don't restrict end-tag searches to the end of the line.
1014
1015 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1018         articles of every unchecked group to t, which means unknown since the
1019         server has never been opened.
1020
1021 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-html.el (gnus-html-show-alt-text): New command.
1024         (gnus-html-browse-image): Ditto.
1025         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1026         to browse the image directly.
1027         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1028         better.
1029
1030         * gnus-async.el (gnus-async-article-callback): Call
1031         `gnus-html-prefetch-images' unconditionally.
1032
1033         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1034         before feeding URLs to curl.
1035
1036 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1039         internal images as deletable by `W D D'.
1040
1041         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1042         (gnus-async-article-callback): Fix typo.
1043
1044 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1047         current line to work around bugs in the output from w3m.
1048
1049         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1050         for groups that want that.
1051
1052         * nntp.el (nntp-wait-for-string): Supply a timeout for
1053         accept-process-output to ensure progress.
1054
1055         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1056         level to get unread articles from, then use that for foreign groups,
1057         too.
1058
1059         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1060         confuses the rest of the function.
1061
1062         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1063         for the methods that support -retrieve-groups, too.
1064
1065         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1066
1067 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1070         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1071
1072         * pop3.el: Require cl when compiling.
1073         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1074
1075 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1078         that aren't going to be activated.
1079         (gnus-get-unread-articles): Fix up the last commit.
1080
1081         * gnus-html.el (gnus-article-html): Allow calling without specifying
1082         the handle.  In that case, dissect the buffer first.
1083
1084         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1085
1086         * nnimap.el (nnimap-open-connection): Revert the change that would look
1087         into authinfo for imaps instead of imap.
1088
1089         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1090         say that you don't want to call gnus-request-group with don-check, but
1091         do check the reponse.  This is for virtual groups only.
1092         (gnus-get-unread-articles): Count the archive groups as secondary, so
1093         that they're activated the same way as before.
1094
1095         * imap.el (imap-message-map): Removed optional buffer parameter, since
1096         no callers use it.
1097         (imap-message-get): Ditto.
1098         (imap-message-put): Ditto.
1099         (imap-mailbox-map): Ditto.
1100         (imap-mailbox-put): Ditto.
1101         (imap-mailbox-get): Ditto.
1102         (imap-mailbox-get): Revert last change for this function.
1103
1104         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1105         case-insensitively.
1106         (nnimap-debug): Removed.
1107
1108         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1109         to use `imap-fetch' instead.  According to the comments, this should be
1110         safe, since all other IMAP clients use the 1:* syntax.
1111         (imap-enable-exchange-bug-workaround): Removed.
1112         (imap-debug): Removed -- doesn't seem very useful.
1113
1114         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1115         mail from a file, and the file doesn't exist.
1116
1117         * imap.el (imap-log): New convenience function used throughout instead
1118         of repeating the same code all over the place.
1119
1120         * pop3.el (pop3-streaming-movemail): Return t for success.
1121
1122         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1123         .authinfo if we're using ssl connection.
1124
1125         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1126         already have if we're in a main Gnus `g' run.
1127
1128         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1129
1130 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1133
1134         * nnmh.el (nnmh-request-list-1): Bind `file'.
1135
1136         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1137         alias to set-process-query-on-exit-flag or process-kill-without-query.
1138         (pop3-open-server): Use it.
1139
1140 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1143         box to the Incoming file.  Fixes mistake in previous checkin.
1144
1145         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1146         request loop (for debugging purposes) removed.
1147
1148         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1149         culprit is more visible.
1150         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1151         (nnml-add-incremental-nov): New functions to do "incremental" nov
1152         updates, where we just append to the end of the existing nov files
1153         without reading/writing them in full.
1154
1155         * mail-source.el (mail-source-delete-crash-box): Really only check the
1156         incoming files once in a while.
1157
1158         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1159
1160         * mail-source.el (mail-source-delete-crash-box): Only check the
1161         incoming files for deletion once per day to save a lot of file
1162         accesses.
1163
1164         * pop3.el (pop3-logon): Fix up unbound variable typo.
1165
1166         * mail-source.el (pop3-streaming-movemail): Autoload.
1167
1168         * pop3.el (pop3-streaming-movemail): Respect
1169         pop3-leave-mail-on-server.
1170
1171         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1172         retrieval.
1173
1174         * pop3.el (pop3-process-filter): Removed unused function.
1175         (pop3-streaming-movemail, pop3-send-streaming-command)
1176         (pop3-wait-for-messages, pop3-write-to-file)
1177         (pop3-number-of-responses): New functions for streaming pop3
1178         retrieval.
1179
1180         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1181         come from no known methods.
1182         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1183         list.
1184
1185         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1186         message sizes.
1187         (pop3-movemail): Use erase-buffer instead of looping and deleting
1188         regions, which seems rather odd.
1189
1190         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1191         file once per `g' run.
1192
1193         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1194         directories.  This makes the draft queue directory work.
1195
1196         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1197         data from the backends, so that we only request the list of groups from
1198         each method once.  This should speed things up considerably.
1199
1200         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1201         detect that it's not implemented.
1202
1203         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1204         we actually do recurse down into the tree, but don't stat all leaf
1205         nodes.
1206
1207         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1208         then say so instead of bugging out.
1209
1210         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1211         files exist before trying to read them.
1212
1213         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1214         around <pre_int>.
1215
1216         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1217
1218         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1219
1220 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * mm-util.el (mm-image-load-path): Just return the image directories,
1223         not all directories in the path in addition to the image directories.
1224         (mm-image-load-path): Maintain a cache of the image directories so that
1225         the `g' command in Gnus doesn't have to stat dozens of directories each
1226         time.
1227
1228         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1229         (gnus-html-wash-tags): Add a new `i' command to insert images.
1230         (gnus-html-insert-image): New command and keystroke.
1231         (gnus-html-redisplay-with-images): New command and keystroke.
1232         (gnus-html-show-images): Renamed command.
1233         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1234         spacers.
1235         (gnus-html-wash-tags): Decode entities at the end, so that entities
1236         inside the tags don't mess up the rest of the "parsing".
1237
1238         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1239         so that nnimap methods aren't agentized by default.  There's apparently
1240         many problems related to agent/imap behaviour.
1241
1242         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1243
1244         * gnus-html.el: Doc fix.
1245
1246 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1249         specifier-spec-list for Emacs 21.
1250
1251         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1252         glyph-width and glyph-height instead of display-graphic-p and
1253         image-size; make avoidance of displaying small images work for XEmacs.
1254
1255         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1256         for XEmacs.
1257
1258         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1259         of symbol that holds plist data.
1260         (gnus-process-plist): Remove plist of process after getting it.
1261
1262 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * message.el (message-generate-hashcash): Change default to
1265         'opportunistic if hashcash is installed.
1266
1267         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1268         (gnus-html-put-image): Only call image-size once, since it's somewhat
1269         time-consuming on remote X servers.
1270
1271 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1274         type on data, not a file name.
1275
1276         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1277         window-pixel-edges for Emacs 21.
1278
1279         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1280         decoded contents.
1281         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1282
1283 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1286         group line format, since it isn't very interesting.
1287
1288         * gnus-agent.el (gnus-agent-short-article),
1289         (gnus-agent-long-article): Increase values for these two variables,
1290         since most people are likely to have more network connection and
1291         storage than before.
1292
1293         * gnus.el (gnus-refer-article-method): Change default to 'current.
1294         When referring an article, the common behaviour is to refer it from the
1295         current select method, not the native select method.  The chances of
1296         the native select method having the message in question is rather slim
1297         these days.
1298
1299         * gnus-sum.el (gnus-auto-select-subject): Change default to
1300         `unseen-or-unread'.  I think it's likely that most people want to
1301         select an unseen article over a previously seen, but unread one.
1302
1303         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1304         means that in the article buffer none of the minor mode elements will
1305         be shown, usually, and this is not desirable in most cases.
1306
1307         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1308         that commands like `d' (and the like) go to the next line in the
1309         buffer, instead of the next unread article.  I think this is the
1310         behaviour that is most natural for most users.
1311         (gnus-single-article-buffer): Change default to nil, so that people can
1312         have as many article buffers open as they have summary buffer.  I think
1313         this is the most natural way for the groups to behave.
1314
1315         * message.el (message-generate-new-buffers): Change default to
1316         `unsent', so that all new message buffers start their names with the
1317         string "*unsent", and it's easier to find the buffers if you move from
1318         them.
1319
1320 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1323         small.  They're probably tracking images.
1324         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1325         (gnus-html-rescale-image): Yet another try at getting the image sizing
1326         right.
1327
1328         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1329         nntp-marks-file-name is nil.
1330
1331 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * gnus-html.el (gnus-html-wash-tags)
1334         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1335         Better logging.
1336
1337 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1340
1341         * gnus-html.el (gnus-html-wash-tags): Check the value of
1342         gnus-blocked-images in the summary buffer.
1343
1344 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1345
1346         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1347
1348 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1351         like "a", it seems like.
1352         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1353         since it needs to be picked from the correct buffer.
1354
1355         * nnwfm.el: Removed.
1356
1357         * nnlistserv.el: Removed.
1358
1359 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1360
1361         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1362         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1363
1364 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * nnkiboze.el: Removed.
1367
1368         * nndb.el: Removed.
1369
1370         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1371         alt text.
1372         (gnus-html-rescale-image): Try to get the rescaling logic right for
1373         images that are just wide and not tall.
1374
1375         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1376         overshadow variable bindings.
1377
1378 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1379
1380         * gnus-html.el (gnus-html-wash-tags)
1381         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1382         extra logging.
1383
1384 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1387         (gnus-max-image-proportion): New variable.
1388         (gnus-html-rescale-image): New function.
1389         (gnus-html-put-image): Rescale images.
1390
1391 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1392
1393         Fix up some byte-compiler warnings.
1394         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1395         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1396         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1397         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1398         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1399         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1400         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1401
1402 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-html.el (gnus-article-html): Decode contents by charset.
1405
1406 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1409         (gnus-html-frame-width, gnus-blocked-images)
1410         * message.el (message-prune-recipient-rules): Add custom version.
1411         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1412
1413         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1414         functions.
1415
1416         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1417         gnus-process-get.
1418
1419 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1420
1421         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1422         instead of lsub directly.
1423
1424 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * nnwarchive.el: Removed.
1427
1428         * gnus-soup.el: Removed.
1429
1430         * nnsoup.el: Removed.
1431
1432         * nnultimate.el: Removed.
1433
1434         * gnus-html.el (gnus-blocked-images): New variable.
1435
1436         * message.el (message-prune-recipients): New function.
1437         (message-prune-recipient-rules): New variable.
1438
1439         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1440         guess whether a long line is natural text or not.
1441
1442         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1443         gnus-process-plist and friends for compatibility.
1444
1445 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1446
1447         * gnus-html.el: Require packages that define macros used in this file.
1448         (gnus-article-mouse-face): Declare to silence byte-compiler.
1449         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1450         process-get.
1451         (gnus-html-put-image): Use plist-get to avoid getf.
1452         (gnus-html-prefetch-images): Use with-current-buffer.
1453
1454 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-ems.el: Provide compatibility functions for
1457         gnus-set-process-plist.
1458
1459         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1460         header-line-format for XEmacs 21.4.
1461
1462         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1463         * gnus.el (gnus-valid-select-methods)
1464         * message.el (message-send-mail-partially-limit)
1465         * mm-decode.el (mm-text-html-renderer)
1466         * mml.el (mml-insert-mime-headers-always)
1467         * smiley.el (smiley-regexp-alist): Bump custom version.
1468
1469 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-html.el: require mm-url.
1472         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1473         with the url to `url'.
1474         (gnus-html-wash-tags): Support cid: URLs/images.
1475
1476 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1479         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1480         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1481
1482         * gnus-move.el: Removed file, since it doesn't really work.
1483
1484         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1485         UTF-8.  This seems to fix problems with some German web feeds.
1486
1487         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1488         at the top so that the proper colours are applied.
1489
1490         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1491         don't have dots in their names.
1492
1493         * gnus-art.el (gnus-article-view-part): Doc fix.
1494
1495         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1496         XEmacs-compatible.
1497         (gnus-html-put-image): Don't do images on non-graphic displays.
1498
1499         * nnslashdot.el: Removed this unused backend.
1500
1501         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1502         actions.
1503         (gnus-undo-register-1): Revert last change.
1504
1505         * gnus-group.el (gnus-group-completing-read): Protect against not
1506         having completion-styles bound.
1507
1508         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1509         make broken recipients happier.
1510
1511         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1512
1513         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1514         point parameter.
1515
1516         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1517
1518         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1519         completion-styles for group selection.
1520
1521 2009-02-04  Andreas Schwab  <schwab@suse.de>
1522
1523         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1524         headers and regexp-quote the match if necessary.
1525
1526 2009-03-24  Miles Bader  <miles@gnu.org>
1527
1528         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1529         the blinking smiley.
1530
1531 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1532
1533         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1534         blink smiley.
1535
1536 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1539         where the dribbel file lives exists.
1540
1541         * message.el (message-send-mail-partially-limit): Change the default to
1542         nil, since most people don't want this.
1543
1544         * mm-url.el (mm-url-decode-entities): Also decode entities like
1545         &#x3212.
1546
1547 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1548
1549         * gnus-sum.el (gnus-summary-idna-message):
1550         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1551         Hyperlink urls in docstrings with URL `...'.
1552
1553 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1554
1555         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1556         functions.
1557
1558 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1561         say what the mouseover text should be.
1562
1563         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1564         version of the mm-w3m-safe-url-regexp variable to only download images
1565         in the groups where we want that to happen.
1566
1567         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1568
1569         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1570         easier debugging.
1571         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1572         big pictures in the article buffer.
1573
1574         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1575         gnus-article-html.
1576         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1577         w3m.
1578
1579         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1580
1581 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1584         which doesn't exist.
1585
1586         * message.el (message-inhibit-ecomplete): New variable to allow some
1587         function to inhibit ecomplete address storage.
1588         (message-resend): Disable ecomplete message storage when resending
1589         messages.
1590
1591         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1592
1593 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1596         Save excursion while copying, moving, and deleting articles in order to
1597         prevent the cursor from jumping to unforeseen place.
1598
1599 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * lpath.el: No need to bind bookmark-current-buffer,
1602         bookmark-yank-point and bookmark-make-record-function.
1603
1604 2010-08-17  Glenn Morris  <rgm@gnu.org>
1605
1606         * gnus-sync.el: Require gnus components whose functions are used.
1607
1608         * gnus-art.el (bookmark-make-record-function):
1609         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1610         Declare for compiler.
1611
1612         * mm-url.el (mml-compute-boundary): Autoload.
1613
1614 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1617
1618 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1619
1620         Typo fix "hoo4a" -> "hook".
1621
1622         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1623
1624 2010-08-14  Glenn Morris  <rgm@gnu.org>
1625
1626         * gnus-sync.el (gnus-sync): Fix defgroup version.
1627
1628 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1629
1630         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1631
1632         * gnus-sync.el: Fix docs.
1633         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1634         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1635
1636 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1637
1638         Optimizations for gnus-sync.el.
1639
1640         * gnus-sync.el: Add docs about gnus-sync-backend
1641         possibilities.
1642         (gnus-sync-save): Remove unnecessary message.
1643         (gnus-sync-read): Optimize and show what groups were skipped.
1644
1645 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1646
1647         Minor bug fixes for gnus-sync.el.
1648
1649         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1650         read the sync on get-new-news.
1651
1652         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1653         quiet.
1654
1655         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1656
1657 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1658
1659         Make saving and restoring of hidden threads work with overlays.
1660         Patch applied by Ted Zlatanov.
1661
1662         * gnus-sum.el (gnus-hidden-threads-configuration)
1663         (gnus-restore-hidden-threads-configuration): Update to deal with text
1664         properties, rather than searching for a magic character.
1665
1666 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1667
1668         New gnus-sync.el library for synchronization of marks.
1669
1670         * gnus-sync.el: New library for synchronization of marks.
1671
1672         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1673         renamed from `gnus-registry-grep-in-list'.
1674
1675         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1676
1677         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1678
1679 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1682         determining charset of text fails.
1683
1684 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * nnmail.el (nnmail-get-new-mail-1): Revert.
1687
1688         * nnml.el (nnml-active-number): Make sure names of newly created groups
1689         in nnml-group-alist are encoded.
1690
1691 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1694         containing non-ASCII characters in active file for nnml back end.
1695
1696 2010-07-24  David Engster  <dengste@eml.cc>
1697
1698         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1699         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1700
1701 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1702
1703         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1704         tag (Bug#6654).
1705
1706 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1709         the article buffer, not the summary buffer.
1710
1711 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1714         Emacs 23 as well.
1715
1716 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1719         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1720
1721 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1722
1723         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1724         Patch applied by Karl Fogel.
1725
1726         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1727         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1728
1729 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1730
1731         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1732         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1733         C-w still not working correctly from Article buffers; Thierry's
1734         patch to fix that will be applied after this.
1735
1736         * gnus-art.el (bookmark-make-record-function): New local variable.
1737
1738         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1739         article buffer.
1740         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1741
1742 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1743
1744         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1745         on changes in bookmark.el.
1746
1747 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1750         `no-log' instead of message not to log prompt string.
1751
1752 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1753
1754         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1755         the *other* type of HTML form submission.
1756
1757 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1758
1759         * auth-source.el (auth-source-pick): If choice does not contain a
1760         questioned keyword, set the check to t.
1761
1762 2010-06-12  Romain Francoise  <romain@orebokech.com>
1763
1764         * gnus-util.el (gnus-date-get-time): Move up before first use.
1765
1766 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1769         (gnus-article-edit-part): Bind it to make last part that is substituted
1770         or deleted visible.
1771         (gnus-mime-display-single): Buttonize part of which id equals to
1772         gnus-mime-buttonized-part-id.
1773
1774 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1775
1776         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1777         (gnus-dd-mmm): Use gnus-date-get-time.
1778         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1779         simplify logic.
1780         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1781         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1782
1783 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1784
1785         * auth-source.el (top): Autoload `secrets-list-collections',
1786         `secrets-create-item', `secrets-delete-item'.
1787         (auth-sources): Fix tag string.
1788         (auth-get-source, auth-source-retrieve, auth-source-create)
1789         (auth-source-delete): New defuns.
1790         (auth-source-pick): Rewrite in order to avoid 2 passes.
1791         (auth-source-forget-user-or-password): New parameter USERNAME.
1792         (auth-source-user-or-password): New parameters CREATE-MISSING and
1793         DELETE-EXISTING.  Retrieve password interactively, if needed.
1794
1795 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1796
1797         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1798         deleting unused directories when gnus-expert-user is t.
1799
1800 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1803         for each temp file when gnus-article-browse-delete-temp is ask.
1804
1805 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1806
1807         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1808         Lisp calls to delete-backward-char by calls to delete-char.
1809
1810 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1811
1812         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1813
1814 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1815
1816         * password-cache.el (password-cache-remove): Fix docstring.
1817
1818 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1821         article unless decoding article to be saved.
1822
1823 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1826         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1827         generated within the mm-with-unibyte-current-buffer macro.
1828
1829 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1832         to nil when we're in a mml-preview buffer and no group is selected.
1833
1834 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1835
1836         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1837         when catching the `C-g'.  Reported by "Leo".
1838
1839 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * message.el (message-forward-make-body-plain)
1842         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1843         multibyte-string-p.
1844
1845         * lpath.el: Revert.
1846
1847 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * message.el (message-forward-make-body-mml): Assume original message
1850         is multibyte string; error on unibyte.
1851         (message-forward-make-body-plain): Ditto; don't add excessive newline
1852         in body end.
1853
1854         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1855
1856 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1857
1858         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1859         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1860
1861 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * mm-extern.el (mm-extern-url): Don't use
1864         mm-with-unibyte-current-buffer.
1865         (mm-extern-cache-contents): Use with-current-buffer instead of
1866         save-excursion + set-buffer.
1867
1868 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * mm-util.el (mm-emacs-mule): Remove.
1871
1872 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1873
1874         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1875         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1876         change.
1877
1878 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1881         bind the default value of enable-multibyte-characters to nil.
1882
1883 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * message.el (message-forward-make-body-plain)
1886         (message-forward-make-body-mml):
1887         Don't use mm-with-unibyte-current-buffer.
1888
1889 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1890
1891         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1892
1893 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1894
1895         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1896         (Bug#5592).
1897
1898 2010-05-07  Julien Danjou  <julien@danjou.info>
1899
1900         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1901         it to mm-pipe-part.
1902
1903         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1904         it is given.
1905
1906 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * binhex.el (binhex-decode-region-internal)
1909         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1910         (dns-query)
1911         * nnweb.el (nnweb-gmane-search)
1912         * pgg-parse.el (pgg-parse-armor)
1913         * pgg.el (pgg-verify-region)
1914         * sha1.el (sha1-string-external)
1915         * uudecode.el (uudecode-decode-region-internal)
1916         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1917         XEmacs.
1918
1919         * gnus-art.el (gnus-article-browse-html-parts)
1920         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1921         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1922         make-temp-file.
1923
1924         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1925         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1926         compiling.
1927
1928         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1929         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1930         XEmacs when compiling.
1931
1932         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1933         gnus-pick-mode-off-hook for XEmacs when compiling.
1934         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1935         gnus-binary-mode-off-hook for XEmacs when compiling.
1936
1937         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1938         nil if char-charset is not available.
1939
1940         * imap.el (imap-disable-multibyte)
1941         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1942         macros.
1943
1944         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1945         instead of encode-coding-string.
1946
1947         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1948         'xemacs) instead of mm-emacs-mule to switch function definitions.
1949         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1950
1951         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1952         bind temporary-file-directory for XEmacs;
1953         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1954         timer-set-function for XEmacs 21.4 and SXEmacs;
1955         bind timer-list for XEmacs 21.4 and SXEmacs;
1956         fbind char-charset and find-charset-region for non-Mule XEmacs;
1957         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1958         encode-coding-region and encode-coding-string for XEmacs having no
1959         file-coding feature.
1960
1961 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1962
1963         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1964
1965 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1968         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1969
1970 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1971
1972         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1973         alias `jka-compr-delete-temp-file' no longer exists.
1974
1975 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1976
1977         Use define-minor-mode in Gnus where applicable.
1978         * mml.el (mml-mode): Use define-minor-mode.
1979         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1980         (gnus-undo-mode): Use define-minor-mode.
1981         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1982         (gnus-dead-summary-mode): Use define-minor-mode.
1983         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1984         Initialize in declaration.
1985         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1986         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1987         (gnus-mailing-list-mode): Use define-minor-mode.
1988         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1989         (gnus-draft-mode): Use define-minor-mode.
1990         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1991         (gnus-dired-mode): Use define-minor-mode.
1992
1993 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1994
1995         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1996         handles on recursive mml-to-mime translation and check them for
1997         boundary delimiter collisions.  Reported by Greg Troxel.
1998
1999 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2002
2003 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2004
2005         * mm-util.el (mm-find-buffer-file-coding-system):
2006         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2007
2008 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2009
2010         * message.el (message-generate-headers): Record insertion of optional
2011         headers as well.  Otherwise the check to prevent repeated insertion of
2012         optional headers is a no-op.
2013
2014 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * smime.el: Don't mention CVS.
2017
2018         * nnrss.el (nnrss-fetch): Don't mention CVS.
2019
2020         * nnir.el: Don't mention CVS.
2021
2022 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2023
2024         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2025
2026 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * lpath.el: Fbind bookmark-default-handler,
2029         bookmark-get-bookmark-record, bookmark-make-record-default,
2030         bookmark-prop-get for Emacs <23 and XEmacs.
2031
2032 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2033
2034         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2035         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2036         Use with-current-buffer to silence the byte-compiler.
2037         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2038         bother to require `gnus'.
2039         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2040
2041 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2042
2043         * gnus-sum.el (gnus-summary-bookmark-make-record)
2044         (gnus-summary-bookmark-jump): New functions.
2045         (gnus-summary-mode): Setup bookmark support.
2046
2047 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2048
2049         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2050         if set.
2051
2052 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2055         gnus-article-browse-html-save-cid-image; make it work recursively for
2056         forwarded messages as well.
2057         (gnus-article-browse-html-parts): Work when prefix arg is given.
2058         (gnus-article-browse-html-article): Doc fix.
2059
2060 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2061
2062         * message.el (message-default-mail-headers):
2063         (message-default-headers): Carry the value mail-default-headers over
2064         into message-default-mail-headers, rather than message-default-headers.
2065
2066 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2067
2068         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2069         charset.
2070
2071         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2072         charset into the <meta> tag when the article is encoded to utf-8.
2073
2074 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2077         directories as well.
2078         (gnus-article-browse-html-parts): Work for images that do not specify
2079         file names; delete temp directory when quitting; insert header at the
2080         right place; use file: scheme for image files.
2081
2082 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2083
2084         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2085         (gnus-article-browse-html-parts): Use it to make temporary cid image
2086         files in addition to html file so that browser may display them.
2087
2088 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2091
2092 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2093
2094         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2095
2096 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2097
2098         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2099         about Secret Service API sources.  Improve Customize options.
2100         (auth-source-pick): Change to accept any number of search parameters.
2101         Implement fallbacks iteratively, not recursively.  Add scoring on the
2102         second pass and sort by score.  Call Secret Service API when needed.
2103         (auth-source-user-or-password): Use it.  Call Secret Service API
2104         directly when needed to get the user name and the password.
2105
2106 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2107
2108         * message.el (message-interactive): Doc fix.
2109         (message-qmail-inject-args): Reflow.
2110         (message-kill-to-signature): Fix typo in docstring.
2111
2112         * smiley.el (smiley-buffer): Fix typo in docstring.
2113
2114 2010-03-24  Glenn Morris  <rgm@gnu.org>
2115
2116         * mail-source.el (gnus-message): Declare.
2117         (mail-source-delete-old-incoming): Require gnus-util.
2118
2119 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2122
2123         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2124
2125         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2126         password-cache's default if it is not bound.
2127         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2128         password-cache-expiry's default if it is not bound.
2129
2130         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2131         available in Emacs 21.
2132
2133         * lpath.el: Suppress compiler warnings for:
2134         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2135         XEmacs;
2136         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2137         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2138         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2139
2140 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2141
2142         * auth-source.el (auth-sources): Fix up definition so extra parameters
2143         are always inline.
2144
2145 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2146
2147         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2148         wasn't updated after mismatch.  Clear cached mailbox info correctly
2149         when uidvalidity changes.
2150         (nnimap-group-prefixed-name): New function to avoid some code
2151         duplication.
2152         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2153         (nnimap-request-group): Use it.
2154         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2155         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2156         with many imap folders.  This is done by caching the group status from
2157         the imap server persistently in a group parameter `imap-status'.  (This
2158         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2159         but not persistently, so every Gnus startup was still very slow.)
2160
2161 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2162
2163         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2164         delete the extra newline.  Otherwise editing of :string and :number
2165         types don't work.
2166
2167 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2168
2169         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2170         secrets.el dependency.
2171         (auth-sources): Add optional user name.  Add secrets.el configuration
2172         choice (unused right now).
2173
2174 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2175
2176         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2177         `gnus-registry-install-shortcuts' fill in the functions.
2178
2179         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2180         warnings.
2181         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2182         (gnus-registry-install-shortcuts): Populate and use it in a
2183         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2184
2185 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2186
2187         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2188         In-place substitutions for the group name encoding/decoding.
2189         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2190         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2191         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2192         (nnimap-update-unseen, nnimap-request-list)
2193         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2194         (nnimap-request-set-mark, nnimap-split-to-groups)
2195         (nnimap-split-articles, nnimap-request-newgroups)
2196         (nnimap-request-create-group, nnimap-request-accept-article)
2197         (nnimap-request-delete-group, nnimap-request-rename-group)
2198         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2199         `encoded-mbx' for consistency.
2200         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2201         variable `imap-current-mailbox'.
2202
2203         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2204         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2205
2206 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2207
2208         * pop3.el (pop3-display-message-size-flag): Display message size byte
2209         counts during POP3 download.
2210         (pop3-movemail): Use it.
2211         (pop3-list): Implement listing of available messages.
2212
2213 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2214
2215         * nnir.el (nnir-get-article-nov-override-function): New function to
2216         override the normal NOV retrieval.
2217         (nnir-retrieve-headers): Use it.
2218
2219 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2220
2221         * auth-source.el (netrc-machine-user-or-password): Autoload.
2222
2223 2010-03-19  Glenn Morris  <rgm@gnu.org>
2224
2225         Stop message.el from loading about 40 libraries it doesn't always need.
2226         The general approach is to autoload rather than require, and to
2227         require in the specific functions rather than the file.  (Bug#5642)
2228
2229         * gmm-utils.el: Don't require wid-edit.
2230         (widget-create-child-value, widget-convert, widget-default-get):
2231         Autoload.
2232
2233         * gnus-util.el: Don't require time-date, netrc.
2234         (message-fetch-field, gnus-group-name-decode): Declare rather than
2235         autoloading.
2236         (gnus-fetch-field): Require message.
2237         (gnus-decode-newsgroups): Require gnus-group.
2238
2239         * ietf-drums.el: Don't require time-date.
2240
2241         * message.el: Don't require hashcash, canlock, ecomplete.
2242         Do require mail-utils.  Require nnheader only when compiling.
2243         (smtpmail-default-smtp-server): Remove declaration.
2244         (message-send-mail-function): Check smtpmail-default-smtp-server
2245         is bound rather than requiring smtpmail.
2246         (message-auto-save-directory, message-insert-signature): Use
2247         expand-file-name rather than nnheader-concat.
2248         (nnheader-insert-file-contents): Autoload.
2249         (hashcash-wait-async): Declare.
2250         (message-send-mail): Only call gnus-setup-posting-charset if
2251         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2252         (message-send-mail-with-sendmail): Require sendmail.
2253         (canlock-password, canlock-password-for-verify): Declare.
2254         (message-canlock-password): Require canlock.
2255         (nnheader-get-report): Autoload.
2256         (gnus-setup-posting-charset): Declare.
2257         (message-send-news): Require gnus-msg.
2258         (message-make-references, message-make-in-reply-to): Use mail-header-id
2259         rather than the alias mail-header-message-id.
2260         (ecomplete-add-item, ecomplete-save): Declare.
2261         (message-put-addresses-in-ecomplete): Require ecomplete.
2262         (ecomplete-display-matches): Autoload.
2263
2264         * mm-decode.el: Don't require mailcap, gnus-util.
2265         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2266         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2267         Autoload.
2268         (mailcap-mime-extensions): Declare.
2269
2270         * mm-encode.el: Don't require mailcap.
2271         (mailcap-extension-to-mime): Autoload.
2272
2273         * mml-sec.el: Don't require password-cache.
2274
2275         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2276         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2277         (mml-minibuffer-read-type): Require mailcap.
2278         (mml-preview): Require gnus-msg.
2279
2280         * mml1991.el: Require password-cache.
2281         (password-cache-expiry): Remove declaration.
2282
2283         * mml2015.el: Require password-cache.
2284         (password-cache-expiry): Remove declaration.
2285
2286         * nneething.el (mailcap): Require mailcap.
2287
2288         * nnheader.el (declare-function): Add compatibility stub.
2289         (message-remove-header): Declare rather than autoload.
2290         (nnheader-replace-header): Require message.
2291
2292         * nnimap.el (declare-function): Add compatibility stub.
2293         (netrc-parse, netrc-machine-user-or-password): Declare.
2294         (nnimap-open-connection): Require netrc.
2295
2296         * nntp.el (declare-function): Add compatibility stub.
2297         (netrc-parse, netrc-machine, netrc-get): Declare.
2298         (nntp-send-authinfo): Require netrc.
2299
2300         * rfc2047.el: Don't require qp.
2301         (quoted-printable-encode-region, quoted-printable-decode-string):
2302         Autoload.
2303
2304         * sieve-mode.el: Don't require easymenu.
2305         (easy-menu-add-item): Autoload it.
2306
2307         * spam-stat.el (time-to-number-of-days): Autoload it.
2308
2309 2010-03-19  Glenn Morris  <rgm@gnu.org>
2310
2311         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2312
2313 2010-03-18  Glenn Morris  <rgm@gnu.org>
2314
2315         * hashcash.el (declare-function): Remove duplicate definition.
2316
2317 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2318
2319         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2320         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2321         value if any backslash escapes).
2322
2323 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2326         if it is available.  (bug#5647)
2327
2328         * lpath.el: Suppress compiler warning for coding-system-from-name for
2329         Emacs 21 and XEmacs.
2330
2331 2010-03-14  Juri Linkov  <juri@jurta.org>
2332
2333         * hmac-def.el:
2334         * hmac-md5.el:
2335         * netrc.el: Fix keywords.
2336
2337 2010-02-26  Glenn Morris  <rgm@gnu.org>
2338
2339         * message.el (message-send-mail-function): Change the default, so that
2340         it inherits from a customized send-mail-function.  (Bug#5643)
2341
2342 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2343
2344         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2345         shell-command-to-string signals an error (bug#5299).
2346
2347 2010-02-24  Glenn Morris  <rgm@gnu.org>
2348
2349         * message.el (message-smtpmail-send-it)
2350         (message-send-mail-with-mailclient): Doc fixes.
2351
2352 2010-02-16  Glenn Morris  <rgm@gnu.org>
2353
2354         * message.el (message-default-mail-headers): Change the default value
2355         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2356
2357 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2360         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2361
2362 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2363
2364         * time-date.el (date-to-time): Doc fix (Bug#5408).
2365
2366 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2367
2368         * message.el (message-mail): Just pass yank-action on to message-setup.
2369         (message-setup): Handle (FUN . ARGS) form of yank-action.
2370         (message-with-reply-buffer, message-widen-reply)
2371         (message-yank-original): Handle non-buffer values of
2372         message-reply-buffer (Bug#4080).
2373         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2374
2375 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2376
2377         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2378         Fix typo in docstring.
2379
2380 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2381
2382         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2383         response.
2384
2385 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2388
2389         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2390
2391         * message.el (message-check-news-header-syntax): Protect against a
2392         string that `rfc822-addresses' returns when parsing fails.
2393
2394 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2397         (gnus-previous-char-property-change): New functions.
2398
2399         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2400
2401 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2402
2403         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2404         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2405
2406 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2407
2408         * message.el (message-exchange-point-and-mark): Rework last change to
2409         avoid using optional arg of exchange-point-and-mark, for backward
2410         compatibility.
2411
2412 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2413
2414         * message.el (message-exchange-point-and-mark): Call
2415         exchange-point-and-mark with an argument rather than setting
2416         mark-active by hand (Bug#5175).
2417
2418 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * nntp.el (nntp-service-to-port): Work for service expressed with
2421         numeric string; replace [:digit:] with [0-9] for XEmacs.
2422
2423 2009-12-17  Glenn Morris  <rgm@gnu.org>
2424
2425         * gnus-group.el (gnus-bug-group-download-format-alist):
2426         Change emacs entry to debbugs.gnu.org.  Bump :version.
2427
2428 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2429
2430         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2431
2432 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * message.el (message-info): Explain why we use `Info-goto-node'.
2435
2436 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2439
2440 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2441
2442         * message.el (message-completion-in-region): New compatibility function.
2443         (message-expand-group): Use it.
2444
2445 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2448         with no unread article should be listed if the 2nd arg `predicate' is
2449         given.
2450
2451 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2454
2455 2009-11-29  Juri Linkov  <juri@jurta.org>
2456
2457         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2458         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2459         on `gnus-recenter'. (Bug#4698, Bug#4981)
2460
2461 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2462
2463         * sha1.el (sha1-string-external): default-directory "/" in case
2464         otherwise non-existent.  process-connection-type pipe for touch of
2465         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2466
2467 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2468
2469         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2470         it's comms related and sgml-mode.el has "comm" on that basis too.
2471
2472 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2475         containing tspecial characters if they have been already quoted.
2476
2477 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2478
2479         * dns-mode.el (auto-mode-alist): Purecopy string.
2480
2481 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2482
2483         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2484
2485 2009-10-24  Glenn Morris  <rgm@gnu.org>
2486
2487         * gnus-art.el (help-xref-stack-item): Define for compiler.
2488
2489 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2490
2491         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2492
2493 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2496
2497 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2500         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2501
2502 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2505         (gnus-overlays-in): New alias to overlays-in.
2506
2507         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2508         gnus-overlay-get, and gnus-delete-overlay.
2509         (gnus-summary-show-thread): Make it work as well for systems in which
2510         next-single-char-property-change is not available.
2511         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2512
2513         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2514         (gnus-overlay-get): New alias to extent-property.
2515         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2516
2517         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2518         SXEmacs.
2519
2520         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2521         SXEmacs.
2522
2523 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2524
2525         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2526
2527 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2528
2529         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2530         and XEmacs that don't have `remove-overlays'.
2531
2532 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2533
2534         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2535         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2536         selective display.  Use overlays instead.
2537
2538 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2539
2540         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2541
2542 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2543
2544         * spam-stat.el (spam-stat-load): Fix typo in message.
2545
2546 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2547
2548         * dig.el (dig-invoke): Fix typo in docstring.
2549         (query-dig): Reflow docstring.
2550
2551 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2552
2553         * gnus-art.el (gnus-article-encrypt-body):
2554         * message.el (message-check-recipients):
2555         * mm-util.el (mm-codepage-setup):
2556         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2557         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2558
2559 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2560
2561         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2562         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2563         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2564         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2565         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2566
2567 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2568
2569         * dig.el: Add "Keywords: comm", as per net-utils.el.
2570
2571 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2572
2573         * dig.el (dig-mode): Use define-derived-mode.
2574
2575 2009-09-19  Glenn Morris  <rgm@gnu.org>
2576
2577         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2578
2579 2009-09-18  Glenn Morris  <rgm@gnu.org>
2580
2581         * gnus-diary.el (gnus-diary-check-message):
2582         * message.el (message-insert-formatted-citation-line):
2583         * nnbabyl.el (top-level):
2584         * nndiary.el (nndiary-schedule):
2585         Fix typos in condition-case handlers.
2586
2587 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2590         configuration that provides the sole article window in a frame;
2591         position point correctly after deleting a part.
2592
2593 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2594
2595         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2596         (spam-resolve-registrations-routine): Use it to unregister articles
2597         that change status.
2598
2599 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2602         with XEmacs.
2603         (parse-time-string-chars): Use it.
2604
2605 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * imap.el (imap-interactive-login): Better messages.
2608         (imap-open): Fix bug with renamed buffer on reconnect.
2609         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2610         for easier debugging and cleaner code.  On successful (guessed based on
2611         server capabilities) secondary authentication, set imap-state
2612         correctly.
2613         (imap-last-authenticator): Define imap-last-authenticator as a variable
2614         to avoid warnings.
2615
2616 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * nnrss.el (nnrss-request-article): Remove binding of
2619         default-enable-multibyte-characters that has gotten needless by
2620         the 2007-07-13 change in rfc2047-encode-message-header.
2621
2622         * mml.el (mml-insert-multipart): Error on the message header.
2623         (mml-insert-part): Error on the message header; position point at
2624         the end of a MIME tag.
2625
2626 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * time-date.el (autoload): Expand define-obsolete-function-alias into
2629         defalias and make-obsolete for old Emacsen that Gnus supports.
2630         (with-no-warnings): Define it for old Emacsen.
2631         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2632         is available.
2633         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2634         float-time is available; suppress compile warning for time-to-seconds.
2635
2636         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2637         (gnus-float-time): Alias to float-time if it exists.
2638
2639         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2640         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2641         float-time is available; suppress compile warning for time-to-seconds.
2642
2643         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2644         XEmacs.
2645
2646 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2647
2648         * imap.el (imap-message-map): Docstring fix.
2649
2650 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2653         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2654         Add the optional argument `encoding' that overrides the default.
2655
2656         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2657         mm-encode-buffer.
2658
2659 2009-09-04  Glenn Morris  <rgm@gnu.org>
2660
2661         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2662         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2663         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2664         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2665         * mm-util.el (mm-with-unibyte-current-buffer)
2666         (mm-find-buffer-file-coding-system):
2667         * yenc.el (yenc-decode-region): Use default-value rather than
2668         default-enable-multibyte-characters.
2669
2670 2009-09-03  Glenn Morris  <rgm@gnu.org>
2671
2672         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2673         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2674         than default-enable-multibyte-characters.
2675
2676 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2677
2678         * gnus-art.el (gnus-article-read-summary-keys):
2679         Fix gnus-buffer-configuration's value temporarily used.
2680
2681 2009-09-02  Glenn Morris  <rgm@gnu.org>
2682
2683         * gnus-util.el (gnus-float-time): New function.
2684         * gnus-delay.el (gnus-delay-article):
2685         * gnus-sum.el (gnus-thread-latest-date):
2686         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2687         * nnspool.el (nnspool-request-newgroups):
2688         Use gnus-float-time rather than time-to-seconds.
2689         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2690
2691         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2692         (gnus-header-subject-face, gnus-header-newsgroups-face)
2693         (gnus-header-name-face, gnus-header-content-face):
2694         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2695         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2696         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2697         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2698         (gnus-cite-face-11):
2699         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2700         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2701         (gnus-server-closed-face, gnus-server-denied-face)
2702         (gnus-server-offline-face):
2703         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2704         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2705         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2706         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2707         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2708         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2709         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2710         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2711         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2712         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2713         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2714         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2715         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2716         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2717         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2718         (gnus-summary-high-undownloaded-face)
2719         (gnus-summary-low-undownloaded-face)
2720         (gnus-summary-normal-undownloaded-face)
2721         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2722         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2723         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2724         (gnus-splash-face):
2725         * message.el (message-header-to-face, message-header-cc-face)
2726         (message-header-subject-face, message-header-newsgroups-face)
2727         (message-header-other-face, message-header-name-face)
2728         (message-header-xheader-face, message-separator-face)
2729         (message-cited-text-face, message-mml-face):
2730         * sieve-mode.el (sieve-control-commands-face)
2731         (sieve-action-commands-face, sieve-test-commands-face)
2732         (sieve-tagged-arguments-face):
2733         * spam.el (spam-face):
2734         Mark face aliases with "-face" in the name as obsolete.
2735
2736 2009-09-01  Glenn Morris  <rgm@gnu.org>
2737
2738         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2739         than goto-line.
2740
2741 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2744         Don't move point if the command is invoked inside the message header.
2745
2746 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2747
2748         * imap.el (imap-send-command): Simplify.
2749         (imap-wait-for-tag): point-max -> buffer-size.
2750
2751 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2752
2753         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2754         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2755         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2756         * nnir.el (nnir-swish-e-index-file):
2757         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2758         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2759         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2760         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2761         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2762         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2763
2764 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2767         Don't save excursion.
2768
2769 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2770
2771         * nnheader.el (nnheader-find-file-noselect):
2772         * mm-util.el (mm-insert-file-contents):
2773         Use (default-value 'major-mode) instead of default-major-mode.
2774
2775 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2776
2777         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2778
2779 2009-08-26  Glenn Morris  <rgm@gnu.org>
2780
2781         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2782         than placing in files.el.
2783
2784 2009-08-25  Glenn Morris  <rgm@gnu.org>
2785
2786         * nnir.el (top-level): Don't require cl at run-time.
2787         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2788         Replace cl-function substitute with gnus-replace-in-string.
2789         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2790         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2791         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2792         simplified expansions.
2793
2794 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2795
2796         * dig.el (dig): Add autoload cookie.
2797
2798 2009-08-22  Glenn Morris  <rgm@gnu.org>
2799
2800         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2801         goto-line.
2802
2803 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2804
2805         * parse-time.el (parse-time-string-chars): Save match data.
2806
2807 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2808
2809         * parse-time.el (parse-time-string-chars): Compute using character
2810         classes, to handle non-ascii characters (Bug#3190).
2811
2812 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2815
2816         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2817         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2818         (gnus-mm-display-part, gnus-mime-display-single)
2819         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2820         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2821
2822         * gnus-sum.el
2823         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2824         (gnus-summary-move-article): Add expirable mark to articles copied or
2825         moved to group that has auto-expire turned on if the option is non-nil.
2826
2827 2009-07-24  Glenn Morris  <rgm@gnu.org>
2828
2829         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2830         Fix typo.  (Bug#3903)
2831
2832 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2835         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2836         that should not be used for draft articles.
2837         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2838         that has no concern in minor mode keys.
2839         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2840         Abolish.
2841
2842 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2845         article without making inquiry to a user for unknown encoding.
2846
2847         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2848         (nnmaildir--scan): Assume i-node and device number that file-attributes
2849         returns might be cons-cell.
2850
2851         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2852
2853         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2854
2855 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2856
2857         * auth-source.el: Remove docs now in auth.texi.  Don't use
2858         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2859         `auth-source-hide-passwords' and use them.
2860
2861 2009-07-15  Glenn Morris  <rgm@gnu.org>
2862
2863         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2864
2865 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2868         excessive whitespace from the default values of title and description.
2869
2870 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2873         mail-fetch-field to fetch Content-Description header in order to
2874         exclude newlines.
2875
2876 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2877
2878         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2879         format used by GnuPG 2.0.11.
2880
2881 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2884         to deleted part.
2885
2886 2009-05-30  David Engster  <dengste@eml.cc>
2887
2888         * nnmairix.el: Remove old documentation in the commentary block.
2889         (nnmairix-request-group): Do not update active file for nnml back ends.
2890         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2891         end so that overview files are ignored.
2892         (nnmairix-update-groups): Make updating the groups more robust by using
2893         marks.
2894         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2895         with dollar characters in message-id.
2896
2897 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2898
2899         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2900         2008-12-25 in dns.el.
2901
2902 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2903
2904         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2905         could happen if the text is only composed of spaces and/or tabs.
2906
2907 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2908
2909         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2910         when sending a queued message to avoid extra mml tags.
2911
2912 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2915
2916 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2919         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2920         rmail-toggle-header for XEmacs;
2921         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2922
2923 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * gnus-dired.el: Remove autoload for gnus-setup-message.
2926         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2927         displaying Gnus logo; always use compose-mail.
2928
2929 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2932
2933 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2936         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2937         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2938         available.
2939         (gnus-nocem-epg-verify): New function.
2940
2941 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2942
2943         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2944
2945 2009-02-15  Glenn Morris  <rgm@gnu.org>
2946
2947         * gnus-util.el (rmail-insert-rmail-file-header)
2948         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2949         autoloads.
2950         (rmail-default-rmail-file): Remove unnecessary declaration.
2951         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2952
2953 2009-02-14  Glenn Morris  <rgm@gnu.org>
2954
2955         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2956         variable (only used in gnus-util, which declares it anyway).
2957         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2958         which was only needed by gnus-art (changed to not use it any more).
2959         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2960         only used in gnus-util, which autoloads it itself.
2961         (rmail-update-summary): Fix autoload.
2962
2963         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2964         rather than rmail-output-to-rmail-file.
2965
2966 2009-02-07  Glenn Morris  <rgm@gnu.org>
2967
2968         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2969         autoload of function that no longer exists.
2970         (rmail-toggle-header): Declare.
2971         (message-forward-rmail-make-body): Handle mbox Rmail.
2972
2973 2009-01-31  Glenn Morris  <rgm@gnu.org>
2974
2975         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2976         2009-01-09 change.
2977
2978 2009-01-31  Dave Love  <fx@gnu.org>
2979
2980         * imap.el (imap-fetch-safe): Bind debug-on-error.
2981         (imap-debug): Add imap-fetch-safe.
2982
2983 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2986         (auth-source-forget-all-cached): New convenience function.
2987         (auth-source-user-or-password): Accept list of modes or a single mode.
2988
2989         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2990         auth-source modes.
2991
2992         * netrc.el (netrc-machine-user-or-password): Use list of
2993         auth-source modes.
2994
2995         * nnimap.el (nnimap-open-connection): Use list of
2996         auth-source modes.
2997
2998         * nntp.el (nntp-send-authinfo): Use list of
2999         auth-source modes.
3000
3001 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3004         now.
3005
3006 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3009         coding system in XEmacs; add a workaround for XEmacs.
3010
3011         * lpath.el: Fbind coding-system-aliasee.
3012
3013 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3016         of current-language-environment.
3017
3018 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3019
3020         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3021         available at runtime.
3022
3023 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3026
3027 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3028
3029         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3030         the greatest positive fixnum value doesn't work under an XEmacs with
3031         bignum support; use the most-positive-fixnum constant instead,
3032         available since Emacs 21.1 with cl and XEmacs 21.1.
3033
3034 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3037         XEmacs gets not to work.
3038
3039 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * mm-util.el (mm-coding-system-priorities): Allow the value like
3042         "Japanese (UTF-8)" of current-language-environment.
3043
3044 2009-01-09  Glenn Morris  <rgm@gnu.org>
3045
3046         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3047         with last-command-event.
3048
3049 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3050
3051         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3052         in the doc string.
3053
3054         * message.el (message-fix-before-sending): Amend comment.
3055
3056 2009-01-08  Dave Love  <fx@gnu.org>
3057
3058         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3059
3060 2009-01-07  David Engster  <dengste@eml.cc>
3061
3062         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3063         simplified server definitions by converting it via
3064         gnus-server-to-method.
3065
3066 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3069         parameter's operands.
3070
3071 2009-01-06  David Engster  <dengste@eml.cc>
3072
3073         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3074         primary select method (for gnus-group-mark-article-as-read).
3075
3076 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3077
3078         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3079         `(gnus)Face', not `(gnus)X-Face'.
3080
3081 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * mm-util.el (mm-ucs-to-char): New function.
3084
3085         * mm-url.el (mm-url-decode-entities): Use it.
3086
3087         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3088         unicode-to-char.
3089
3090 2009-01-05  Dave Love  <fx@gnu.org>
3091
3092         * time-date.el: Require cl for `declare'.
3093
3094 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3095
3096         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3097         Dave Love.
3098
3099 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3100
3101         * message.el (message-fix-before-sending): Add `eight-bit' to
3102         illegible-text check.
3103
3104 2009-01-03  Michael Olson  <mwolson@gnu.org>
3105
3106         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3107         `headers' is nil.  This can occur if the IMAP server does not have
3108         permissions to read messages from a folder, but can write new messages
3109         to the folder.
3110         (nnimap-request-article-part): Do not insert `data' if it is nil.
3111
3112         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3113         characters which will confuse `read', so skip past them.
3114
3115 2009-01-01  Dave Love  <fx@gnu.org>
3116
3117         * imap.el (imap-string-to-integer): Fix typo.
3118         (imap-fetch-safe): New function.
3119         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3120
3121         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3122
3123         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3124         (imap-parse-greeting): Fix doc strings.
3125         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3126         (imap-parse-flag-list): Make messages unique.
3127         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3128
3129         * nnimap.el: Fix author email.
3130         (nnimap-split-rule): Add FIXME comment.
3131         (nnimap-debug): Fix doc string.
3132
3133 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3134
3135         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3136
3137 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3138
3139         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3140         nslookup if resolv.conf isn't available.
3141         (dns-query): Rename from query-dns.
3142         (dns-query-cached): Rename from query-dns-cached.
3143
3144 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3147         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3148         to check if those variables exist (first appeared in Emacs 18.50).
3149
3150 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * mm-util.el (mm-line-number-at-pos): New function.
3153
3154         * spam-report.el (spam-report-process-queue): Use it.
3155
3156 2008-12-24  David Engster  <dengste@eml.cc>
3157
3158         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3159         parameters that haven't existed as variables as buffer-local variables.
3160
3161 2008-12-23  Dave Love  <fx@gnu.org>
3162
3163         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3164         cadar.
3165
3166         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3167         imap-starttls-p.
3168         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3169
3170 2008-12-22  Dave Love  <fx@gnu.org>
3171
3172         * imap.el: Fix author email.  Doc fixes.
3173         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3174         reply.
3175
3176 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3177
3178         * spam-report.el (spam-report-gmane-max-requests): New constant.
3179         (spam-report-gmane-wait): New variable.
3180         (spam-report-gmane-ham, spam-report-gmane-spam)
3181         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3182         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3183         the server.
3184
3185         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3186         Add explanations.
3187
3188         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3189         nnheader-accept-process-output and nnheader-read-timeout if available.
3190         (pop3-movemail): Use it.
3191
3192         * message.el (message-check-news-body-syntax): Fix signature check if
3193         there's an attachment.
3194
3195 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * mm-util.el: Add comments to the mm- emulating functions.
3198
3199 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3202         by Stephen Berman <stephen.berman@gmx.net>.
3203
3204 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * mm-util.el (mm-substring-no-properties): New function.
3207         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3208         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3209         (mm-string-to-multibyte): Doc fix.
3210
3211         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3212
3213 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3214
3215         * mml.el (mml-attach-file): Strip text properties from file name.
3216         (Bug#1574)
3217
3218 2008-12-16  Glenn Morris  <rgm@gnu.org>
3219
3220         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3221
3222 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3225         knows since the charset specified might be a bogus alias that
3226         mm-charset-synonym-alist provides.
3227
3228 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3229
3230         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3231         "ISO_8859-1".
3232
3233         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3234
3235 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * mm-util.el (mm-charset-eval-alist):
3238         Define it before mm-charset-to-coding-system.
3239         (mm-charset-to-coding-system): Add optional argument `silent';
3240         define it before mm-charset-override-alist.
3241         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3242         default value if it can be used in Emacs currently running;
3243         silence mm-charset-to-coding-system.
3244
3245 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3248         `allow-override' which says whether to use `mm-charset-override-alist'.
3249         (rfc2047-decode-encoded-words): Use it.
3250
3251         * mm-util.el (mm-charset-override-alist): Fix custom type;
3252         add `(gb2312 . gbk)' to choices.
3253
3254 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3257         fast.
3258
3259         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3260
3261         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3262
3263 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3264
3265         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3266         on links.
3267
3268         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3269
3270 2008-12-03  Lute Kamstra  <lute@gnu.org>
3271
3272         * sha1.el: Remove leading * from docstrings of defcustoms,
3273         deffaces, defconsts and defuns.
3274
3275 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3278         users' addresses that don't have domain parts.
3279         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3280         rather than message-narrow-to-head since there will be the message
3281         header separator.
3282
3283 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3284
3285         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3286         since the result is inserted in a unibyte buffer anyway.
3287         (nnimap-demule-use-string-to-multibyte): Remove.
3288         (nnimap-demule): Alias it to mm-string-to-multibyte.
3289
3290 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3293         variable for debugging bug#464 and bug#1174.
3294         (nnimap-demule): Use it.
3295
3296 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3297
3298         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3299         score calculation correctly.
3300
3301 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3302
3303         * message.el (message-send-mail): Just set the buffer to unibyte
3304         rather than use mm-with-unibyte-current-buffer which does a lot more.
3305         (message-send-mail-partially): Don't bother with
3306         mm-with-unibyte-current-buffer since it's already been made unibyte by
3307         message-send-mail.
3308
3309 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3310
3311         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3312
3313 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3316
3317 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3320         require itself and to remove `with-no-warnings'.
3321
3322 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * starttls.el (starttls-any-program-available): Get the name of the
3325         available TLS layer program.
3326         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3327         well as the host name in the "opening" message.
3328
3329         * auth-source.el (auth-source-cache, auth-source-do-cache)
3330         (auth-source-user-or-password): Cache passwords and logins by default,
3331         allow override with `auth-source-do-cache'.
3332         (auth-source-forget-user-or-password): Allow users to remove cache
3333         entries if needed.
3334
3335 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3336
3337         * md4.el (md4-buffer): Fix typo in docstring.
3338         (md4, md4-64): Doc fixes.
3339         (md4-pack-int32): Reflow docstring.
3340
3341 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3342
3343         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3344         condition-case to only the forward-sexp call.
3345
3346 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3349         quotes contained.  Make it more robust regardless by an extra
3350         condition-case wrapper.
3351
3352 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3355
3356 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * nnml.el (nnml-request-expire-articles): Check if the function set to
3359         `nnmail-expiry-target' returns the symbol `delete'.
3360
3361         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3362
3363         * nnmail.el (nnmail-expiry-target): Fix custom type.
3364
3365 2008-10-02  Glenn Morris  <rgm@gnu.org>
3366
3367         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3368         Silence compiler warning.
3369
3370 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3371
3372         * tls.el (open-tls-stream): Show the actual command being
3373         executed, instead of the format string.
3374
3375 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * lpath.el: Fbind codepage-setup for Emacs 23.
3378
3379 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3380
3381         * mml.el (mml-menu): Don't assume mml2015 is bound.
3382
3383 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3386         exists.
3387
3388 2008-09-27  Glenn Morris  <rgm@gnu.org>
3389
3390         * gnus-util.el (mail-header-remove-comments): Autoload it.
3391
3392 2008-09-27  Andreas Schwab  <schwab@suse.de>
3393
3394         * gnus-util.el (gnus-split-references): Strip comments.
3395         (gnus-parent-id): Likewise.
3396
3397 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * message.el (message-confirm-send): Fix version.
3400
3401 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * message.el (message-idna-to-ascii-rhs-1): Use
3404         mail-extract-address-components rather than mail-header-parse-addresses
3405         that is an alias by default to ietf-drums-parse-addresses that does not
3406         support non-ASCII names in headers' contents.
3407
3408 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3409
3410         * message.el (message-confirm-send): Fixed variable documentation to
3411         avoid the "y/n" wording.
3412
3413 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3414
3415         * message.el (message-set-auto-save-file-name): Save to a different
3416         filename so multiple messages (especially drafts) can be recovered.
3417
3418 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3419
3420         * message.el (message-confirm-send): Add appropriate version.
3421
3422 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3423
3424         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3425         defvar.
3426
3427 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3428
3429         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3430         (mm-pkcs7-enveloped-magic): Ditto.
3431
3432 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3433
3434         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3435         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3436
3437 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3440         default, it's better.
3441
3442 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3445         summary line gnus-number property and ignore them (with a warning
3446         message).
3447
3448 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3451         macro caddr in the interactive form since it won't be expanded.
3452
3453 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3456         `charset'; fix name of function called recursively.
3457         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3458
3459 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3462         (gnus-mime-set-charset-parameters): New function.
3463         (gnus-mime-view-part-as-charset): Use it to correctly display part
3464         specifying wrong charset.
3465
3466 2008-09-08  David Engster  <dengste@eml.cc>
3467
3468         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3469         in completing-read for back end server.
3470
3471 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3472
3473         * message.el (message-confirm-send): New variable to confirm sending a
3474         message.
3475         (message-send): Use it.
3476
3477 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3478
3479         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3480
3481 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3484
3485 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3486
3487         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3488         prevent tracking too many groups.
3489         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3490         Use it.
3491
3492 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3493
3494         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3495         moving point to the bottom of the window in order to avoid recentering.
3496
3497 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3500
3501         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3502         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3503         (gnus-article-beginning-of-window): Fix calculation.
3504
3505 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-msg.el (gnus-summary-supersede-article)
3508         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3509         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3510         message header.
3511
3512 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3513
3514         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3515         pending output coming after the status change.
3516
3517 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3518
3519         * message.el:
3520         * gnus-start.el:
3521         * gnus-registry.el: Remove VMS support.
3522
3523 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3526         macro.
3527         (rfc2104-hash): Use it.
3528
3529 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3530
3531         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3532         (gnus-summary-sort-by-most-recent-date): New commands.
3533         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3534         and menu entries.
3535
3536 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3539         don't redisplay article for raw contents; remove plural articles stuff.
3540
3541         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3542         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3543         on gnus-summary-save-article; display results properly.
3544
3545 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * lpath.el: No need to fbind ns-focus-frame.
3548
3549 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3552
3553 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3556         gnus-save-all-headers.
3557
3558 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3559
3560         * gnus-util.el (ns-focus-frame): Remove declaration.
3561         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3562         like x.
3563
3564 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3565
3566         * rfc2104.el (rfc2104-zero): Delete defconst.
3567         (rfc2104-hex-alist): Likewise.
3568         (rfc2104-hex-to-int): Delete func.
3569         (rfc2104-hexstring-to-bitstring): Likewise.
3570         (rfc2104-nybbles): New defconst.
3571         (rfc2104-hash): Rewrite for speed.
3572
3573 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * tls.el (open-tls-stream): Make it work with the 2nd argument
3576         BUFFER that is a string but does not exist as a buffer object, as
3577         mentioned in the doc-string.
3578
3579 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3582         SXEmacs.
3583
3584 2008-07-16  Glenn Morris  <rgm@gnu.org>
3585
3586         * gnus-util.el (ns-focus-frame): Declare for compiler.
3587
3588 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3591         set as a group parameter.
3592         (gnus-summary-save-in-pipe): Work when it is called independently.
3593         (gnus-summary-pipe-to-muttprint): Don't modify
3594         gnus-summary-pipe-output-default-command.
3595
3596 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3597
3598         * message.el (message-send-mail-with-sendmail):
3599         Display the error message.
3600
3601 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * gnus-art.el (gnus-default-article-saver):
3604         Add gnus-summary-save-in-pipe to choices.
3605         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3606         gnus-summary-pipe-output-default-command as the default command.
3607         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3608         instead of gnus-last-shell-command.
3609
3610         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3611         New user option.
3612         (gnus-summary-muttprint-program): Mention the value will be changed.
3613         (gnus-summary-save-article): Force showing of all headers.
3614         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3615
3616 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3617
3618         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3619
3620 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3621
3622         * nnimap.el (nnimap-id):
3623         * sieve-manage.el (sieve-manage-open): Doc fixes.
3624
3625 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3626
3627         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3628         if available.
3629
3630 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3631
3632         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3633
3634         * nnkiboze.el (nnkiboze-generate-group):
3635         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3636
3637         * nnmairix.el: Require CL.
3638
3639 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * dgnushack.el: Autoload get-display-table and put-display-table for
3642         XEmacs 21.5.
3643
3644         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3645         21.4 and SXEmacs.
3646
3647 2008-06-15  David Engster  <dengste@eml.cc>
3648
3649         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3650
3651 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3652
3653         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3654         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3655         runtime choice under XEmacs.
3656
3657         * gnus-sum.el (gnus-summary-set-display-table):
3658         Use `gnus-put-display-table', `gnus-get-display-table',
3659         `gnus-set-display-table' for the display table, instead of `aset'.
3660
3661         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3662         Use `gnus-put-display-table', `gnus-get-display-table',
3663         `gnus-set-display-table' for the display table.
3664
3665 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3666
3667         * nnmairix.el: Add autoloads.
3668
3669 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * nnmairix.el (nnmairix-delete-recreate-group)
3672         (nnmairix-update-and-clear-marks): Fix error messages.
3673
3674 2008-06-14  David Engster  <dengste@eml.cc>
3675
3676         * nnmairix.el: Upgrade to version 0.6.
3677         (nnmairix-group-toggle-propmarks-this-group)
3678         (nnmairix-group-toggle-readmarks-this-group)
3679         (nnmairix-group-delete-recreate-this-group)
3680         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3681         (nnmairix-remove-tick-mark-original-article): New commands.
3682         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3683         (nnmairix-propagate-marks-to-nnmairix-groups)
3684         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3685         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3686         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3687         functions needed for marks propagation and manipulation of read marks.
3688         (nnmairix-update-groups): New function.
3689         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3690         (nnmairix-determine-original-group-from-registry)
3691         (nnmairix-determine-original-group-from-path)
3692         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3693         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3694         New helper functions.
3695         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3696         keystrokes for new commands.
3697         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3698         (nnmairix-request-group): Check allow-fast group parameter.
3699         (nnmairix-request-create-group): Set allow-fast group parameter if
3700         nnmairix-allowfast-default is set.
3701         (nnmairix-close-group): Propagate marks upon closing if needed.
3702         (nnmairix-group-toggle-threads-this-group): Use new.
3703         nnmairix-group-toggle-parameter helper function.
3704         (nnmairix-search): Better check for empty search result.
3705         (nnmairix-goto-original-article): Use new helper functions for
3706         determining original article.
3707         (nnmairix-show-original-article): Make sure message-id is in brackets.
3708         (nnmairix-call-mairix-binary): Change variable name.
3709         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3710         helper function.
3711         (nnmairix-widget-toggle-activate): Fix doc string.
3712
3713 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * nnir.el: Require edmacro when compiling with XEmacs.
3716         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3717         available in Emacs 21.
3718
3719 2008-06-11  Glenn Morris  <rgm@gnu.org>
3720
3721         * gnus-util.el (x-focus-frame):
3722         * gnus.el (image-size):
3723         * mm-decode.el (image-size): Declare.
3724
3725         * gnus-picon.el (declare-function): Add compat definition.
3726         (image-size): Declare.
3727
3728         * gnus-group.el (tool-bar-map):
3729         * gnus-sum.el (tool-bar-map): Define for compiler.
3730
3731         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3732
3733         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3734
3735         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3736         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3737         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3738         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3739         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3740         * sieve-manage.el, spam-report.el, spam.el:
3741         Remove unnecessary eval-and-compile of autoloads.
3742
3743 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3744
3745         * auth-source.el: Precise Tramp doc.
3746
3747 2008-06-07  Glenn Morris  <rgm@gnu.org>
3748
3749         * nnmairix.el: Remove unnecessary eval-when-compile.
3750
3751 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * lpath.el: Fbind propertize for XEmacs 21.4.
3754
3755 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3756
3757         * nnir.el: Move here from ../contrib.
3758
3759 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3760
3761         * gnus-util.el (gnus-read-shell-command): New function.
3762         * mm-decode.el (mm-pipe-part):
3763         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3764
3765 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3768
3769 2008-06-03  Glenn Morris  <rgm@gnu.org>
3770
3771         * pop3.el (nnheader-accept-process-output): Autoload it.
3772
3773 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3776         are not 2-digit hexadecimal characters that follow `%'s.
3777
3778 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3779
3780         * message.el (message-bogus-recipient-p): Fix type in doc string.
3781         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3782         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3783         Improve custom options.
3784         (message-bogus-recipient-p): Adjust accordingly.
3785
3786 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3787
3788         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3789         long-form month and day names.
3790
3791 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * dgnushack.el: Autoload debug, eudc-expand-inline and
3794         pgg-snarf-keys-region for XEmacs.
3795
3796         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3797
3798         * nnmairix.el: Require edmacro when compiling with XEmacs.
3799
3800 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3803         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3804
3805 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * auth-source.el: Add more docs.
3808
3809         * netrc.el (netrc-machine): Always match if the port is not given.
3810
3811 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3814         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3815         retrieval faster in some cases, but might make CPU usage larger.  If
3816         this has any bad side effects, we might revert this change.
3817
3818         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3819         seems to make mail retrieval much, much faster.
3820         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3821         unconditionally.
3822
3823         * gnus-draft.el (gnus-group-send-queue): Bind
3824         message-send-mail-partially-limit to nil to avoid being prompted.
3825
3826 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3829
3830         * message.el (message-bogus-address-regexp): Fix and improve custom
3831         type.
3832         (message-setup-hook): Add message-check-recipients as custom option.
3833
3834 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3835
3836         * message.el (message-cite-function): Remove bogus autoload which crept
3837         in during merge from v5-10.
3838
3839 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3840
3841         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3842
3843         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3844
3845         * auth-source.el: Preliminary Tramp docs.
3846         (auth-sources): Change the default auth-sources to use
3847         EPA .gpg files.
3848
3849 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3850
3851         * nntp.el: Autoload `auth-source-user-or-password'.
3852         (nntp-send-authinfo): Use it.
3853
3854         * nnimap.el: Autoload `auth-source-user-or-password'.
3855         (nnimap-open-connection): Use it.
3856
3857         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3858         for the gnus-message function.
3859         (auth-source-user-or-password): Use it.
3860
3861 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3862
3863         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3864         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3865         (rfc2104-hash): Use it.
3866
3867 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3868
3869         * gnus-art.el (gnus-article-toggle-truncate-lines):
3870         Don't use `iff' in docstring.
3871
3872 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3873
3874         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3875
3876         * gnus-util.el (gnus-extract-address-component-name)
3877         (gnus-extract-address-component-email): Convenience functions around
3878         `gnus-extract-address-components'.
3879
3880         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3881         Use `gnus-extract-address-component-email' to fix bug of comparing full
3882         sender name to `user-mail-address'.
3883
3884 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3887         catch/throw to optimize.
3888         (gnus-registry-find-keywords): Just use member to find a keyword.
3889
3890 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3891
3892         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3893         is current before calling gnus-server-prepare.
3894         (gnus-server-setup-buffer, gnus-server-update-server)
3895         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3896
3897 2008-05-04  Juri Linkov  <juri@jurta.org>
3898
3899         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3900         (mailcap-file-default-commands): Use mailcap-replace-in-string
3901         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3902         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3903
3904 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3905
3906         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3907
3908 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3909
3910         * gnus.el: Bump version to 0.11.
3911
3912 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3913
3914         * gnus.el: No Gnus v0.10 is released.
3915
3916 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3919         hooks.
3920         (gnus-update-read-articles): Speed up non-marks-using users.
3921         (gnus-use-marks): Define gnus-use-marks.
3922         (gnus-propagate-marks): Rename variable to something more sensible.
3923
3924 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3925
3926         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3927         (gmm-image-load-path-for-library): Fix typos in docstrings.
3928         (gmm-message): Reflow docstring.
3929
3930 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * mail-source.el (mail-source-set-1, mail-source-bind):
3933         Move auth-source code out of the macro to clean it up and fix bugs.
3934
3935 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3936
3937         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3938         by sender if it's equal to user-mail-address, it's likely to be
3939         useless.
3940
3941         * mail-source.el (mail-source-bind): Don't use user or password if they
3942         are not bound.  Unintern them if they are nil.  Don't use server unless
3943         it's bound, and default it to empty string otherwise.
3944
3945 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3946
3947         * mail-source.el: Load auth-source.el.
3948         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3949         get user name or password, if auth-sources is set up.
3950
3951         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3952         strategy of splitting with parent.
3953         (gnus-registry-split-fancy-with-parent)
3954         (gnus-registry-post-process-groups): Use it and fix prior
3955         bug (returning a list as the split result).
3956
3957         * auth-source.el (auth-sources): Remove server parameter.
3958         (auth-source-pick, auth-source-user-or-password)
3959         (auth-source-user-or-password-imap)
3960         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3961         (auth-source-user-or-password-sftp)
3962         (auth-source-user-or-password-smtp): Remove server parameter.
3963
3964 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3965
3966         * smime.el (smime-sign-region, smime-encrypt-region)
3967         (smime-decrypt-region):
3968         Remove redundant calls to `generate-new-buffer-name'.
3969
3970 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3971
3972         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3973         Don't use QP for message/rfc822.
3974         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3975
3976 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3977
3978         * sieve-manage.el (sieve-string-bytes): Remove.
3979         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3980         correct byte-length only if the process's coding-system is the same as
3981         the one used internally by Emacs to represent strings.
3982
3983 2008-04-22  Juri Linkov  <juri@jurta.org>
3984
3985         * mailcap.el (mailcap-file-default-commands): New function.
3986
3987 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * message.el (message-signature-separator, message-cite-function):
3990         Change custom version.
3991
3992 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3993
3994         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3995         commands.
3996         (tls-checktrust): Ditto.
3997
3998 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3999
4000         * mm-decode.el (mm-display-external): Make temp file read-only.
4001
4002 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4003
4004         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4005         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4006         `C-c C-f d'.
4007
4008 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4009
4010         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4011
4012 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4013
4014         * gnus.el: Bump version to 0.9.
4015
4016 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4017
4018         * gnus.el: No Gnus v0.8 is released.
4019
4020 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4021
4022         * mail-source.el (mail-source-value):
4023         Prefer fboundp to functionp so it works with macros as well.
4024
4025 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4026
4027         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4028         Fix last change in case the element is not even a symbol.
4029
4030 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4031
4032         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4033         Prefer fboundp to functionp so it works with macros as well.
4034
4035 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4036
4037         * auth-source.el: Added docs.
4038         (auth-sources): Modify format to support server.
4039         (auth-source-pick, auth-source-user-or-password)
4040         (auth-source-user-or-password-imap)
4041         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4042         (auth-source-user-or-password-sftp)
4043         (auth-source-user-or-password-smtp): Add server parameter.
4044
4045 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4046
4047         * gnus-registry.el: Initialize the registry when gnus-registry-install
4048         is t.
4049
4050 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * compface.el (uncompface): Make buffer unibyte.
4053
4054 2008-04-05  Glenn Morris  <rgm@gnu.org>
4055
4056         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4057
4058 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4059
4060         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4061         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4062
4063         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4064         multibyteness after rather than before erasing it.
4065
4066         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4067         mm-with-multibyte.
4068         (gnus-request-article-this-buffer): Make sure the proper decoding is
4069         used if gnus-original-article-buffer happens to be unibyte.
4070
4071         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4072         default-enable-multibyte-characters.
4073
4074         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4075         default-enable-multibyte-characters.
4076
4077         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4078
4079         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4080
4081 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4082
4083         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4084         (imap-message-copyuid-1): Use it.
4085         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4086         J. Williams in
4087         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4088
4089         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4090         imap-enable-exchange-bug-workaround.
4091         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4092
4093 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4094
4095         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4096         a 100 byte status-checks into a 2-3MB transfer for each group.
4097         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4098         to enable bug workaround or not.
4099         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4100
4101 2008-03-31  Glenn Morris  <rgm@gnu.org>
4102
4103         * message.el (mml2015-use): Declare for compiler.
4104         (message-info): Require mml2015 when appropriate.
4105
4106 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4109         whitespace.
4110
4111 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4112
4113         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4114         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4115         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4116         (nntp-service-to-port): New function.
4117         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4118         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4119         (nntp-open-netcat-stream): New function.
4120         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4121
4122 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4123
4124         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4125
4126 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4127
4128         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4129
4130 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4131
4132         * dns.el (dns-write): Use set-buffer-multibyte.
4133
4134 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4135
4136         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4137
4138 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * message.el (message-signature-separator): Change default.
4141         Improve custom type.
4142         (message-cite-function): Change default to
4143         message-cite-original-without-signature.
4144
4145         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4146         toggle.
4147
4148         * message.el (message-check-news-body-syntax): Fix signature check.
4149         (message-setup-1): Mark buffer as unmodified _after_ running
4150         message-setup-hook and handling message-alternative-emails.
4151         (message-shorten-references): Be more strict when building list of
4152         valid references to comply with GNKSA.
4153
4154         * gnus-group.el (gnus-read-ephemeral-bug-group)
4155         (gnus-read-ephemeral-debian-bug-group)
4156         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4157
4158         * message.el (message-info): Don't use booleanp which isn't supported
4159         in Emacs 21 and XEmacs.
4160
4161 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4162
4163         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4164         gnus-group-gmane-group-download-format.
4165         (gnus-group-read-ephemeral-gmane-group): Rename from
4166         gnus-group-read-ephemeral-gmane-group.
4167         (gnus-read-ephemeral-gmane-group-url): Rename from
4168         gnus-group-read-ephemeral-gmane-group-url.
4169         (gnus-bug-group-download-format-alist): New variable.
4170         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4171         (gnus-read-ephemeral-emacs-bug-group): New commands.
4172
4173 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4176         (gnus-visible-headers): Improve custom type.
4177
4178 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * mml.el (mml-menu): Add workarounds for XEmacs.
4181
4182         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4183         X-Boundary header.
4184
4185         * message.el (message-simplify-recipients): Fix previous commit.
4186
4187 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4188
4189         * mm-util.el (mm-set-buffer-multibyte): New function.
4190         * mm-decode.el (mm-copy-to-buffer): Use it.
4191
4192 2008-03-19  Glenn Morris  <rgm@gnu.org>
4193
4194         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4195         Accidentally removed in the sync process with Emacs.
4196
4197 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4198
4199         * message.el (message-alter-recipients-discard-bogus-full-name):
4200         New function.
4201         (message-alter-recipients-function): New variable.
4202         (message-get-reply-headers): Use it.
4203         (message-replace-header): New helper function.
4204         (message-recipients-without-full-name): New variable.
4205         (message-simplify-recipients): New command.
4206
4207         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4208
4209         * message.el (message-info): Handle EasyPG manual.
4210
4211         * mml.el (mml-menu): Add entry for EasyPG.
4212
4213 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4214
4215         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4216         parameter.
4217
4218         * message.el (message-disassociate-draft): Specify drafts group name
4219         fully.
4220
4221 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4222
4223         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4224         unnecessary duplicates from the match list.
4225
4226 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4229
4230         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4231
4232         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4233         args of `how-many' of which the XEmacs version doesn't take; declare
4234         Info-index-next as function.
4235
4236 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4237
4238         * gnus-score.el (gnus-score-headers): Fix handling of
4239         gnus-inhibit-slow-scoring.
4240
4241         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4242         string.
4243         (gnus-button-url-regexp): Improve handling of parenthesis.
4244         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4245         (gnus-button-handle-info-keystrokes): Handle index entries.
4246
4247 2008-03-15  Glenn Morris  <rgm@gnu.org>
4248
4249         * parse-time.el (parse-time-string): Simplify.
4250
4251 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4254         Incoming* files.
4255
4256 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4259         (auth-source-pick): Use it.
4260
4261 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4262
4263         * binhex.el (binhex-decode-region-internal):
4264         * uudecode.el (uudecode-decode-region-internal):
4265         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4266         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4267         setting default-enable-multibyte-characters.
4268
4269 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4270
4271         * auth-source.el (auth-source-protocols)
4272         (auth-source-protocols-customize, auth-source-choices): Added and
4273         modified variable customizations and defaults.
4274         (auth-source-pick, auth-source-user-or-password)
4275         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4276         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4277         (auth-source-user-or-password-sftp)
4278         (auth-source-user-or-password-smtp): Use new variables and provide an
4279         interface to netrc.el.
4280
4281 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4284         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4285         Make sure the nntp port to specify is a string.
4286
4287 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4288
4289         * nntp.el: Use with-current-buffer.
4290         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4291         dubious mm-with-unibyte-current-buffer.
4292         (nntp-with-open-group-function): New function extracted from
4293         nntp-with-open-group macro.
4294         (nntp-with-open-group): Use the function, so it's easier to debug.
4295         Add indentation and debugging info.
4296         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4297         the use of the netcat alternatives.
4298
4299         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4300         Avoid mm-string-as-multibyte as well.
4301
4302         * nnweb.el (nnweb-insert-html):
4303         Remove use of nnheader-string-as-multibyte.
4304
4305         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4306         (nnheader-string-as-multibyte): Remove.
4307
4308         * mm-view.el: Use inhibit-read-only.
4309         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4310         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4311         or unibyte-string.
4312
4313         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4314         (mm-uu-yenc-extract): Use with-current-buffer.
4315
4316         * gnus-soup.el (gnus-soup-send-packet): Don't use
4317         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4318
4319         * nnmh.el: Use with-current-buffer.
4320         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4321         mm-string-as-multibyte on the output of mm-encode-coding-string.
4322
4323         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4324         (nnimap-request-move-article): Use with-current-buffer.
4325
4326         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4327         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4328         conversion uses string-make-unibyte rather than string-as-unibyte.
4329
4330         * gnus-msg.el: Use with-current-buffer.
4331
4332         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4333
4334 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4335
4336         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4337         string for caching if it is 'PIN.
4338
4339 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * lpath.el: Consider the case without Emacs/W3.
4342
4343 2008-03-08  Glenn Morris  <rgm@gnu.org>
4344
4345         * time-date.el (date-to-time, time-subtract, time-add)
4346         (safe-date-to-time): Doc fixes.
4347
4348 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * mail-source.el (mail-source-delete-old-incoming-confirm):
4351         Change default to nil.
4352         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4353
4354 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * lpath.el: Rearrange.
4357
4358         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4359         (gnus-article-goto-prev-page): Work for articles having ^L's.
4360
4361         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4362
4363         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4364
4365 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4366
4367         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4368         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4369         (gnus-bookmark-jump): Adjust some variable names.
4370
4371 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4372
4373         * auth-source.el: New package.
4374         (auth-source-choices): Add customization entry point variable.
4375
4376         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4377         bug.
4378
4379 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4382         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4383         (gnus-registry-install-shortcuts): Rename from
4384         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4385         the `gnus-registry-mark-map' keymap dynamically from
4386         `gnus-registry-marks'.  The generated functions update the summary line
4387         when a registry mark is added or deleted, and will call
4388         `gnus-registry-install-p' (see the comments in the code).
4389         (gnus-registry-user-format-function-M): Use concat intelligently.
4390
4391         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4392         the registry mark functions.
4393
4394 2008-03-05  Glenn Morris  <rgm@gnu.org>
4395
4396         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4397         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4398         gnus-art.
4399         (top-level): No need to load own source when compiling.
4400
4401 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4404         Suggested by <chris.anderton@zetnet.co.uk>.
4405
4406 2008-03-04  Glenn Morris  <rgm@gnu.org>
4407
4408         * gnus-sum.el (top-level): No need to require gnus when compiling,
4409         since unconditionally required near start of file.
4410         (gnus-summary-display-while-building): Move definition before use.
4411
4412 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4413
4414         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4415         formatting function.
4416
4417 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4418
4419         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4420         with plists.
4421         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4422         Use new format.
4423
4424 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4427         `where-is-internal' that returns a range of key sequences.
4428
4429 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4430
4431         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4432
4433         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4434         (gnus-summary-jump-to-group): Consider windows on other displayed
4435         frames as well.  Similar changes might be needed elsewhere, but that's
4436         the one I've bumped into during my use.
4437
4438         * nndoc.el (nndoc-oe-dbx-type-p):
4439         * gnus-msg.el (gnus-debug):
4440         * gnus-group.el (gnus-update-group-mark-positions):
4441         Use mm-string-to-multibyte.
4442
4443 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4444
4445         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4446         doesn't handle NotDashEscaped.
4447
4448         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4449         (mml-dnd-attach-options): Fix typo in custom choice.
4450
4451         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4452         nndoc-article-type to mbox.
4453         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4454
4455         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4456         to nil, instead of html2text.
4457
4458         * imap.el (imap-debug): Add `imap-ping-server'.
4459
4460         * gnus-bookmark.el: Add FIXMEs.
4461
4462         * message.el (message-form-letter-separator)
4463         (message-send-form-letter-delay): New variables.
4464         (message-send-form-letter): Use them.  New command to send form
4465         letters.  Requested by Uwe Siart.
4466         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4467
4468 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4469
4470         * Update copyright years.
4471
4472 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4473
4474         Sync from EMACS_22_BASE.
4475
4476         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4477
4478 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4479
4480         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4481         empty author.
4482
4483 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4484
4485         * gnus-registry.el (gnus-registry-marks): Add variable for
4486         customization of marks and their appearance.
4487         (gnus-registry-read-mark): Use it.
4488         (gnus-registry-do-marks): Add utility function to loop through
4489         `gnus-registry-marks'.
4490         (gnus-registry-install-shortcuts-and-menus): Add function to install
4491         shortcuts and menus.
4492         (gnus-registry-initialize): Use it.
4493         (gnus-registry-default-mark): Clarify documentation.
4494
4495 2008-02-29  Glenn Morris  <rgm@gnu.org>
4496
4497         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4498         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4499         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4500         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4501         Change defcustom :version from 23.0 to 23.1.
4502
4503 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * gnus-registry.el (gnus-registry-follow-group-p)
4506         (gnus-registry-post-process-groups): Add functions to aid registry
4507         splitting and improve logging.  Clarify behavior in function
4508         documentation.
4509         (gnus-registry-split-fancy-with-parent): Use them.
4510
4511 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4512
4513         * gnus-art.el: Use with-current-buffer.
4514
4515 2008-02-27  David Engster  <dengste@eml.cc>
4516
4517         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4518         Express real group name in the response.
4519
4520 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4523         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4524         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4525         autoload gnus-registry-fetch-group when compiling.
4526         (nnmairix-request-group-with-article-number-correction): Remove
4527         unreferenced argument passed to nnmairix-call-backend.
4528
4529 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4530
4531         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4532         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4533         Wilde.
4534
4535 2008-02-27  Glenn Morris  <rgm@gnu.org>
4536
4537         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4538         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4539         variables to defconsts.  Convert comments to doc-strings.
4540         (nnmairix-last-server, nnmairix-current-server): Convert from free
4541         variables to defvars.  Convert comments to doc-strings.
4542         (gnus-registry-fetch-group): Autoload.
4543         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4544         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4545         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4546         caddr.
4547         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4548         nnmairix-request-group-with-article-number-correction call.
4549         (nnmairix-fast, nnmairix-group): New, less general names, for free
4550         variables passed from nnmairix-request-group to
4551         nnmairix-request-group-with-article-number-correction.  Declare.
4552         (nnmairix-request-group-with-article-number-correction):
4553         Use nnmairix-fast, nnmairix-group rather than fast, group.
4554
4555 2008-02-26  David Engster  <dengste@eml.cc>
4556
4557         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4558         version 0.5.
4559
4560 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4561
4562         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4563         instead of making an extra function call.  Don't add the current group
4564         to articles only when they have the group.  Use
4565         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4566         Reported by David <de_bb@arcor.de>.
4567
4568 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4571         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4572
4573 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4574
4575         * mail-source.el (mail-source-delete-incoming): Change default.
4576         Supplement doc string.
4577
4578         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4579
4580 2008-02-14  Glenn Morris  <rgm@gnu.org>
4581
4582         * time-date.el (format-seconds): New function.
4583
4584 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         * nnmail.el (nnmail-message-id-cache-file): Derive from
4587         `gnus-home-directory'.
4588
4589 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4590
4591         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4592         Document negative prefix.
4593
4594         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4595
4596 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * message.el (message-unsent-separator): Add the Exim bounce
4599         separator.
4600
4601 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4602
4603         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4604         list.
4605         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4606         recipient/signer list.
4607
4608 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * Makefile.in (datarootdir): Define.
4611         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4612         name that might contain whitespace.
4613
4614 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4615
4616         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4617         fbound (Emacs 23 unicode), signal an error.
4618
4619 2008-02-08  Glenn Morris  <rgm@gnu.org>
4620
4621         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4622
4623 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4624
4625         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4626         ports to the calls to `netrc-machine-user-or-password' in addition to
4627         "imap" and "imaps".
4628
4629 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4630
4631         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4632
4633         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4634
4635 2008-02-01  Kenichi Handa  <handa@m17n.org>
4636
4637         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4638         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4639         (rfc2104-hash): Convert the result of concat to unibyte string.
4640
4641 2008-02-01  Dave Love  <fx@gnu.org>
4642
4643         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4644         coding-system-for-read.
4645         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4646
4647 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4648
4649         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4650         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4651         <hanche@math.ntnu.no>.
4652
4653 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4656
4657         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4658
4659 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4660
4661         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4662         * message.el (message-beginning-of-line): Use featurep instead of bound
4663         tests in order to resolve conditionals at compile time.
4664
4665 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4666
4667         * mail-source.el (mail-sources): Add `group' choice.
4668
4669         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4670         parameter `in-group' to control into which group the articles go.
4671         Add treatment of `group' mail-source.
4672
4673 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4676
4677         * mm-decode.el (mm-dissect-buffer): Decode description.
4678
4679         * mml.el (mml-to-mime): Encode message header first.
4680
4681 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4684         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4685
4686         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4687         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4688
4689 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4690
4691         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4692
4693 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4696         prefix keys.
4697         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4698         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4699         gnus-xmas.el.
4700
4701         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4702         (gnus-xmas-article-describe-bindings): New function.
4703         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4704         gnus-xmas-article-describe-bindings.
4705
4706         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4707
4708 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4711         Add new variables for article mark management.
4712         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4713         list of extra data entries which, when present, will indicate that the
4714         article ID should not be trimmed from the registry.
4715         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4716         functions.
4717         (gnus-registry-read-mark): New function to read a mark name from the
4718         user.
4719         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4720         (gnus-registry-set-article-mark-internal): New functions to add and
4721         remove marks.
4722         (gnus-registry-get-article-marks): New function to show the marks for
4723         an article, or retrieve them for further use.
4724
4725 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4728         keys when no argument is given.
4729
4730 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * imap.el (imap-ping-server): New variable.
4733         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4734         (imap-ping-server): Minor doc string fixes.
4735
4736 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4737
4738         * imap.el (imap-ping-server): New function.
4739         (imap-opened): Call imap-ping-server.
4740
4741 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * gnus-sum.el (gnus-article-sort-by-random)
4744         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4745         jidanni@jidanni.org.
4746
4747 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-art.el (gnus-article-describe-bindings): New function.
4750         (gnus-article-read-summary-keys): Use it.
4751         (gnus-article-mode-map): Bind `C-h b' to it.
4752
4753 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4756         XEmacs.
4757         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4758         against non-character events.
4759
4760         * lpath.el: Fbind map-keymap for Emacs 21.
4761
4762 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4763
4764         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4765         command.
4766         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4767         instead of END.  Change name of the temp file.
4768         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4769         customizable.
4770
4771 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4774         bind `S W' to gnus-article-wide-reply-with-original; set default
4775         binding to gnus-article-read-summary-send-keys.
4776         (gnus-article-read-summary-keys): Fix the order of keys; display
4777         continuation keys correctly in the echo area; describe bindings
4778         correctly when keys end with `C-h'.
4779         (gnus-article-read-summary-send-keys): New function.
4780         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4781         for gnus-article-read-summary-send-keys; display continuation keys
4782         correctly in the echo area.
4783         (gnus-article-reply-with-original): Ignore prefix argument.
4784         (gnus-article-wide-reply-with-original): New function.
4785
4786         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4787         Emacs 21.
4788
4789 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4792         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4793
4794 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4795
4796         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4797         (gnus-group-read-ephemeral-gmane-group): New command.
4798
4799 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4800
4801         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4802
4803 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * message.el (message-send-mail-function): Increase custom version.
4806
4807         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4808         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4809
4810 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4811
4812         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4813         for the cases where imap-authenticate is called with a nil buffer
4814         parameter.
4815
4816 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4819         html parts correctly; support forwarded messages.
4820         (gnus-article-browse-html-article): Remove work buffers.
4821
4822         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4823         compiling.
4824         (netrc-bound-and-true-p): New macro.
4825         (netrc-parse): Use it instead of bound-and-true-p that is not available
4826         in XEmacs 21.4.
4827
4828 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4829
4830         * gnus-registry.el (gnus-registry-mark-article)
4831         (gnus-registry-article-marks): Add functionality to mark articles
4832         through the Gnus registry.
4833
4834         * encrypt.el: Clarify documentation for the new pgg method.
4835         (encrypt-file-alist): Add PGG option.
4836         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4837         functionality.  Abstract password key and messaging to external
4838         functions.
4839         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4840         (encrypt-message-method-and-cipher): Add new convenience external
4841         functions.
4842         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4843         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4844
4845         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4846         (netrc-parse): Use encrypt-file-alist to determine if
4847         encrypt-find-model or encrypt-insert-file-contents should be used.
4848
4849         * encrypt.el: Clarify documentation.  Load password-cache or
4850         password, whichever one is found first, instead of autoloading.
4851
4852 2007-12-19  Glenn Morris  <rgm@gnu.org>
4853
4854         * mml.el (message-options-set, message-narrow-to-head)
4855         (message-in-body-p, message-mail-p, message-encode-message-body):
4856         Autoload.
4857         (message-remove-header, message-narrow-to-headers-or-head)
4858         (message-subscribed-p, message-make-mail-followup-to)
4859         (message-position-on-field, message-news-p)
4860         (message-options-set-recipient, message-generate-headers)
4861         (message-sort-headers): Declare as functions.
4862
4863 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4866         convention in doc string.
4867
4868 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4871         title to html parts.
4872         (gnus-article-browse-html-article): Pass message header to it.
4873
4874         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4875
4876 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4879         or password compatible with XEmacs.
4880
4881 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4882
4883         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4884         format document.
4885         (gnus-mime-delete-part): Don't write description line if empty.
4886         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4887
4888 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4889
4890         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4891         (gnus-summary-mark-read-and-unread-as-read)
4892         (gnus-summary-mark-current-read-and-unread-as-read)
4893         (gnus-summary-mark-unread-as-ticked): Doc fix.
4894         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4895
4896 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4897
4898         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4899         Christoph Conrad <christoph.conrad@gmx.de>.
4900
4901 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4902
4903         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4904         yes-or-no-p.
4905
4906 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * mm-decode.el (mm-add-meta-html-tag): New function.
4909         (mm-save-part-to-file, mm-pipe-part): Use it.
4910
4911         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4912         gnus-y-or-n-p instead of y-or-n-p.
4913         (gnus-article-browse-html-parts): Work with message/external-body; use
4914         mm-add-meta-html-tag.
4915
4916 2007-12-11  Glenn Morris  <rgm@gnu.org>
4917
4918         * gnus-cache.el: Require gnus-sum not just when compiling.
4919
4920         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4921
4922         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4923         definitions before use.
4924
4925         * mm-decode.el: Require gnus-util.
4926         (mm-remove-part): Only call delete-annotation on XEmacs.
4927
4928         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4929
4930         * nnmail.el: Require gnus-int.
4931
4932         * spam.el: Move `require's before `eval-when-compile's.
4933
4934         * gnus-ems.el (gnus-alive-p):
4935         * gnus-fun.el (message-goto-eoh):
4936         * gnus-util.el (gnus-group-name-decode):
4937         * mail-source.el (gnus-compress-sequence):
4938         * message.el (Info-goto-node, format-spec):
4939         * mm-bodies.el (message-options-get):
4940         * mm-decode.el (mm-view-pkcs7):
4941         * mm-util.el (gmm-write-region):
4942         * mml-smime.el (mml-compute-boundary)
4943         (gnus-completing-read-with-default):
4944         * mml.el (widget-button-press, gnus-make-hashtable):
4945         * mml1991.el (mm-decode-content-transfer-encoding)
4946         (mm-encode-content-transfer-encoding)
4947         (message-options-get, message-options-set):
4948         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4949         * nnfolder.el (gnus-request-group):
4950         * nnheader.el (ietf-drums-unfold-fws):
4951         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4952         * smime.el (gnus-run-mode-hooks):
4953         * spam-stat.el (gnus-message): Autoload.
4954
4955         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4956         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4957         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4958         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4959         Add declare-function compatibility definition.
4960
4961         * gnus-cache.el (nnvirtual-find-group-art):
4962         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4963         (gnus-add-image, gnus-add-wash-type):
4964         * gnus-group.el (nnkiboze-score-file):
4965         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4966         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4967         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4968         (message-tokenize-header, gnus-get-buffer-create)
4969         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4970         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4971         * gnus.el (gnus-group-decoded-name):
4972         * mail-source.el (imap-capability):
4973         * mm-bodies.el (message-options-set):
4974         * mm-decode.el (gnus-configure-windows):
4975         * mm-extern.el (message-goto-body):
4976         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4977         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4978         (epg-sub-key-validity, message-options-set):
4979         * mml.el (widget-event-point, gnus-configure-windows):
4980         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4981         * mml2015.el (epg-check-configuration, epg-configuration)
4982         (message-options-set):
4983         * nndb.el (nndb-request-article):
4984         * nnfolder.el (gnus-request-create-group):
4985         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4986         * nnmaildir.el (gnus-group-mark-article-read):
4987         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4988         * rfc1843.el (message-fetch-field):
4989         * spam.el (gnus-extract-address-components):
4990         Declare as functions.
4991
4992 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4995
4996         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4997
4998         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4999         bind show-trailing-whitespace for XEmacs.
5000
5001 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5004         new no-op macro for backward compatibility.
5005
5006         * imap.el (imap-string-to-integer): New function.
5007
5008 2007-12-09  Glenn Morris  <rgm@gnu.org>
5009
5010         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5011
5012         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5013         * message.el, mm-view.el, sieve-manage.el, smime.el:
5014         Add declare-function compatibility definition.
5015
5016         * gnus-art.el (w3-region, w3m-region, Info-menu):
5017         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5018         * gnus-sum.el (gnus-get-predicate):
5019         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5020         * message.el (mail-abbrev-in-expansion-header-p):
5021         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5022         (w3m-detect-meta-charset, w3m-region):
5023         * sieve-manage.el (password-read, password-cache-add)
5024         (password-cache-remove):
5025         * smime.el (password-read-and-add): Declare as functions.
5026
5027 2007-12-08  David Kastrup  <dak@gnu.org>
5028
5029         * gnus-sum.el (gnus-summary-simplify-subject-query):
5030         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5031         `message'.
5032
5033 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5036         it to bind idna-program, installation-directory, defined-colors, and
5037         face-attribute for XEmacs of the version that compiles defcustom forms.
5038
5039 2007-12-07  Glenn Morris  <rgm@gnu.org>
5040
5041         * gnus-art.el (article-make-date-line): Revert previous change.
5042
5043 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5046
5047 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5048
5049         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5050         Call gnus-add-to-range ranges only once with a prepared article-list.
5051
5052 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5053
5054         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5055         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5056         group names with backslashes.  Reported by Tassilo Horn
5057         <tassilo@member.fsf.org>.
5058
5059 2007-12-06  Deepak Goel  <deego3@gmail.com>
5060
5061         * gnus-art.el (article-make-date-line):
5062         * gnus-start.el (gnus-load):
5063         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5064
5065 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-art.el (gnus-use-idna)
5068         * gnus-start.el (gnus-site-init-file)
5069         * message.el (message-use-idna)
5070         * mm-uu.el (mm-uu-hide-markers)
5071         * smiley.el (smiley-style): Revert changes that suppress warnings.
5072
5073 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5076         specify charset to html source.  Reported by Christoph Conrad
5077         <christoph.conrad@gmx.de>.
5078
5079 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5082         idna-program in order to suppress byte compile warning issued by XEmacs
5083         that came to byte compile the default value section of defcustom forms
5084         recently.
5085
5086         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5087         value of installation-directory.
5088
5089         * message.el (message-use-idna): Don't directly refer to the value of
5090         idna-program.
5091
5092         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5093
5094         * smiley.el (smiley-style): Don't directly call face-attribute.
5095
5096 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5097
5098         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5099
5100         * gnus-dired.el: Reduce Gnus dependencies.
5101         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5102         require.  Use autoloads instead.
5103         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5104         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5105         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5106         (gnus-dired-mode): Adjust doc string.
5107         (gnus-dired-mail-mode): New variable.
5108         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5109         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5110         (gnus-dired-mail-buffers): New function.  Return mail or message
5111         composition buffers.
5112         (gnus-dired-attach): Use it.
5113         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5114         NO-DECODE.
5115         (gnus-dired-print): Use `gnus-print-buffer' depending on
5116         `gnus-dired-mail-mode'.
5117
5118 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * rfc2047.el (rfc2047-encoded-word-regexp)
5121         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5122         explaining what regexp patterns are for.
5123
5124 2007-12-04  Glenn Morris  <rgm@gnu.org>
5125
5126         * password.el: Move to password-cache.el.
5127
5128         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5129         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5130         * mml-smime.el (password-read, password-cache-add)
5131         (password-cache-remove):
5132         No need to autoload, since mml-sec requires password.
5133
5134         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5135         * message.el (gnus-extract-address-components):
5136         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5137
5138         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5139         password.
5140
5141 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * mailcap.el: Reduce dependencies.
5144         (mail-header-parse-content-type): Autoload.
5145         (mailcap-delete-duplicates): New alias.
5146         (mailcap-mime-info): Add optional argument NO-DECODE.
5147         (mailcap-mime-types): Use mailcap-delete-duplicates.
5148
5149         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5150
5151 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5152
5153         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5154         (imap-parse-status): Upcase status-att for servers that sends them
5155         lower-case (e.g., MS Exchange 2007).
5156
5157 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5160         function.
5161
5162         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5163         (gnus-uu-yenc-article): New function.
5164
5165         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5166
5167         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5168         buffer.
5169
5170 2007-12-02  Glenn Morris  <rgm@gnu.org>
5171
5172         * binhex.el (binhex): New custom group.
5173         (binhex-decoder-program, binhex-decoder-switches)
5174         (binhex-use-external): Move to the binhex custom group.
5175
5176         * uudecode.el (uudecode): New custom group.
5177         (uudecode-decoder-program, uudecode-decoder-switches)
5178         (uudecode-use-external): Move to the uudecode custom group.
5179
5180         * netrc.el (top-level): Don't load `encrypt' features.
5181         (netrc-parse): Don't use encrypt.
5182         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5183
5184         * encrypt.el: Remove file.
5185
5186 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5187
5188         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5189         matches on patches.
5190
5191         * gnus-art.el (gnus-article-browse-html-article): Mention
5192         `mm-text-html-renderer' in the doc string.
5193
5194         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5195         string.  Add comments.
5196
5197         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5198         if rhs is ASCII.
5199
5200 2007-12-01  Glenn Morris  <rgm@gnu.org>
5201
5202         * mail-source.el (top-level): Require format-spec before
5203         eval-when-compile.
5204
5205 2007-11-30  Glenn Morris  <rgm@gnu.org>
5206
5207         * encrypt.el: Require password, rather than autoloading password-read.
5208
5209 2007-11-29  Glenn Morris  <rgm@gnu.org>
5210
5211         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5212         (sasl-make-client, sasl-next-step, sasl-step-data)
5213         (sasl-step-set-data): Declare as functions.
5214
5215 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5218
5219 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5220
5221         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5222         certs should be verified and what is to be done in the event of a
5223         verification failure.
5224
5225         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5226         caller can indicate whether the cache should be disregarded for this
5227         call.  This way the result of the call is reproducible at all times and
5228         can be considered a canonical server name for the supplied method.
5229         (gnus-agent-method-p): Canonicalize server names by pushing their
5230         method through `gnus-method-to-server' using the no-cache argument.
5231
5232         * gnus-srvr.el (gnus-server-insert-server-line): Call
5233         `gnus-method-to-server' with `no-cache' argument.
5234
5235         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5236         gnus-agent-possibly-synchronize-flags as this should be called when the
5237         server is actually being opened.
5238         (gnus-agent-possibly-synchronize-flags)
5239         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5240         flags file of an agentized server to the latter function.
5241
5242         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5243         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5244         after a connection has been established successfully.
5245
5246 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-art.el (article-display-face): Force to display face if called
5249         interactively; check if gnus-article-x-face-too-ugly matches author.
5250         (article-display-x-face): Display face even if From header is missing
5251         as article-display-face does.
5252
5253 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5254
5255         * hashcash.el (message-narrow-to-headers-or-head)
5256         (message-fetch-field, message-goto-eoh)
5257         (message-narrow-to-headers): Declare as functions.
5258
5259 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * mail-source.el (mail-sources): Default to fetch from file for
5262         compatibility with default of nnmail-spool-file.
5263
5264 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5267         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5268         to look for encoded word that should be encoded again.
5269         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5270         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5271         encoding pattern.
5272         (rfc2047-decode-region): Switch strict regexp and loose one according
5273         to rfc2047-allow-irregular-q-encoded-words.
5274
5275 2007-11-25  Romain Francoise  <romain@orebokech.com>
5276
5277         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5278
5279 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5280
5281         * tls.el (tls-program): Provide more custom choices from
5282         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5283         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5284
5285 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5288         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5289
5290         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5291         `nnmail-spool-file'.
5292
5293         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5294         `nnmail-spool-file'.
5295
5296         * gnus-move.el (gnus-change-server): Ditto.
5297
5298         * gnus-kill.el (gnus-batch-score): Ditto.
5299
5300         * gnus-cache.el (gnus-jog-cache): Ditto.
5301
5302         * gnus-msg.el (gnus-summary-reply):
5303         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5304
5305 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5306
5307         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5308         version.  Minor improvement to doc strings.
5309         (tls-program): Add comment.
5310
5311 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5312
5313         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5314         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5315         mismatch between the hostname provided in the certificate and the name
5316         of the host connnecting to.
5317         (open-tls-stream): Use them.  Check certificates against trusted root
5318         certificates.
5319
5320 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * gnus-cache.el (gnus-cache-generate-nov-databases):
5323         Use nnml-generate-nov-databases-directory instead of
5324         nnml-generate-nov-databases-1.
5325
5326 2007-11-24  Glenn Morris  <rgm@gnu.org>
5327
5328         * message.el (message-tool-bar-retro): Update for rename
5329         mail_send.xpm->mail-send.xpm.
5330
5331 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5334         `smime-ldap-search' for Emacs 22 and up.
5335
5336 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5339
5340         * message.el (message-send-mail-function): Fix error convention.
5341         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5342         (message-widen-reply, message-send-mail, message-talkative-question)
5343         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5344         (message-clone-locals, message-send-news): Use with-current-buffer.
5345         (message-insert-or-toggle-importance): Remove unused var `valid'.
5346         (message-make-references): Remove unused var `new-references'.
5347         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5348
5349 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5350
5351         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5352         (spam-split-symbolic-return-positive): Reflow docstring.
5353         (spam-backends, spam-summary-exit-behavior)
5354         (spam-mark-ham-unread-before-move-from-spam-group)
5355         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5356         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5357         (spam-clear-cache, spam-backend-check, spam-install-backend)
5358         (spam-install-statistical-backend, spam-list-of-processors)
5359         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5360         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5361         (spam-check-crm114, spam-initialize, spam-unload-hook):
5362         Fix typos in docstrings.
5363
5364 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5367         been checked if they have never been read and those group levels are
5368         higher than the one that a user specified.
5369
5370 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5373         foreign groups unless a group level is specified by a user.
5374         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5375
5376 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5377
5378         * message.el (message-send-mail-function): Require sendmail.
5379
5380 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * message.el (message-send-mail-function): Check for smtpmail too.
5383
5384         * utf7.el (utf7-encode, utf7-decode): Use coding system
5385         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5386
5387         * message.el (message-send-mail-function): New function.
5388         (message-send-mail-function): Set default using
5389         message-send-mail-function.  Adjust doc string.
5390         (message-send-mail-with-mailclient): New function.
5391
5392 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5393
5394         * smime.el (from):
5395         * rfc2047.el (message-posting-charset):
5396         * qp.el (mm-use-ultra-safe-encoding):
5397         * pop3.el (parse-time-months):
5398         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5399         * nnml.el (files):
5400         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5401         (jka-compr-compression-info-list, ange-ftp-path-format)
5402         (efs-path-regexp):
5403         * nndiary.el (files):
5404         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5405         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5406         (epg-digest-algorithm-alist, inhibit-redisplay)
5407         (password-cache-expiry):
5408         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5409         (pgg-output-buffer, password-cache-expiry):
5410         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5411         (efs-path-regexp):
5412         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5413         (inhibit-redisplay):
5414         * mm-uu.el (file-name, start-point, end-point, entry)
5415         (gnus-newsgroup-name, gnus-newsgroup-charset):
5416         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5417         (latin-unity-ucs-list):
5418         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5419         (mm-uu-binhex-decode-function):
5420         * message.el (gnus-message-group-art, gnus-list-identifiers)
5421         (rmail-enable-mime-composing, gnus-local-organization)
5422         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5423         (gnus-read-active-file, facemenu-add-face-function)
5424         (facemenu-remove-face-function, gnus-article-decoded-p)
5425         (tool-bar-mode):
5426         * mail-source.el (display-time-mail-function):
5427         * gnus-util.el (nnmail-pathname-coding-system)
5428         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5429         (gnus-original-article-buffer, gnus-user-agent)
5430         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5431         (xemacs-codename, sxemacs-codename, emacs-program-version):
5432         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5433         * gnus-start.el (gnus-agent-covered-methods)
5434         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5435         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5436         (gnus-newsgroup-headers, gnus-group-list-mode)
5437         (gnus-group-mark-positions, gnus-newsgroup-data)
5438         (gnus-newsgroup-unreads, nnoo-state-alist)
5439         (gnus-current-select-method, mail-sources)
5440         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5441         (nnmail-spool-file, gnus-cache-active-hashtb):
5442         * gnus-mh.el (mh-lib-progs):
5443         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5444         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5445         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5446         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5447         (gnus-group-buffer):
5448         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5449         (font-lock-set-defaults):
5450         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5451         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5452         (gnus-summary-post-menu, total-parts, type, condition, length):
5453         * gnus-agent.el (gnus-agent-read-agentview):
5454         * flow-fill.el (show-trailing-whitespace):
5455         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5456         eval-and-compile wrappers for byte compiler pacifiers.
5457
5458         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5459         (mm-display-inline-fontify): Check for featurep 'xemacs not
5460         extent-list.
5461
5462         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5463         itimer-list.
5464         (mm-create-image-xemacs): Only do something for XEmacs.
5465         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5466
5467         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5468
5469         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5470         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5471
5472 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5473
5474         * nnimap.el (nnimap-split-download-body):
5475         * gnus-demon.el (gnus-demon):
5476         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5477
5478 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5481         macros.
5482         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5483         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5484         copy data from unibyte buffer to multibyte current buffer.
5485         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5486         to copy data from unibyte current buffer to multibyte buffer.
5487         (nntp-make-process-buffer): Make process buffer unibyte.
5488
5489         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5490
5491 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5492
5493         * pop3.el (pop3-open-server): Accept and process data more robustly at
5494         connexion start to avoid spurious "POP SSL connexion failed" errors.
5495
5496 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5499         read group names.
5500
5501 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5502
5503         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5504
5505 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5508         (nnmail-save-active): Use a unibyte buffer when saving active file,
5509         which may contain non-ASCII group names.
5510
5511         * nnml.el (nnml-request-group): Decode group names in messages.
5512
5513 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * message.el (message-citation-line-function)
5516         (message-insert-formatted-citation-line): Fix spelling of
5517         `message-insert-formated-citation-line'.
5518
5519 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5520
5521         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5522
5523 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5526         nnmail-pathname-coding-system.
5527
5528         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5529         that a user enters; decode group names in messages.
5530
5531         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5532
5533 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5536
5537         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5538
5539         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5540         risky local variable.
5541
5542         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5543
5544 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * encrypt.el: Improve documentation to fix function name typo.
5547         Reported by Daiki Ueno <ueno@unixuser.org>.
5548
5549 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5552         even if the point is not in the last page of an article.
5553         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5554         back to the previous page.
5555
5556 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5559
5560 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5563
5564 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5565
5566         * message.el (message-check-news-body-syntax): Avoid
5567         mm-string-as-multibyte.
5568         (message-hide-headers): Don't assume (point-min)==1.
5569
5570 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * message.el (message-remove-blank-cited-lines): Fix if remove is
5573         given.
5574         (message-bogus-address-regexp): New variable.
5575         (message-bogus-recipient-p): New function.
5576         (message-check-recipients): New command.
5577         (message-syntax-checks): Add `bogus-recipient'.
5578         (message-fix-before-sending): Add `bogus-recipient'.
5579
5580         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5581         (gnus-treat-body-boundary): Don't test window-system.
5582
5583 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5584
5585         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5586
5587 2007-10-28  Miles Bader  <miles@gnu.org>
5588
5589         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5590         at compile-time too.
5591
5592 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * gnus-msg.el (gnus-message-setup-hook): Add
5595         `message-remove-blank-cited-lines' to options.
5596
5597 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * message.el (message-remove-blank-cited-lines): New function.
5600         Suggested by Karl Plästerer.
5601
5602 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5605         mapc.
5606
5607         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5608         (top-level): Use mapc to set functions to be traced for debugging.
5609
5610         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5611         called for effect with while loop.
5612
5613         * message.el (message-talkative-question): Replace mapcar called for
5614         effect with mapc.
5615
5616         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5617         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5618         called for effect with dolist.
5619
5620         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5621
5622         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5623         gnus-extra-headers and nnmail-extra-headers.
5624
5625         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5626         called for effect with dolist.
5627         (top-level): Use mapc to set functions to be traced for debugging.
5628
5629         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5630         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5631         dolist.
5632
5633         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5634         Replace mapcar called for effect with mapc.
5635         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5636         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5637         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5638         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5639
5640         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5641         remove-if that's a cl function.
5642
5643         * webmail.el (webmail-debug): Replace mapcar called for effect with
5644         dolist.
5645
5646         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5647         with mapc.
5648
5649 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5652         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5653         with while loop.
5654
5655         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5656         functions from article-* functions.
5657         (gnus-multi-decode-header): Replace mapcar called for effect with
5658         dolist.
5659
5660         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5661         (gnus-bookmark-show-details): Replace mapcar called for effect with
5662         while loop.
5663
5664         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5665         called for effect with while loop.
5666
5667         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5668         with dolist.
5669
5670         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5671         mapcar called for effect with dolist.
5672
5673         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5674
5675         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5676         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5677         Replace mapcar called for effect with dolist.
5678         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5679         mapc.
5680
5681         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5682         Replace mapcar called for effect with dolist.
5683         (gnus-topic-list): Replace mapcar called for effect with mapc.
5684
5685         * gnus.el: Use mapc instead of mapcar to add autoloads.
5686
5687 2007-10-23  Richard Stallman  <rms@gnu.org>
5688
5689         * gnus-group.el (gnus-group-highlight): Mark as risky.
5690
5691 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus.el (gnus-server-to-method): Return method found first in
5694         gnus-newsrc-alist.
5695
5696         * gnus-art.el (gnus-article-highlight-signature)
5697         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5698         button overlay without the front stickiness.
5699
5700 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5701
5702         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5703         overview buffer needed a catch to receive its throw.
5704         (gnus-agent-flush-cache): Declared as interactive to make this function
5705         easier to use.
5706
5707 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5708
5709         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5710         `next-line'.
5711
5712 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5715         exclude address matching message-dont-reply-to-names.
5716
5717 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-util.el (gnus-string<): New function.
5720
5721         * gnus-sum.el (gnus-article-sort-by-author)
5722         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5723
5724 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5727         the frame-focus tag is set in gnus-buffer-configuration.
5728
5729 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5732         the front stickiness.
5733
5734 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5737         url pattern; remove duplicate one.
5738         (gnus-article-extend-url-button): New function.
5739         (gnus-article-add-buttons): Use it.
5740         (gnus-button-push): Use concatenated url that it makes.
5741
5742 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5743
5744         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5745
5746 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5747
5748         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5749         Don't hardcode point-min==1.
5750
5751 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5754         Fix comment about "iso8859-1".
5755
5756 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5757
5758         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5759         ones returned from the verify-function.
5760
5761         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5762         mml2015-extract-cleartext-signature if extraction failed.
5763
5764 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5765
5766         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5767         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5768         failed.
5769
5770 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5773
5774 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5777         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5778         recommends to use EasyPG instead of PGG.
5779
5780         * pgg.el: Revert to revision 6.23.2.16.
5781
5782         * pgg-def.el: Revert to revision 6.6.2.14.
5783
5784         * pgg-gpg.el: Revert to revision 6.23.2.34.
5785
5786 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5787
5788         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5789         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5790         thread for both the null and zero (kill/expire thread) universal prefix
5791         cases.
5792         (gnus-summary-expire-thread): Add new function to expire a thread,
5793         using gnus-summary-kill-thread.
5794         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5795         shortcuts for gnus-summary-expire-thread.
5796         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5797         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5798
5799 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5800
5801         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5802         extras value, so an extras entry can be deleted.
5803         (gnus-registry-delete-extra-entry): Use it.
5804         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5805         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5806         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5807         storage through the gnus-registry, and provide an appropriate API for
5808         it.
5809
5810 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5813         Suggested by Leo <sdl.web@gmail.com>.
5814
5815         * gnus.el: Do.
5816
5817 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5820         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5821
5822         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5823
5824         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5825         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5826
5827 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5830         newline.
5831         (nnmbox-request-accept-article): Don't change article in source buffer;
5832         narrow to header to use message-fetch-field rather than
5833         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5834         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5835         as delimiters; make sure article ends with newline.
5836         (nnmbox-delete-mail): Correct last position of article to be deleted;
5837         ignore X-Gnus-Newsgroup header in article body.
5838         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5839         positions; make sure article ends with newline.
5840
5841         * message.el (message-display-abbrev): Don't infloop when a user
5842         inserts SPC in the beginning of header.
5843
5844         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5845         coding-system-for-read and coding-system-for-write for XEmacs having no
5846         file-coding feature.
5847
5848         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5849
5850 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5851
5852         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5853         list of groups not followed by default.  Fix type to be regexp.
5854         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5855
5856 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5857
5858         * hmac-def.el (define-hmac-function): Switch from old-style to
5859         new-style backquotes.
5860
5861         * md4.el (md4-make-step): Likewise.
5862
5863 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5866         raw-text coding system when saving .newsrc file, which may contain
5867         non-ASCII group names.
5868
5869 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-cus.el (gnus-score-extra): New widget.
5872         (gnus-score-extra-convert): New function.
5873         (gnus-score-customize): Use it for Extra.
5874
5875 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5876
5877         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5878         (mml2015-mailcrypt-clear-verify): Use it.
5879         (mml2015-gpg-clear-verify): Use it.
5880         (mml2015-pgg-clear-verify): Use it.
5881         (mml2015-epg-clear-verify): Replace the current part with the output
5882         from GnuPG; don't extract the plaintext by itself.
5883
5884         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5885         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5886         mml2015-clear-verify-function; don't touch the armor headers or
5887         dash-escaped text here.
5888
5889 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5892         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5893         parts, or application/octet-stream as a last resort.
5894         (gnus-mime-view-part-as-type): Don't toggle display.
5895         (gnus-mime-view-part-as-charset): Don't turn off display before
5896         querying charset.
5897
5898         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5899         stuff to undisplayer function in Emacs.
5900         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5901
5902         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5903         text/calendar parts.
5904
5905 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5908         decoding text/calendar parts.
5909
5910         * message.el (message-forward-make-body-mime): Always mark body as
5911         having no illegible text; remove signed-or-encrypted argument.
5912         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5913
5914         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5915         (mml-generate-mime-1): Don't encode body if it is specified to be in
5916         raw form; don't make buffer be unibyte when inserting multibyte string.
5917
5918 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5919
5920         * sha1.el: Fix up comment style.
5921         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5922         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5923
5924         * hex-util.el: Fix up comment style.
5925         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5926
5927         * gnus-salt.el: Use with-current-buffer.
5928         (gnus-pick-setup-message): Fix long-standing typo.
5929
5930 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * imap.el (imap-logout-timeout): New variable.
5933         (imap-logout, imap-logout-wait): New functions.
5934         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5935
5936         * nnimap.el (nnimap-logout-timeout): New server variable.
5937         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5938         nnimap-logout-timeout.
5939
5940         * gnus-art.el (gnus-article-summary-command-nosave)
5941         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5942
5943 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus.el (gnus-maximum-newsgroup): New variable.
5946
5947         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5948         according to gnus-maximum-newsgroup.
5949
5950         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5951         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5952         Limit the range of articles according to gnus-maximum-newsgroup.
5953
5954 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5955
5956         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5957         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5958         Don't perform gnus-configure-windows here; reuse existing sticky
5959         article buffer.
5960
5961         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5962         it doesn't exist in gnus-article-mode.
5963
5964 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5967         (gnus-agent-decoded-group-name): New function.
5968         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5969         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5970
5971 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5972
5973         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5974         Add binding for gnus-sticky-article.
5975         (gnus-summary-exit): Don't kill sticky article buffers.
5976
5977         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5978         article buffer.
5979         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5980         (gnus-kill-sticky-article-buffers): New commands.
5981
5982 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * nntp.el (nntp-xref-number-is-evil): New server variable.
5985         (nntp-find-group-and-number): If it is non-nil, don't trust article
5986         numbers in the Xref header.
5987
5988 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-agent.el (gnus-agent-read-group): New function.
5991         (gnus-agent-flush-group, gnus-agent-expire-group)
5992         (gnus-agent-regenerate-group): Use it.
5993         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5994         nnmail-pathname-coding-system.
5995
5996 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5999
6000         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6001         that are unread as unread, and also as selected so that information of
6002         marks having been changed by a user may be updated when exiting group.
6003
6004 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6007         calculated ignoring signature parts to gnus-treat-article.
6008
6009 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6012         a point here in order to keep the window start.
6013         (gnus-insert-mime-security-button): Make a button overlay without the
6014         front stickiness.
6015         (gnus-mime-display-security): Goto the end of a button.
6016
6017         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6018
6019 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6022         group-name-at-point.
6023         (gnus-group-completing-read): New function that offers decoded
6024         non-ASCII group names for completion.
6025         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6026         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6027         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6028         (gnus-group-fetch-control): Use it.
6029         (gnus-fetch-group): Use group-name-at-point for the initial value
6030         rather than the default value; use gnus-alive-p.
6031
6032         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6033         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6034         (gnus-summary-post-news): Use gnus-group-completing-read.
6035
6036         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6037         (gnus-read-move-group-name): Decode group name for completion.
6038
6039 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6040
6041         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6042         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6043         Yamaoka slightly modified the code).
6044
6045 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6048         (nnmail-split-incoming): Bind it.
6049
6050         * nnml.el (nnml-group-name-charset): New function.
6051         (nnml-decoded-group-name): Use it; don't decode group name if
6052         nnmail-group-names-not-encoded-p is non-nil.
6053         (nnml-encoded-group-name): New function.
6054         (nnml-group-pathname): Inline nnml-decoded-group-name.
6055         (nnml-request-expire-articles): Decode group name in message.
6056         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6057         nnmail-pathname-coding-system.
6058         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6059         not decoded ones according to nnmail-group-names-not-encoded-p.
6060         (nnml-generate-active-info): Use nnml-encoded-group-name.
6061
6062 2007-08-08  Glenn Morris  <rgm@gnu.org>
6063
6064         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6065         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6066         doc-strings and comments.
6067
6068 2007-07-25  Glenn Morris  <rgm@gnu.org>
6069
6070         * Relicense all FSF files to GPLv3 or later.
6071
6072 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-sum.el (gnus-summary-move-article): Make
6075         gnus-summary-respool-article work.
6076
6077 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6080         string.
6081
6082 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6083
6084         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6085         that should be ignored when comparing distant RSS articles with local
6086         ones.
6087         (nnrss-make-hash-index): New function.  Create a hash index according
6088         to the ignored fields.
6089         (nnrss-check-group): Use it.
6090
6091 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6094
6095         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6096
6097         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6098         the new optional argument ENCODED is non-nil.
6099         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6100         coding system for encoding group name.
6101         (gnus-group-make-rss-group): Pass un-encoded group name to
6102         gnus-group-make-group.
6103         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6104         encoded.
6105
6106         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6107         Encode group name to which articles are moved or copied.
6108         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6109         coding system for encoding Newsgroup, Followup-To and Xref headers.
6110
6111         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6112         marks; use nnheader-file-coding-system to write a file.
6113         (nnagent-retrieve-headers): Bind file-name-coding-system to
6114         nnmail-pathname-coding-system.
6115
6116         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6117
6118         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6119         (nnml-request-article, nnml-request-create-group)
6120         (nnml-request-rename-group, nnml-find-id)
6121         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6122         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6123         (nnml-save-marks): Use nnml-group-pathname instead of
6124         nnmail-group-pathname.
6125
6126         (nnml-request-create-group, nnml-request-expire-articles)
6127         (nnml-request-move-article, nnml-request-delete-group)
6128         (nnml-deletable-article-p, nnml-possibly-create-directory)
6129         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6130         (nnml-open-marks): Bind file-name-coding-system to
6131         nnmail-pathname-coding-system.
6132
6133         (nnml-request-article): Pass server argument to nnml-find-group-number.
6134         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6135         server argument to nnml-possibly-create-directory.
6136         (nnml-request-accept-article): Pass server argument to
6137         nnml-active-number and nnml-save-mail.
6138         (nnml-find-group-number): Pass server argument to nnml-find-id.
6139         (nnml-request-update-info): Pass server argument to
6140         nnml-marks-changed-p.
6141
6142         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6143         (nnml-save-mail, nnml-active-number): Add server argument.
6144
6145         (nnml-request-delete-group): Warn if group is missing.
6146         (nnml-get-nov-buffer): Decode group name.
6147         (nnml-generate-active-info): Encode group name.
6148         (nnml-open-marks): Decode group name in messages.
6149
6150 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6153         if it is not specified.
6154         (gnus-article-pipe-part, gnus-article-save-part)
6155         (gnus-article-interactively-view-part, gnus-article-copy-part)
6156         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6157         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6158         (gnus-article-replace-part, gnus-article-delete-part)
6159         (gnus-article-view-part-as-type): Pass raw prefix argument to
6160         gnus-article-part-wrapper.
6161
6162 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * gnus-agent.el (gnus-agent-save-active): Bind
6165         nnheader-file-coding-system to gnus-agent-file-coding-system.
6166
6167         * gnus-cache.el (gnus-cache-save-buffers)
6168         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6169         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6170         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6171         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6172         (gnus-cache-generate-active, gnus-cache-rename-group)
6173         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6174         (gnus-cache-update-overview-total-fetched-for): Bind
6175         file-name-coding-system to nnmail-pathname-coding-system.
6176         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6177         variables.
6178         (gnus-cache-decoded-group-name): New function.
6179         (gnus-cache-file-name): Use it.
6180         (gnus-cache-generate-active): Use non-decoded group name for active.
6181
6182         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6183         right place.
6184         (gnus-write-active-file): Don't break non-ASCII group names.
6185
6186         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6187         nnmail-pathname-coding-system.
6188
6189         * lpath.el: Bind default-file-name-coding-system,
6190         file-name-coding-system and language-info-alist for XEmacs.
6191
6192         * gnus-uu.el (gnus-uu-decode-save): Typo.
6193
6194 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6197
6198 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6201         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6202         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6203         (gnus-agent-flush-group, gnus-agent-flush-cache)
6204         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6205         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6206         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6207         (gnus-agent-regenerate-group)
6208         (gnus-agent-update-files-total-fetched-for)
6209         (gnus-agent-update-view-total-fetched-for): Bind
6210         file-name-coding-system to nnmail-pathname-coding-system.
6211         (gnus-agent-group-pathname): Don't encode file names by
6212         nnmail-pathname-coding-system.
6213         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6214         coding-system-for-write instead of buffer-file-coding-system to
6215         gnus-agent-file-coding-system.
6216
6217         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6218         Decode group name.
6219
6220         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6221
6222         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6223         (gnus-read-newsrc-el-file): Make group names unibyte.
6224
6225         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6226         nnmail-pathname-coding-system.
6227
6228         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6229         (nnrss-request-delete-group): Bind file-name-coding-system to
6230         nnmail-pathname-coding-system.
6231         (nnrss-read-server-data, nnrss-read-group-data): Bind
6232         file-name-coding-system correctly.
6233         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6234
6235         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6236         (nntp-server-to-method-cache): New variable.
6237         (nntp-group-pathname): New function that decodes non-ASCII group names.
6238         (nntp-possibly-create-directory, nntp-marks-changed-p)
6239         (nntp-save-marks, nntp-open-marks): Use it.
6240         (nntp-possibly-create-directory, nntp-open-marks):
6241         Bind file-name-coding-system to nnmail-pathname-coding-system.
6242         (nntp-open-marks): Decode group names when bootstrapping marks.
6243
6244         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6245         Newsgroups and Folowup-To headers.
6246
6247 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6250         (gnus-server-closed-face, gnus-server-denied-face)
6251         (gnus-server-offline-face): Remove variable.
6252         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6253
6254         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6255         of modifying message-stack directly for XEmacs.
6256
6257         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6258         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6259         if the coding-system argument is nil for XEmacs.
6260
6261         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6262         mm-charset-override-alist.
6263
6264         * rfc2047.el: Don't require base64; require rfc2045 for the function
6265         rfc2045-encode-string.
6266         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6267         to quote the parameter value.
6268
6269 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6272         form in gnus-group-name-charset-method-alist.
6273
6274         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6275         overrides the default layout edit-form.
6276
6277         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6278
6279         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6280
6281 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6284         as unfetched articles.
6285
6286 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6289
6290 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6293         original back end that keeps marks in the local system.
6294
6295 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6298         arg of pop-to-buffer for XEmacs.
6299         (gnus-article-read-summary-keys): Ditto; don't restore window
6300         configuration if summary command ends up with neither article buffer
6301         nor summary buffer; describe bindings if summary keys end with C-h.
6302
6303 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * message.el (message-fix-before-sending): Skip raw message part to be
6306         forwarded while checking illegible text.
6307         (message-forward-make-body-mime, message-forward-make-body): Mark
6308         signed or encrypted raw message as having no illegible text.
6309
6310 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6313         (gnus-message-with-timestamp-1): New macro.
6314         (gnus-message-with-timestamp): New function.
6315         (gnus-message): Use them.
6316
6317         * nnheader.el (nnheader-message): Use them.
6318
6319 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6322         .newsrc.eld file.
6323
6324 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-agent.el (gnus-agent-fetch-headers)
6327         (gnus-agent-retrieve-headers): Bind
6328         gnus-decode-encoded-address-function to identity.
6329
6330         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6331         available also when the server returns simply a dot.
6332
6333         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6334
6335 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6338
6339 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-ems.el (gnus-x-splash): Make it work.
6342
6343         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6344         from being used.
6345
6346         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6347
6348 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6351         4th and the 5th arguments.
6352
6353         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6354         the front stickiness.
6355         (gnus-article-summary-command-nosave): Correct the order of the
6356         arguments passed to pop-to-buffer.
6357         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6358         summary command ends up with the article buffer.
6359
6360         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6361         the same faces.
6362
6363 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6364
6365         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6366
6367 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6368
6369         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6370         * gnus-sum.el (gnus-summary-highlight):
6371         * pgg.el (pgg-sign-region, pgg-sign):
6372         * mail-source.el (mail-source-delete-old-incoming-confirm):
6373         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6374
6375 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-art.el (gnus-mime-view-part-externally)
6378         (gnus-mime-view-part-internally): Fix predicate function passed to
6379         completing-read.
6380
6381         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6382
6383         * gnus.el (gnus-update-message-archive-method): Add :version.
6384
6385 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus.el (gnus-update-message-archive-method): New variable.
6388
6389         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6390         according to gnus-message-archive-method if
6391         gnus-update-message-archive-method is non-nil.
6392
6393 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6396         by Loic Dachary <loic@dachary.org>.
6397         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6398
6399 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * message.el (message-pop-to-buffer): Add switch-function argument.
6402         (message-mail): Pass switch-function argument to it.
6403
6404 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6407         Improve doc string.
6408
6409 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6412         (gnus-header-content)
6413         * gnus-cite.el (gnus-cite-10)
6414         * gnus-srvr.el (gnus-server-closed)
6415         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6416         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6417         (gnus-group-mail-3-empty, gnus-group-mail-low)
6418         (gnus-group-mail-low-empty, gnus-splash)
6419         * message.el (message-header-to, message-header-cc)
6420         (message-header-subject, message-header-other, message-header-name)
6421         (message-header-xheader, message-separator, message-cited-text)
6422         (message-mml): Lighten colors of faces used for dark background.
6423
6424 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6425
6426         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6427         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6428
6429 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * message.el (message-narrow-to-headers-or-head):
6432         Ignore mail-header-separator in the body.
6433
6434 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6437         same as window size.
6438
6439 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6440
6441         * message.el (message-font-lock-keywords): Use message-header-xheader
6442         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6443         ahead of the anything pattern, to get it recognised.
6444
6445 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6448         spam.el loads uses it in the compiled defadvice form.
6449
6450 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6451
6452         * gnus-sum.el (gnus-articles-to-read)
6453         (gnus-summary-insert-old-articles): Don't truncate group name for
6454         `read-string'.
6455
6456         * gnus-util.el (gnus-limit-string): Delete this function.
6457
6458         * gnus-sum.el (gnus-simplify-subject-fully): Use
6459         `truncate-string-to-width' instead.
6460
6461 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6462
6463         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6464         if, on summary exit, the next group has to be selected.
6465         (gnus-summary-exit): Use it.
6466
6467 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6470         non-break space.
6471
6472 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6475         Check if group is not a directory.
6476         (nnfolder-request-expire-articles): Don't delete articles if the target
6477         group is not available.
6478
6479         * nnml.el (nnml-request-create-group): Properly check if group is not a
6480         file.
6481         (nnml-request-expire-articles): Don't delete articles if the target
6482         group is not available.
6483
6484         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6485         Don't quote characters that are within parentheses.
6486
6487 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6490         (gnus-handle-ephemeral-exit): Select article according to it.
6491
6492 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * message.el (message-insert-formated-citation-line): Remove newline.
6495         (message-citation-line-format): Add final \n here so that the user can
6496         avoid a blank line.
6497
6498 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6499
6500         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6501         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6502         Update lanl/arXiv support.
6503
6504 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * gnus.el: Bump version number.
6507
6508 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * gnus.el (gnus-version-number): Bump version.
6511
6512 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6513
6514         * gnus.el: No Gnus v0.6 is released.
6515
6516 2007-04-27  Didier Verna  <didier@xemacs.org>
6517
6518         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6519         * gmm-utils.el (gmm-regexp-concat): here.
6520         * message.el: Don't require 'gnus-util.
6521         (message-dont-reply-to-names): Handle name change above.
6522         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6523
6524 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6527         since the initial value varies according to the system.
6528
6529 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6532
6533 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6534
6535         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6536
6537 2007-04-24  Didier Verna  <didier@xemacs.org>
6538
6539         Improve the type of gnus-ignored-from-addresses.
6540         * gnus-util.el (gnus-orify-regexp): New function.
6541         * message.el (gnus-util): Require it.
6542         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6543         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6544         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6545
6546 2007-04-24  Didier Verna  <didier@xemacs.org>
6547
6548         * gnus-sum.el:
6549         * gnus-utils.el: Fix some trailing whitespaces.
6550
6551 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6554         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6555         article's Message-ID; refer parent article in summary buffer.
6556
6557         * message.el (message-bounce): Call mime-to-mml.
6558
6559         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6560         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6561         optimize and/or forms properly.
6562
6563 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6566         URL.
6567
6568 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6571
6572 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6575         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6576         displayed of multipart/alternative part if it is invoked from summary
6577         buffer.
6578
6579         * mm-view.el (mm-inline-text-html-render-with-w3m)
6580         (mm-inline-text-html-render-with-w3m-standalone)
6581         (mm-inline-render-with-function): Use mail-parse-charset by default.
6582
6583 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6584
6585         * parse-time.el (parse-time-string-chars): Check if CHAR
6586         is less than the length of parse-time-syntax.
6587
6588 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6591         from gnus-newsgroup-processable.
6592
6593 2007-04-16  Didier Verna  <didier@xemacs.org>
6594
6595         * gnus-msg.el (gnus-configure-posting-styles): Handle
6596         message-signature-directory properly with :file syntax.  Reported by
6597         "Leo".
6598
6599 2007-04-11  Didier Verna  <didier@xemacs.org>
6600
6601         New user option: message-signature-directory.
6602         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6603         * message.el (message-insert-signature): Ditto.
6604         * message.el (message-signature-file): Doc update.
6605         * message.el (message-signature-directory): New.
6606
6607 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-msg.el (gnus-inews-yank-articles): Use
6610         message-exchange-point-and-mark instead of exchange-point-and-mark.
6611
6612 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * message.el (message-yank-original): Make sure cited text ends with
6615         newline; don't exchange point and mark.
6616
6617 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6618
6619         * tls.el (open-tls-stream): Properly handle case where there
6620         is no associated buffer.
6621
6622 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6623
6624         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6625         message-yank-original, make sure (< mark TEXT point).
6626
6627 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * message.el (message-fill-column): New variable.
6630         (message-mode): Use it.  Add comment on a possible new hook.
6631
6632         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6633         (nnmail-get-new-mail): Reformat.
6634
6635         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6636
6637         * gmm-utils.el: Fix Commentary.
6638         (gmm-tool-bar-from-list): Fix typo in doc string.
6639
6640 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6641
6642         * message.el (message-yank-original): Don't switch point and mark
6643         unnecessarily to put point and mark as documented.
6644
6645 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6648         from the message heads.
6649
6650 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6651
6652         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6653         article buffer does not have a window.  This may not be the best
6654         solution but is certainly better than setting the start of the null,
6655         that is the current, window.
6656
6657 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6660         (gnus-draft-setup): Run it.
6661
6662         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6663         gnus-score-fast-scoring.  Allow regexp.
6664         (gnus-score-headers): Use it.
6665
6666         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6667         XEmacs.
6668
6669         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6670         string.
6671         (gnus-button-alist): Also catch `<f1> k ...'.
6672         (gnus-treat-display-x-face): Fix doc string.
6673
6674 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6675
6676         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6677         evaluation of gnus-extended-version to ensure correct generation of the
6678         User-Agent header when message-generate-headers-first is used.
6679
6680 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6681
6682         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6683         hashcash-path is nil.  Don't call callback with incorrect number of
6684         parameters if val is 0.
6685
6686 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6687
6688         * message.el (message-required-news-headers):
6689         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6690
6691 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6692
6693         * tls.el (open-tls-stream): In handshake-waiting loop,
6694         don't wait more if there is output available to process.
6695
6696 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6697
6698         * tls.el (tls-program): Doc fix.
6699
6700 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * message.el (message-generate-new-buffers): Change the meaning of the
6703         nil value; add `standard' to the choices; treat t as `unique'; improve
6704         doc string.
6705         (gnus-select-frame-set-input-focus): Autoload.
6706         (message-buffer-name): Search for the existing message buffer if
6707         message-generate-new-buffers is nil or `standard'; treat the value t of
6708         message-generate-new-buffers as `unique'.
6709         (message-pop-to-buffer): Raise the frame already displaying the message
6710         buffer; clear the echo area after querying.
6711         (message-setup): Pass the `continue' argument to compose-mail.
6712         (message-mail): Prefer `switch-function' if it is given; search for the
6713         existing message buffer if the `continue' argument is non-nil; pass
6714         continue and switch-function arguments to compose-mail by way of
6715         message-setup.
6716         (message-mail-other-window): Adjust argument of message-setup.
6717         (message-mail-other-frame): Ditto.
6718
6719 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6722         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6723         to turn font-lock on when turning gnus-message-citation-mode on.
6724
6725 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6726
6727         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6728         (mml-smime-function-alist): New variable; add epg as the backend.
6729         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6730         mml-smime- functions instead.
6731         * mm-view.el: Require smime.
6732
6733 2007-03-05  Didier Verna  <didier@xemacs.org>
6734
6735         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6736         instead of just inheritance for posting styles.
6737         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6738
6739 2007-02-24  Chris Moore  <dooglus@gmail.com>
6740
6741         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6742         * pgg-pgp.el (pgg-pgp-encrypt-region):
6743         * pgg-gpg.el (pgg-gpg-encrypt-region):
6744         Check pgg-encrypt-for-me if no other recipients.
6745
6746 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6747
6748         * tls.el (tls-certtool-program): Fix custom type.
6749
6750 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6753         and point-at-eol instead of line-(beginning|end)-position.
6754
6755         * assistant.el (assistant-parse-buffer): Ditto.
6756
6757         * netrc.el (netrc-parse-services): Ditto.
6758
6759 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6760
6761         * mml2015.el (mml2015-epg-find-usable-key): New function.
6762         (mml2015-epg-sign): Use it.
6763         (mml2015-epg-encrypt): Use it.
6764
6765 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * message.el (message-make-in-reply-to): Quote name containing
6768         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6769         if there are special characters.  Reported by NAKAJI Hiroyuki
6770         <nakaji@jp.freebsd.org>.
6771
6772 2007-02-27  Didier Verna  <didier@xemacs.org>
6773
6774         Include the group parameters as well as the topic ones in the
6775         inheritance filter process.
6776         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6777         argument GROUP-PARAMS-LIST.
6778         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6779
6780 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * nntp.el (nntp-never-echoes-commands)
6783         (nntp-open-connection-functions-never-echo-commands): New variables.
6784         (nntp-send-command): Use them.
6785
6786 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6787
6788         * mml2015.el (mml2015-epg-verify): Simplified.
6789
6790 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * mml.el (mml-content-disposition-alist): New user option.
6793         (mml-content-disposition): New function.
6794         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6795         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6796
6797 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6798
6799         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6800         verification.
6801
6802 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6803
6804         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6805         articles posted in the last 24 hours.
6806
6807 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6808
6809         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6810
6811 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6812
6813         * nntp.el (nntp-send-command): Don't wait for echoes when
6814         nntp-open-ssl-stream is used.
6815
6816 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6819         (gnus-message-add-citation-keywords)
6820         (gnus-message-remove-citation-keywords): Remove.
6821         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6822         directly, make the variables in font-lock-defaults buffer-local, add
6823         gnus-message-citation-keywords to them and then update the value of
6824         font-lock-keywords.
6825
6826 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * message.el (message-cite-original-1): Don't call
6829         gnus-article-highlight-citation.
6830
6831         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6832         citations; fix line count.
6833
6834 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6837         (gnus-message-add-citation-keywords)
6838         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6839         versions of font-lock-add-keywords and font-lock-remove-keywords to
6840         work with XEmacs correctly.
6841
6842 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus-cite.el (gnus-cite-face-list): Set the values of
6845         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6846         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6847         (gnus-message-cite-prefix-regexp): New variable.
6848         (gnus-message-search-citation-line): Use it; protect against long
6849         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6850         the 0th match data for Emacs.
6851         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6852         (gnus-message-add-citation-keywords): Append keywords rather than
6853         prepending; emulate font-lock-add-keywords if it is not available.
6854         (gnus-message-remove-citation-keywords): Emulate
6855         font-lock-remove-keywords if it is not available.
6856
6857         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6858
6859         * message.el (message-cite-prefix-regexp): Set the value of
6860         gnus-message-cite-prefix-regexp.
6861
6862 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6863
6864         * nnweb.el (nnweb-google-parse-1): Update parser.
6865
6866 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6867
6868         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6869
6870 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6871
6872         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6873         regexp.
6874
6875 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6878         string-to-multibyte.
6879         (uudecode-decode-region-internal): Use it.
6880
6881         * lpath.el: Fbind string-as-multibyte for XEmacs.
6882
6883 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6886         custom choice.
6887
6888         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6889
6890 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6891
6892         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6893
6894         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6895         `write-region' to respect `mm-inhibit-file-name-handlers'.
6896
6897 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6900         Use gnus-home-directory instead of "~/" or "$HOME".
6901
6902 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6905         to mention filename.
6906         Add comments at beginning regarding usage.
6907         (encrypt-write-file-contents): Change interactive so a string is
6908         acceptable.  If the file has no associated model, show an error instead
6909         of a nonsense prompt.
6910
6911 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6912
6913         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6914         Thanks to Yoshihiko Yamada for kind notification of this typo.
6915
6916 2007-01-12  Kenichi Handa  <handa@m17n.org>
6917
6918         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6919         multibyte buffer.
6920
6921 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * gnus-score.el (gnus-score-fast-scoring): New variable.
6924         (gnus-score-headers): Use it.
6925
6926         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6927
6928         * message.el (message-cite-original-1): Call
6929         gnus-article-highlight-citation if requested.
6930         (message-make-from): Allow name and address as optional arguments.
6931
6932         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6933
6934         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6935         bugs to doc string.
6936         (gnus-button-alist): Add mid\\|message-id.
6937         (gnus-button-fetch-group): Extend for use in
6938         `browse-url-browser-function'.
6939         (gnus-button-url-regexp): Try to catch paired parentheses like in
6940         Wikipedia URLs.
6941
6942         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6943         Suggested by Simon Krahnke <overlord@gmx.li>.
6944
6945 2007-01-13  Romain Francoise  <romain@orebokech.com>
6946
6947         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6948         Update copyright.
6949
6950 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6951
6952         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6953
6954 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * gnus-registry.el (gnus-registry-unfollowed-groups)
6957         (gnus-registry-split-fancy-with-parent): Fix documentation.
6958
6959 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6962         from nnweb groups.
6963
6964 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6967         Xref urls.  Erase buffer before requesting head.
6968
6969 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6972         customizable.
6973
6974 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6975
6976         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6977         no signing key is found.
6978         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6979         no encrypting and/or signing key is found.
6980
6981 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6984
6985 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6986
6987         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6988         headers read from disk with the ones newly found in the current search.
6989         This should no longer cause problems, because the article numbers in
6990         Gmane's `nov.php' output are ignored since the previous change.
6991
6992 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6993
6994         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6995
6996 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6999         replace-regexp-in-string; bind url-version; fbind display-images-p and
7000         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7001         find-face and set-itimer-function for Emacs; bind itimer-list for
7002         Emacs.
7003
7004         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7005
7006 2007-01-01  Romain Francoise  <romain@orebokech.com>
7007
7008         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7009
7010 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7011
7012         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7013         `define-minor-mode' macro definition expanded properly.
7014         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7015         exclude it there.
7016
7017         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7018         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7019         `fboundp' test.
7020         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7021         This is OK to autoload in (S)XEmacs now.
7022
7023 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7026         keystroke.
7027         (gnus-summary-limit-to-singletons): Fix typo.
7028
7029         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7030         else fails.
7031
7032 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7033
7034         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7035         docstring.
7036
7037         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7038         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7039         (gnus-summary-insert-dormant-articles): Fix typo in message.
7040
7041 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7044         nil for XEmacs.
7045         (gnus-message-citation-mode): Don't autoload in XEmacs.
7046
7047         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7048
7049 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7050
7051         * nnimap.el (nnimap-expunge-search-string): Mention
7052         nnimap-search-uids-not-since-is-evil in docstring.
7053
7054 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * spam.el: Revert to make-obsolete-variable because
7057         define-obsolete-variable-alias is not supported in Emacs 21.
7058
7059         * spam.el (spam-ifile-path, spam-ifile-database-path)
7060         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7061         make-obsolete-variable.
7062         (spam-bsfilter-path, spam-bsfilter-program)
7063         (spam-spamassassin-path, spam-spamassassin-program)
7064         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7065         use "path" inappropriately.
7066         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7067         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7068         variable names.
7069
7070 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7071
7072         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7073         summary buffer.
7074
7075         * password.el (password-cache-remove): Use clear-string to burn
7076         password, if available.
7077
7078 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7081
7082         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7083
7084         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7085         (gnus-message-highlight-citation): Move defcustom here from
7086         gnus-cite.el.
7087         (gnus-message-citation-mode): Autoload.
7088
7089         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7090         checks to make it compile with XEmacs.
7091         (gnus-message-citation-mode): New minor mode.
7092         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7093         (gnus-message-highlight-citation): New variables.
7094         (gnus-message-search-citation-line)
7095         (gnus-message-add-citation-keywords)
7096         (gnus-message-remove-citation-keywords)
7097         (turn-on-gnus-message-citation-mode)
7098         (turn-off-gnus-message-citation-mode): New functions.
7099
7100 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7101
7102         * gnus-cite.el: Enable highlighting of different citation levels in
7103         message-mode.
7104
7105 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * message.el (message-make-fqdn): Fix comment.
7108         (message-bogus-system-names): Add ".local".
7109
7110         * spam.el (spam-ifile-path, spam-ifile-program)
7111         (spam-ifile-database-path, spam-ifile-database)
7112         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7113         Don't use "path" inappropriately.
7114         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7115         strings.
7116         (spam-check-ifile, spam-ifile-register-with-ifile)
7117         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7118         new variable names.
7119
7120         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7121         (gnus-treat-display-smileys): Simplify using
7122         gnus-image-type-available-p.
7123
7124         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7125         available.
7126
7127         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7128         `display-images-p' if available.
7129
7130 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7133         one after turning on the buffer's multibyteness instead of decoding
7134         them directly in the unibyte buffer that causes unexpected conversion
7135         in Emacs 23 (unicode).
7136
7137 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7138
7139         * message.el (message-generate-hashcash): Fix custom type.
7140
7141 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7142
7143         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7144
7145 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7146
7147         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7148         disconnect icons.  Add help text.
7149
7150 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7153         negated to be consistent with the others we handle.
7154
7155 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7158         version of gnus-summary-buffer to something, so that we can use two
7159         article buffers at the same time.
7160
7161 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7162
7163         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7164         trigger all the extra headers.
7165         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7166         sorting.
7167
7168 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7169
7170         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7171         solid groups.
7172
7173 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7174
7175         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7176
7177 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * legacy-gnus-agent.el: Add Copyright notice.
7180
7181 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7182
7183         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7184
7185 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7188
7189         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7190         to make it work reliably in CVS Emacs.
7191         (gnus-summary-limit-strange-charsets-predicate)
7192         (gnus-summary-limit-to-predicate): New functions.
7193
7194 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7195
7196         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7197         specifying array size.
7198         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7199         array if it is too small.
7200         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7201         (gnus-sort-threads-loop): New function.
7202
7203 2006-12-06  Chris Moore  <dooglus@gmail.com>
7204
7205         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7206         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7207
7208 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7209
7210         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7211         options.
7212
7213 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214
7215         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7216         DOS-ing the recipient.
7217
7218         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7219         the headers when creating the mapping to avoid mismappings.
7220         (nnweb-gmane-create-mapping): Always nix out old mapping.
7221
7222 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7225         and mm-verify-option to never.
7226
7227 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * message.el (message-signed-or-encrypted-p): New function.
7230         (message-forward-make-body): Use it.
7231
7232         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7233         Replace encode-coding-string with mm-encode-coding-string.
7234
7235 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * nneething.el (nneething-decode-file-name): Replace
7238         decode-coding-string with mm-decode-coding-string.
7239
7240         * gnus-int.el (gnus-open-server): Say failed server's name.
7241
7242 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7243
7244         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7245         strings to a single string.  Quote `errors-file-name'.
7246         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7247         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7248         Adjust calls.  Use `shell-quote-argument'.
7249
7250 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7251
7252         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7253         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7254
7255         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7256         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7257         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7258         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7259         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7260         (gnus-subscribe-newsgroup, gnus-1):
7261         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7262         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7263         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7264         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7265
7266 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7269         keystroke.
7270         (gnus-summary-limit-to-bodies): Implement headersp.
7271
7272 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7275
7276 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7279
7280 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * message.el (message-generate-hashcash): Expand range of values to
7283         include `opportunistic'.
7284         (message-send-mail): Use it.
7285
7286 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7287
7288         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7289         and comment it.
7290
7291         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7292
7293 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gnus-util.el (gnus-extract-address-components): Improve comment.
7296
7297 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-util.el (gnus-extract-address-components): Work with address in
7300         which the name portion contains @.
7301
7302         * lpath.el: Fbind custom-autoload.
7303
7304 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * gnus.el (gnus-start): Move custom group up.
7307         (gnus-select-method): Don't autoload, but make it available for
7308         `customize-variable'.
7309         (gnus-getenv-nntpserver): Don't autoload.
7310
7311 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7314
7315 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7316
7317         * message.el (message-sendmail-extra-arguments): New variable.
7318         (message-send-mail-with-sendmail): Use it.
7319
7320 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7323         mm-with-unibyte-current-buffer to make string unibyte.
7324
7325         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7326         mm-string-as-multibyte.
7327
7328 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7329
7330         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7331         Reported by Werner Koch <wk@gnupg.org>.
7332
7333 2006-11-14  Daiki Ueno  <ueno@p360>
7334
7335         * mml2015.el: Autoload epa-select-keys when compiling.
7336
7337 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7338
7339         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7340         message-options.
7341         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7342
7343 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7344
7345         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7346         EasyPG (< 0.0.6).
7347         (mml2015-always-trust): New user option.
7348         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7349         prompt.
7350
7351 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * nntp.el (nntp-authinfo-force): New variable.
7354         (nntp-send-authinfo): Use it.
7355
7356 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7359         decode encoded words.  Improve prompt.  Add comment about forwarding.
7360         (message-replacement-char): Move up.
7361
7362 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7363
7364         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7365         instead of gnus-intersection because arguments of gnus-sorted-nunion
7366         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7367
7368 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7371         (message-simplify-subject-functions): Enable
7372         message-strip-subject-encoded-words by default.
7373
7374 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * message.el (message-strip-subject-encoded-words): New function.
7377         (message-simplify-subject-functions): New variable.
7378         (message-simplify-subject): Use it.  Fix typo in doc string.
7379         Support message-strip-subject-encoded-words.
7380
7381 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7382
7383         * gnus-diary.el (gnus-diary-delay-format-function):
7384         * nndiary.el (nndiary-reminders):
7385         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7386
7387 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * gnus-art.el (article-hide-boring-headers): Fetch date from
7390         gnus-original-article-buffer to avoid problems with localized date
7391         strings.
7392
7393 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7396
7397 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7398
7399         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7400         New variables.
7401         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7402         (mm-charset-synonym-alist): Move some entries to
7403         mm-codepage-iso-8859-list.
7404         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7405         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7406
7407 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7410
7411 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7414         with Emacs 21 and XEmacs.
7415
7416 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7417
7418         * spam.el (spam-parse-address): New function for better parsing,
7419         catching errors, etc.
7420         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7421
7422 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * mm-view.el: Add interactive arg to html2text autoload.
7425
7426 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7429
7430 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7433         variables.
7434         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7435         (mm-charset-synonym-alist): Move some entries to
7436         mm-codepage-iso-8859-list.
7437
7438         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7439
7440 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * message.el (message-citation-line-format)
7443         (message-insert-formated-citation-line): Fix implementation of %E, %N
7444         and %n according to the doc string.
7445
7446 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7449         car-safe to avoid bad parses.
7450
7451 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7454         names.
7455
7456         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7457
7458 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7461         header.
7462
7463         * message.el (message-draft-headers): Add Date.
7464         (message-headers-to-generate): Fix typo in docstring.
7465
7466         * nndraft.el (nndraft-required-headers): New variable.
7467         (nndraft-generate-headers): Use it.
7468
7469         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7470
7471 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7472
7473         * gnus-registry.el (gnus-registry-wash-for-keywords)
7474         (gnus-registry-find-keywords): New functions to allow easy searching of
7475         articles that are in the registry.
7476
7477 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7478
7479         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7480         ietf-drums-parse-address instead of gnus-extract-address-components.
7481         Reported by Damien Elmes <damien@repose.cx>.
7482
7483 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         * gnus.el (gnus-mime): Remove unused custom group.
7486
7487 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7488
7489         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7490         "blank line" when searching for end of armor headers.
7491
7492 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gmm-utils.el (gmm-write-region): Fix variable name.
7495
7496 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7497
7498         * gmm-utils.el (gmm-write-region): New function based on compatibility
7499         code from `mm-make-temp-file'.
7500
7501         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7502
7503         * nnmaildir.el (nnmaildir--update-nov)
7504         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7505         Use `gmm-write-region'.
7506
7507 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7510         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7511
7512         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7513
7514         * message.el (message-replacement-char): New variable.
7515         (message-fix-before-sending): Use it.
7516         (message-simplify-subject): New function to remove duplicate code.
7517         (message-reply, message-followup): Use it.
7518
7519         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7520         gnus-summary-limit-to-articles.
7521
7522 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * gnus-util.el (gnus-with-local-quit): New macro.
7525
7526         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7527
7528 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7529
7530         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7531         ignore non-string data.
7532
7533 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7534
7535         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7536         non-string data (needs to be done in the registry too).
7537
7538 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7539
7540         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7541         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7542         (gnus-registry-split-fancy-with-parent)
7543         (gnus-registry-fetch-simplified-message-subject-fast)
7544         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7545         Remove text properties on ingress into the registry and when it's saved.
7546         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7547         registry from entries with no groups.
7548
7549 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7552         function to remove string properties.
7553
7554 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gmm-utils.el (gmm): Adjust custom version.
7557
7558         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7559         custom version.
7560
7561         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7562
7563 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * gnus-art.el (gnus-insert-prev-page-button)
7566         (gnus-insert-next-page-button): Simplify.  Reformat.
7567
7568 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7569
7570         * gnus-art.el (gnus-insert-prev-page-button)
7571         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7572
7573 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7574
7575         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7576
7577 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7578
7579         * gnus-art.el (gnus-insert-mime-button)
7580         (gnus-insert-mime-security-button):
7581         Apply gnus-article-button-face to MIME and security buttons.
7582
7583 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7586         readable.
7587
7588 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7591
7592 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7593
7594         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7595         `browse-url-of-file' instead of `browse-url'.
7596
7597 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7598
7599         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7600         regexp.  Articles containing quotation were cut prematurely.
7601
7602 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * message.el (message-cite-original-1): Use nobody by default for the
7605         value of From header.
7606         (message-reply): Ditto.
7607
7608 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7609
7610         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7611         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7612         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7613
7614 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7617         mails in the doc string.  Add some URLs in comment.
7618         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7619
7620 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7623         backslashes handling and the way to find boundaries of quoted strings.
7624
7625 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7626
7627         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7628         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7629         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7630         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7631
7632 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7635         doc string.
7636         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7637
7638 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * lpath.el: Fbind epg-check-configuration.
7641
7642 2006-09-06  Simon Josefsson  <jas@extundo.com>
7643
7644         * mml2015.el (mml2015-use): Doc fix, mention epg.
7645
7646 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7647
7648         * mml2015.el (mml2015-use): Default to epg, if available.
7649
7650 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7651
7652         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7653         message-sender.
7654         (mml1991-epg-encrypt): Ditto.
7655         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7656         message-sender.
7657         (mml2015-epg-encrypt): Ditto.
7658
7659 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7660
7661         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7662         several common directories.
7663
7664 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7665
7666         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7667         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7668
7669 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-art.el (article-decode-encoded-words): Make it fast.
7672
7673 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7676
7677         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7678         in quoted string into `\'.
7679
7680 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7683         Use standard-syntax-table.
7684
7685 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-art.el (gnus-decode-address-function): New variable.
7688         (article-decode-encoded-words): Use it to decode headers which are
7689         assumed to contain addresses.
7690         (gnus-mime-delete-part): Remove useless `or'.
7691
7692         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7693         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7694         (gnus-nov-parse-line): Use it to decode From header.
7695         (gnus-get-newsgroup-headers): Ditto.
7696         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7697
7698         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7699         (mail-decode-encoded-address-string): New alias.
7700
7701         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7702         New function.
7703         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7704         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7705         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7706         (rfc2047-decode-string): Ditto.
7707         (rfc2047-decode-address-region): New function.
7708         (rfc2047-decode-address-string): New function.
7709
7710 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * message.el (message-caesar-buffer-body): Allow rotating headers.
7713
7714         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7715
7716         * message.el (message-insert-formated-citation-line): Fix %f.
7717         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7718
7719 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7722         (gnus-bookmark-mouse-available-p): New macro.
7723         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7724         (gnus-bookmark-bmenu-show-infos): Use it.
7725         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7726         (gnus-bookmark-bmenu-hide-infos): Ditto.
7727         (gnus-bookmark-remove-properties): New function.
7728         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7729         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7730         (gnus-bookmark-write-file): Bind coding-system-for-write.
7731         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7732         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7733         group before selecting it.
7734         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7735         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7736         quit-window if it is not available; use gnus-mouse-2 and bind it to
7737         gnus-bookmark-bmenu-select-by-mouse.
7738         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7739         (gnus-bookmark-bmenu-select-by-mouse): New function.
7740
7741 2006-08-13  Romain Francoise  <romain@orebokech.com>
7742
7743         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7744         space.
7745
7746 2006-08-10  Romain Francoise  <romain@orebokech.com>
7747
7748         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7749         (dns-mode-soa-auto-increment-serial): New user option.
7750         (dns-mode-soa-maybe-increment-serial): New function.
7751         (dns-mode): Add the latter to `write-contents-functions'.
7752
7753 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * compface.el (uncompface): Use binary rather than raw-text-unix.
7756
7757 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * compface.el (uncompface): Make sure the eol conversion doesn't take
7760         place when communicating with the external programs.  Reported by
7761         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7762
7763 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7766
7767 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7768
7769         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7770         Make it more robust by parsing author and date independently.
7771
7772 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7775
7776 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7777
7778         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7779         first matching secret key.
7780         (mml2015-epg-encrypt): Ditto.
7781
7782         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7783         first matching secret key.
7784         (mml1991-epg-encrypt): Ditto.
7785
7786         * mml2015.el (mml2015-encrypt-to-self): New user option.
7787         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7788         mml2015-epg-encrypt-to-self is set.
7789
7790         * mml1991.el (mml1991-encrypt-to-self): New variable.
7791         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7792         mml1991-epg-encrypt-to-self is set.
7793
7794         * mml2015.el (mml2015-signers): New user option.
7795         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7796         (mml2015-epg-encrypt): Allow to select signing keys.
7797
7798         * mml1991.el (mml1991-signers): New variable.
7799         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7800         (mml1991-epg-encrypt): Allow to select signing keys.
7801
7802 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * nnheader.el (nnheader-insert-head): Make it work even if the file
7805         uses CRLF for the line-break code.
7806
7807 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7808
7809         * mml2015.el: Require mml-sec instead of password.
7810         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7811         (mml2015-cache-passphrase): Inherit the default value from
7812         mml-secure-cache-passphrase.
7813         (mml2015-passphrase-cache-expiry): Inherit the default value from
7814         mml-secure-passphrase-cache-expiry.
7815
7816         * mml1991.el: Require mml-sec instead of password.
7817         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7818         (mml1991-cache-passphrase): Inherit the default value from
7819         mml-secure-cache-passphrase.
7820         (mml1991-passphrase-cache-expiry): Inherit the default value from
7821         mml-secure-passphrase-cache-expiry.
7822
7823         * mml-sec.el: Require password.
7824         (mml-secure-verbose): New user option.
7825         (mml-secure-cache-passphrase): New user option.
7826         (mml-secure-passphrase-cache-expiry): New user option.
7827
7828 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7829
7830         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7831         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7832         andreas@altroot.de (Andreas Vögele).
7833
7834         FIXME: Use `tiny change'?
7835
7836 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7837
7838         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7839         workaround for the url package included with Emacs.
7840
7841         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7842
7843 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7846         correctly.  This fixes a bug caused by the 2006-05-12 change.
7847
7848 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7849
7850         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7851         some information about the error when saying that the `bogus' mail
7852         group will be used.
7853
7854 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7857         string.
7858
7859 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7860
7861         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7862
7863 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7864
7865         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7866
7867 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7868
7869         * mml1991.el (mml1991-function-alist): Add epg.
7870         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7871         (mml1991-epg-encrypt): New functions.
7872
7873 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7874
7875         * mml2015.el (mml2015-verbose): New variable.
7876         (mml2015-cache-passphrase): Ditto.
7877         (mml2015-passphrase-cache-expiry): Ditto.
7878         (mml2015-function-alist): Add epg.
7879         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7880         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7881         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7882         functions.
7883
7884 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7885
7886         * message.el (message-cite-original-1): Preserve region when removing
7887         quoted text due to X-No-Archive in order to avoid bogus attribution
7888         when citing multiple messages.
7889
7890 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7891
7892         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7893         Kenneth Jacker <khj@be.cs.appstate.edu>.
7894
7895 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * gnus-diary.el (gnus-user-format-function-d)
7898         (gnus-user-format-function-D): Autoload.
7899
7900         * imap.el (Commentary): Fix typo.
7901
7902         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7903         2006-04-22 contribution.
7904
7905 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7906
7907         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7908         It didn't really fix the bogosity I'm seeing with solid web groups.
7909
7910 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7911
7912         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7913         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7914         created using server names.  If we use the feature without declaring
7915         it, Gnus does not properly manage server and group state.
7916
7917         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7918         bound.
7919
7920 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7921
7922         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7923         looking up the method using GROUP's prefix before inventing a new one.
7924         It is used on killed/unknown groups in various places where returning
7925         an all-new method isn't expected by the caller.
7926
7927         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7928         and match semantics of gnus-group-real-prefix.
7929
7930 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * nnmail.el (nnmail-broken-references-mailers): New variable.
7933         (nnmail-ignore-broken-references): New function generalizing
7934         nnmail-fix-eudora-headers.
7935         (nnmail-fix-eudora-headers): Now obsolete.
7936
7937         * gnus-art.el (gnus-button-handle-custom): Support
7938         `customize-apropos*'.
7939
7940 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7943
7944         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7945         articles.
7946
7947 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * message.el (message-cite-reply-above): New variable.
7950         (message-yank-original): Use it.
7951
7952 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7955
7956 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7959         as read.
7960
7961         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7962
7963 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7966         (gnus-bookmark-default-file): Use gnus-directory.
7967         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7968         Remove "*" in doc string.
7969         (gnus-bookmark-write-file): Simplify.
7970         (gnus-bookmark-maybe-sort-alist): Use `when'.
7971         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7972         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7973         FIXME about Emacs 21 and XEmacs compatibility.
7974         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7975         compatibility.
7976         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7977         compatibility.
7978         (gnus-bookmark-menu-heading): Fix version.
7979
7980 2006-06-19  Bastien Guerry  <bzg@altern.org>
7981
7982         * gnus-bookmark.el: New file.
7983
7984 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * message.el (message-syntax-checks): Doc fix.
7987
7988 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7989
7990         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7991         unsubscribed groups as if they were killed ones.  It causes duplicate
7992         entries in gnus-newsrc-alist.
7993
7994 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * message.el (message-syntax-checks): Doc fix.
7997         (message-send-mail): Add check for continuation headers.
7998         (message-check-news-header-syntax): Fix regexp used to check for
7999         continuation headers.
8000
8001 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8004
8005 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8008
8009 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8012         default-truncate-lines.
8013
8014 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8017         to fill the utf-8 entry.
8018
8019         * lpath.el: Fbind unicode-precedence-list.
8020
8021 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8022
8023         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8024
8025 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8026
8027         * gnus-agent.el (directory-files-and-attributes): Move all the way
8028         forward (the third and final move).
8029         (gnus-agent-read-agentview): Trap reconstruction errors due to
8030         nonexistant directory.  Handle by returning nil.
8031
8032 2006-05-30  Didier Verna  <didier@xemacs.org>
8033
8034         * message.el (message-dont-reply-to-names): Update the custom type.
8035         * message.el (message-dont-reply-to-names): New defsubst: potentially
8036         convert a list of regexps into a single one.
8037         * message.el (message-get-reply-headers): Use it.
8038         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8039
8040 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * gnus-agent.el (directory-files-and-attributes): Move forward.
8043
8044 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-ml.el (gnus-mailing-list-subscribe)
8047         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8048         (gnus-mailing-list-message): Fix doc strings.
8049
8050 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8051
8052         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8053         of doing it manually.
8054
8055 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8058         comment.
8059
8060 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8061
8062         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8063         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8064         (gnus-agent-read-local): All symbols allocated in my-obarray.
8065         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8066         (gnus-agent-regenerate-group): Check numeric names to see if they are
8067         messages or groups.
8068         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8069         better way of do this...)
8070
8071         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8072         'dummy.group' (there should be a better way of do this...)
8073
8074 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8077         (gnus-saved-headers): Ditto.
8078         (gnus-default-article-saver): Mention functions may have properties.
8079         (gnus-article-save): Override gnus-save-all-headers and
8080         gnus-saved-headers by :headers property which saver function may have.
8081         (gnus-summary-save-in-file): Add :headers property.
8082         (gnus-summary-write-to-file): Ditto.
8083
8084         * gnus-sum.el (gnus-summary-save-article): Bind
8085         gnus-prompt-before-saving to t when saving many articles in a file;
8086         always show all headers.
8087
8088         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8089
8090 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8093         marks.
8094
8095         * message.el (message-indent-citation): Add optional arguments to allow
8096         using it outside of message buffers.
8097
8098         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8099         (gnus-article-treat-unfold-headers): Use it.
8100         (gnus-article-truncate-lines): New variable.
8101         (gnus-article-mode): Use it.
8102         (gnus-article-toggle-truncate-lines): New function.
8103
8104         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8105         gnus-article-toggle-truncate-lines.
8106
8107         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8108         coding system in XEmacs, use binary.
8109
8110 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8113         after-load-alist.
8114
8115         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8116         this function should save decoded articles.
8117         (gnus-summary-write-to-file): Use property to specify this function
8118         should save decoded articles and specify gnus-summary-save-in-file
8119         should be used to save articles other than the first one when saving
8120         many articles.
8121         (gnus-summary-save-body-in-file): Use property to specify this
8122         function should save decoded articles.
8123         (gnus-summary-write-body-to-file): Use property to specify this
8124         function should save decoded articles and specify
8125         gnus-summary-save-body-in-file should be used to save articles other
8126         than the first one when saving many articles.
8127
8128         * gnus-sum.el (gnus-summary-save-article): Simplify.
8129
8130 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-art.el (gnus-default-article-saver): Add
8133         gnus-summary-write-body-to-file.
8134         (gnus-article-save-coding-system): Don't use coding system object
8135         in XEmacs.
8136         (gnus-read-save-file-name): Add optional `dir-var' argument which
8137         specifies directory in which files are saved; work even if optional
8138         `variable' argument is not specified.
8139         (gnus-summary-write-to-file): Read file name.
8140         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8141         (gnus-summary-write-body-to-file): New function.
8142
8143         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8144         (gnus-summary-local-variables): Add it.
8145         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8146         (gnus-summary-save-article): Remove optional `decode' argument;
8147         determine whether to decode articles by the value of
8148         gnus-default-article-saver; when saving many files using
8149         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8150         it first and use gnus-summary-save-in-file or
8151         gnus-summary-save-body-in-file thereafter unless
8152         gnus-prompt-before-saving is always; move point to article which
8153         will be saved.
8154         (gnus-summary-save-article-file): Revert.
8155         (gnus-summary-write-article-file): Revert.
8156         (gnus-summary-save-article-body-file): Revert.
8157         (gnus-summary-write-article-body-file): New function.
8158
8159 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-art.el (gnus-default-article-saver): Doc fix.
8162         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8163         from gnus-summary-save-article-coding-system, and default to a
8164         certain coding system.
8165         (gnus-output-to-file): Add coding cookie and encode text according
8166         to gnus-article-save-coding-system; don't use mm-append-to-file.
8167
8168         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8169         gnus-art.el and rename to gnus-article-save-coding-system.
8170         (gnus-summary-save-article): Require gnus-art; don't show all
8171         headers if it decodes articles; don't add coding cookie here;
8172         don't bind mm-text-coding-system-for-write.
8173         (gnus-summary-save-article-file): Save decoded articles.
8174         (gnus-summary-write-article-file): When saving many files, use
8175         gnus-summary-write-to-file first and gnus-summary-save-in-file
8176         thereafter unless gnus-prompt-before-saving is always.
8177         (gnus-summary-save-article-body-file): Save decoded articles.
8178
8179         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8180
8181 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * nnrss.el (nnrss-check-group): Bind hash-index.
8184
8185 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8186
8187         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8188         its hash index.  Store this hash in `nnrss-group-data'.
8189         (nnrss-read-group-data): Update accordingly.
8190
8191 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8194         entry.
8195
8196         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8197         gnus-article-browse-html-article.
8198
8199 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8200
8201         * gnus-sum.el (gnus-summary-mime-map): Add
8202         gnus-article-browse-html-article.
8203
8204         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8205
8206 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8209         suitable coding systems in customize.
8210
8211 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * mail-source.el (mail-sources): Fix custom type.
8214
8215 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8218         (gnus-summary-expire-articles-now): Shorten prompt.
8219
8220         * gmm-utils.el (wid-edit): Require.
8221         (defun-gmm): Renamed from `gmm-defun-compat'.
8222         (gmm-image-search-load-path): Use it.
8223         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8224
8225 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8228         variable.
8229         (gnus-summary-save-article): Add optional `decode' argument.  If
8230         it is set and gnus-summary-save-article-coding-system is non-nil,
8231         save decoded article.
8232         (gnus-summary-write-article-file): Save decoded article if
8233         gnus-summary-save-article-coding-system is non-nil.
8234
8235         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8236         type.
8237
8238 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8241
8242 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8245         first to test gnus-single-article-buffer which may be buffer-local.
8246
8247         * gnus-sum.el (gnus-summary-setup-buffer): Make
8248         gnus-single-article-buffer buffer-local and nil in ephemeral
8249         group; make gnus-article-buffer, gnus-article-current, and
8250         gnus-original-article-buffer always buffer-local.
8251         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8252         group.
8253         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8254
8255 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * nnml.el (nnml-request-compact-group): Compressed files might not
8258         have .gz extension.
8259
8260 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8261
8262         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8263         (mm-copy-to-buffer): Use with-current-buffer.
8264         (mm-display-part): Simplify.
8265         (mm-inlinable-p): Add optional arg `type'.
8266
8267 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8268
8269         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8270         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8271         Try harder to show the attachment internally or externally using
8272         gnus-mime-view-part-as-type.
8273
8274 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * message.el (message-from-style, message-signature-separator)
8277         (message-user-organization-file, message-send-mail-function)
8278         (message-citation-line-function, message-yank-prefix)
8279         (message-indent-citation-function, message-signature)
8280         (message-signature-file, message-signature-insert-empty-line):
8281         Remove autoloads.
8282
8283         * gnus-art.el (gnus-buttonized-mime-types): Remove
8284         "multipart/signed".  Revert 2006-04-26 change.
8285
8286 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * gnus.el (gnus-version-number): Bump version.
8289
8290 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8291
8292         * gnus.el: No Gnus v0.5 is released.
8293
8294 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8295
8296         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8297         fetching articles by message-id.
8298
8299 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * message.el (hashcash): Require hashcash as normal.
8302
8303         * ecomplete.el (ecomplete-highlight-match-line): Use
8304         point-at-eol.
8305         (ecomplete-highlight-match-line): Use `highlight', because that
8306         face exists in both Emacs and XEmacs.
8307
8308         * message.el (message-display-abbrev): Use point-at-bol.
8309
8310         * mail-source.el: Don't require timer/timer-funcs.
8311
8312         * gnus-async.el: Ditto.
8313
8314         * password.el: Ditto.
8315
8316         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8317
8318         * mm-url.el: Ditto.
8319
8320         * gnus-xmas.el: Don't require timer-funcs.
8321
8322         * mm-util.el: Require timer/timer-funcs.
8323
8324 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8325
8326         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8327         Close.
8328
8329 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8332         unibyte after clear-decrypt function runs.
8333
8334         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8335         returns as a unibyte string.
8336
8337 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * lpath.el: Revert.
8340
8341         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8342         (pgg-gpg-process-sentinel): Revert.
8343
8344         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8345         (pgg-pgp-lookup-key): Revert.
8346
8347         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8348         (pgg-pgp5-lookup-key): Revert.
8349
8350         * pgg.el (pgg-fetch-key): Revert.
8351
8352 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * lpath.el: Fbind string-as-multibyte for XEmacs.
8355
8356         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8357         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8358         (mml1991-pgg-encrypt): Ditto.
8359
8360         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8361         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8362         a multibyte buffer.
8363
8364         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8365         (pgg-pgp-lookup-key): Ditto.
8366
8367         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8368         (pgg-pgp5-lookup-key): Ditto.
8369
8370         * pgg.el (pgg-fetch-key): Ditto.
8371
8372 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * message.el (message-user-organization-file): Check several
8375         locations of the organization file.
8376
8377         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8378         Add gnus-article-view-part-as-type.
8379
8380         * gnus-art.el (gnus-article-view-part-as-type): New function.
8381
8382         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8383         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8384
8385         * mml.el: Simplify autoload.
8386         (mml-mode): defvar dnd-protocol-alist instead of using
8387         symbol-value.
8388         (mml-default-directory): New variable.
8389         (mml-minibuffer-read-file): Use it.
8390         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8391
8392         * message.el (message-citation-line-format): New variable.
8393         (message-insert-formated-citation-line): New function.
8394         (message-citation-line-function): Add
8395         `message-insert-formated-citation-line' to custom type.
8396
8397         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8398         to doc string.
8399
8400         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8401         depending on mm-verify-option.
8402
8403 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8406         binding pgg-* variables; reimplement the section which prevents
8407         MIME header from being signed.
8408         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8409         pgg-text-mode; remove a blank line at the top of body.
8410
8411         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8412         lines at the top of body; use gnus-newsgroup-charset if there's no
8413         Charset header.
8414
8415 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * message.el (message-self-insert-commands): Doc fix.
8418
8419         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8420         (mm-uu-pgp-encrypted-test): Ditto.
8421         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8422         between header and body; return application/pgp-encrypted handle
8423         if decryption failed; decode decrypted body by charset.
8424
8425         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8426         element match to application/pgp-*.
8427
8428 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8429
8430         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8431         HTML.
8432
8433 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * mail-source.el (mail-source-call-script): Message the error
8436         string.
8437
8438 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * gnus-util.el (gnus-byte-compile): Use it.
8441
8442 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8443
8444         * gnus-util.el (kill-empty-logs): New function.
8445
8446 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * message.el (message-mail-alias-type): Doc fix.
8449         (message-mail-alias-type-p): New function.
8450         (message-send): Use it.
8451         (message-mode): Ditto.
8452         (message-strip-forbidden-properties): Ditto.
8453
8454         * ecomplete.el (ecomplete-database-file-coding-system): New
8455         variable.
8456         (ecomplete-save): Use it.
8457         (ecomplete-setup): Use it.
8458
8459 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * message.el (message-self-insert-commands): New variable.
8462         (message-strip-forbidden-properties): Use it.
8463
8464 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8467         that doesn't make XEmacs choke.
8468
8469 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * gnus-util.el (gnus-replace-in-string):
8472         Prefer replace-regexp-in-string over of replace-in-string.
8473
8474 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-util.el (gnus-select-frame-set-input-focus):
8477         Use select-frame-set-input-focus if it is available in XEmacs; use
8478         definition defined in Emacs 22 for old Emacsen.
8479
8480         * dgnushack.el: Autoload unmorse-region for XEmacs.
8481
8482         * lpath.el: Bind cursor-in-non-selected-windows and
8483         select-frame-set-input-focus for XEmacs.
8484
8485 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8488
8489 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8490
8491         * gnus-registry.el (gnus-registry-cache-save): Remove text
8492         properties when saving via the temp buffer.
8493
8494 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * message.el (message-generate-hashcash): Honor custom type.
8497
8498 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * message.el (message-generate-hashcash): Default to non-nil when
8501         hashcash is found.
8502
8503         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8504         (gnus-refer-thread-limit): Increase default to 500.
8505
8506         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8507
8508         * flow-fill.el (fill-flowed): Allow delete-space.
8509
8510 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8513         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8514         Remove autoloads.
8515
8516 2006-04-18  Simon Josefsson  <jas@extundo.com>
8517
8518         * message.el (message-generate-hashcash): Default to.
8519
8520 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8523         concatenating segments rather than before concatenating them.
8524
8525 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8528
8529 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8532
8533         * message.el (message-forward-make-body-plain): Allow
8534         message-forward-ignored-headers to be a list.
8535         (message-remove-ignored-headers): Factor out into function.
8536         (message-forward-make-body-mml): Use it.
8537
8538         * imap.el (imap-quote-specials): New function.
8539         (imap-login-auth): Quote specials.
8540
8541         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8542         (rfc2231-parse-string): Allow concatanation of parameters that
8543         aren't contiguous.  The test case is
8544           (mail-header-parse-content-type "message/external-body;
8545             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8546             access-type=LOCAL-FILE;
8547             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8548
8549 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8550
8551         * nntp.el (nntp-accept-process-output): Return the value of
8552         `nnheader-accept-process-output'.
8553
8554 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8555
8556         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8557         (gnus-button-alist): Recognize more diff formats.
8558         (gnus-button-patch): Strip directory.
8559
8560 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8561
8562         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8563         Emacs 22 when setting focus.
8564
8565 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8566
8567         * gnus-art.el (gnus-article-treat-types): Do treatment of
8568         text/x-verbatim parts.
8569         (gnus-button-patch): New command.
8570
8571         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8572         addresses that contain invalid characters.
8573
8574 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * message.el (message-put-addresses-in-ecomplete): Use
8577         gnus-replace-in-string.
8578         (message-is-yours-p): Use the more correct
8579         mail-header-parse-address instead of
8580         mail-extract-address-components.
8581         (message-put-addresses-in-ecomplete): Fix typo.
8582
8583         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8584         keystroke.
8585
8586         * gnus-art.el (gnus-treatment-function-alist): Change order of
8587         newsgroups/generic header folding to avoid double-folding.
8588
8589         * message.el (message-hidden-headers): Add X-Draft-From.
8590
8591         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8592         command.
8593         (gnus-summary-repeat-search-article-backward): New command.
8594
8595         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8596         groups in the parent topic.
8597
8598 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8599
8600         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8601         (spam-extra-header-to-number): Return the CRM114 number as a
8602         number instead of a string.
8603
8604 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * gnus-art.el (gnus-face-properties-alist): Moved here from
8607         gnus-fun.
8608
8609         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8610
8611 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * message.el (message-strip-forbidden-properties): Only display on
8614         self-insert-command.
8615
8616         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8617         reindent.
8618         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8619
8620 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8621
8622         * smiley.el (smiley-style): Fix typo.
8623
8624 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * hashcash.el (hashcash-insert-payment-async-2): Use
8627         message-goto-eoh instead of doing it manually.
8628         (mail-add-payment): Use message-narrow-to-header instead of trying
8629         to do the same itself.
8630
8631         * message.el (message-hidden-headers): Add Face.
8632
8633         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8634         reparenting code.
8635         (gnus-summary-reparent-children): Refactored out code.
8636         (gnus-summary-thread-map): New keystroke.
8637         (gnus-summary-reparent-children): Make into command.
8638
8639         * smiley.el (smiley-style): Default to `medium' if using a large
8640         font.
8641
8642         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8643         does it itself.
8644
8645         * message.el (message-point-in-header-p): Simplify definition.
8646
8647 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * nnagent.el (nnagent-request-set-mark): Silence log file
8650         writing.
8651         (nnagent-request-set-mark): Use write-region instead of
8652         append-to-file.
8653
8654         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8655         strange select method.
8656
8657         * ecomplete.el (ecomplete-display-matches): Get highlightling
8658         right.
8659         (ecomplete-display-matches): Use literals.
8660         (ecomplete-display-matches): Disable message logging.
8661
8662         * message.el (message-display-abbrev): Small optimization.
8663
8664         * ecomplete.el (ecomplete-display-matches): Allow automatic
8665         display.
8666
8667         * message.el (message-strip-forbidden-properties): Display
8668         abbrevs.
8669         (message-display-abbrev): Get automatic display right.
8670
8671         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8672         keystrokes.
8673
8674 2006-04-13  Romain Francoise  <romain@orebokech.com>
8675
8676         TODO: Backport to v5-10!
8677
8678         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8679         Moved here (and renamed) from gnus-registry.el.
8680
8681         * gnus-registry.el: Require gnus-util.
8682         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8683
8684 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8685
8686         * gnus-group.el (gnus-group-catchup-current): Change
8687         if-then-else-if-then-else into cond.
8688         (gnus-group-catchup): Indent.
8689         (group-name-at-point): New function.
8690         (gnus-fetch-group): Provide default from thing at point.
8691
8692 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * message.el (message-display-abbrev): Fix regexp.
8695
8696         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8697         choosing.
8698         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8699         dead variables.
8700
8701         * message.el (message-newline-and-indent): Remove debugging.
8702         (message-display-abbrev): Use new implementation.
8703
8704 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * gnus-art.el (gnus-article-mode): Set
8707         cursor-in-non-selected-windows to nil.
8708
8709         * smiley.el: Revert previous change.
8710         (smiley-data-directory): defvar it before using it in the
8711         defcustom of `smiley-style'.
8712
8713 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714
8715         * message.el (message-newline-and-indent): New function.
8716
8717         * ecomplete.el: Implement more bits.
8718
8719         * message.el (message-put-addresses-in-ecomplete): Clean up the
8720         string.
8721
8722         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8723
8724         * gnus-sum.el (gnus-summary-save-parts): Bind
8725         gnus-summary-save-parts-counter and use it to make unique file
8726         names.
8727
8728         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8729
8730         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8731         parameter to say whether to actually parse the individual
8732         addresses.
8733
8734         * message.el (message-put-addresses-in-ecomplete): New function.
8735         (ecomplete): Require.
8736         (message-mail-alias-type): Add ecomplete as an option.
8737
8738 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8739
8740         * flow-fill.el (fill-flowed): Remove trailing space from blank
8741         quoted lines.
8742
8743 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8744
8745         * smiley.el (smiley-style): Move definition later to avoid a
8746         compilation warning.
8747
8748 2006-04-12  Kenichi Handa  <handa@m17n.org>
8749
8750         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8751         buffer and then decode the buffer text if necessary.
8752         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8753         first, and after mm-encode-body, change the buffer to unibyte.
8754         Use mm-disable-multibyte instead of set-buffer-multibyte.
8755
8756 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8759         Content-Type header instead of Content-Disposition header.
8760         (gnus-mime-inline-part): Ditto.
8761         (gnus-mime-view-part-as-charset): Ignore charset that the part
8762         specifies.
8763
8764         * mm-decode.el (mm-display-part): Work with external parts and
8765         usual parts similarly.
8766
8767         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8768         instead of gnus-display-mime.
8769
8770         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8771         instead of with-temp-buffer.
8772
8773         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8774         tag to summarized topics part in order to encode non-ASCII text.
8775
8776 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * smiley.el (smiley-style): New variable.
8779         (smiley-directory): New function.
8780         (smiley-data-directory): Derive from `smiley-style' using
8781         `smiley-directory'.
8782         (smiley-regexp-alist): Add new entries.
8783
8784         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8785         (gnus-article-browse-delete-temp): Add :version.
8786
8787 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8788
8789         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8790         the sieve region.
8791
8792 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793
8794         * gnus.el (gnus-version-number): Bump version.
8795
8796 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * gnus.el: No Gnus v0.4 is released.
8799
8800 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8803         layout.
8804
8805         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8806         unknown charset.
8807
8808         * message.el (message-header-synonyms): Add Original-To to the
8809         default.
8810
8811         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8812         optional parameter.
8813
8814 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * gnus-fun.el (gnus): Require it for gnus-directory.
8817
8818 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8821
8822 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8823
8824         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8825
8826 2006-04-05  Simon Josefsson  <jas@extundo.com>
8827
8828         * password.el (password-reset): New function.
8829
8830 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8831
8832         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8833         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8834
8835 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8836
8837         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8838         Some whitespace was matched into the url, which broke browsing hits
8839         > 100 when mm-url-use-external was nil.
8840
8841 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8844         gnus-extra-headers for 'Newsgroups.
8845
8846         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8847         bound.
8848
8849 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8850
8851         * pgg-gpg.el: Clean up process buffers every time gpg processes
8852         complete.
8853
8854 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8857         doc string.
8858
8859 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8860
8861         * pgg-gpg.el (pgg-gpg-process-filter)
8862         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8863
8864         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8865         lines, temporary fix.
8866
8867 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8870
8871 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8872
8873         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8874         default-enable-multibyte-characters.  This reverts the change from
8875         revision 6.17 which is no longer necessary because the passphrase
8876         is sent separately now.  GnuPG messages are unreadable under
8877         multibyte locales with default-enable-multibyte-characters set to
8878         nil.
8879
8880 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * message.el (message-tool-bar-gnome): Move "spell".
8883
8884 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8887         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8888         instead.
8889
8890 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8891
8892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8893         newsgroups handling for NNTP overviews which don't include
8894         Newsgroups.
8895
8896 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8897
8898         * message.el (message-resend): Bind message-generate-hashcash to nil.
8899
8900 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8901
8902         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8903         when searching for already-paid recipients.
8904
8905 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8906
8907         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8908         passphrases when it is not needed.
8909         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8910         passphrase stuff from gpg, should only be necessary when you use
8911         gpg with a smartcard.
8912
8913 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * mml.el (mml-insert-mime): Ignore cached contents of
8916         message/external-body part.
8917
8918         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8919         (mm-insert-part): Ditto.
8920
8921 2006-03-23  Simon Josefsson  <jas@extundo.com>
8922
8923         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8924         Reiner.
8925         (pgg-gpg-use-agent-p): Use it again.
8926
8927 2006-03-23  Simon Josefsson  <jas@extundo.com>
8928
8929         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8930         older emacsen.
8931         (pgg-gpg-use-agent-p): Don't use it.
8932
8933 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8934
8935         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8936         if we can.
8937
8938 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8939
8940         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8941         (pgg-gpg-update-agent): New function.
8942         (pgg-gpg-use-agent-p): New function.
8943         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8944         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8945         (pgg-gpg-sign-region): Use it.
8946
8947 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8950         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8951
8952 2006-03-21  Simon Josefsson  <jas@extundo.com>
8953
8954         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8955         <wilde@sha-bang.de>.
8956         (pgg-gpg-use-agent): New variable.
8957         (pgg-gpg-process-region): Use it.
8958         (pgg-gpg-encrypt-region): Likewise.
8959         (pgg-gpg-encrypt-symmetric-region): Likewise.
8960         (pgg-gpg-decrypt-region): Likewise.
8961         (pgg-gpg-sign-region): Likewise.
8962         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8963
8964 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8967
8968         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8969         Add comment on version.
8970
8971 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * smiley.el: Add missing test smiley.
8974
8975 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * mm-decode.el (mm-with-part): New macro.
8978         (mm-get-part): Use it; work with message/external-body as well.
8979         (mm-save-part): Treat name and filename equally.
8980
8981         * mm-extern.el (mm-extern-cache-contents): New function.
8982         (mm-inline-external-body): Use it; force the part to be displayed;
8983         move undisplayer added to the cached handle to the parent.
8984
8985         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8986         (gnus-mime-view-part-as-type): Work with message/external-body.
8987
8988         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8989
8990 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8993         images in image-load-path.  [Sync with image.el, revision 1.60, in
8994         Emacs.]
8995
8996 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8999         path rather than symbol.  Always return list of directories.
9000         Guarantee that image directory comes first.  [Sync with image.el,
9001         revision 1.59, in Emacs.]
9002
9003         * message.el (message-make-tool-bar): Adjust to new API of
9004         `gmm-image-load-path-for-library'.
9005
9006         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9007
9008         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9009
9010 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9011
9012         * gnus-art.el (gnus-article-only-boring-p):
9013         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9014         intangible text.
9015         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9016
9017 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9020         `defun' instead of `gmm-defun-compat'.
9021
9022 2006-03-14  Simon Josefsson  <jas@extundo.com>
9023
9024         * message.el (message-unique-id): Don't use message-number-base36
9025         if (user-uid) is a float.
9026         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9027
9028 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9031
9032         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9033         empty line between a part and a message part.
9034
9035 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * smiley.el: Add more test smileys.
9038         (smiley-data-directory, smiley-regexp-alist)
9039         (gnus-smiley-file-types): Fix doc strings.
9040         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9041         adding new elements.
9042         (smiley-mouse-map): Unused code.  Make it a comment.
9043
9044 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9047         scan latest NoCeM messages instead of old ones.
9048         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9049         delimiters that are recently used.
9050         (gnus-nocem-load-cache): Add autoload cookie.
9051
9052         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9053
9054         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9055         level which is larger than gnus-use-nocem is specified.
9056
9057         * gnus-group.el (gnus-group-get-new-news): Ditto.
9058
9059 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * gnus-util.el (gnus-tool-bar-update): New function.
9062
9063         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9064         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9065
9066         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9067
9068         * gnus-group.el (gnus-group-redraw-when-idle)
9069         (gnus-group-redraw-check): Remove.
9070         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9071
9072 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9075         if optional last element is specified in splits (FIELD VALUE...).
9076
9077 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9078
9079         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9080         to gmm-image-load-path-for-library.  Call with no-error argument.
9081         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9082
9083         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9084
9085         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9086
9087         * gmm-utils.el (gmm-image-load-path): Remove alias.
9088
9089 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * gmm-utils.el (gmm-image-load-path): Add alias.
9092
9093         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9094         nnml-generate-nov-databases-1.
9095         (nnml-generate-nov-databases): Use it.
9096         (nnml-generate-nov-databases-directory): Document no-active
9097         argument.
9098
9099         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9100         directory if path is t.  Add no-error.
9101
9102         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9103         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9104
9105         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9106         resetting gnus-article-browse-html-temp-list.
9107
9108         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9109         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9110         Add example to docstring.  Rename local variables.  Move error
9111         checks to default case in cond and simplify.
9112
9113 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9116         handle is multipart when calling it recursively.
9117         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9118
9119 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9120
9121         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9122         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9123
9124 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9127         is loaded.
9128
9129         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9130         loaded.
9131
9132 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9135         to "Emacs 23 (unicode)" in doc string.
9136
9137         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9138         "Emacs 23 (unicode)" in comment.
9139
9140 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9143
9144         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9145         characters 160 through 255 in Emacs 23.
9146
9147 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9150         gnus-article-browse-html-temp.
9151         (gnus-article-browse-delete-temp): Make it customizable.  Add
9152         `file'.  Adjust doc string.
9153         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9154         query for each file.  Adjust doc string.
9155         (gnus-article-browse-html-parts): Add
9156         `gnus-article-browse-delete-temp-files' to
9157         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9158
9159 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9160
9161         * gnus-art.el (gnus-article-browse-html-temp)
9162         (gnus-article-browse-delete-temp): New variables.
9163         (gnus-article-browse-delete-temp-files): New function.
9164         (gnus-article-browse-html-parts): Use it.
9165
9166 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9169
9170         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9171         string.
9172
9173         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9174         gnus-summary-insert-new-articles when unplugged.  Remove
9175         gnus-summary-search-article-forward.
9176
9177         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9178         display-visual-class instead of display-color-cells.
9179
9180 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * dgnushack.el: Autoload customize-group for XEmacs.
9183
9184         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9185         message/* containing non-ASCII text properly.
9186
9187 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9188
9189         * message.el: Require gmm-utils, remove autoloads.
9190         (message-tool-bar): Set default based on
9191         gmm-tool-bar-style.
9192         (message-tool-bar-gnome): Add gmm-customize-mode.
9193
9194         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9195         gmm-tool-bar-style.
9196         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9197
9198         * gnus-group.el (gnus-group-tool-bar): Set default based on
9199         gmm-tool-bar-style.
9200         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9201
9202         * gmm-utils.el (gmm-image-directory): Rename variable from
9203         gmm-image-load-path.
9204         (gmm-image-load-path): Use gmm-image-directory.
9205         (gmm-customize-mode): New function.
9206         (gmm-tool-bar-style): New variable.
9207
9208         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9209         gnus-group-redraw-line-number.
9210         (gnus-group-redraw-check): Simplify.
9211         (gnus-group-tool-bar-update): Remove redraw check.
9212         (gnus-group-make-tool-bar): Add redraw check.
9213
9214 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9215
9216         * gnus-art.el (gnus-button): Add missing parentheses.
9217
9218 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * lpath.el: Fbind line-number-at-pos.
9221
9222 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9225
9226 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * gnus-art.el (gnus-button): New face.
9229         (gnus-article-button-face): Use it.
9230
9231         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9232         gnus-summary-next-page.  Re-order.
9233
9234         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9235         next-node are now included.
9236         (gnus-group-redraw-line-number): New internal variable.
9237         (gnus-group-redraw-check): Helper function for updating the tool
9238         bar.
9239         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9240
9241         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9242
9243         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9244         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9245         Use it to match format of Spamassassin 3.0 and later.  Reported by
9246         IRIE Tetsuya <irie@t.email.ne.jp>.
9247         (spam-check-bogofilter)
9248         (spam-bogofilter-register-with-bogofilter): Fix args of
9249         `gnus-error' calls.
9250
9251 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9254         unnecessary interaction when sending queued mails.  Reported by
9255         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9256
9257 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9260         first or last are nil.
9261
9262 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9263
9264         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9265
9266 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9269
9270 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271
9272         * dns.el (query-dns): Protect more against buggy tcp output.
9273
9274 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9277         nov.php.
9278
9279 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9280
9281         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9282         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9283         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9284         output on the server side.
9285         (nnweb-google-create-mapping): Update regexps and add some
9286         progress indication.
9287
9288 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9291         gnus-agent-toggle-plugged.  Re-order icons.
9292         (gnus-group-tool-bar-gnome): Add
9293         gnus-group-{prev,next}-unread-group.
9294         (gnus-group-tool-bar-gnome): Re-order icons.
9295
9296         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9297         gnus-summary-insert-new-articles.
9298
9299         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9300         comments.
9301
9302         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9303         also available in Emacs 21.3.
9304
9305         * message.el (message-fix-before-sending): Change "Emacs 22" to
9306         "Emacs 23 (unicode)" in comment.
9307
9308         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9309         "Emacs 23 (unicode)" in comment.
9310
9311         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9312         comment.
9313         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9314
9315         * mm-view.el (mm-fill-flowed): Add :version.
9316
9317 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9320         and load-path.
9321
9322 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9323
9324         * message.el: Autoload gmm-image-load-path.
9325         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9326         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9327         consitency.
9328
9329         * gmm-utils.el (gmm-image-load-path): Also search in
9330         "../etc/images".  Don't set gmm-image-load-path if we don't find
9331         the image.
9332
9333 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gmm-utils.el (gmm-image-load-path): Don't make
9336         `gmm-image-load-path' include subdirectories which the second arg
9337         `image' might specify.
9338
9339         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9340         subdirectory to icon file names.
9341
9342         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9343
9344 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9347         gmm-image-load-path calls.
9348
9349         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9350
9351         * message.el (message-make-tool-bar): Ditto.
9352
9353         * mml.el (mml-preview): Added comment concerning tool bar icons.
9354
9355         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9356         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9357
9358         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9359         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9360
9361         * message.el (message-tool-bar-gnome): Use new icon names.
9362         (message-make-tool-bar): Use `gmm-image-load-path'.
9363
9364         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9365         functions from MH-E.
9366         (gmm-image-load-path): New variable from MH-E.
9367         (gmm-image-load-path): New function from MH-E.  Added arguments
9368         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9369         *-image-load-path-called-flag.
9370
9371 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9372
9373         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9374
9375 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9376
9377         * nnimap.el (nnimap-request-move-article): Change folder back to
9378         source group before deleting.
9379
9380 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9383
9384         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9385         mm-url.
9386
9387         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9388
9389 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9392         coding system which mm-charset-to-coding-system returns for a
9393         given charset is valid.
9394
9395 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9396
9397         * html2text.el (html2text-remove-tag-list):
9398         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9399
9400 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9401
9402         * gnus-cus.el: Revert 2005-10-17 change.
9403
9404 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-art.el (article-strip-banner): Call
9407         article-really-strip-banner only when the regexp match is made.
9408
9409 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-art.el (article-strip-banner): Use
9412         gnus-extract-address-components instead of
9413         mail-header-parse-addresses to make it work with non-ASCII text;
9414         remove mail-encode-encoded-word-string.
9415
9416         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9417         values which are surrounded with \"...\"; make it never cause a
9418         Lisp error; give up parsing of parameters if it failed in
9419         extracting type.
9420
9421 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9422
9423         * smime.el (smime-cert-by-ldap-1): Fix bug where
9424         `smime-ldap-search' returns results without userCertificates.
9425
9426 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9429
9430 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * spam.el (spam-check-spamassassin-headers): Adapt format for
9433         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9434         <ari@mbf.ocn.ne.jp>.
9435         (spam-list-of-processors): Add spam-use-gmane.
9436
9437 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9440         make-temp-file; make it work with XEmacs as well.
9441
9442         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9443         mm-make-temp-file.
9444
9445         * mm-decode.el (mm-display-external): Use the 3rd arg of
9446         mm-make-temp-file.
9447         (mm-create-image-xemacs): Ditto.
9448
9449 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9452         with message-narrow-to-headers.
9453         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9454         (gnus-draft-check-draft-articles): New function.
9455         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9456
9457 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * gnus-art.el (gnus-article-browse-html-parts):
9460         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9461         Don't use suffix argument for mm-make-temp-file for Emacs 21
9462         compatibility.  Remove useless `format'.
9463
9464 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9465
9466         * nnweb.el (nnweb-google-wash-article): Update regexps.
9467         (nnweb-group-alist): Use defvoo instead of defvar.
9468
9469 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9472         re-loading nn* modules.
9473
9474 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9477         for `tool-bar-mode' and don't check it's default-value.
9478
9479         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9480
9481         * message.el (message-make-tool-bar): Ditto.
9482
9483         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9484         `substring'.  Shorten tmp-file name.
9485
9486         * gnus.el: Remove bogus comment.
9487
9488 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9489
9490         * gnus-art.el (gnus-article-browse-html-parts): New function.
9491         (gnus-article-browse-html-article): New function for viewing html
9492         articles with a browser.
9493
9494 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9495
9496         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9497         in elisp.
9498         (pgg-gpg-encrypt-symmetric-region): Ditto.
9499         (pgg-gpg-sign-region): Ditto.
9500
9501         * pgg-def.el (pgg-text-mode): New variable.
9502
9503         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9504         (mml2015-pgg-encrypt): Ditto.
9505
9506         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9507         (mml1991-pgg-encrypt): Ditto.
9508
9509 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9512         message-make-date instead of current-time-string.
9513
9514         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9515         to gnus-decoded which mm-uu might set.
9516
9517 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9520         don't decode quoted parameters; remove misimported Emacs code.
9521         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9522         (rfc2231-decode-encoded-string): Don't use split-string which
9523         behaves differently according to Emacs version; use
9524         mm-decode-coding-region to convert charset to coding-system.
9525         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9526         (rfc2231-encode-string): Remove misimported Emacs code.
9527
9528 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9531         when calling mail-header-parse-content-type.
9532         (article-de-quoted-unreadable): Ditto.
9533         (article-de-base64-unreadable): Ditto.
9534         (article-wash-html): Ditto.
9535
9536         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9537         calling mail-header-parse-content-type and
9538         mail-header-parse-content-disposition.
9539         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9540         mail-header-parse-content-type.
9541
9542         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9543         insert charset and format parameters; encode description after
9544         inserting it to buffer.
9545         (mml-insert-parameter): Fold lines properly even if a parameter is
9546         segmented into two or more lines; change the max column to 76.
9547
9548         * rfc1843.el (rfc1843-decode-article-body): Don't use
9549         ignore-errors when calling mail-header-parse-content-type.
9550
9551         * rfc2231.el (rfc2231-parse-string): Return at least type if
9552         possible; don't cause an error even if it fails in parsing of
9553         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9554         (rfc2231-encode-string): Don't break lines at the beginning, leave
9555         it to mml-insert-parameter.
9556
9557         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9558         calling mail-header-parse-content-type.
9559
9560 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * spam-report.el (spam-report-gmane-use-article-number):
9563         Improve doc string.
9564         (spam-report-gmane-internal): Check if a suitable header was found
9565         in the article.
9566
9567 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9570         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9571
9572 2006-02-05  Romain Francoise  <romain@orebokech.com>
9573
9574         Update copyright notices of all files in the gnus directory.
9575
9576 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9577
9578         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9579
9580 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9583         segmented lines of parameter value to cope with Thunderbird 1.5
9584         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9585         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9586         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9587
9588 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9589
9590         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9591         parts.
9592
9593 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9594
9595         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9596         there's only one active file for all servers.
9597         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9598         solid groups.  Gnus might have used a FAST request to select the group.
9599         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9600         and nnweb-search redundantly in the active file.
9601         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9602         (nnweb-request-create-group): Don't use ARGS.
9603         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9604         initialisations.  Let nnoo do the work.
9605
9606 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9609         Say the part has been decoded.
9610
9611         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9612
9613 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9614
9615         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9616         mailcap-viewer-test-cache when there's no 'test clause, since that
9617         will invert the meaning of a "nil" test previously determined by
9618         mailcap-mailcap-entry-passes-test.
9619
9620 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9623         compiling.
9624
9625         * gnus-sum.el: Ditto.
9626
9627         * message.el: Don't bind tool-bar-map when compiling.
9628
9629 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9632
9633 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9634
9635         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9636         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9637         current Google Groups.
9638
9639 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9642         and tool-bar-mode.
9643
9644         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9645         and tool-bar-mode.
9646
9647         * message.el (message-tool-bar-update): Simplify.
9648         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9649
9650         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9651         gnus-summary-buffer.
9652         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9653         gnus-summary-reply.
9654
9655         * gmm-utils.el (gmm): Add :version.
9656
9657 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * Makefile.in (clean): New rule.
9660         (distclean): Use it.
9661
9662 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9663
9664         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9665         autoload.
9666
9667 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gmm-utils.el (gmm-verbose): Add :group.
9670
9671 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * message.el: Change some comments WRT tool-bars.
9674
9675         * gnus-sum.el (gnus-summary-tool-bar)
9676         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9677         (gnus-summary-tool-bar-zap-list): New variables.
9678         (gnus-summary-make-tool-bar): Complete rewrite using
9679         `gmm-tool-bar-from-list'.
9680
9681         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9682         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9683         variables.
9684         (gnus-group-make-tool-bar): Complete rewrite using
9685         `gmm-tool-bar-from-list'.
9686         (gnus-group-tool-bar-update): New function.
9687
9688         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9689
9690 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9693         is dissected into a single part of which the type is the same as
9694         the given one; decode charset.
9695
9696 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9697
9698         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9699         into alists as symbol not string, since that's what
9700         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9701         look for.
9702
9703 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9706         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9707
9708         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9709
9710 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9713         (gnus-xmas-mime-security-button-menu): New function.
9714
9715         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9716         (gnus-mime-security-button-menu): New definition.
9717         (gnus-mime-security-button-map): Use them.
9718         (gnus-mime-security-button-menu): New function.
9719         (gnus-insert-mime-security-button): Addition to help echo.
9720         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9721         (gnus-mime-security-pipe-part): New functions.
9722
9723         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9724         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9725
9726         * mm-decode.el (mm-handle-set-disposition): Remove.
9727         (mm-handle-set-description): Remove.
9728
9729 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9732         (mm-w3m-standalone-supports-m17n-p): New function.
9733         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9734         w3m usage.
9735
9736         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9737         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9738
9739 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * message.el (message-tool-bar-zap-list): Use
9742         gmm-tool-bar-zap-list as custom type.
9743         (message-tool-bar-update): New function.
9744         (message-tool-bar, message-tool-bar-gnome)
9745         (message-tool-bar-retro): Add message-tool-bar-update.
9746         (message-tool-bar-gnome): Add flyspell-buffer.
9747
9748         * gnus-util.el (gnus-error): Describe `args'.
9749
9750         * gmm-utils.el (gmm-error): Describe `args'.
9751         (gmm-tool-bar-zap-list): New widget.
9752         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9753
9754 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9757         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9758         the number of recursive calls.
9759
9760         * mm-decode.el (mm-handle-set-disposition): New macro.
9761         (mm-handle-set-description): New macro.
9762
9763 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9766         encoding.
9767
9768 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * message.el (message-tool-bar-zap-list, message-tool-bar)
9771         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9772         (message-tool-bar-local-item-from-menu): Remove.
9773         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9774         (message-make-tool-bar): New function.
9775         (message-mode): Use `message-make-tool-bar'.
9776
9777         * gmm-utils.el: New file.
9778         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9779         (gmm-lazy): New widget copied from `nnmail.el'.
9780         (gmm-tool-bar-from-list): New function for creating customizable
9781         tool bars.
9782         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9783         output.
9784         (gmm): Add :prefix to defgroup.
9785
9786 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9787
9788         * gmm-utils.el (gmm-widget-p): New function.
9789
9790 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * mml.el (mml-attach-file): Describe `description' in doc string.
9793         (mml-menu): Add Emacs MIME manual and PGG manual.
9794
9795 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9796
9797         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9798
9799 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9800
9801         * nntp.el (nntp-end-of-line): Doc fix.
9802
9803 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9804
9805         * imap.el (imap-open): Handle case where buffer is a buffer
9806         object.
9807
9808 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9809
9810         * gnus-delay.el (gnus-delay): Don't autoload.
9811         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9812         to be re-loaded when customizing the `gnus-delay' group.
9813
9814 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9815
9816         * message.el (message-insert-citation-line): Use newlines.
9817
9818 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9819
9820         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9821         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9822         these routines, so the passphrase can be managed externally and
9823         passed in to the system.
9824         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9825         pgg-add-passphrase-to-cache function.
9826
9827         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9828         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9829         these routines, so the passphrase can be managed externally and
9830         passed in to the system.
9831         (pgg-pgp5-sign-region): Use new name of
9832         pgg-add-passphrase-to-cache function.
9833
9834 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9835
9836         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9837         part of the decoded armor to find the key-identifier.
9838         (pgg-gpg-lookup-key-owner): New function to return the
9839         human-readable identifier of a key owner.
9840         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9841         itself.
9842         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9843         the key value) if we have a key and can match it against a secret
9844         key.  Also, added a note pointing out fact that the prompt only
9845         indicates the first matching key.
9846
9847         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9848         pgg-decrypt-region.
9849         (pgg-add-passphrase-to-cache): Rename from
9850         `pgg-add-passphrase-cache' to reduce confusion (all callers
9851         changed).
9852         (pgg-remove-passphrase-from-cache): Rename from
9853         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9854         changed).
9855         (pgg-read-passphrase, pgg-add-passphrase-cache)
9856         (pgg-remove-passphrase-cache): Add informative docstrings.
9857         (pgg-decrypt): Convey provided passphrase in subordinate call to
9858         pgg-decrypt-region.
9859
9860 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9861
9862         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9863         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9864         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9865         'passphrase' argument, so the passphrase can be managed externally
9866         and then passed in to the system.
9867
9868         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9869         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9870         so the passphrase cache can be used reliably with identifiers
9871         besides a pgp packet's key id.
9872
9873         * pgg-gpg.el (pgg-gpg-encrypt-region)
9874         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9875         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9876         these routines, so the passphrase can be managed externally and
9877         passed in to the system.
9878
9879         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9880         'notruncate' argument, so the passphrase cache can be used
9881         reliably with identifiers besides a pgp packet's key id.
9882
9883 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9884
9885         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9886         symmetric encryption.
9887         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9888         encrypted session key.
9889         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9890         message ask for the passphrase in a proper way.
9891
9892         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9893         New user commands for symmetric encryption.
9894
9895 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9898
9899         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9900
9901 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9902
9903         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9904
9905 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * mm-decode.el (mm-inlined-types): Add application/pgp.
9908         (mm-automatic-display): Ditto.
9909
9910         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9911         part as text.
9912
9913 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * nnrss.el: Update copyright.
9916         (nnrss-opml-import): Query whether to subscribe to each entry.
9917
9918         * gnus-art.el:
9919         * gnus-sum.el:
9920         * gnus-xmas.el:
9921         * messagexmas.el:
9922         * mm-uu.el:
9923         * mm-view.el: Update copyright.
9924
9925 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * message.el (message-info): New function.
9928         (message-mode-menu): Add it.
9929         Update copyright.
9930
9931         * ChangeLog: Fix and update copyright.
9932
9933 2006-01-13  Romain Francoise  <romain@orebokech.com>
9934
9935         * message.el (message-forward-subject-name-subject): Prefer the
9936         address to 'nowhere' if the sender has no name.
9937         Fix typo.  Update copyright year.
9938
9939 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-art.el (article-wash-html): Use
9942         gnus-summary-show-article-charset-alist if a numeric arg is given.
9943         (gnus-article-wash-html-with-w3m-standalone): New function.
9944
9945         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9946         mm-inline-text-html-render-with-w3m-standalone.
9947         (mm-text-html-washer-alist): Map w3m-standalone to
9948         gnus-article-wash-html-with-w3m-standalone.
9949         (mm-inline-text-html-render-with-w3m-standalone): New function.
9950
9951 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9954         Improve LaTeX.
9955
9956 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9959         (nnrss-request-article): Render text/plain parts as HTML.
9960
9961         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9962         the buffer.
9963
9964 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9967         custom definition of `gnus-posting-styles'.
9968
9969         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9970         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9971
9972 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9975         Use nntp for bug archive.
9976
9977 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9980         parts.
9981         (nnrss-normalize-date): New function converts ISO 8601 date into
9982         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9983         (nnrss-check-group): Use it.
9984
9985 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9988
9989         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9990         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9991         (nnrss-insert-w3): Ditto.
9992
9993 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9996         the articles to be forwarded including the case where neither a
9997         number of articles nor a region is specified.
9998
9999 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * nnrss.el (nnrss-request-article): Fix last change; fill
10002         text/plain parts.
10003
10004 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10007         in text/plain part.
10008         (nnrss-check-group): Don't add excessive newline to dc:subject.
10009
10010 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10011
10012         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10013         article.
10014
10015 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10018         (nnml-use-compressed-files, nnml-save-mail): Support other
10019         comression programs such as bzip2.
10020
10021 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * dns.el (query-dns): Make sure we check the buffer size before
10024         removing tcp headers.
10025
10026 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10029         remove MIME buttons associated with multipart/alternative parts.
10030         (gnus-mime-display-alternative): Tag buttons using `article-type'
10031         text property.
10032
10033         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10034         associated with multipart/alternative parts.
10035
10036         * gnus-art.el (gnus-signature-separator): Fix custom type.
10037
10038         * mm-decode.el (mm-inlined-types): Fix custom type.
10039         (mm-keep-viewer-alive-types): Ditto.
10040         (mm-automatic-display): Ditto.
10041         (mm-attachment-override-types): Ditto.
10042         (mm-inline-override-types): Ditto.
10043         (mm-automatic-external-display): Ditto.
10044
10045 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * spam-report.el (spam-report-user-mail-address)
10048         (spam-report-user-agent): New variables.
10049         (spam-report-url-ping-plain): Use spam-report-user-agent.
10050
10051 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10052
10053         * gnus-art.el (gnus-button-handle-custom): Do not just use
10054         `customize-apropos' for any "M-x customize-*" button but the
10055         function called for.  Accept both the function name and its
10056         argument in order to achieve this.
10057         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10058         function name to `gnus-button-handle-custom' in case of "M-x
10059         customize-*" buttons.
10060
10061 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10064         multipart/alternative and add xref to mm-discouraged-alternatives
10065         in doc string.
10066
10067         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10068         gnus-buttonized-mime-types in doc string.
10069
10070 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10073         Suggest image/.* in the doc string.
10074
10075 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10078         message-marks (Debian bug #342521).
10079
10080 2005-12-12  Simon Josefsson  <jas@extundo.com>
10081
10082         * password.el (password-read-from-cache): Add.
10083         (password-read): Use it.
10084
10085 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10088         us-ascii as a MIME charset.
10089
10090         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10091         against the case where the 2nd arg TYPE is nil.
10092
10093 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * pop3.el (pop3-stream-type): Fix custom version.
10096
10097         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10098
10099 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10100
10101         * mm-decode.el (mm-display-external): Add missing cdr.
10102
10103 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10106         RFC1524) if it is in mailcap or add a suffix according to
10107         mailcap-mime-extensions when generating a temp filename; postpone
10108         deleting a temp file for 2 seconds for some wrappers, shell
10109         scripts, and so on, which might exit right after having started a
10110         viewer command as a background job.
10111
10112 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10113
10114         * nntp.el (nntp-marks-directory): Fix custom group.
10115
10116         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10117         steps when < 10.
10118
10119         * gnus-start.el (gnus-no-server-1): Mention
10120         `gnus-level-default-subscribed' in doc string.
10121
10122 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10123
10124         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10125         parens.
10126
10127 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-xmas.el (gnus-use-toolbar): Revert.
10130         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10131         gnus-use-toolbar is default.
10132
10133         * messagexmas.el (message-use-toolbar): Revert.
10134         (message-setup-toolbar): Use global default-toolbar if
10135         message-use-toolbar is default.
10136
10137 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10140         according to default-toolbar-visible-p.
10141
10142         * messagexmas.el (message-use-toolbar): Ditto.
10143
10144 2005-11-26  Dave Love  <fx@gnu.org>
10145
10146         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10147         (tls-program, tls-success): Provide openssl alternative.
10148
10149         * starttls.el: Doc fixes.
10150         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10151         SERVICE to PORT.
10152
10153         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10154         port null or service name.
10155         (starttls-negotiate): Autoload.
10156
10157 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * message.el (message-kill-to-signature): Fix interactive spec.
10160
10161 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * pop3.el (pop3-open-server): Recognize a string as a service name.
10164
10165 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10166
10167         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10168
10169 2005-11-23  Dave Love  <fx@gnu.org>
10170
10171         Add pop3s, pop3/starttls.
10172
10173         * pop3.el (pop3-authentication-scheme): Clarify doc.
10174         (open-tls-stream, starttls-open-stream): Autoload.
10175         (pop3-stream-type): New.
10176         (pop3-open-server): Use it.
10177
10178         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10179         for POP.
10180         (mail-source-keyword-map): Add :stream for POP.
10181         (mail-source-fetch-pop): Use pop3-stream-type.
10182
10183 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10186         of current-time-string.
10187
10188 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10189
10190         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10191         date header.
10192
10193 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10194
10195         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10196         it can seriously impact performance as it bypasses the agent's
10197         local caches.
10198
10199 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10200
10201         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10202         must be explicitly online rather than "not explicitly offline" for
10203         its flags to be synchronized.
10204
10205         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10206         that gnus-uu-unmark-thread will function correctly.
10207
10208         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10209         1024K is instead displayed as 1M.
10210
10211 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10214
10215 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10216
10217         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10218
10219 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10220
10221         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10222         error message to display actual error condition.
10223         (gnus-agent-save-local): Avoid saving symbols that are bound to
10224         nil as they simply result in a warning message in
10225         gnus-agent-read-local.
10226
10227 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10230         rather than make-variable-buffer-local for file-precious-flag.
10231
10232 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10233
10234         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10235         for duplicates which are removed.  The invalid sort check then
10236         triggers a rescan after the sort as sorting may have moved
10237         duplicate entries such that they can be cheaply detected.
10238
10239 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10242
10243 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10244
10245         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10246         internal variable to a custom variable.  Changed default value
10247         from compressed(2) to uncompressed(1).
10248         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10249         support for uncompressed agentview files.  Taken together, reading
10250         the agentview file should now be 6-7 times faster.
10251
10252 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10253
10254         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10255         as a buffer-local variable.  This avoids creating truncated
10256         dribble files as a result of a hang up, eg.
10257
10258 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10259
10260         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10261         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10262         XEmacs.
10263
10264 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * gnus-start.el (gnus-start-draft-setup): Enforce
10267         `gnus-draft-mode' for nndraft:drafts at startup.
10268
10269         * gnus.el (gnus-splash): Change custom group.
10270         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10271         allow-list argument.
10272
10273         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10274         string.
10275
10276 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus-art.el (gnus-default-article-saver): Add user-defined
10279         `function' to custom type.
10280
10281 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10282
10283         * imap.el (imap-open): Handle case where buffer is a buffer
10284         object.
10285
10286 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10289         long lines.
10290         (gnus-cache-delete-group): Wrap doc strings.
10291
10292         * gnus-agent.el (gnus-agent-rename-group)
10293         (gnus-agent-delete-group): Wrap doc strings.
10294
10295 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * messagexmas.el (message-use-toolbar): Change the valid values
10298         into default, top, bottom, left, and right.
10299         (message-toolbar-thickness): New variable.
10300         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10301         well.
10302         (message-setup-toolbar): Make it work.
10303
10304         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10305         (gnus-use-toolbar): Change the valid values into default, top,
10306         bottom, left, and right.
10307         (gnus-toolbar-thickness): New variable.
10308         (gnus-xmas-setup-toolbar): New function.
10309         (gnus-xmas-setup-group-toolbar): Use it.
10310         (gnus-xmas-setup-summary-toolbar): Use it.
10311
10312 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * gnus-start.el (gnus-1): Add "native" to
10315         gnus-predefined-server-alist.
10316
10317         * gnus.el (gnus-method-to-server): Don't add "native" to the
10318         lists here, because that leads to problems when
10319         gnus-select-method is bound.
10320
10321 2005-11-09  Simon Josefsson  <jas@extundo.com>
10322
10323         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10324         use (not sort-by-date) instead.
10325
10326 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10327
10328         * gnus-delay.el (gnus-delay-group): Don't autoload.
10329         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10330         to be re-loaded when customizing the `gnus-delay' group.
10331
10332 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10333
10334         * message.el: Revert last changes.
10335         (message-insert-citation-line): Use newlines.
10336
10337 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10338
10339         * message.el (message-courtesy-message)
10340         (message-mark-insert-begin, message-mark-insert-end)
10341         (message-elide-ellipsis, message-cancel-message)
10342         (message-add-header, message-change-subject)
10343         (message-cross-post-followup-to-header)
10344         (message-cross-post-insert-note, message-reduce-to-to-cc)
10345         (message-widen-reply, message-delete-not-region)
10346         (message-kill-to-signature, message-insert-signature)
10347         (message-insert-importance-high, message-insert-importance-low)
10348         (message-insert-or-toggle-importance)
10349         (message-insert-disposition-notification-to)
10350         (message-indent-citation, message-yank-original)
10351         (message-cite-original-without-signature, message-cite-original)
10352         (message-insert-citation-line, message-position-on-field)
10353         (message-fix-before-sending, message-send-mail-partially)
10354         (message-send-mail, message-send-mail-with-sendmail)
10355         (message-send-mail-with-qmail, message-send-news)
10356         (message-check-news-header-syntax, message-generate-headers)
10357         (message-insert-courtesy-copy, message-fill-address)
10358         (message-fill-header, message-shorten-references)
10359         (message-setup-1, message-cancel-news)
10360         (message-forward-make-body-plain, message-forward-make-body-mime)
10361         (message-forward-make-body-mml, message-encode-message-body)
10362         (message-forward-make-body-digest-plain)
10363         (message-forward-make-body-digest-mime)
10364         (message-use-alternative-email-as-from): Insert `hard-newline'
10365         instead of ordinary newlines.
10366
10367 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * message.el (message-generate-headers): Downcase the argument
10370         given to message-check-element.
10371
10372 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10373
10374         * nntp.el (nntp-authinfo-rejected): New error condition.
10375         (nntp-wait-for): Use new error condition to signal authentication
10376         error.
10377         (nntp-retrieve-data): Rethrow new error condition to break out of
10378         recursive call to nntp-send-authinfo.
10379
10380 2005-11-08  Romain Francoise  <romain@orebokech.com>
10381
10382         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10383         (gnus-summary-exit-map): Bind to `Z p'.
10384         (gnus-summary-make-menu-bar): Add menu item.
10385
10386 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10389         (gnus-treat-*): Add `first' in all doc strings.
10390
10391         * gnus-group.el (gnus-group-compact-group): Fix typo.
10392
10393 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * gnus.el (gnus-parameters-case-fold-search): New variable.
10396         (gnus-parameters-get-parameter): Use it.
10397
10398         * gnus-score.el (gnus-home-score-file): Doc fix.
10399
10400 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10401
10402         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10403
10404 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * mm-util.el (mm-special-display-p): New function.
10407
10408         * mml.el (mml-preview): Use it; doc fix.
10409
10410 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10411
10412         * imap.el (imap-open): Handle case where buffer is a buffer object.
10413
10414 2005-10-29  Romain Francoise  <romain@orebokech.com>
10415
10416         * message.el (message-fix-before-sending): Fix comment.
10417
10418 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10419
10420         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10421
10422 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10423
10424         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10425         Used in gnus-score.el.
10426
10427 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10430
10431 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10434         whitespace removed in revision 7.8.  Use concatenated string to
10435         protect trailing whitespace.
10436
10437 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10438
10439         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10440         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10441         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10442         Courier IMAP ("some version from 2004").  Mostly based on similar
10443         code in the same function.
10444
10445 2005-10-26  Didier Verna  <didier@xemacs.org>
10446
10447         * gnus-group.el (gnus-group-compact-group): Invalidate original
10448         article buffer.
10449         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10450         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10451         NOV database and in article itself.
10452         Invalidate article backlog.
10453
10454 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10457
10458 2005-10-26  Simon Josefsson  <jas@extundo.com>
10459
10460         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10461         part of 2004-07-25 change.
10462
10463 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * message.el (message-display-completion-list): New function.
10466         (message-expand-group): Use it; make sure the Completions buffer
10467         is modifiable.
10468 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10469
10470         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10471         user-mail-name is an empty string.
10472
10473 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10476         depending on gnus-score-decay-constant.
10477
10478         * encrypt.el (encrypt-insert-file-contents)
10479         (encrypt-write-file-contents): Don't use `gnus-message'.
10480
10481         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10482         arguments.
10483         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10484         arguments to mm-uu-verbatim-marks-extract.
10485         (mm-uu-hide-markers): New variable.
10486         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10487
10488         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10489         (gnus-convert-image-to-face-command): Use "convert" by default to
10490         allow other input image formats.
10491         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10492         accordingly.
10493
10494 2005-10-23  Simon Josefsson  <jas@extundo.com>
10495
10496         * imap.el (imap-gssapi-program): Align command line parameters
10497         with latest GNU SASL.
10498         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10499
10500 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10503         HTML.
10504         (nnslashdot-request-article): Ditto.
10505
10506         * lpath.el (featurep): Add nobreak-char-display.
10507
10508 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10509
10510         * mail-source.el (mail-source-fetch-pop): Require pop3.
10511         (mail-source-check-pop): Ditto.
10512
10513 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10516         errors.
10517
10518 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10519
10520         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10521         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10522
10523         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10524
10525         * mm-bodies.el (mm-decode-string): Call
10526         `mm-charset-to-coding-system' with allow-override argument.
10527
10528 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10531         (rfc2047-charset-to-coding-system): New function.
10532         (rfc2047-decode-encoded-words): New function.
10533         (rfc2047-decode-region): Use them.
10534         (rfc2047-decode-cte): Remove.
10535         (rfc2047-parse-and-decode): Remove.
10536         (rfc2047-decode): Remove.
10537
10538 2005-10-15  Kenichi Handa  <handa@m17n.org>
10539
10540         * rfc2047.el (rfc2047-decode-cte): New function.
10541         (rfc2047-decode-region): Change the way to decode successive
10542         encoded-words: decode B- or Q-encoding in each encoded-word,
10543         concatenate them, and decode it as charset.
10544
10545 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * lpath.el: Fbind codepage-setup for XEmacs.
10548
10549 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10550
10551         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10552         widget-move-and-invoke.
10553         (gnus-custom-mode): Use gnus-custom-map.
10554
10555 2005-10-15  Bill Wohler  <wohler@newt.com>
10556
10557         * message.el (message-tool-bar-map): Renamed image file from
10558         mail_send to mail/send.
10559
10560 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10561
10562         * message.el (message-expand-group): Pass the common
10563         prefix substring of completion to `display-completion-list'.
10564
10565 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * mml-sec.el (mml-secure-method): New internal variable.
10568         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10569         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10570         functions using mml-secure-method.
10571
10572         * mml.el (mml-mode-map): Add key bindings for those functions.
10573         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10574         Harder <harder@myrealbox.com>.
10575         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10576         end of message if point is the headers of the message.
10577
10578         * message.el (message-in-body-p): New function.
10579
10580         * assistant.el: Autoload gnus-util and netrc.
10581
10582         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10583         Use `mm-charset-override-alist' only when decoding.
10584
10585         * mm-bodies.el (mm-decode-body): Call
10586         `mm-charset-to-coding-system' with allow-override argument.
10587
10588         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10589         `filename' from Content-Disposition if Content-Type doesn't
10590         provide `name'.
10591         (gnus-mime-view-part-as-type): Set default instead of
10592         initial-input.
10593
10594 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10595
10596         * format-spec.el (format-spec): Propagate text properties of % spec.
10597
10598 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * gnus-art.el (gnus-treat-predicate): Add `first'.
10601
10602 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10605         (mm-charset-override-alist): New variable.
10606         (mm-charset-to-coding-system): Use it.
10607         (mm-codepage-setup): New helper function.
10608         (mm-charset-eval-alist): New variable.
10609         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10610         about unknown charsets.
10611
10612         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10613
10614 2005-10-04  David Hansen  <david.hansen@gmx.net>
10615
10616         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10617         (nnrss-check-group): Ditto.
10618
10619 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10620
10621         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10622         Rename x-gnus-verbatim to x-verbatim.
10623         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10624
10625         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10626         x-verbatim.
10627
10628         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10629
10630         * gnus-util.el (gnus-remove-duplicates): Remove.
10631
10632         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10633         instead of gnus-remove-duplicates.
10634
10635         * message.el (message-remove-duplicates): Remove.
10636         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10637         message-remove-duplicates.
10638
10639         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10640         available, else use implementation from `delete-dups'.
10641
10642         * message.el (message-insert-expires): New function.
10643         (message-mode-map): Add key binding.
10644         (message-mode-field-menu): Add menu entry.
10645         (message-mode): Document it.
10646         (message-make-expires-date): Use `message-make-date'.
10647
10648 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10649
10650         * message.el (message-make-expires-date): New function.
10651
10652 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * Makefile.in (list-installed-shadows): New entry.
10655         (install): Use it.
10656         (remove-installed-shadows): New entry.
10657
10658         * dgnushack.el (dgnushack-default-load-path): New variable.
10659         (dgnushack-find-lisp-shadows): New function.
10660         (dgnushack-remove-lisp-shadows): New function.
10661
10662 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * Makefile.in (install-el-elc): New entry.
10665         (install): Use it so that .el files are necessarily installed.
10666
10667 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10670
10671 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10672
10673         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10674         function rather than the diff-mode.el package.
10675         (mm-display-external): Use with-current-buffer.
10676         (mm-viewer-completion-map, mm-viewer-completion-map):
10677         Move initialization inside declaration.
10678
10679 2005-09-29  Simon Josefsson  <jas@extundo.com>
10680
10681         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10682         autoload mail-check-payment.
10683         (spam-check-hashcash): Define unconditionally, since hashcash.el
10684         is part of Gnus now.  Ignore errors from payment checking.
10685
10686 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * message.el (message-bold-region, message-unbold-region): Rename
10689         from `bold-region' and `unbold-region'.
10690
10691         * message.el: Remove useless autoloads.
10692
10693 2005-09-28  Simon Josefsson  <jas@extundo.com>
10694
10695         * message.el (message-use-idna): Default to t.
10696         (message-use-idna): Test whether encoding works too.  Doc fix.
10697
10698 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * nntp.el (nntp-warn-about-losing-connection): Remove.
10701
10702 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10705         customizable.  Change default value.
10706         (mm-uu-diff-groups-regexp): Change default value.
10707         (mm-uu-type-alist): Add doc string.
10708         (mm-uu-configure): Add doc string.  Make it interactive.
10709         (mm-uu-tex-groups-regexp): New variable.
10710         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10711         (mm-uu-type-alist): Add LaTeX documents.
10712         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10713         of "text/verbatim".
10714         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10715
10716         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10717         instead of "text/verbatim".
10718
10719         * message.el (message-mark-inserted-region)
10720         (message-mark-insert-file): Use slrn style marks when called with
10721         prefix argument.
10722
10723 2005-09-27  Simon Josefsson  <jas@extundo.com>
10724
10725         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10726
10727 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10728
10729         * message.el (message-remove-duplicates): New function.
10730         Implementation borrowed from `gnus-remove-duplicates'.
10731         (message-idna-to-ascii-rhs): Also encode idna addresses in
10732         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10733         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10734         only ask about the same idna domain once per header and also tell
10735         in what header to replace the idna domain.
10736
10737         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10738         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10739         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10740         a header is decoded and not just the last one.
10741
10742 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10745         has been decoded.
10746
10747         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10748         (mm-insert-part): Don't modify text if it has been decoded.
10749
10750         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10751         decoded.
10752
10753         * mm-view.el (mm-inline-text): Don't strip text props unless
10754         decoding enriched or richtext parts.
10755
10756 2005-09-25  Romain Francoise  <romain@orebokech.com>
10757
10758         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10759         * gnus-start.el (gnus-subscribe-interactively):
10760         * gnus-uu.el (gnus-uu-grab-articles):
10761         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10762         space.
10763
10764 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10765
10766         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10767         * mm-view.el (mm-view-pkcs7-decrypt):
10768         * gnus-sum.el (gnus-summary-limit-to-extra)
10769         (gnus-summary-respool-article, gnus-read-move-group-name):
10770         * gnus-score.el (gnus-summary-increase-score):
10771         * gnus-util.el (gnus-completing-read-with-default):
10772         * gnus-art.el (gnus-read-save-file-name)
10773         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10774         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10775         * message.el (message-check-news-header-syntax):
10776         Follow convention for reading with the minibuffer.
10777
10778 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * spam-report.el (spam-report-url-ping-plain):
10781         Use gnus-extended-version as User-Agent.
10782
10783         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10784         default value is nil.
10785
10786         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10787         (mm-uu-verbatim-marks-extract): New function.
10788         (mm-uu-extract): New face.
10789         (mm-uu-copy-to-buffer): Use it.
10790
10791         * spam-report.el (spam-report-gmane-ham): Renamed from
10792         `spam-report-gmane-unspam'.
10793         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10794         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10795
10796         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10797         Autoload.
10798         (spam-report-gmane-unregister-routine): Renamed
10799         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10800
10801 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10802
10803         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10804         (spam-report-gmane-unregister-routine): Add support for gmane
10805         unregistration.
10806
10807         * spam-report.el (spam-report-gmane-unspam)
10808         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10809         (spam-report-gmane): Change to take a single article and do unspam
10810         registration.
10811
10812 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * mm-url.el (mm-url-decode-entities): Fix regexp.
10815
10816 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10817
10818         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10819         default to nil, to be able to use Gnus at all.  If the default
10820         switches to something else, then the function should be fixed not
10821         be exceedingly slow.
10822
10823 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10824
10825         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10826         fail hard.
10827
10828         * spam-report.el: Add better Keywords line.
10829
10830         * spam.el: Add Maintainer and better Keywords line.
10831
10832 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * gnus-art.el (gnus-article-replace-part)
10835         (gnus-mime-replace-part): New functions.
10836         (gnus-mime-action-alist, gnus-mime-button-commands)
10837         (gnus-mime-save-part-and-strip): Added file argument.
10838         (gnus-article-part-wrapper): Added interactive argument.
10839
10840         * gnus-sum.el (gnus-summary-mime-map): Add
10841         `gnus-article-replace-part'.
10842
10843 2005-09-19  Didier Verna  <didier@xemacs.org>
10844
10845         The nnml compaction feature:
10846         * nnml.el (nnml-request-compact-group): New function.
10847         * nnml.el (nnml-request-compact): New function.
10848         * gnus-int.el (gnus-request-compact-group): New function.
10849         * gnus-int.el (gnus-request-compact): New function.
10850         * gnus-group.el (gnus-group-compact-group): New function.
10851         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10852         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10853         * gnus-srvr.el (gnus-server-compact-server): New function.
10854         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10855         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10856
10857 2005-09-18  Deepak Goel  <deego@gnufans.org>
10858
10859         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10860         format spec.
10861
10862 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10865
10866 2005-09-15  Romain Francoise  <romain@orebokech.com>
10867
10868         * message.el (message-fill-paragraph): Clarify docstring.
10869
10870 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * gnus-art.el (gnus-mime-display-part): Protect against broken
10873         MIME messages.
10874
10875 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10878         before parsing header.
10879
10880 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10881
10882         * html2text.el (html2text-replace-list): Add new entities.
10883
10884 2005-09-11  Romain Francoise  <romain@orebokech.com>
10885
10886         * message.el (message-alternative-emails): Improve docstring.
10887         (message-setup-1): Call `message-use-alternative-email-as-from'
10888         after `message-setup-hook' to give it precedence over posting
10889         styles, etc.
10890         (message-use-alternative-email-as-from): Add docstring.  Remove
10891         the original From header if present.
10892
10893         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10894         (nnml-save-mail): Use it.
10895
10896         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10897         articles.  Add new argument `silent'.
10898         (gnus-uu-mark-all): Report the total number of marked articles.
10899
10900 2005-09-10  Romain Francoise  <romain@orebokech.com>
10901
10902         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10903         (gnus-uu-mark-series): Likewise.
10904
10905 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * spam-report.el (spam-report-gmane): Fix generation of spam
10908         report URL.
10909
10910 2005-09-10  Simon Josefsson  <jas@extundo.com>
10911
10912         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10913         t, based on discussion on the ding list with Robert Epprecht
10914         <epprecht@solnet.ch>.
10915
10916 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10917
10918         * spam-report.el (spam-report-gmane): Make it work without
10919         X-Report-Spam header.  Gmane now only provides Archived-At.
10920         This is only used if `spam-report-gmane-use-article-number' is nil.
10921         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10922
10923         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10924         make `gnus-summary-sort-by-recipient' work with threading.
10925
10926         * nnweb.el (nnweb-google-wash-article): Print a message if article
10927         is not available.
10928
10929 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10930
10931         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10932         change.  Decode text/* parts content before displaying.
10933
10934 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10937
10938 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10941
10942         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10943         url-package-name, url-package-version,
10944         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10945         w3m-display-inline-images, and w3m-minor-mode-map.
10946
10947 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * message.el (message-tab-body-function): Fix mismatched custom type.
10950
10951         * gnus.el (gnus-group-change-level-function): Ditto.
10952
10953         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10954
10955         * gnus-art.el (gnus-signature-limit)
10956         (gnus-article-mime-part-function): Ditto.
10957
10958 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * mml.el (mml-mode): Silence the byte compiler.
10961
10962         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10963         using `(sit-for 0)' before moving the point to the specified part;
10964         skip unbuttonized parts.
10965         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10966         return to the summary window if gnus-auto-select-part is non-nil.
10967
10968 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10971         variables.
10972         (mml-dnd-attach-file, mml-mode): Use them.
10973
10974         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10975         Make fetching article by MID work again for Google Groups.  Added
10976         FIXME concerning gnus-group-make-web-group.
10977
10978         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10979         Don't depend on Gnus by using mail-extract-address-components if
10980         gnus-extract-address-components is not bound.
10981
10982 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * gnus-art.el (gnus-mime-display-security): Don't display the
10985         signature, but only the signed part.
10986
10987 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10990
10991         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10992         list, not listp.
10993
10994 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10995
10996         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10997         when encoding.
10998
10999         * mm-bodies.el (mm-decode-content-transfer-encoding):
11000         De-canonicalize CRLF for all text content types, not just
11001         text/plain.
11002
11003 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11006         valid article; point arrow and cursor at the MIME button.
11007
11008 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11011         Suggested by Dan Christensen <jdc@uwo.ca>.
11012
11013         * mm-decode.el (mm-save-part): Enable change of prompt.
11014
11015 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11016
11017         * gnus-msg.el (gnus-inews-add-send-actions): Made
11018         `message-post-method' lambda parameter ARG `&optional'.
11019
11020 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * gnus-sum.el (gnus-summary-mime-map): Added
11023         gnus-article-save-part-and-strip, gnus-article-delete-part and
11024         gnus-article-jump-to-part.
11025
11026         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11027         (gnus-article-edit-part): Use it.
11028         (gnus-article-part-wrapper): Added no-handle argument.
11029         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11030         functions.
11031
11032 2005-08-29  Romain Francoise  <romain@orebokech.com>
11033
11034         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11035         docstring.
11036         (gnus-face-from-file): Likewise.
11037
11038 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11041         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11042         non-nil.
11043         (gnus-auto-select-part): New variable.
11044         (gnus-article-jump-to-part): New function.
11045         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11046         (gnus-mime-delete-part): Allow selecting specified part after
11047         deleting or stripping parts.
11048         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11049         part if argument is bogus.
11050
11051 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11052
11053         * gnus-art.el (w3m-minor-mode-map):
11054         * gnus-spec.el (gnus-newsrc-file-version):
11055         * gnus-util.el (nnmail-active-file-coding-system)
11056         (gnus-original-article-buffer, gnus-user-agent):
11057         * gnus.el (gnus-ham-process-destinations)
11058         (gnus-parameter-ham-marks-alist)
11059         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11060         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11061         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11062         * mm-decode.el (gnus-current-window-configuration):
11063         * mm-extern.el (gnus-article-mime-handles):
11064         * mm-url.el (url-current-object, url-package-name)
11065         (url-package-version):
11066         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11067         (smime-keys, w3m-cid-retrieve-function-alist)
11068         (w3m-current-buffer, w3m-display-inline-images)
11069         (w3m-minor-mode-map):
11070         * mml-smime.el (gnus-extract-address-components):
11071         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11072         (gnus-newsrc-hashtb, message-default-charset)
11073         (message-deletable-headers, message-options)
11074         (message-posting-charset, message-required-mail-headers)
11075         (message-required-news-headers):
11076         * mml1991.el (mc-pgp-always-sign):
11077         * mml2015.el (mc-pgp-always-sign):
11078         * nnheader.el (nnmail-extra-headers):
11079         * rfc1843.el (gnus-decode-encoded-word-function)
11080         (gnus-decode-header-function, gnus-newsgroup-name):
11081         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11082
11083 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11084
11085         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11086         the end of the date treatments.
11087
11088 2005-08-15  Simon Josefsson  <jas@extundo.com>
11089
11090         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11091         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11092         Capello and Romain Francoise.
11093         (pgg-fetch-key-function): Removed, not used?
11094         (pgg-insert-url-with-w3): Require url, to get
11095         url-insert-file-contents regardless of where it is defined.
11096
11097 2005-08-13  Romain Francoise  <romain@orebokech.com>
11098
11099         * message.el (message-cite-original-1): New function.
11100         (message-cite-original): Use it.
11101         (message-cite-original-without-signature): Ditto.
11102
11103 2005-08-08  Romain Francoise  <romain@orebokech.com>
11104
11105         * message.el (message-yank-empty-prefix): New variable.
11106         (message-indent-citation): Use it.
11107         (message-cite-original-without-signature): Respect X-No-Archive.
11108
11109 2005-08-08  Simon Josefsson  <jas@extundo.com>
11110
11111         * pgg.el: Autoload url-insert-file-contents instead of loading
11112         w3/url.
11113         (pgg-insert-url-with-w3): Don't load url here.
11114
11115 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11116
11117         * message.el (message-kill-to-signature): Don't insert newline at
11118         bol.
11119         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11120
11121 2005-08-06  Romain Francoise  <romain@orebokech.com>
11122
11123         * message.el (message-user-fqdn): Fix typo in docstring.
11124
11125 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11126
11127         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11128
11129         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11130
11131 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * mm-bodies.el (mm-encode-body): Use coding system rather than
11134         charset to encode text.
11135
11136         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11137         number of charsets if utf-8 is available (XEmacs).
11138
11139 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11142         taken from `gnus-button-mid-or-mail-regexp'.
11143         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11144         (gnus-button-alist): Improve regexp for domain part of the MIDs
11145         for news:localpart@domain buttons.
11146         (gnus-button-ctan-directory-regexp): Update.
11147
11148 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * sieve-manage.el (sieve-manage-interactive-login): Use
11151         make-local-variable rather than make-variable-buffer-local.
11152         (sieve-manage-open): Ditto.
11153         (sieve-manage-authenticate): Ditto.
11154
11155         * mml.el (mml-generate-mime-1): Make the content type default to
11156         text/plain if the filename is not specified.
11157
11158 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11161         instead of insert-buffer.
11162
11163         * message.el (message-yank-original): Ditto; set the mark at the
11164         end of the yanked message.
11165
11166 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11169         lines to scroll rather than to stop it.
11170
11171         * mml.el (mml-generate-default-type): Add doc string.
11172         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11173         default to application/octet-stream when determining the content
11174         type if it is not specified for the part or the mml contents; add
11175         a comment about mml-generate-default-type.
11176
11177 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11180         make it default to application/octet-stream when determining the
11181         content type if it is not specified for the external contents.
11182
11183 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11186         segmented parameter but also other parameters might be there.
11187
11188 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * mm-decode.el (mm-display-external): Delete temp file, directory
11191         and buffer immediately if the external process is exited.
11192
11193 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11196         fewer lines than that of scroll-margin.
11197         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11198
11199 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-art.el (gnus-article-next-page): Revert.
11202         (gnus-article-beginning-of-window): New macro.
11203         (gnus-article-next-page-1): Use it.
11204         (gnus-article-prev-page): Ditto.
11205         (gnus-article-edit-part): Use insert-buffer-substring instead of
11206         insert-buffer.
11207         (gnus-article-edit-exit): Ditto.
11208
11209         * gnus-util.el (gnus-beginning-of-window): Remove.
11210         (gnus-end-of-window): Remove.
11211
11212         * lpath.el: Don't bind header-line-format and scroll-margin.
11213
11214 2005-07-25  Simon Josefsson  <jas@extundo.com>
11215
11216         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11217         to have the url package without w3.  Reported by Daiki Ueno
11218         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11219
11220 2005-07-20  Didier Verna  <didier@xemacs.org>
11221
11222         * gnus-diary.el: Remove the description comment (nndiary is now
11223         properly documented in the Gnus manual).
11224         Fix the spelling of "Back End".
11225         * nndiary.el: Ditto.
11226         Fix the copyright notice.
11227
11228 2005-07-18  Romain Francoise  <romain@orebokech.com>
11229
11230         * gnus-sum.el (gnus-summary-to-prefix)
11231         (gnus-summary-newsgroup-prefix): New variables.
11232         (gnus-summary-from-or-to-or-newsgroups): Use them.
11233
11234 2005-07-17  Romain Francoise  <romain@orebokech.com>
11235
11236         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11237         space as it's generally not especially interesting to the user.
11238
11239 2005-07-16  Romain Francoise  <romain@orebokech.com>
11240
11241         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11242         nil to avoid prompting and file modification if one of the
11243         messages at the top of the nnfolder file contains a copyright
11244         notice.
11245         Update copyright notice.
11246
11247         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11248         instead of `current-time-string' as the latter creates a time
11249         string that is not RFC 2822 compliant (it lacks the zone).
11250         Update copyright notice.
11251
11252 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11253
11254         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11255         for text/rtf.  Display default in prompt.  Pass default for M-n.
11256
11257         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11258
11259 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * gnus-msg.el (gnus-button-mailto): Remove
11262         save-selected-window-window hackery because it relies on
11263         save-selected-window internals.
11264
11265 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11268         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11269         (gnus-article-prev-page): Ditto.
11270
11271         * gnus-util.el (gnus-beginning-of-window): New function.
11272         (gnus-end-of-window): New function.
11273
11274         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11275
11276 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11277
11278         * gnus-score.el (gnus-score-edit-all-score): Set
11279         gnus-score-edit-exit-function to gnus-score-edit-done and call
11280         gnus-message.
11281
11282 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * gnus-msg.el (gnus-button-mailto): Remove
11285         save-selected-window-window hackery because it relies on
11286         save-selected-window internals.
11287
11288 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11291         add-minor-mode.
11292         (gnus-binary-mode): Ditto.
11293
11294         * gnus-topic.el (gnus-topic-mode): Ditto.
11295
11296 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11297
11298         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11299         (gnus-article-prev-page): Take scroll-margin into consideration.
11300
11301 2005-07-04  Lute Kamstra  <lute@gnu.org>
11302
11303         Update FSF's address in GPL notices.
11304
11305 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11306
11307         * gnus.el (gnus-exit):
11308         * gnus-group.el (gnus-group-icons):
11309         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11310
11311         * gnus-nocem.el (gnus-nocem):
11312         * message.el (message-various, message-buffers, message-sending)
11313         (message-interface, message-forwarding, message-insertion)
11314         (message-headers, message-news, message-mail):
11315         * pgg-gpg.el (pgg-gpg):
11316         * pgg-parse.el (pgg-parse):
11317         * pgg-pgp.el (pgg-pgp):
11318         * pgg-pgp5.el (pgg-pgp5):
11319         * pop3.el (pop3): Finish `defgroup' description with period.
11320
11321 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus-art.el (article-display-face): Improve the efficiency.
11324         (article-display-x-face): Ditto; remove grey x-face stuff.
11325
11326 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-art.el (article-display-face): Correct the position in
11329         which Faces are inserted.
11330
11331 2005-06-29  Didier Verna  <didier@xemacs.org>
11332
11333         * gnus-art.el (article-display-face): Display faces in correct
11334         order.
11335
11336 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11339         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11340         (gnus-nocem-check-article): Fetch the Type header.
11341         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11342         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11343         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11344         make sure gnus-nocem-hashtb is initialized.
11345         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11346         (gnus-nocem-unwanted-article-p): Ditto.
11347
11348         * pgg.el (pgg-verify): Return the verification result.
11349
11350 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11351
11352         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11353         is ascii.
11354
11355 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11356
11357         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11358         `show-nonbreak-escape'.
11359
11360 2005-06-23  Lute Kamstra  <lute@gnu.org>
11361
11362         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11363
11364         * dig.el (dig-mode):
11365         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11366
11367 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11368
11369         * nnimap.el (nnimap-split-download-body): Fix spellings.
11370
11371 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11372
11373         * gnus-art.el (gnus-article-encrypt-body):
11374         * gnus-cus.el (gnus-score-customize):
11375         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11376         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11377
11378 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11379
11380         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11381         header by looking for magic "MII" at the beginnig.
11382
11383 2005-06-16  Miles Bader  <miles@gnu.org>
11384
11385         * gnus-xmas.el (gnus-xmas-group-startup-message):
11386         Use renamed gnus-splash face.
11387
11388         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11389         (assistant-field-face): New backward-compatibility alias for renamed
11390         face.
11391         (assistant-render-text): Use renamed assistant-field face.
11392
11393         * spam.el (spam): Remove "-face" suffix from face name.
11394         (spam-face): New backward-compatibility alias for renamed face.
11395         (spam-face, spam-initialize): Use renamed spam face.
11396
11397         * message.el (message-header-to, message-header-cc)
11398         (message-header-subject, message-header-newsgroups)
11399         (message-header-other, message-header-name)
11400         (message-header-xheader, message-separator, message-cited-text)
11401         (message-mml): Remove "-face" suffix from face names.
11402         (message-header-to-face, message-header-cc-face)
11403         (message-header-subject-face, message-header-newsgroups-face)
11404         (message-header-other-face, message-header-name-face)
11405         (message-header-xheader-face, message-separator-face)
11406         (message-cited-text-face, message-mml-face):
11407         New backward-compatibility aliases for renamed faces.
11408         (message-font-lock-keywords): Use renamed message faces.
11409
11410         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11411         (sieve-test-commands, sieve-tagged-arguments):
11412         Remove "-face" suffix from face names.
11413         (sieve-control-commands-face, sieve-action-commands-face)
11414         (sieve-test-commands-face, sieve-tagged-arguments-face):
11415         New backward-compatibility aliases for renamed faces.
11416         (sieve-control-commands-face, sieve-action-commands-face)
11417         (sieve-test-commands-face, sieve-tagged-arguments-face):
11418         Use renamed sieve faces.
11419
11420         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11421         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11422         (gnus-group-news-3-empty, gnus-group-news-4)
11423         (gnus-group-news-4-empty, gnus-group-news-5)
11424         (gnus-group-news-5-empty, gnus-group-news-6)
11425         (gnus-group-news-6-empty, gnus-group-news-low)
11426         (gnus-group-news-low-empty, gnus-group-mail-1)
11427         (gnus-group-mail-1-empty, gnus-group-mail-2)
11428         (gnus-group-mail-2-empty, gnus-group-mail-3)
11429         (gnus-group-mail-3-empty, gnus-group-mail-low)
11430         (gnus-group-mail-low-empty, gnus-summary-selected)
11431         (gnus-summary-cancelled, gnus-summary-high-ticked)
11432         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11433         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11434         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11435         (gnus-summary-low-undownloaded)
11436         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11437         (gnus-summary-low-unread, gnus-summary-normal-unread)
11438         (gnus-summary-high-read, gnus-summary-low-read)
11439         (gnus-summary-normal-read, gnus-splash):
11440         Remove "-face" suffix from face names.
11441         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11442         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11443         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11444         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11445         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11446         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11447         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11448         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11449         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11450         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11451         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11452         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11453         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11454         (gnus-summary-normal-ticked-face)
11455         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11456         (gnus-summary-normal-ancient-face)
11457         (gnus-summary-high-undownloaded-face)
11458         (gnus-summary-low-undownloaded-face)
11459         (gnus-summary-normal-undownloaded-face)
11460         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11461         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11462         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11463         (gnus-splash-face):
11464         New backward-compatibility aliases for renamed faces.
11465         (gnus-group-startup-message): Use renamed gnus faces.
11466
11467         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11468         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11469         (gnus-server-agent): Remove "-face" suffix from face names.
11470         (gnus-server-agent-face, gnus-server-opened-face)
11471         (gnus-server-closed-face, gnus-server-denied-face)
11472         (gnus-server-offline-face):
11473         New backward-compatibility aliases for renamed faces.
11474         (gnus-server-agent-face, gnus-server-opened-face)
11475         (gnus-server-closed-face, gnus-server-denied-face)
11476         (gnus-server-offline-face): Use renamed gnus faces.
11477
11478         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11479         Remove "-face" suffix from face names.
11480         (gnus-picon-xbm-face, gnus-picon-face):
11481         New backward-compatibility aliases for renamed faces.
11482
11483         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11484         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11485         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11486         (gnus-cite-11): Remove "-face" suffix from face names.
11487         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11488         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11489         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11490         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11491         New backward-compatibility aliases for renamed faces.
11492         (gnus-cite-attribution-face, gnus-cite-face-list)
11493         (gnus-article-boring-faces): Use renamed gnus faces.
11494
11495         * gnus-art.el (gnus-signature, gnus-header-from)
11496         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11497         (gnus-header-content): Remove "-face" suffix from face names.
11498         (gnus-signature-face, gnus-header-from-face)
11499         (gnus-header-subject-face, gnus-header-newsgroups-face)
11500         (gnus-header-name-face, gnus-header-content-face):
11501         New backward-compatibility aliases for renamed faces.
11502         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11503
11504         * gnus-sum.el (gnus-summary-selected-face)
11505         (gnus-summary-highlight): Use renamed gnus faces.
11506         * gnus-group.el (gnus-group-highlight): Likewise.
11507
11508 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11509
11510         * gnus-sieve.el (gnus-sieve-article-add-rule):
11511         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11512         * spam-stat.el (spam-stat-buffer-change-to-spam)
11513         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11514
11515         * message.el (message-is-yours-p):
11516         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11517
11518 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * mm-view.el (mm-inline-text): Withdraw the last change.
11521
11522 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11525         executing enriched-decode.
11526
11527 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11530         charset of tar files.
11531
11532 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11533
11534         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11535
11536 2005-06-04  Lute Kamstra  <lute@gnu.org>
11537
11538         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11539         information is never recorded.
11540
11541 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11542
11543         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11544
11545 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * pop3.el (pop3-apop): Run md5 in the binary mode.
11548
11549         * starttls.el (starttls-set-process-query-on-exit-flag):
11550         Use eval-and-compile.
11551
11552 2005-05-31  Simon Josefsson  <jas@extundo.com>
11553
11554         * smime.el (smime-replace-in-string): Define.
11555         (smime-cert-by-ldap-1): Use it.
11556
11557 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-art.el (article-display-x-face): Replace
11560         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11561
11562         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11563         set-process-query-on-exit-flag or process-kill-without-query.
11564
11565         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11566         loop instead of replace-regexp.
11567
11568         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11569         instead of process-kill-without-query if it is available.
11570
11571         * lpath.el: Fbind ldap-search-entries.
11572
11573         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11574         instead of find-file-hooks if it is available.
11575
11576         * mml1991.el: Bind pgg-default-user-id when compiling.
11577
11578         * mml2015.el: Bind pgg-default-user-id when compiling.
11579
11580         * nndraft.el (nndraft-request-associate-buffer):
11581         Use write-contents-functions instead of write-contents-hooks if it is
11582         available.
11583
11584         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11585         instead of find-file-hooks if it is available.
11586
11587         * nntp.el (nntp-open-connection): Replace
11588         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11589         (nntp-open-ssl-stream): Ditto.
11590         (nntp-open-tls-stream): Ditto.
11591
11592         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11593         set-process-query-on-exit-flag or process-kill-without-query.
11594         (starttls-open-stream-gnutls): Use it instead of
11595         process-kill-without-query.
11596         (starttls-open-stream): Ditto.
11597
11598 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11599
11600         * smime.el (smime-cert-by-ldap-1): Don't use
11601         replace-regexp-in-string.
11602
11603 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11604
11605         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11606
11607         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11608         in PEM format.  Adjust to the XEmacs compability.
11609
11610 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11613         by `string-to-number'.
11614         * gnus-agent.el (gnus-agent-regenerate-group)
11615         (gnus-agent-fetch-articles): Ditto.
11616         * gnus-art.el (gnus-button-fetch-group): Ditto.
11617         * gnus-cache.el (gnus-cache-generate-active)
11618         (gnus-cache-articles-in-group): Ditto.
11619         * gnus-group.el (gnus-group-set-current-level)
11620         (gnus-group-insert-group-line): Ditto.
11621         * gnus-score.el (gnus-score-set-expunge-below)
11622         (gnus-score-set-mark-below, gnus-summary-score-effect)
11623         (gnus-summary-score-entry): Ditto.
11624         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11625         (gnus-soup-pack): Ditto.
11626         * gnus-spec.el (gnus-xmas-format): Ditto.
11627         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11628         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11629         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11630         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11631         * nndb.el (nndb-get-remote-expire-response): Ditto.
11632         * nndiary.el (nndiary-parse-schedule-value)
11633         (nndiary-string-to-number, nndiary-request-replace-article)
11634         (nndiary-request-article): Ditto.
11635         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11636         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11637         * nneething.el (nneething-make-head): Ditto.
11638         * nnfolder.el (nnfolder-request-article)
11639         (nnfolder-retrieve-headers): Ditto.
11640         * nnheader.el (nnheader-file-to-number): Ditto.
11641         * nnkiboze.el (nnkiboze-request-article): Ditto.
11642         * nnmail.el (nnmail-process-unix-mail-format)
11643         (nnmail-process-babyl-mail-format): Ditto.
11644         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11645         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11646         (nnmh-request-create-group, nnmh-request-list-1)
11647         (nnmh-request-group, nnmh-request-article): Ditto.
11648         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11649         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11650         * nnsoup.el (nnsoup-make-active): Ditto.
11651         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11652         * nntp.el (nntp-find-group-and-number)
11653         (nntp-retrieve-headers-with-xover): Ditto.
11654         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11655         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11656         (pgg-format-key-identifier): Ditto.
11657         * pop3.el (pop3-last, pop3-stat): Ditto.
11658         * qp.el (quoted-printable-decode-region): Ditto.
11659
11660         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11661         of concat.
11662
11663 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11666
11667         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11668
11669         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11670
11671         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11672
11673         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11674
11675         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11676
11677         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11678         (gnus-carpal-mode): Ditto.
11679
11680         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11681         (gnus-browse-mode): Ditto.
11682
11683         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11684
11685         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11686
11687 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11688
11689         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11690
11691 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-util.el (gnus-run-mode-hooks): New function.
11694
11695         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11696
11697         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11698         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11699
11700 2005-05-27  Lute Kamstra  <lute@gnu.org>
11701
11702         * dns-mode.el (dns-mode): Specify customization group.
11703
11704 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11705
11706         * gnus-agent.el (gnus-agent-make-mode-line-string):
11707         Use mode-line-highlight as mouse-face.
11708
11709 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * canlock.el (canlock): Change the parent group to news.
11712
11713         * deuglify.el (gnus-outlook-deuglify): Add :group.
11714
11715         * dig.el (dig): Add :group.
11716
11717         * dns-mode.el (dns-mode): Add :group.
11718
11719         * encrypt.el (encrypt): Add :group.
11720
11721         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11722         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11723         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11724         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11725         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11726
11727         * gnus-diary.el (gnus-diary): Add :group.
11728
11729         * gnus.el (gnus-group-news-1-face): Add :group.
11730         (gnus-group-news-1-empty-face): Ditto.
11731         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11732         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11733         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11734         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11735         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11736         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11737         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11738         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11739         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11740         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11741         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11742         (gnus-summary-high-ticked-face): Ditto.
11743         (gnus-summary-low-ticked-face): Ditto.
11744         (gnus-summary-normal-ticked-face): Ditto.
11745         (gnus-summary-high-ancient-face): Ditto.
11746         (gnus-summary-low-ancient-face): Ditto.
11747         (gnus-summary-normal-ancient-face): Ditto.
11748         (gnus-summary-high-undownloaded-face): Ditto.
11749         (gnus-summary-low-undownloaded-face): Ditto.
11750         (gnus-summary-normal-undownloaded-face): Ditto.
11751         (gnus-summary-high-unread-face): Ditto.
11752         (gnus-summary-low-unread-face): Ditto.
11753         (gnus-summary-normal-unread-face): Ditto.
11754         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11755         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11756
11757         * hashcash.el (hashcash): New custom group.
11758         (hashcash-default-payment): Add :group.
11759         (hashcash-payment-alist): Ditto.
11760         (hashcash-default-accept-payment): Ditto.
11761         (hashcash-accept-resources): Ditto.
11762         (hashcash-path): Ditto.
11763         (hashcash-extra-generate-parameters): Ditto.
11764         (hashcash-double-spend-database): Ditto.
11765         (hashcash-in-news): Ditto.
11766
11767         * message.el (message-minibuffer-local-map): Add :group.
11768
11769         * netrc.el (netrc): Add :group.
11770
11771         * sieve-manage.el (sieve-manage-log): Add :group.
11772         (sieve-manage-default-user): Diito.
11773         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11774         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11775         (sieve-manage-authenticators): Ditto.
11776         (sieve-manage-authenticator-alist): Ditto.
11777         (sieve-manage-default-port): Ditto.
11778
11779         * sieve-mode.el (sieve-control-commands-face): Add :group.
11780         (sieve-action-commands-face): Ditto.
11781         (sieve-test-commands-face): Ditto.
11782         (sieve-tagged-arguments-face): Ditto.
11783
11784         * smime.el (smime): Add :group.
11785
11786         * spam-report.el (spam-report): Add :group.
11787
11788         * spam.el (spam, spam-face): Add :group.
11789
11790 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11791
11792         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11793         return \n.\n.\n at the end of articles.  Protect against that.
11794         (nntp-with-open-group): Allow debugging.
11795
11796         * nnheader.el (mail-header-set-extra): Make into a function
11797         because I just could't understand how to quote the list properly.
11798
11799         * dns.el (query-dns-cached): New function.
11800
11801 2005-05-26  Lute Kamstra  <lute@gnu.org>
11802
11803         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11804
11805 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11808
11809         * gnus-art.el: Don't autoload mail-extract-address-components.
11810
11811         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11812         eval-and-compile to evaluate it.
11813
11814         * hashcash.el: Don't autoload executable-find.
11815
11816         * nndb.el: Don't declare the nndb back end two or more times; don't
11817         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11818
11819         * nntp.el: Autoload format-spec instead of format; use
11820         eval-and-compile to evaluate autoload forms.
11821
11822 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11823
11824         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11825
11826 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11827
11828         * gnus.el (gnus-version-number): Bump version.
11829
11830 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11831
11832         * gnus.el: No Gnus v0.3 is released.
11833
11834 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * lpath.el (featurep): Bind show-nonbreak-escape.
11837
11838 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * gnus-art.el (gnus-article-edit-part): Disable undo.
11841
11842 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11845         gnus-article-date-lapsed-new-header is t if date timer is active;
11846         skip headers in which the original date value is empty.
11847         (gnus-article-save-original-date): Redefine it as a macro.
11848         (gnus-display-mime): Use it.
11849
11850 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-art.el (article-date-ut): Support converting date in
11853         forwarded parts as well.
11854         (gnus-article-save-original-date): New function.
11855         (gnus-display-mime): Use it.
11856
11857 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11858
11859         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11860         enclosure element of <item>.
11861
11862 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * message.el (message-kill-buffer-query): Renamed from
11865         `message-kill-buffer-query-if-modified'.  Added :version.
11866
11867 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11870         window layout.
11871
11872 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * mml.el: Autoload dnd when compiling.
11875
11876 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11879         x-dnd-*.
11880
11881 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * qp.el (quoted-printable-encode-region): Save excursion.
11884
11885 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11886
11887         * message.el (message-kill-buffer-query-if-modified): Add new variable
11888         so the user can kill a modified message buffer quickly.
11889         (message-kill-buffer): Use it.
11890
11891 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * lpath.el: Fbind display-time-event-handler; don't fbind
11894         string-to-multibyte.
11895
11896         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11897
11898 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11901         contained in text because xml.el decodes entities) with LFs.
11902
11903 2005-04-11  Lute Kamstra  <lute@gnu.org>
11904
11905         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11906         differently.
11907
11908 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11909
11910         * mm-util.el (mm-detect-coding-region): Typo.
11911
11912 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11915
11916 2005-04-06  Deepak Goel  <deego@gnufans.org>
11917
11918         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11919         user-function allow user modifications of the scores.
11920         (spam-stat-score-buffer-user): New function, to allow
11921         user-computed modifications to the score.
11922         (spam-stat-score-buffer-user-functions): List of additional
11923         scoring functions.
11924         (spam-stat-error-holder): Global temporary error holder.
11925         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11926         variable.
11927
11928 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11929
11930         * gnus-registry.el (gnus-registry-clean-empty-function)
11931         (gnus-registry-trim, gnus-registry-fetch-groups)
11932         (gnus-registry-delete-group): Groups that match
11933         `gnus-registry-ignored-groups' are removed from the registry
11934         entries, not just ignored for splitting.  This helps clean up the
11935         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11936         to get all the groups a message ID is in.
11937
11938         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11939         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11940         (spam-stat-score-buffer-user-functions): Add :number custom type.
11941
11942 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11945         argument in XEmacs.
11946
11947         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11948         (nnrss-request-group): Decode group name first.
11949         (nnrss-request-article): Make a text/plain article if mml-to-mime
11950         failed.
11951         (nnrss-get-encoding): Return a compatible encoding according to
11952         nnrss-compatible-encoding-alist.
11953         (nnrss-find-el): Use consp instead of listp.
11954         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11955
11956 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11959         which Emacs 20 doesn't support.
11960         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11961
11962 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11965         silence the byte compiler inside the defun.
11966
11967         * gnus-demon.el (parse-time-string): Add autoload.
11968
11969         * gnus-delay.el (parse-time-string): Add autoload.
11970
11971         * gnus-art.el (parse-time-string): Add autoload.
11972
11973         * nnultimate.el (parse-time): Require for `parse-time-string'.
11974
11975 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11976
11977         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11978
11979         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11980
11981         * smime.el (smime-ldap-host-list): Add :version.
11982
11983 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11986         pass it to `gnus-browse-read-group'.
11987         (gnus-browse-read-group): Add NUMBER argument and pass it to
11988         `gnus-group-read-ephemeral-group'.
11989
11990         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11991         argument and pass it to `gnus-group-read-group'.
11992
11993 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11994
11995         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11996         mm-xemacs-find-mime-charset-1 if we have the mule feature
11997         available at runtime.
11998
11999 2005-03-25  Werner Lemberg  <wl@gnu.org>
12000
12001         * nnmaildir.el: Replace `illegal' with `invalid'.
12002
12003 2005-03-23  Lute Kamstra  <lute@gnu.org>
12004
12005         * time-date.el: Add comment on time value formats.
12006         Don't require parse-time.
12007         (with-decoded-time-value): New macro.
12008         (encode-time-value): New function.
12009         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12010         (days-to-time): Return a valid time value when arg is huge.
12011         (time-since): Use time-subtract.
12012         (time-to-number-of-days): Use time-to-seconds.
12013
12014 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12015
12016         * gnus-start.el (gnus-display-time-event-handler):
12017         Check display-time-timer at runtime rather than only at load time
12018         in case display-time-mode is turned off in the mean time.
12019
12020 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12023         used.
12024
12025         * nneething.el (nneething-map-file-directory): Derive from
12026         `gnus-directory'.
12027
12028         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12029         the To/Cc button.
12030
12031 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * nnmaildir.el (nnmaildir-request-accept-article):
12034         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12035
12036 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12037
12038         * gnus-async.el: Require timer-funcs at compile time when in
12039         XEmacs for `run-with-idle-timer'.
12040
12041 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12042
12043         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12044         autoloaded function.
12045
12046 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12047
12048         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12049
12050 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12051
12052         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12053
12054 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055
12056         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12057         gnus-expert-user to default.
12058
12059 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12060
12061         * nnimap.el (nnimap-open-server): Ditto.
12062
12063         * imap.el (imap-authenticate): Fix typo.
12064
12065 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12066
12067         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12068         buffer (since IMAP server might return FETCH response out of
12069         order, and the nntp buffer must be sorted).
12070
12071 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12072
12073         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12074         comparison on string.
12075
12076         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12077         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12078         (gnus-agent-summary-fetch-series): Modified to protect against
12079         gnus-agent-summary-fetch-group clearing processable flags.
12080         (gnus-agent-synchronize-group-flags): Update live group buffer as
12081         synchronization may occur due to the user toggle the plugged
12082         status.
12083         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12084         successfully downloaded.
12085         (gnus-agent-expire-group-1): Avoid using markers when the overview
12086         is in ascending order; greatly improves performance.
12087         (gnus-agent-regenerate-group): Use
12088         gnus-agent-synchronize-group-flags to reset read status in both
12089         gnus and server.
12090         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12091
12092 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * message.el: Don't autoload former message-utils variables.
12095         (message-strip-subject-trailing-was): Change doc string.
12096
12097         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12098         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12099         (nnweb-google-search): Add "hl=en" here.
12100         (nnweb-google-parse-1, nnweb-google-create-mapping):
12101         Don't hardcode URL.
12102
12103 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * message.el (message-get-reply-headers, message-followup):
12106         Mention related variables `message-use-followup-to' and
12107         `message-use-mail-followup-to', in the information buffer.
12108
12109         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12110         of broken groups(-beta).google.com.
12111
12112 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12113
12114         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12115         parameter to invoked gnus-request-move-article; remove the
12116         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12117         all at once instead of once per article.
12118         (gnus-summary-remove-process-mark): Accept a list of articles as
12119         well as a single article for processing.
12120
12121         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12122         parameter.
12123
12124         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12125
12126         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12127
12128         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12129         parameter.
12130
12131         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12132         parameter.
12133
12134         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12135         parameter and remove the gnus-sum-hint-move-is-internal variable.
12136
12137         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12138         parameter.
12139
12140         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12141         parameter.
12142
12143         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12144         parameter.
12145
12146         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12147
12148         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12149         parameter.
12150
12151         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12152         parameter.
12153
12154 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12155
12156         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12157         a more conservative way.
12158
12159 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12160
12161         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12162         buffer, so it moves the window's cursor.
12163
12164 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12165
12166         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12167         `mm-dissect-multipart' and receive the from field as an (optional)
12168         argument from `mm-dissect-multipart'.
12169         (mm-dissect-multipart): Receive the from field as an argument and
12170         pass it on when we call `mm-dissect-buffer' on MIME parts.
12171         Fixes verification/decryption of signed/encrypted MIME parts.
12172
12173 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12174
12175         * gnus-sum.el (gnus-summary-move-article): Set
12176         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12177         whatever it calls (right now, only nnimap-request-move article
12178         respects it).
12179
12180         * nnimap.el (nnimap-request-move-article): When
12181         gnus-sum-hint-move-is-internal is set, don't do the extra
12182         nnimap-request-article.
12183
12184 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12187
12188         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12189         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12190
12191         * gnus-sum.el (gnus-summary-caesar-message):
12192         Apply `gnus-treat-article' after rotation.
12193
12194         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12195         doc string.
12196
12197 2005-02-22  Simon Josefsson  <jas@extundo.com>
12198
12199         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12200         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12201         <arne@arnested.dk>.
12202         (encrypt): Add password-cache and password-cache-expiry as group
12203         members.
12204
12205 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12206
12207         * smime.el (smime-ldap-host-list): Doc fix.
12208         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12209         cache) password.
12210         (smime-sign-region): Use it.
12211         (smime-decrypt-region): Use it.
12212         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12213         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12214         fails.
12215         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12216         certificate from DER to PEM format rather than calling openssl.
12217
12218         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12219
12220         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12221         for signing/encryption.
12222
12223         * mml.el (mml-parse-1): Use them.
12224
12225 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12226
12227         * nnrss.el (nnrss-verbose): Removed.
12228         (nnrss-request-group): Use `nnheader-message' instead.
12229
12230 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12231
12232         * nnrss.el (nnrss-verbose): New variable.
12233         (nnrss-request-group): Make it say nnrss is requesting a group.
12234
12235 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12238         Handle news URL with given port correctly.
12239
12240 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12243         containing special characters.
12244
12245         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12246
12247         * mml.el (mime-to-mml): Ditto.
12248
12249         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12250         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12251         (rfc2047-decode-region): Quote decoded words containing special
12252         characters when rfc2047-quote-decoded-words-containing-tspecials
12253         is non-nil.
12254
12255 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12256
12257         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12258
12259         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12260
12261 2005-02-15  Simon Josefsson  <jas@extundo.com>
12262
12263         * nnimap.el (nnimap-debug): Doc fix.
12264
12265         * imap.el (imap-debug): Doc fix.
12266
12267 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12270
12271 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12272
12273         * gnus.el (spam-contents): Improve docs for spam-contents
12274         parameter in its variable incarnation.
12275
12276 2005-02-14  Simon Josefsson  <jas@extundo.com>
12277
12278         * smime-ldap.el: Use require instead of load-library for ldap.
12279         (smime-ldap-search): Indent.
12280         (smime-ldap-search-internal): Shorten line.
12281
12282         * smime.el (smime-cert-by-dns): Add doc-string.
12283         (smime-cert-by-ldap-1): Indent.
12284
12285         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12286         mml-smime-get-dns-ldap.
12287         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12288
12289 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12290
12291         * smime.el: Require smime-ldap.
12292         (smime-ldap-host-list): New variable.
12293         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12294
12295         * mml-smime.el (mml-smime-encrypt-query): New function.
12296         (mml-smime-encrypt-query): Use it.
12297
12298         * smime-ldap.el: New file.
12299
12300 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12303
12304 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12305
12306         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12307         argument in doc string.  Make query for type more clear.
12308
12309 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * gnus.el (gnus-group-startup-message): Search for gnus images in
12312         etc/images/gnus.
12313         * mm-util.el (mm-image-load-path): Likewise.
12314         * smiley.el (smiley-data-directory): Search for smilies in
12315         etc/images/smilies.
12316
12317 2005-02-09  Kim F. Storm  <storm@cua.dk>
12318
12319         Change Emacs release version from 21.4 to 22.1 throughout.
12320         Change Emacs development version from 21.3.50 to 22.0.50.
12321
12322 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12325
12326         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12327         non-Mule XEmacs as well.
12328         (mm-decompress-buffer): Signal an error intentionally if it does
12329         not decompress compressed data because auto-compression-mode is
12330         disabled.
12331
12332 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12333
12334         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12335         an ID in the registry even if it has no groups.
12336
12337 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12340         merge it into mm-decompress-buffer.
12341         (gnus-mime-copy-part): Use the MIME part charset, the value which
12342         a user specified or gnus-newsgroup-charset for decoding, like
12343         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12344         save-buffer what was used.  Suggested by Kevin Ryde
12345         <user42@zip.com.au>.
12346         (gnus-mime-inline-part): Allow the name parameter as well as the
12347         filename parameter; force decompressing of compressed data; always
12348         display contents being not decoded as unibyte.
12349
12350         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12351         as well as the filename parameter.
12352
12353         * mm-util.el (mm-decompress-buffer): Merge
12354         gnus-mime-jka-compr-maybe-uncompress.
12355         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12356         of compressed data.
12357
12358 2005-02-08  Simon Josefsson  <jas@extundo.com>
12359
12360         * imap.el (imap-log): Doc fix.
12361
12362 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12365         the coding cookies; decompress compressed parts.
12366
12367         * mml.el (mml-generate-mime-1): Add the charset parameter according
12368         to the value which a user specified manually or the coding cookie.
12369
12370         * mm-util.el (mm-string-to-multibyte): New function.
12371         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12372         (mm-coding-system-to-mime-charset): New function.
12373         (mm-decompress-buffer): New function.
12374         (mm-find-buffer-file-coding-system): New function.
12375
12376         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12377         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12378         parts.
12379
12380 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12381
12382         * mm-view.el (mm-display-inline-fontify): Decode a part according
12383         to the charset parameter.
12384
12385 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12388         prefix arg is neither nil nor a number, as info specifies.
12389
12390 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12393         timestamps.
12394
12395 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12396
12397         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12398         groups error checking and notify user.
12399
12400 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12401
12402         * message.el (message-send-mail-function): Check existence of
12403         sendmail-program first before using default value
12404         `message-send-mail-with-sendmail'.  Otherwise use more generic
12405         `smtpmail-send-it'.
12406
12407 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * nntp.el (nntp-request-update-info): Always return nil.
12410
12411 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12412
12413         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12414
12415 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12416
12417         * message.el (message-beginning-of-line): Change the behavior when
12418         invoked between BOL and : so that it first moves backward.
12419
12420 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12423         article buffer when editing of the article is discarded.
12424         (gnus-article-prepare): Revert.
12425
12426 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-art.el (gnus-article-prepare):
12429         Remove message-strip-forbidden-properties from the local hook.
12430
12431 2005-01-27  Simon Josefsson  <jas@extundo.com>
12432
12433         * password.el (password-cache-add): Only start one timer per key.
12434         Reported by Derek Atkins <warlord@MIT.EDU>.
12435
12436 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12437
12438         * run-at-time.el: Removed.  It is no longer needed as
12439         timer-funcs.el in the xemacs-base package has a working version of
12440         `run-at-time'.
12441
12442         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12443
12444         * password.el: Require timer-funcs instead of run-at-time in
12445         XEmacs.
12446         Remove `password-run-at-time' macro.
12447         (password-cache-add): Use `run-at-time' instead of
12448         `password-run-at-time'.
12449
12450         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12451         Remove `nnheader-cancel-function-timers' alias,
12452         `cancel-function-timers' exists in XEmacs in timer-funcs.
12453
12454         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12455         for `run-with-idle-timer'.
12456
12457         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12458         for `run-at-time'.
12459
12460         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12461         for `with-timeout'.
12462
12463         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12464         the same as for XEmacs 21.4.
12465         No need to ignore `run-with-idle-timer', this function exists in
12466         XEmacs now in timer-funcs.el in the xemacs-base package.
12467         (dgnushack-compile): No need to delete
12468         run-at-time.el from the list of files to compile because it
12469         doesn't exist anymore.
12470
12471 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12474         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12475
12476 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12477
12478         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12479         sensitively.
12480
12481 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12482
12483         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12484
12485 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12488         which will be inserted according to the multibyteness of a buffer
12489         rather than the type of contents.  Suggested by ARISAWA Akihiro
12490         <ari@mbf.ocn.ne.jp>.
12491
12492         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12493         of string which old xml.el may return rather than a string.
12494
12495 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12498
12499 2005-01-16  Simon Josefsson  <jas@extundo.com>
12500
12501         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12502         idn/idna.el isn't available.
12503         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12504         <michael@waxrat.com>.
12505
12506         * hashcash.el: Remove non-FSF copyright header.
12507
12508         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12509         (hashcash-generate-payment): Use it.
12510         (hashcash-generate-payment-async): Use it.
12511
12512 2005-01-15  Simon Josefsson  <jas@extundo.com>
12513
12514         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12515         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12516
12517         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12518         gnus-summary-idna-message.
12519         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12520         (gnus-summary-idna-message): New function.
12521
12522 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12525         gnus-novice-user.
12526
12527 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * nnrss.el (nnrss-request-delete-group): Delete entries in
12530         nnrss-group-alist as well.
12531         (nnrss-save-server-data): Insert newline.
12532
12533 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * gnus.el (gnus-user-agent): Use list of symbols instead of
12536         symbols.  Display full version number for (S)XEmacs.  Optionally
12537         display (S)XEmacs codename.
12538
12539         * gnus-util.el (gnus-emacs-version): Update for new
12540         `gnus-user-agent'.
12541
12542         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12543         Gnus version.
12544
12545 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12548         which is unreadable in some setups.
12549
12550 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * gnus-spec.el (gnus-update-format-specifications): Flush the
12553         group format spec cache if it doesn't support decoded group names.
12554
12555 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12558         Allow to apply decay on score files matching a regexp.
12559
12560 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12563         compatibility in %g and %c.
12564
12565 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12568         name for only %g and %c.
12569         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12570         of gnus-tmp-group to decoded group name.
12571         (gnus-group-make-rss-group): Exclude `/'s from group names.
12572
12573 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * nnrss.el (nnrss-get-encoding): Fix regexp.
12576
12577 2004-12-27  Simon Josefsson  <jas@extundo.com>
12578
12579         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12580         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12581         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12582
12583 2004-12-17  Kim F. Storm  <storm@cua.dk>
12584
12585         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12586
12587         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12588
12589 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12590
12591         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12592
12593 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * nnrss.el: Require rfc2047 and mml.
12596         (nnrss-file-coding-system): New variable.
12597         (nnrss-format-string): Redefine it as an inline function.
12598         (nnrss-decode-group-name): New function.
12599         (nnrss-string-as-multibyte): Remove.
12600         (nnrss-retrieve-headers): Decode group name; don't use
12601         nnrss-format-string.
12602         (nnrss-request-group): Decode group name.
12603         (nnrss-request-article): Decode group name; allow a Message-ID as
12604         well as an article number; don't use nnrss-format-string; encode a
12605         Message-ID string which may contain non-ASCII characters; use
12606         mml-to-mime to compose a MIME article.
12607         (nnrss-request-expire-articles): Decode group name.
12608         (nnrss-request-delete-group): Decode group name.
12609         (nnrss-fetch): Clarify error message.
12610         (nnrss-read-server-data): Use insert-file-contents instead of load;
12611         bind file-name-coding-system; use multibyte buffer.
12612         (nnrss-save-server-data): Bind coding-system-for-write to the
12613         value of nnrss-file-coding-system; bind file-name-coding-system;
12614         add coding cookie.
12615         (nnrss-read-group-data): Use insert-file-contents instead of load;
12616         bind file-name-coding-system; use multibyte buffer.
12617         (nnrss-save-group-data): Bind coding-system-for-write to the
12618         value of nnrss-file-coding-system; bind file-name-coding-system.
12619         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12620         make it work with non-ASCII text.
12621         (nnrss-find-el): Make it work with old xml.el as well.
12622
12623 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12624
12625         * nnrss.el (nnrss-get-encoding): New function.
12626         (nnrss-fetch): Use unibyte buffer initially; bind
12627         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12628         decode contents according to the encoding attribute.
12629         (nnrss-save-group-data): Add coding cookie.
12630         (nnrss-mime-encode-string): New function.
12631         (nnrss-check-group): Use it to encode subject and author.
12632
12633 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12634
12635         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12636         imaginary variable.
12637
12638 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12641         correctly even if there are wide characters.
12642
12643 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12644
12645         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12646         downcased symbol names; make a new cache instead of reusing
12647         bbdb-hashtable.
12648
12649 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12652         concatenating segments rather than before concatenating them.
12653         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12654
12655         * message.el (message-get-reply-headers): Bind `extra'.
12656
12657 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658
12659         * message.el (message-extra-wide-headers): New variable.
12660         (message-get-reply-headers): Use it.
12661
12662 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12665         (gnus-agent-group-pathname): Ditto.
12666
12667         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12668
12669         * gnus-group.el (gnus-group-make-group): Decode group name.
12670         (gnus-group-make-rss-group): Register the group data after opening
12671         the nnrss group.
12672
12673 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12674
12675         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12676         by expiry now get marked as read.
12677
12678 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12681
12682 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12683
12684         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12685         unify Latin characters in XEmacs.
12686         (mm-find-mime-charset-region): Use it.
12687
12688 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-util.el (gnus-delete-directory): New function.
12691
12692         * gnus-agent.el (gnus-agent-delete-group): Use it.
12693
12694         * gnus-cache.el (gnus-cache-delete-group): Use it.
12695
12696 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12699         names.
12700
12701 2004-12-16  Simon Josefsson  <jas@extundo.com>
12702
12703         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12704
12705 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12708
12709         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12710         (gnus-group-set-current-level): Decode group name.
12711
12712 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12713
12714         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12715         failed.
12716
12717 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-group.el (gnus-group-delete-group): Decode group name.
12720         (gnus-group-make-rss-group): Encode group name.
12721         (gnus-group-catchup-current): Decode group name.
12722         (gnus-group-kill-group): Decode group name.
12723
12724 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12725
12726         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12727
12728 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-group.el (gnus-group-make-rss-group):
12731         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12732
12733         * gnus-start.el (gnus-setup-news): Honor user's setting to
12734         gnus-message-archive-method.  Suggested by Lute Kamstra
12735         <lute@gnu.org>.
12736
12737 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12738
12739         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12740         global counterparts of the buffer-local variables.
12741
12742 2004-11-16  Romain Francoise  <romain@orebokech.com>
12743
12744         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12745         counterparts of the buffer-local variables.
12746
12747 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * message.el (message-forbidden-properties): Fixed typo in doc
12750         string.
12751
12752 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * gnus-util.el (gnus-replace-in-string): Added doc string.
12755
12756         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12757         to avoid problems when splitting mails with many recipients.
12758
12759 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12760
12761         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12762         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12763
12764 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12765
12766         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12767         if there is no hashtable in memory or file modification time is
12768         newer than cached timestamp.
12769
12770 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12773         not-matching option.
12774
12775 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12778         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12779         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12780         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12781         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12782         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12783
12784 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * message.el (message-forward-make-body-mml): Remove headers
12787         according to message-forward-ignored-headers if a message is decoded.
12788
12789 2004-12-02  Romain Francoise  <romain@orebokech.com>
12790
12791         * message.el (message-forward-make-body-plain): Always remove
12792         headers according to message-forward-ignored-headers.
12793
12794 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12795
12796         * spam.el (spam-summary-prepare-exit): Remove the
12797         gnus-summary-limit pop for now, it has problems with ham marks for
12798         me.
12799
12800 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12801
12802         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12803         correctly.
12804
12805 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12806
12807         * format-spec.el (format-spec): Message the char.
12808
12809 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12810
12811         * gnus-art.el (gnus-split-methods): Reformat comments.
12812
12813         * spam.el (spam-summary-prepare-exit): Remove article limits
12814         before exiting the summary buffer.
12815
12816 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12819         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12820
12821         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12822         order to silence the byte compiler.
12823
12824         * spam.el: Fix the way to silence the byte compiler, which
12825         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12826         bbdb-search-simple, spam-BBDB-register-routine,
12827         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12828         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12829         spam-stat-buffer-is-spam, spam-stat-load,
12830         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12831         spam-stat-save and spam-stat-split-fancy.
12832
12833 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12836         which may confuse users.
12837         (canlock-password-for-verify): Ditto.
12838
12839         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12840
12841         * gnus-art.el (gnus-emphasis-alist): Ditto.
12842
12843         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12844
12845         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12846
12847         * gnus-start.el (gnus-save-killed-list): Ditto.
12848
12849         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12850         (gnus-sum-thread-tree-root): Ditto.
12851         (gnus-sum-thread-tree-false-root): Ditto.
12852         (gnus-sum-thread-tree-single-indent): Ditto.
12853
12854         * message.el (message-courtesy-message): Ditto.
12855         (message-archive-note): Ditto.
12856         (message-subscribed-address-file): Ditto.
12857         (message-user-fqdn): Ditto.
12858
12859         * spam-report.el (spam-report-gmane-regex): Ditto.
12860
12861         * spam.el (spam-blackhole-good-server-regex): Ditto.
12862
12863 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * mml.el (mml-preview): Widen the message buffer before copying
12866         the contents to the preview buffer; sort headers before previewing.
12867
12868         * message.el (message-hidden-headers): Fix the way to avoid a bug
12869         in the `repeat' widget in Emacs 21.3 or earlier.
12870
12871 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * message.el (message-hidden-headers): Default to "^References:".
12874         Improve customization type.  Suggested by Reiner Steib
12875         <Reiner.Steib@gmx.de>.
12876
12877 2004-11-25  Romain Francoise  <romain@orebokech.com>
12878
12879         * message.el (message-strip-forbidden-properties): Remove check for
12880         obsolete `message-hidden' text property, hidden headers are not
12881         accessible in the buffer anymore.
12882
12883 2004-11-22  Romain Francoise  <romain@orebokech.com>
12884
12885         * message.el (message-header-format-alist): Add `From' in list
12886         so that it can be sorted.
12887         (message-fix-before-sending): Widen and sort headers before
12888         sending.
12889         (message-hide-headers): Use narrowing to hide headers by moving
12890         them to the top of the buffer and narrowing to the region
12891         underneath.
12892
12893 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12894
12895         * message.el (message-strip-forbidden-properties): Bind
12896         buffer-read-only (etc) to nil.
12897
12898 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12901         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12902
12903 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12904
12905         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12906
12907 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12908
12909         * dns.el (query-dns): Use sit-for to time instead of
12910         accept-process-output, since that doesn't seem to work on udp
12911         sockets.
12912
12913 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12916
12917 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12918
12919         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12920         doc string.  Improve doc string.
12921
12922 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * nntp.el (nntp-request-update-info): Return nil if
12925         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12926         may not call gnus-activate-group which uselessly issues the GROUP
12927         commands for all nntp groups and wastes time.  Reported by Romain
12928         Francoise <romain@orebokech.com>.
12929
12930         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12931
12932 2004-11-15  Simon Josefsson  <jas@extundo.com>
12933
12934         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12935         headers separately.
12936         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12937         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12938
12939 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * gnus-start.el (gnus-convert-old-newsrc):
12942         Assign legacy-gnus-agent to 5.10.7.
12943
12944 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12945
12946         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12947         start of the lines.
12948
12949 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12950
12951         * hashcash.el (hashcash-default-payment): Change default to 20.
12952         (hashcash-default-accept-payment): Change default to 20.
12953         (hashcash-process-alist): New variable.
12954         (hashcash-generate-payment-async): Add.
12955         (hashcash-already-paid-p): Add.
12956         (hashcash-insert-payment): Don't generate payments twice.
12957         (hashcash-insert-payment-async): Add.
12958         (hashcash-insert-payment-async-2): Add.
12959         (hashcash-cancel-async): Add.
12960         (hashcash-wait-async): Add.
12961         (hashcash-processes-running-p): Add.
12962         (hashcash-wait-or-cancel): Add.
12963         (mail-add-payment): New optional argument.  Conditionally start
12964         asynchronous calculation.
12965         (mail-add-payment-async): Add.
12966
12967         * message.el (message-send-mail): Wait for asynchronous hashcash
12968         results.  Don't clobber existing X-Hashcash headers.
12969         (message-setup-1): Call mail-add-payment-async when
12970         message-generate-hashcash is non-nil.
12971
12972 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12973
12974         * message.el (message-use-alternative-email-as-from): Examine the
12975         From header as well; use message-make-from in order to include a
12976         user's full name.
12977
12978 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12981         default; improve customization type.
12982         (gnus-emphasis-custom-with-format): New macro.
12983         (gnus-emphasis-custom-value-to-external): New function.
12984         (gnus-emphasis-custom-value-to-internal): New function.
12985
12986 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12987
12988         * dns.el (query-dns): Resolve reverse addresses.
12989
12990 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12991
12992         * gnus-group.el (gnus-group-get-new-news): Use it.
12993
12994         * gnus-start.el (gnus-check-reasonable-setup): New function.
12995
12996 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12999         "Args out of range" error.  Reported by Arnaud Giersch
13000         <arnaud.giersch@free.fr>.
13001
13002 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13003
13004         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13005
13006 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13007
13008         * spam.el (spam group): Add :version.
13009
13010         * pgg-def.el (pgg group): Add :version.
13011
13012 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-art.el (gnus-article-edit-article): Don't associate the
13015         article buffer with a draft file.  This is a temporary measure
13016         against the 2004-08-22 change to gnus-article-edit-mode.
13017
13018 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13021         (html2text-format-tags): Remove unused variable `attr'.
13022
13023 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13026
13027         * tls.el (tls-process-connection-type, tls-success)
13028         (tls-certtool-program): Add :version.
13029
13030         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13031         (starttls-extra-arguments, starttls-process-connection-type)
13032         (starttls-connect, starttls-failure, starttls-success): Add :version.
13033
13034         * spam-stat.el (spam-stat): Add :version.
13035
13036         * sieve.el (sieve): Add :version.
13037
13038         * sha1.el (sha1): Add :version.
13039         (sha1-use-external): Remove redundant version.
13040
13041         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13042         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13043         (nnmail-split-fancy-match-partial-words)
13044         (nnmail-split-lowercase-expanded): Add :version.
13045
13046         * nndiary.el (nndiary): Add :version.
13047
13048         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13049
13050         * mml-sec.el (mml-default-sign-method)
13051         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13052         Add :version.
13053
13054         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13055
13056         * mm-url.el (mm-url-use-external, mm-url-program)
13057         (mm-url-arguments): Add :version.
13058
13059         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13060         (mm-attachment-file-modes, mm-decrypt-option)
13061         (mm-w3m-safe-url-regexp): Add :version.
13062
13063         * message.el (message-cite-prefix-regexp)
13064         (message-sendmail-envelope-from, message-minibuffer-local-map)
13065         (message-user-fqdn, message-completion-alist): Add :version.
13066
13067         * gnus-win.el (gnus-configure-windows-hook)
13068         (gnus-use-frames-on-any-display): Add :version.
13069
13070         * gnus-art.el (gnus-article-address-banner-alist)
13071         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13072         (gnus-treat-from-picon, gnus-treat-mail-picon)
13073         (gnus-treat-x-pgp-sig): Add :version.
13074
13075         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13076         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13077         (gnus-summary-article-delete-hook)
13078         (gnus-summary-display-while-building): Add :version.
13079
13080         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13081         (gnus-get-top-new-news-hook): Add :version.
13082
13083         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13084         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13085
13086         * gnus-registry.el (gnus-registry): Add :version.
13087
13088         * gnus-spec.el (gnus-use-correct-string-widths)
13089         (gnus-make-format-preserve-properties): Add :version.
13090
13091         * gnus.el (gnus-group-charter-alist)
13092         (gnus-group-fetch-control-use-browse-url)
13093         (gnus-install-group-spam-parameters): Add :version.
13094
13095         * gnus-diary.el (gnus-diary): Add :version.
13096
13097         * gnus-delay.el (gnus-delay): Add :version.
13098
13099         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13100         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13101         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13102         Add :version.
13103
13104         * gnus-agent.el (gnus-agent-max-fetch-size)
13105         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13106         (gnus-agent-prompt-send-queue): Add :version.
13107
13108         * deuglify.el (gnus-outlook-deuglify): Add :version.
13109
13110         * html2text.el: Beautify code.  Improve doc strings.  Some
13111         checkdoc cleanup.
13112         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13113
13114 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13115
13116         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13117
13118 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13119
13120         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13121         when package is loaded.
13122
13123         * spam.el (spam-summary-score-preferred-header): Add global preference
13124         for people who want to override the default SpamAssassin over
13125         Bogofilter preference (when both are set).
13126         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13127         (spam-user-format-function-S): Check
13128         spam-summary-score-preferred-header.
13129         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13130         (spam-user-format-function-S): Format the score correctly.
13131
13132 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13135         signature file.  Suggested by Manoj Srivastava
13136         <srivasta@golden-gryphon.com>.
13137
13138         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13139         iso-2022-jp even in the Japanese language environment.
13140         Suggested by Jason Rumney <jasonr@gnu.org>.
13141
13142 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13145         use the same characters as the dummy marks; make it free from
13146         getting affected by the language environment.
13147         (gnus-summary-read-group-1): Update mark positions only when the
13148         format spec is updated.
13149
13150         * gnus-spec.el (gnus-update-format-specifications): Return a list
13151         of updated types.
13152
13153 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13156         of boundp to check if display-warning is available.
13157
13158 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13159
13160         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13161
13162 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * nnspool.el (nnspool-spool-directory): Use news-path if the
13165         news-directory variable is not bound.
13166
13167         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13168         function instead of display-warning if it is not available.
13169
13170 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13173         v5-10: Use `point-at-bol'.
13174
13175 2004-10-26  Simon Josefsson  <jas@extundo.com>
13176
13177         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13178         <chenggao@gmail.com>.
13179
13180 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13183         instead.
13184
13185 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13186
13187         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13188         to remove a server from the nnimap-server-buffer-alist.
13189         (nnimap-open-connection, nnimap-close-server): Use it.
13190
13191         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13192
13193 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13196         running the major-mode function.
13197
13198 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13201         dummy marks in the right way.
13202
13203 2004-10-18  David Edmondson  <dme@dme.org>
13204
13205         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13206         excessively.
13207
13208 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13209
13210         * gnus-util.el (gnus-split-references): Accept a nil references
13211         string and go on blissfully.
13212
13213         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13214         cases where the references string is non-nil but has no references.
13215
13216         * encrypt.el: Add autoload tags.
13217
13218         * spam.el (spam-resolve-registrations-routine): Remove article
13219         from unregistration list too.  Reported by David Hanak
13220         <dhanak@isis.vanderbilt.edu>
13221
13222 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13225         nil.  Changed custom type.
13226
13227 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13230
13231         * gnus-sum.el (gnus-summary-move-article): Use it.
13232
13233 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13234
13235         * encrypt.el: Add autoload cookies.
13236
13237         * spam.el (spam-backend-article-list-property)
13238         (spam-backend-get-article-todo-list)
13239         (spam-backend-put-article-todo-list)
13240         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13241         Resolve registrations separately.
13242         (spam-register-routine): Format comments.
13243         (spam-unregister-routine, spam-register-routine): Always call with
13244         specific-articles, no default list.
13245         (spam-summary-prepare-exit): Use the spam-classifications function.
13246
13247         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13248         gnus-encrypt.el.
13249
13250         * encrypt.el: Copied from gnus-encrypt.el.
13251
13252         * gnus-encrypt.el: Commented that it's obsolete.
13253
13254 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13257         (gnus-score-save): Use it.
13258
13259         * message.el (message-bury): Use `window-dedicated-p'.
13260
13261 2004-10-15  Simon Josefsson  <jas@extundo.com>
13262
13263         * pop3.el (top-level): Don't require nnheader.
13264         (pop3-read-timeout): Add.
13265         (pop3-accept-process-output): Add.
13266         (pop3-read-response, pop3-retr): Use it.
13267
13268 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13269
13270         * spam.el (spam-register-routine): Move comment.
13271         (spam-verify-bogofilter): Use 'unknown for the initial
13272         spam-bogofilter-valid state, not 'never.
13273
13274         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13275         for netrc-machine.
13276
13277         * nnimap.el (nnimap-open-connection): Use
13278         netrc-machine-user-or-password.
13279
13280 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13281
13282         * gnus-registry.el (gnus-registry-unload-hook):
13283         Set as a variable with add-hook.
13284
13285         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13286         of news-path.
13287
13288         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13289
13290         * spam.el: Delete duplicate `provide'.
13291         (spam-unload-hook): Set as a variable with add-hook.
13292
13293 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13296         in the doc string.
13297
13298         * message.el (message-ignored-news-headers)
13299         (message-ignored-supersedes-headers)
13300         (message-ignored-resent-headers)
13301         (message-forward-ignored-headers): Improve custom type.
13302
13303 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * message.el (message-tokenize-header): Fix 2004-09-06 change
13306         which used point-min in the wrong place.
13307
13308 2004-10-12  Simon Josefsson  <jas@extundo.com>
13309
13310         * tls.el (tls-certtool-program): New variable.
13311         (tls-certificate-information): New function, based on
13312         ssl-certificate-information.
13313
13314 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * compface.el: Move the version of ELisp-based uncompface program
13317         to the contrib directory because of the copyright problem.
13318
13319 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * message.el (message-kill-buffer): Raise the current frame.
13322
13323 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13326
13327         * gnus.el (message-y-or-n-p): Autoload.
13328
13329         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13330         (pop3-password-required, pop3-authentication-scheme)
13331         (pop3-leave-mail-on-server): Made customizable.
13332         (pop3): New custom group.
13333         (pop3-retr): Remove `sleep-for' statements.
13334         Suggested by Dave Love <fx@gnu.org>.
13335
13336         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13337         Windows/DOS.
13338
13339         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13340         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13341         Dave Love <fx@gnu.org>.
13342
13343         * mml.el (mml-minibuffer-read-disposition): Require match.
13344         Suggested by Dave Love <fx@gnu.org>.
13345
13346 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13349         doc string.
13350
13351 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13354
13355 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13356
13357         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13358         instead of calling `mm-insert-inline', to decode text/* parts
13359         before displaying them.
13360
13361 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * mm-uu.el (mm-uu-text-plain-type): New variable.
13364         (mm-uu-pgp-signed-extract-1): Use it.
13365         (mm-uu-pgp-encrypted-extract-1): Use it.
13366         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13367         bind mm-uu-text-plain-type with that value.
13368         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13369         mm-uu-dissect.
13370
13371 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-group.el (gnus-update-group-mark-positions):
13374         * gnus-sum.el (gnus-update-summary-mark-positions):
13375         * message.el (message-check-news-body-syntax):
13376         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13377         of string-as-multibyte.
13378
13379 2004-10-05  Juri Linkov  <juri@jurta.org>
13380
13381         * gnus-group.el (gnus-update-group-mark-positions):
13382         * gnus-sum.el (gnus-update-summary-mark-positions):
13383         * message.el (message-check-news-body-syntax):
13384         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13385         8-bit unibyte values to a multibyte string for search functions.
13386
13387 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13390         (mm-uu-dissect-text-parts): New function.
13391
13392         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13393         dissect text parts.
13394
13395         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13396         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13397
13398         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13399
13400         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13401         gnus-current-topics instead of gnus-current-topic.
13402
13403 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13404
13405         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13406
13407 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13408
13409         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13410         where approriate.
13411
13412         * nnml.el (nnml-generate-active-info): do.
13413
13414         * nndiary.el (nndiary-generate-active-info): do.
13415
13416         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13417         (gnus-topic-move): do.
13418
13419         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13420         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13421
13422         * gnus-srvr.el (gnus-server-prepare)
13423         (gnus-server-open-all-servers): do.
13424
13425         * gnus-msg.el (gnus-summary-cancel-article)
13426         (gnus-summary-resend-message)
13427         (gnus-summary-mail-crosspost-complaint): do.
13428
13429         * gnus-move.el (gnus-change-server): do.
13430
13431         * gnus-group.el (gnus-group-unmark-all-groups)
13432         (gnus-group-set-current-level): do.
13433
13434 2004-10-04  Simon Josefsson  <jas@extundo.com>
13435
13436         * message.el (message-generate-hashcash): Doc fix.
13437
13438 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13439
13440         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13441         avoid infinite recursion via gnus-get-function.
13442
13443 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13444
13445         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13446
13447         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13448
13449         * nnmail.el (nnmail-split-history): do.
13450
13451         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13452         (nnml-request-delete-group): do.
13453
13454         * nnslashdot.el (nnslashdot-read-groups): do.
13455
13456         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13457         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13458
13459         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13460         (nnspool-sift-nov-with-sed): Use last.
13461         (nnspool-retrieve-headers-with-nov): Use mapc.
13462         (nnspool-request-newgroups): Use dolist.
13463         (nnspool-request-group): Use last.
13464
13465         * nntp.el (nntp-read-server-type): Use dolist.
13466
13467         * nnvirtual.el (nnvirtual-create-mapping)
13468         (nnvirtual-update-read-and-marked): Use dolist.
13469         (nnvirtual-convert-headers): Simplify.
13470
13471 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13472
13473         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13474         support for sync'ing tick marks.
13475
13476 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13479         there's no visible header.
13480
13481 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13482
13483         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13484         necessary, pass full group name to gnus-request-set-marks.
13485
13486 2004-10-01  Simon Josefsson  <jas@extundo.com>
13487
13488         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13489         acroread.
13490
13491 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13492
13493         * spam-report.el (spam-report-gmane): Fix interactive.
13494
13495         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13496
13497         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13498         when writing file.
13499         (gnus-agent-synchronize-flags): Don't default to being
13500         interactive.
13501
13502 2004-09-30  Simon Josefsson  <jas@extundo.com>
13503
13504         * message.el (message-generate-hashcash): Add.
13505         (message-send-mail): Use it, call mail-add-payment.
13506
13507 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13508
13509         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13510
13511 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13512
13513         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13514         gnus-requst-update-info with explicit code to sync the in-memory
13515         info read flags with the marks being sync'd to the backend.
13516
13517         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13518
13519 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13520
13521         * spam.el (spam-verify-bogofilter): Add new function.
13522         (spam-check-bogofilter)
13523         (spam-bogofilter-register-with-bogofilter): Use it.
13524         (spam-verify-bogofilter): Add small fixes.
13525
13526 2004-09-28  Simon Josefsson  <jas@extundo.com>
13527
13528         * hashcash.el (hashcash-generate-payment): Revert.
13529
13530 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13531
13532         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13533         gnus-extract-references instead of gnus-split-references.
13534
13535         * gnus-util.el (gnus-extract-references): Add new function, analogous
13536         to gnus-split-references but extracts only the message-ID without
13537         anything extra.
13538
13539         * hashcash.el (hashcash-generate-payment)
13540         (hashcash-check-payment): Do the right thing if hashcash-path is
13541         nil (because the hashcash program could not be found).
13542
13543         * spam.el (spam-use-hashcash): Remove comment.
13544
13545 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13546
13547         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13548         (gnus-cache-enter-article, gnus-cache-remove-article)
13549         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13550
13551         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13552
13553         * gnus-art.el (article-hide-boring-headers)
13554         (article-translate-strings, article-display-face)
13555         (gnus-article-mime-match-handle-first)
13556         (gnus-article-highlight-headers)
13557         (gnus-article-add-buttons-to-head): do.
13558
13559 2004-09-27  Simon Josefsson  <jas@extundo.com>
13560
13561         * hashcash.el: New version, from
13562         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13563         ../contrib/.
13564
13565 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13568
13569 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13570
13571         * gnus-dup.el (gnus-dup-open): Use mapc.
13572         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13573
13574         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13575         Reported by Stefan Wiens <s.wi@gmx.net>.
13576
13577         * gnus.el (gnus-shutdown): Use dolist.
13578
13579         * gnus-undo.el (gnus-undo): Use mapc.
13580
13581         * nnrss.el (nnrss-generate-active): do.
13582
13583         * message.el (message-cite-original-without-signature)
13584         (message-cite-original): Use mapc.
13585         (message-do-actions, message-make-forward-subject): Use dolist.
13586
13587 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13588
13589         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13590         deletion to remove entire duplicate line.  Fixes merged article
13591         number bug.
13592
13593 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13594
13595         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13596         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13597         first ask if you want to open a server and then, even when you
13598         responded with no, asking if you want to synchronize the server's
13599         flags.
13600         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13601         multi-line expressions.
13602         (gnus-agent-synchronize-group-flags): New internal function.
13603         Updates marks in memory (in the info structure) AND in the
13604         backend.
13605
13606         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13607
13608         * nnagent.el (nnagent-request-set-mark): Use
13609         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13610         method, to ensure that synchronization updates marks in the
13611         backend and in the info (in memory) structure.
13612
13613 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13616         convention fully; don't miss the root article of a thread; make
13617         the X-Draft-From header with correct article numbers.
13618
13619 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13620
13621         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13622         unless plugged.  Disable the agent so that an open failure causes
13623         an error.
13624
13625         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13626         Reverted 2004-09-21 change.  The backend must be opened while
13627         synchronizing flags even when the backend stores the flags
13628         locally.
13629
13630 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13633         in `header' match.  Reported by Svend Tollak Munkejord.
13634
13635         * message.el (message-cite-original): Fix use of
13636         `message-cite-articles-with-x-no-archive'.
13637
13638 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13641         (gnus-window-to-buffer): Ditto.
13642
13643         * mml.el (mml-preview-buffer): New variable.
13644         (mml-preview): Manage window layout with gnus-buffer-configuration.
13645
13646         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13647         X-Draft-From header even if those articles aren't quoted.
13648
13649 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13650
13651         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13652         (gnus-request-set-mark, gnus-request-update-mark): Use new
13653         g-s-t-u-l-m to decide to use backend even when unplugged.
13654
13655 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13658         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13659
13660 2004-09-20  Simon Josefsson  <jas@extundo.com>
13661
13662         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13663         "utf-16-le".
13664
13665 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13666
13667         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13668
13669 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * uudecode.el (uudecode-use-external): Add :version.
13672
13673         * smime.el (smime-CA-file, smime-encrypt-cipher)
13674         (smime-dns-server): Add :version.
13675
13676         * smiley.el (gnus-smiley-file-types): Add :version.
13677
13678         * sha1.el (sha1-use-external): Add :version.
13679
13680         * pgg-def.el (pgg-query-keyserver): Add :version.
13681
13682         * nnmail.el (nnmail-fancy-expiry-targets)
13683         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13684         Add :version.
13685
13686         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13687         (nnimap-retrieve-groups-asynchronous): Add :version.
13688         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13689
13690         * mml.el (mml-content-disposition-parameters)
13691         (mml-insert-mime-headers-always): Add :version.
13692
13693         * mm-util.el (mm-coding-system-priorities): Add :version.
13694
13695         * mm-decode.el (mm-inline-text-html-with-images)
13696         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13697         (mm-verify-option): Add :version.
13698         (mm-text-html-renderer): Change :version.
13699
13700         * message.el (message-fcc-externalize-attachments)
13701         (message-required-headers, message-draft-headers)
13702         (message-subject-trailing-was-query)
13703         (message-subject-trailing-was-ask-regexp)
13704         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13705         (message-mark-insert-end, message-archive-header)
13706         (message-archive-note, message-cross-post-default)
13707         (message-cross-post-note, message-followup-to-note)
13708         (message-cross-post-note-function, message-use-mail-followup-to)
13709         (message-subscribed-address-functions)
13710         (message-subscribed-address-file, message-subscribed-addresses)
13711         (message-subscribed-regexps, message-allow-no-recipients)
13712         (message-yank-cited-prefix, message-signature-insert-empty-line)
13713         (message-hidden-headers, message-hierarchical-addresses)
13714         (message-mail-user-agent, message-use-idna)
13715         (message-valid-fqdn-regexp)
13716         (message-strip-special-text-properties, message-header-synonyms)
13717         (message-beginning-of-line, message-tab-body-function): Add :version.
13718         (message-insert-canlock, message-wide-reply-confirm-recipients):
13719         Change :version.
13720
13721         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13722         and :version.
13723         (mail-source-delete-old-incoming-confirm)
13724         (mail-source-movemail-program): Add :version.
13725
13726         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13727         (gnus-agent-cache, gnus-agent): Change :version.
13728
13729         * gnus-util.el (gnus-use-byte-compile): Change :version.
13730
13731         * gnus-sum.el (gnus-summary-make-false-root-always)
13732         (gnus-summary-default-high-score)
13733         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13734         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13735         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13736         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13737         (gnus-sum-thread-tree-single-indent)
13738         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13739         (gnus-sum-thread-tree-leaf-with-other)
13740         (gnus-sum-thread-tree-single-leaf): Add :version.
13741         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13742         (gnus-article-loose-mime): Change :version.
13743
13744         * gnus-start.el (gnus-backup-startup-file)
13745         (gnus-save-startup-file-via-temp-buffer): Add :version.
13746
13747         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13748         (gnus-server-offline-face): Add :version.
13749
13750         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13751
13752         * gnus-msg.el (gnus-gcc-externalize-attachments)
13753         (gnus-debug-files, gnus-debug-exclude-variables)
13754         (gnus-discouraged-post-methods): Change :version.
13755         (gnus-confirm-mail-reply-to-news)
13756         (gnus-confirm-treat-mail-like-news): Add :version.
13757
13758         * gnus-int.el (gnus-server-unopen-status): Add :version.
13759
13760         * gnus-group.el (gnus-group-jump-to-group-prompt)
13761         (gnus-large-ephemeral-newsgroup)
13762         (gnus-fetch-old-ephemeral-headers): Add :version.
13763
13764         * gnus-fun.el (gnus-x-face-directory)
13765         (gnus-convert-pbm-to-x-face-command)
13766         (gnus-convert-image-to-x-face-command)
13767         (gnus-convert-image-to-face-command): Add :version.
13768
13769         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13770
13771         * gnus-cite.el (gnus-cite-blank-line-after-header)
13772         (gnus-article-boring-faces): Add :version.
13773
13774         * gnus-art.el (gnus-buttonized-mime-types)
13775         (gnus-inhibit-mime-unbuttonizing)
13776         (gnus-treat-display-face)
13777         (gnus-treat-body-boundary): Change :version.
13778         (gnus-body-boundary-delimiter, gnus-picon-databases)
13779         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13780         (gnus-treat-date-english, gnus-treat-fold-headers)
13781         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13782         (gnus-treat-mail-picon, gnus-treat-wash-html)
13783         (gnus-article-encrypt-protocol)
13784         (gnus-use-idna, gnus-article-over-scroll)
13785         (gnus-mime-display-multipart-alternative-as-mixed)
13786         (gnus-mime-display-multipart-related-as-mixed)
13787         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13788         (gnus-ctan-url, gnus-button-ctan-handler)
13789         (gnus-button-handle-ctan-bogus-regexp)
13790         (gnus-button-ctan-directory-regexp)
13791         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13792         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13793         (gnus-button-man-level, gnus-button-emacs-level)
13794         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13795
13796         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13797         (gnus-agent-go-online): Change :version.
13798         (gnus-agent-expire-unagentized-dirs)
13799         (gnus-agent-auto-agentize-methods): Add :version.
13800
13801         * flow-fill.el (fill-flowed-display-column)
13802         (fill-flowed-encode-column): Add :version.
13803
13804         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13805         (gnus-outlook-deuglify-unwrap-max)
13806         (gnus-outlook-deuglify-cite-marks)
13807         (gnus-outlook-deuglify-unwrap-stop-chars)
13808         (gnus-outlook-deuglify-no-wrap-chars)
13809         (gnus-outlook-deuglify-attrib-cut-regexp)
13810         (gnus-outlook-deuglify-attrib-verb-regexp)
13811         (gnus-outlook-deuglify-attrib-end-regexp)
13812         (gnus-outlook-display-hook): Add :version.
13813
13814         * binhex.el (binhex-use-external): Add :version.
13815
13816 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13819         and `invisible'.
13820
13821 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13822
13823         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13824         in gnus-registry-trim.
13825
13826 2004-09-13  Simon Josefsson  <jas@extundo.com>
13827
13828         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13829
13830         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13831
13832         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13833         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13834         <yamaoka@jpl.org>.
13835         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13836         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13837         <yamaoka@jpl.org>.
13838
13839         * sieve.el (sieve-manage-mode): Ditto.
13840
13841 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13844
13845 2004-09-11  Simon Josefsson  <jas@extundo.com>
13846
13847         * dns-mode.el: Add.
13848
13849         * mm-view.el (mm-display-dns-inline): Add.
13850
13851         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13852         (mm-automatic-display): Ditto.
13853
13854         * mailcap.el (mailcap-mime-data): Add text/dns.
13855         (mailcap-mime-extensions): Map .soa to text/dns.
13856
13857 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13858
13859         * gnus-art.el (article-decode-mime-words, article-babel)
13860         (gnus-article-highlight-signature, gnus-article-add-buttons)
13861         (gnus-signature-toggle): Remove unnecessary bindings of
13862         `inhibit-read-only' inherited from v5.10 merge.
13863
13864 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * nntp.el (nntp): New customization group.
13867         (nntp-authinfo-file): Add customization group.
13868
13869         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13870
13871         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13872
13873         * gnus.el (to-address, to-list, subscribed)
13874         (large-newsgroup-initial): Ditto.
13875
13876         * flow-fill.el (fill-flowed-display-column)
13877         (fill-flowed-encode-column): Ditto.
13878
13879 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13880
13881         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13882         Use point-min rather than 1.
13883         (message-send-mail): Use buffer-size rather than point-max.
13884
13885         * gnus-sum.el (gnus-summary-search-article-forward):
13886         Signal a specific `search-failed' rather than a generic `error'.
13887
13888         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13889         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13890         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13891
13892 2004-09-10  Simon Josefsson  <jas@extundo.com>
13893
13894         * nndb.el (require): Remove tcp and duplicate cl.
13895
13896 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-agent.el (directory-files-and-attributes): Move forward.
13899
13900 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13901
13902         * gnus-agent.el (directory-files-and-attributes): Optionally
13903         defined to support XEmacs.
13904
13905 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13906
13907         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13908         to avoid run-time CL dependencies.
13909         (gnus-agent-unfetch-articles): New function.
13910         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13911         article numbers even when local .overview file is missing.
13912         (gnus-agent-read-article-number): New function.  Only accepts
13913         27-bit article numbers.
13914         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13915         gnus-agent-read-article-number.
13916         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13917         from backend while recognizing that article numbers in .overview
13918         must be valid.
13919         (gnus-agent-update-files-total-fetched-for): Use
13920         directory-files-and-attributes to improve performance.
13921         * gnus-int.el (gnus-request-move-article): Use
13922         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13923         improve performance.
13924
13925         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13926         some users confused by references to .newsrc when they only have a
13927         .newsrc.eld file.
13928         (gnus-convert-mark-converter-prompt)
13929         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13930         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13931         New function.  Used internally to only display 'gnus converting
13932         files' message when actually necessary.
13933
13934         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13935         methods now autoloaded.
13936
13937 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13940         identifiers.
13941
13942 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * gnus-picon.el: Fix indentation and closing parenthesis.
13945
13946 2004-09-01  Simon Josefsson  <jas@extundo.com>
13947
13948         * message.el (message-canlock-generate): Require sha1, not
13949         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13950         to require within a function.  Sadly, if sha1.el isn't loaded, the
13951         let binding in m-c-g will hide the defcustom definition, which is
13952         bad.)
13953
13954         * canlock.el: Require sha1, not sha1-el.
13955
13956         * message.el: Don't autoload sha1 (there is a autoload cookie in
13957         sha1.el).
13958
13959         * sha1-el.el: Renamed to sha1.el.
13960
13961 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13962
13963         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13964
13965 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13966
13967         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13968
13969 2004-08-30  Kim F. Storm  <storm@cua.dk>
13970
13971         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13972
13973         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13974         Add :group 'nnimap.
13975
13976 2004-08-30  Andreas Schwab  <schwab@suse.de>
13977
13978         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13979         ?* and ?\;.
13980
13981         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13982         and ?\' to symbol instead of whitespace.
13983
13984 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13987
13988         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13989         instead of re-search-forward.
13990
13991         * gnus-uu.el (gnus-uu-save-article): Ditto.
13992         (gnus-uu-post-encode-uuencode): Ditto.
13993
13994         * html2text.el (html2text-clean-list-items): Ditto.
13995         (html2text-clean-dtdd): Ditto.
13996         (html2text-format-tags): Ditto.
13997
13998         * message.el (message-send-mail-with-sendmail): Fix regexp.
13999         (message-fill-field-general): Use search-forward instead of
14000         re-search-forward.
14001         (unbold-region): Ditto.
14002
14003         * nnrss.el (nnrss-request-article): Ditto.
14004
14005         * nnslashdot.el (nnslashdot-request-article): Ditto.
14006
14007         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14008
14009         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14010         "Unrecognized menu descriptor" error in XEmacs.
14011
14012 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14013
14014         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14015         parent article of a sparse article in the thread hashtb.
14016
14017 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14018
14019         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14020         (nnmail-expand-newtext): Lowercase expanded entries if
14021         nnmail-split-lowercase-expanded is non-nil.
14022
14023 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14026
14027         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14028         of gnus-tmp-news-method into string under XEmacs.  It will be
14029         passed to gnus-correct-length which takes only a string argument.
14030
14031 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-util.el (gnus-bind-print-variables): New macro.
14034         (gnus-prin1): Use it.
14035         (gnus-prin1-to-string): Use it.
14036         (gnus-pp): New function.
14037         (gnus-pp-to-string): New function.
14038
14039         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14040         Replace pp-to-string with gnus-pp-to-string.
14041         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14042         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14043         * gnus-msg.el (gnus-debug): Ditto.
14044         * gnus-score.el (gnus-score-save): Ditto.
14045         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14046         gnus-pp-to-string.
14047         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14048         with gnus-pp.
14049         * score-mode.el (gnus-score-pretty-print): Ditto.
14050         * webmail.el (webmail-debug): Ditto.
14051
14052 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * gnus-art.el (article-display-face, article-display-x-face):
14055         Use buffer-read-only.
14056
14057 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-art.el (article-hide-list-identifiers):
14060         Bind inhibit-read-only as t.
14061
14062 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14065
14066 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14067
14068         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14069         (gnus-narrow-to-page): Don't assume point-min == 1.
14070         (gnus-article-edit-mode): Derive from message-mode.
14071
14072         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14073         point-min == 1.
14074
14075         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14076         Disable incorrect use of `assert'.
14077
14078         * message.el (message-mode): Set comment-start-skip.
14079
14080
14081 2004-08-22  Sam Steingold  <sds@gnu.org>
14082
14083         * pop3.el (pop3-leave-mail-on-server): New user variable.
14084         (pop3-movemail): Delete mail only when it is nil.
14085
14086 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14089
14090         * mml.el (mml-preview): Use `pop-to-buffer'.
14091
14092         * message.el (message-goto-mail-followup-to): Insert after "To".
14093         (message-carefully-insert-headers): Add comment.
14094
14095         * gnus.el: Remove unused variable `gnus-article-check-size'.
14096
14097         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14098
14099         * gnus-art.el (gnus-button-alist): Improve
14100         `gnus-button-handle-library' entry.
14101
14102 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14103
14104         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14105         downcase, since XEmacs capitalizes error messages differently.
14106
14107 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14108
14109         * nntp.el: Add (require 'gnus) due to reference to
14110         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14111
14112 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14113
14114         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14115         `mm-fill-flowed'.
14116
14117         * mm-decode.el (mm-dissect-singlepart): Check it.
14118
14119 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14122         'imap' for netrc parsing.
14123
14124 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * mailcap.el (mailcap-mime-data): Mark as risky.
14127
14128 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14131         may be included in the encoded word.
14132         (rfc2047-encode): Don't append a space if the encoded word
14133         includes close parenthesis.
14134
14135 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14138         of text within parentheses.
14139
14140 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14141
14142         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14143         (gnus-encrypt-write-file-contents): Make the password key the file
14144         name PLUS the cipher, not just the cipher.  Also remove failed
14145         passwords from the cache.
14146
14147 2004-08-06  Simon Josefsson  <jas@extundo.com>
14148
14149         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14150         fix.
14151
14152 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14155         LWSP.
14156
14157 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14158
14159         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14160         to append in-reply-to: data to the references: header.
14161
14162         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14163         (netrc-parse): Use gnus-encrypt.el functions.
14164
14165         * gnus-encrypt.el: Add new file for encryption support; currently
14166         does only a few GPG ciphers and an internal XOR cipher.
14167
14168         * password.el: Add comments on using password-read-and-add.
14169         (password-read-and-add): Add function to read and add the
14170         password to the cache at once.
14171
14172 2004-07-28  Simon Josefsson  <jas@extundo.com>
14173
14174         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14175         parameter (but don't use it, for now).
14176
14177         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14178         instead of hard coding to nil.
14179
14180 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14183         as mm-inline-image-xemacs does.
14184
14185 2004-07-26  Simon Josefsson  <jas@extundo.com>
14186
14187         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14188         Revert part of 2004-07-17 change below.
14189
14190 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14193         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14194
14195 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14196
14197         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14198         quotes that actually start with ">" at the beginning of the
14199         lines.
14200
14201 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * rfc2047.el (rfc2047-encode-region): Fix last change.
14204         (rfc2047-encode-parameter): Remove useless concat.
14205
14206 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14209         encode special characters; fix some kind of misconfigured headers;
14210         signal a real error if debug-on-quit or debug-on-error is non-nil.
14211         (rfc2047-encode-max-chars): New variable.
14212         (rfc2047-encode-1): Use it.
14213         (rfc2047-encode-parameter): New function.
14214
14215         * mml.el (mml-insert-parameter): Remove an excessive space.
14216
14217 2004-07-17  Simon Josefsson  <jas@extundo.com>
14218
14219         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14220         Kai Grossjohann <kai@emptydomain.de>.
14221         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14222         (gnus-group-make-menu-bar): Ditto.
14223
14224         * gnus-util.el (gnus-group-server): Add.
14225
14226 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14227
14228         * message.el (message-clone-locals): Clone sendmail and smtp
14229         variables.
14230
14231 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * rfc2047.el (rfc2047-encode-region): Fix last change.
14234
14235 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14238         characters as non-special.
14239
14240 2004-07-09  Simon Josefsson  <jas@extundo.com>
14241
14242         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14243         Users will lose all flag changes made while unplugged with
14244         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14245         good default.  See numerous reports on ding mailing list.
14246
14247 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14250         add generate-head-function and generate-article-function to the
14251         rfc822-forward entry.
14252         (nndoc-rfc822-forward-generate-article): New function.
14253         (nndoc-rfc822-forward-generate-head): New function.
14254
14255         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14256
14257 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14258
14259         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14260         respect display group parameter and gnus-summary-expunge-below.
14261         (gnus-articles-to-read): Remove unused reference to display group
14262         parameter.
14263
14264 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14265
14266         * nnheader.el (nnheader-uniquify-message-id): New experimental
14267         variable.
14268         (nnheader-nov-read-message-id): Use it.
14269
14270         * spam-report.el (spam-report-gmane): Add interactive.
14271
14272 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14275         qp-or-base64 for the application/* types.
14276
14277 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14278
14279         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14280
14281 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14284         trim value.
14285
14286 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14287
14288         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14289         New macro and function.
14290         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14291
14292 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14295         after-load-alist.
14296
14297 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14298
14299         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14300         update info that isn't there.
14301
14302 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14303
14304         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14305         entry.
14306
14307 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * mm-view.el (mm-inline-render-with-function): Use multibyte
14310         buffer; decode html source by charset.
14311
14312         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14313
14314         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14315         Mule-UCS is loaded under XEmacs.
14316         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14317
14318 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14319
14320         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14321
14322 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * mm-util.el (mm-coding-system-p): Return a coding-system.
14325         (mm-mime-mule-charset-alist): Use shift_jis instead of
14326         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14327         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14328         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14329         instead of japanese-shift-jis and iso-latin-1 respectively in
14330         order to share the default value with both Emacs and XEmacs-mule.
14331         (mm-mule-charset-to-mime-charset): Make
14332         mm-coding-system-priorities effective.
14333         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14334         while predicating of candidates upon the priorities.
14335
14336 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14337
14338         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14339         gnus-uu-invert-processable.
14340
14341         * gnus.el: Autoload gnus-uu-invert-processable.
14342
14343 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * mm-util.el (mm-with-multibyte-buffer): New macro.
14346
14347         * rfc2047.el (rfc2047-encode-string): Use it.
14348         (rfc2047-encode-region): Move point to the end of the region after
14349         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14350
14351 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14354         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14355
14356 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14359         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14360         Karl Chen <quarl@nospam.quarl.org>.
14361
14362 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14363
14364         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14365         invalid addresses.
14366
14367 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14368
14369         * spam.el: Change section markers, revise TODO list.
14370         (spam-backends): Make new master list of all installed backends.
14371         (spam-summary-exit-behavior): Add new variable to determine how
14372         messages moves are done at summary exit.
14373         (spam-move-spam-nonspam-groups-only)
14374         (spam-process-ham-in-nonham-groups)
14375         (spam-process-ham-in-spam-groups): Remove variables, the
14376         spam-summary-exit-behavior variable should be used to manage this
14377         behavior.
14378         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14379         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14380         and spam-old-spam-articles.
14381         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14382         Add empty variables, placeholders for the backends they represent.
14383         (spam-set-difference): Move, unchanged.
14384         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14385         unless the user has a processor variable.
14386         (spam-classifications, spam-classification-valid-p)
14387         (spam-backend-properties, spam-backend-property-valid-p)
14388         (spam-backend-function-type-valid-p)
14389         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14390         (spam-report-articles-gmane, spam-report-articles-resend):
14391         Remove functions, they are not needed.
14392         (spam-install-backend-super, spam-backend-list)
14393         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14394         (spam-backend-function, spam-backend-ham-registration-function)
14395         (spam-backend-spam-registration-function)
14396         (spam-backend-ham-unregistration-function)
14397         (spam-backend-spam-unregistration-function)
14398         (spam-backend-statistical-p, spam-backend-mover-p)
14399         (spam-install-backend-alias, spam-install-checkonly-backend)
14400         (spam-install-mover-backend, spam-install-nocheck-backend)
14401         (spam-install-backend, spam-install-statistical-backend)
14402         (spam-install-statistical-checkonly-backend): Add backend installation
14403         support.
14404         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14405         (spam-group-processor-p): Use the new backend code and respect the
14406         summary exit behavior.
14407         (spam-mark-spam-as-expired-and-move-routine): Remove.
14408         (spam-summary-prepare): Change to use the new spam-old-articles
14409         variable.
14410         (spam-copy-or-move-routine, spam-copy-spam-routine)
14411         (spam-move-spam-routine, spam-copy-ham-routine)
14412         (spam-move-ham-routine): Add code to copy/move ham or spam.
14413         (spam-fetch-field-fast): Improve doc and code, plus allow the
14414         'number request.
14415         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14416         variables.
14417         (spam-split, spam-find-spam): Use the new backend code.
14418         (spam-registration-functions): Remove variable.
14419         (spam-unregister-routine): Add convenience wrapper.
14420         (spam-log-undo-registration, spam-register-routine)
14421         (spam-log-processing-to-registry)
14422         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14423         where possible.
14424         (spam-check-gmane-xref, spam-check-regex-headers)
14425         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14426         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14427         (spam-check-bogofilter-headers, spam-check-spamoracle)
14428         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14429         (spam-check-crm114-headers): Use the spam-split-group that
14430         spam-split prepares, no need to determine it every time.
14431
14432         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14433         to the nnheader-parse-naked-head call.
14434
14435         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14436
14437         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14438         the nnheader-nov-read-message-id call.
14439
14440 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14443         gnus-activate-group twice.  Suggested by Markus Peter
14444         <warp@spin.de>.
14445
14446 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-art.el (gnus-article-time-format): Exchange the order of
14449         day and month in the default value; fix customization type.
14450         (article-date-ut): Use add-text-properties.
14451         (article-make-date-line): Use message-make-date instead of
14452         current-time-string.
14453
14454         * message.el (message-fetch-field): Don't use set-text-properties.
14455         (message-make-date): Simplify.
14456
14457         * messagexmas.el (message-xmas-make-date): New function.
14458         (message-xmas-redefine): Defalias message-make-date to it.
14459
14460 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14463         (rfc2047-encode-region): Treat text within parentheses as special;
14464         show the original text when error has occurred.
14465
14466         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14467         already-computed method to gnus-activate-group.
14468
14469         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14470         same select-methods identical Lisp objects.
14471
14472         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14473         object when modifying the info.
14474
14475 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14478         gnus-opened-servers since it has never been opened with the new
14479         configuration yet.
14480
14481 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14484         arg to nnheader-generate-fake-message-id.
14485
14486 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14489         number and build a fake message ID localized to a group and
14490         article number (so it's repeatable from that point on).
14491         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14492         ID format.
14493
14494         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14495         nnheader-generate-fake-message-id with the article number.
14496
14497 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14498
14499         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14500         end-of-buffer.
14501
14502 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14503
14504         * message.el (message-ignored-supersedes-headers): Add Approved.
14505
14506 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14509         goto-char.
14510         (rfc2047-encode): Fold the line before encoding.
14511
14512 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14513
14514         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14515         folding -- not all headers can be folded, and this should be done
14516         by the message composition mode.  Probably.  I think.
14517
14518 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14521         fast.
14522
14523         * gnus-ems.el (gnus-remove-image): Don't use
14524         message-text-with-property; remove only the image found first.
14525
14526         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14527         found first.
14528
14529 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14530
14531         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14532
14533 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * message.el (message-text-with-property): Make it fast and accept
14536         optional arguments.
14537         (message-strip-forbidden-properties): Use it.
14538         (message-fix-before-sending): Follow the m-t-w-p change.
14539
14540         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14541
14542 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * gnus-art.el (article-hide-headers): Don't change the buffer
14545         mistakenly when performing mml-preview even if
14546         gnus-single-article-buffer is nil.
14547
14548 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14549
14550         * message.el (message-expand-name-databases): New user option.
14551         (message-expand-name): Use it.
14552
14553 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14554
14555         * spam.el (spam-report-articles-resend)
14556         (spam-report-resend-register-routine): Allow ham reporting.
14557         (spam-report-resend-register-ham-routine): Add wrapper.
14558         (spam-registration-functions): Add ham resending functions.
14559         (spam-list-of-processors): Add ham resend processor.
14560
14561         * gnus.el (ham-resend-to): Add new group parameter.
14562         (spam-process): Add ham resend option.
14563
14564         * spam-report.el (spam-report-resend): Allow reporting ham.
14565         (spam-report-resend-ham): Add wrapper.
14566
14567 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568
14569         * message.el (message-cite-articles-with-x-no-archive): New
14570         variable.
14571         (message-cite-original): Use it.
14572
14573 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14574
14575         * message.el (message-cite-original): Respect X-No-Archive.
14576
14577 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-art.el (article-hide-headers): Refer to the values for
14580         gnus-ignored-headers and gnus-visible-headers in the summary
14581         buffer since a user may have set them as group parameters.
14582
14583 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14584
14585         * assistant.el (assistant-node-name): Add convenience function.
14586         (assistant-render-text, assistant-render-node): Add error handling,
14587         plus handle multiple next nodes.
14588         (assistant-find-next-node): Comment out for now.
14589         (assistant-find-next-nodes): Add function, returns list of next
14590         nodes.
14591
14592 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * mail-source.el (mail-source-directory): Fix doc-string.
14595
14596 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14597
14598         * assistant.el (assistant-render-text, assistant-eval): Add :set
14599         widget type, which is different because it takes and returns a
14600         list.  Much hilarity ensues.
14601
14602 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14605
14606         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14607         doc-string.
14608
14609         * gnus-start.el (gnus-activate-group): Added doc-string.
14610
14611 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14614
14615 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14616
14617         * assistant.el (assistant-render-text): Try to add a :set
14618         widget, more to come.
14619
14620         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14621         strings.
14622         (spam-report-articles-resend)
14623         (spam-register-routine): Do registration iff any articles warrant
14624         it.
14625         (spam-summary-prepare-exit): Change log message for nil group
14626         destinations.
14627
14628 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14629
14630         * spam.el (spam-report-resend-register-routine): Allow
14631         spam-report-resend-to to be a group parameter or a global value.
14632
14633 2004-05-26  Simon Josefsson  <jas@extundo.com>
14634
14635         * starttls.el: Merge with my GNUTLS based starttls.el.
14636         (starttls-gnutls-program, starttls-use-gnutls)
14637         (starttls-extra-arguments, starttls-process-connection-type)
14638         (starttls-connect, starttls-failure, starttls-success): New
14639         variables.
14640         (starttls-program, starttls-extra-args): Doc fix.
14641         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14642         functions.
14643         (starttls-negotiate, starttls-open-stream): Check
14644         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14645         function if it is set.
14646
14647 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14650         structured fields.
14651
14652 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14655
14656 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14657
14658         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14659         variable.
14660         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14661         assigning the spam-mark to new messages.
14662
14663 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14664
14665         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14666
14667 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14670
14671         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14672         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14673         default.
14674
14675 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14676
14677         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14678         correct data.
14679
14680 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14681
14682         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14683         (spam-group-processor-p): Fix function.
14684         (spam-group-processor-multiple-p)
14685         (spam-group-spam-processor-report-gmane-p)
14686         (spam-group-spam-processor-report-resend-p)
14687         (spam-group-spam-processor-bogofilter-p)
14688         (spam-group-spam-processor-blacklist-p)
14689         (spam-group-spam-processor-ifile-p)
14690         (spam-group-ham-processor-ifile-p)
14691         (spam-group-spam-processor-spamoracle-p)
14692         (spam-group-spam-processor-crm114-p)
14693         (spam-group-ham-processor-bogofilter-p)
14694         (spam-group-spam-processor-stat-p)
14695         (spam-group-ham-processor-stat-p)
14696         (spam-group-ham-processor-whitelist-p)
14697         (spam-group-ham-processor-BBDB-p)
14698         (spam-group-ham-processor-spamoracle-p)
14699         (spam-group-ham-processor-copy-p): Remove functions with some
14700         prejudice against unneeded code.
14701         (spam-report-articles-resend)
14702         (spam-report-resend-register-routine): Allow the group/topic
14703         spam-resend-to value to override spam-report-resend-to.
14704         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14705         properly now.
14706
14707         * gnus.el (spam-resend-to): Add group/topic parameter.
14708         (spam-process): Move the OBSOLETE processors to the end of the
14709         choices.
14710
14711 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14712
14713         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14714         with resend-to set to nil, and then ask the user if necessary.
14715         (spam-report-resend): spam-report-resend takes a list of articles, not
14716         separate article numbers.
14717
14718 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14721         addition to emacs-w3m.
14722
14723 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14724
14725         * assistant.el (assistant-authinfo-data): New function.
14726         (assistant-eval): Eval for entire assistant.
14727
14728         * netrc.el (netrc-services-file): New variable.
14729         (netrc-parse-services): New function.
14730         (netrc-find-service-name): New function.
14731         (netrc-find-service-number): New function.
14732         (netrc-port-equal): New function.
14733         (netrc-machine): Use it.
14734
14735         * nnimap.el (nnimap-open-connection): Use netrc.
14736
14737         * gnus-util.el (gnus-netrc-get): Remove aliases.
14738
14739         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14740
14741         * assistant.el (wid-edit): Fix compilation.
14742
14743         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14744
14745 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14746
14747         * gnus-util.el (gnus-set-file-modes): New function.  (small
14748         patch).
14749
14750 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14751
14752         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14753
14754         * assistant.el (assistant-render-node): Fix up rendering and
14755         read-only text.
14756         (assistant-render-node): Reset.
14757         (assistant-make-read-only): Not sticky.
14758
14759 2004-05-20  Danny Siu  <dsiu@adobe.com>
14760
14761         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14762         centered even when gnus-auto-center-summary is t.
14763
14764 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14765
14766         * dns.el (dns-get-txt-answer): New function.
14767         (dns-read-txt): Ditto.
14768         (query-dns): Use it.
14769
14770 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14773         active for foreign groups even if the group level is higher than
14774         the specified value.
14775
14776 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14777
14778         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14779         non-active groups.
14780
14781         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14782
14783 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14784
14785         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14786
14787 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14788
14789         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14790         (spam-crm114-header, spam-crm114-spam-switch)
14791         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14792         (spam-crm114-positive-spam-header)
14793         (spam-crm114-database-directory, spam-list-of-processors)
14794         (spam-group-spam-processor-crm114-p)
14795         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14796         (spam-generic-score, spam-list-of-checks)
14797         (spam-list-of-statistical-checks, spam-registration-functions)
14798         (spam-check-crm114-headers, spam-crm114-score)
14799         (spam-check-crm114, spam-crm114-register-with-crm114)
14800         (spam-crm114-register-spam-routine)
14801         (spam-crm114-unregister-spam-routine)
14802         (spam-crm114-register-ham-routine)
14803         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14804         asjo@koldfront.dk (Adam Sjøgren).
14805
14806         * gnus.el: Add spam-use-crm114.
14807
14808         * spam.el (spam-list-of-processors, spam-registration-functions):
14809         Add spam-use-resend.
14810         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14811         (spam-report-articles-gmane): Add doc fix.
14812         (spam-report-articles-resend, spam-report-resend-register-routine):
14813         Add wrappers around spam-report-resend-to.
14814
14815         * spam-report.el (spam-report-resend-to, spam-report-resend):
14816         Add support for resending spam.
14817         (spam-report-gmane): Fix line length >80.
14818
14819         * gnus.el (spam-process): Add spam-use-resend.
14820
14821 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14822
14823         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14824         number of processed spam messages.
14825         (spam-ham-copy-or-move-routine): Return the number of processed
14826         ham messages.
14827         (spam-summary-prepare-exit): Use the above values to decide
14828         whether status messages shouled be displayed.
14829
14830 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14833         `rfc2047-encoding-function-alist' in order to avoid conflicting
14834         with the old version.
14835         (rfc2047-encode-region): Concatenate words containing non-ASCII
14836         characters in structured fields; don't encode space-delimited
14837         ASCII words even in unstructured fields; don't break words at
14838         char-category boundaries.
14839         (rfc2047-encode-1): New function.
14840         (rfc2047-encode): Use it; encode text so that it occupies the
14841         maximum width within 76-column; work correctly on Q encoding for
14842         iso-2022-* charsets.
14843         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14844         sure not to break a line just after the header name.
14845         (rfc2047-b-encode-region): Removed.
14846         (rfc2047-b-encode-string): New function.
14847         (rfc2047-q-encode-region): Removed.
14848         (rfc2047-q-encode-string): New function.
14849
14850         * mm-util.el (mm-replace-in-string): New function.
14851
14852 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14853
14854         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14855         get it right.
14856         (gnus-inews-make-draft): Really.
14857
14858 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14859
14860         * nnmh.el (nnmh-request-list-1): Don't check the link count
14861         before descending.  (small patch)
14862
14863 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14864
14865         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14866         stuff.
14867
14868         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14869         on real group name.
14870
14871         * gnus-art.el (gnus-signature-limit): Doc fix.
14872
14873         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14874
14875         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14876
14877 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14878
14879         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14880         isn't a string.
14881
14882 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14883
14884         * gnus-draft.el (gnus-draft-send): Bind
14885         rfc2047-encode-encoded-words.
14886
14887         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14888         (rfc2047-encodable-p): Say that =? needs encoding.
14889         (rfc2047-encode-encoded-words): New variable.
14890
14891         * gnus-group.el (gnus-group-select-group): Doc fix.
14892
14893         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14894
14895         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14896         to nil.
14897
14898         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14899
14900         * nnheader.el (nnheader-get-lines-and-char): New function.
14901
14902 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14903
14904         * gnus-msg.el (gnus-summary-followup-with-original): Document
14905         yanking of region when active.
14906
14907 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14910         groups if the group level is higher than the specified value.
14911
14912 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14915         (gnus-group-jump-to-group): Added prefix argument using
14916         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14917         non-active group.
14918
14919         * compface.el (uncompface): Be verbose when changing
14920         `uncompface-use-external'.
14921
14922         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14923         handle manual section.
14924
14925 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926
14927         * gnus-art.el (gnus-button-alist): Revert previous change.
14928
14929 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14932
14933 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14934
14935         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14936         whether backend can accept message.
14937
14938         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14939
14940 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14941
14942         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14943         Avoid creating directory when nntp-marks-is-evil is true.
14944         Reported by Reiner Steib.
14945
14946 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * gnus-picon.el (gnus-picon-style): New variable.
14949         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14950         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14951         Jesper Harder <harder@ifa.au.dk>.
14952
14953 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14954
14955         * message.el (message-fill-field): Return point.
14956         (message-generate-headers): Go to end of field.
14957
14958         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14959         stuff for non-living groups.
14960
14961 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14962
14963         * gnus-art.el (gnus-article-followup-with-original)
14964         (gnus-article-reply-with-original): gnus-mark-active-p ->
14965         gnus-region-active-p.
14966
14967 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14970         only when there is spam or ham to be processed.
14971
14972 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14973
14974         * mail-source.el (mail-source-delete-crash-box): Refactor.
14975         (mail-source-fetch): Use it.
14976         (mail-source-fetch-file): Ditto.
14977         (mail-source-fetch-directory): Run postscript in loop.
14978         (mail-source-fetch-pop): Delete.
14979         (mail-source-fetch-maildir): Ditto.
14980         (mail-source-fetch-imap): Ditto.
14981
14982         * imap.el (imap-authenticators): Comment out sasl.
14983
14984         * message.el (message-skip-to-next-address): New function.
14985         (message-fill-header-address): Refactor.
14986         (message-fill-address): Use it.
14987         (message-delete-address): Use it.
14988         (message-fill-header-general): Refactor.
14989         (message-fill-field-address): Rename.
14990         (message-narrow-to-field): Find the start of the header.
14991         (message-header-format-alist): Don't pre-fill.
14992         (message-fill-header): Removed.
14993         (message-insert-header): New function.
14994         (message-shorten-references): Use it.
14995
14996         * rfc2047.el (rfc2047-field-value): Strip props.
14997
14998         * mail-parse.el (mail-header-make-address): New alias.
14999
15000         * ietf-drums.el (ietf-drums-make-address): New function.
15001
15002         * imap.el: Add compiler directives.
15003
15004         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15005
15006         * gnus-art.el (article-decode-idna-rhs): Don't use
15007         message-idna-inside-rhs-p.
15008
15009 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15010
15011         * message.el (message-idna-inside-rhs-p): Removed.
15012         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15013
15014         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15015         false positives.
15016
15017 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15018
15019         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15020
15021 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15022
15023         * nneething.el (nneething-file-name): Don't create spurious
15024         files.
15025
15026         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15027         (gnus-inews-do-gcc): Remove sleep.
15028
15029         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15030         part under point.
15031
15032         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15033         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15034
15035 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15036
15037         * spam.el (spam-summary-prepare-exit): Fixed (length).
15038
15039 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15040
15041         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15042         as expired without moving it" message when there are spam
15043         messages left.
15044
15045 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15046
15047         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15048         header is not nil.
15049
15050 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15051
15052         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15053         nntp-possibly-create-directory, not nntp-possibly-change-group.
15054         (nntp-marks-changed-p): New arg SERVER.
15055         (nntp-request-update-info): Adjust caller.
15056
15057 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15058
15059         * nntp.el (nntp-save-marks): Pass missing arg.
15060
15061 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15062
15063         * nntp.el: Support marks.
15064         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15065         (nntp-marks-modtime, nntp-marks-directory): New variables.
15066         (nntp-request-set-mark, nntp-request-update-info)
15067         (nntp-possibly-create-directory, nntp-marks-changed-p)
15068         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15069         functions.
15070
15071 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15072
15073         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15074         (gnus-xmas-redefine): Rename.
15075
15076         * gnus-score.el (gnus-score-insert-help): Use
15077         gnus-select-lowest-window.
15078
15079         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15080         appt-select-lowest-window and rename to gnus-select-lowest-window.
15081
15082         * gnus.el: do.
15083
15084 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15085
15086         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15087         encodings of MIME-encoded words, in order to improve
15088         interoperability with several broken MUAs.
15089
15090 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15091
15092         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15093         tags, only when charsets are not specified in headers.
15094         (mm-inline-text-html-render-with-w3m): Ditto.
15095
15096         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15097         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15098
15099 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15100
15101         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15102         instead of MIME-decoded from fields when checking
15103         `gnus-article-address-banner-alist'.
15104
15105 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15106
15107         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15108         description rather than subject.
15109
15110 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15111
15112         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15113
15114 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15115
15116         * gnus.el (gnus-version-number): Bump.
15117
15118 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15119
15120         * gnus.el: No Gnus v0.2 is released.
15121
15122 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15123
15124         * gnus-agent.el (gnus-agent-read-agentview): Inline
15125         gnus-uncompress-range.
15126
15127 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15128
15129         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15130         `exec-installed-p'.
15131
15132 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15133
15134         * gnus.el (spam-process, spam-autodetect-methods): Add
15135         bsfilter and bsfilter-headers.
15136
15137         * spam.el (spam-bsfilter): New customize group.
15138         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15139         (spam-bsfilter-header, spam-bsfilter-probability-header)
15140         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15141         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15142         (spam-bsfilter-database-directory): New options.
15143         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15144         (spam-list-of-statistical-checks, spam-registration-functions):
15145         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15146         (spam-bsfilter-score): New command.
15147         (spam-check-bsfilter-headers, spam-check-bsfilter)
15148         (spam-bsfilter-register-with-bsfilter)
15149         (spam-bsfilter-register-spam-routine)
15150         (spam-bsfilter-unregister-spam-routine)
15151         (spam-bsfilter-register-ham-routine)
15152         (spam-bsfilter-unregister-ham-routine): New functions.
15153         (spam-generic-score): Support bsfilter; Accept an optional argument
15154         to recalcurate spam score even if scoring header has already been
15155         added.
15156         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15157         optional argument to recalcurate spam score even if scoring header
15158         has already been added.
15159
15160 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15161
15162         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15163         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15164         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15165         link is missing.
15166
15167 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15168
15169         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15170         (html2text-get-attr): Rewrite.
15171
15172         * message.el (message-setup-1): Remove redundant put-text-property
15173         on mail-header-separator.
15174
15175 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15176
15177         * gnus-registry.el (gnus-registry-cache-whitespace)
15178         (gnus-registry-action, gnus-registry-spool-action)
15179         (gnus-registry-split-fancy-with-parent): Change message levels
15180         from 5 to 3 or 7, as needed.
15181
15182         * spam.el (spam-summary-prepare-exit)
15183         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15184         (spam-split, spam-find-spam, spam-log-undo-registration)
15185         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15186         level from 5 to 6.
15187
15188 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15191         2004-03-04 change).
15192
15193 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15194
15195         * sieve-manage.el (sieve-manage-open):
15196         * nnweb.el (nnweb-insert-html):
15197         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15198         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15199         * nnspool.el (nnspool-request-group):
15200         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15201         * nnml.el (nnml-request-update-info):
15202         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15203         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15204         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15205         (nnimap-request-set-mark):
15206         * nnfolder.el (nnfolder-request-update-info):
15207         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15208         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15209         * gnus-uu.el (gnus-uu-find-articles-matching):
15210         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15211         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15212         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15213         * gnus-nocem.el (gnus-nocem-scan-groups):
15214         * gnus-int.el (gnus-start-news-server):
15215         * gnus-group.el (gnus-group-make-kiboze-group)
15216         (gnus-group-browse-foreign-server):
15217         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15218         Use mapc when appropriate.
15219
15220 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15221
15222         FIXME: Make separate entries for each person.
15223
15224         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15225         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15226         <shields@msrl.com>:
15227
15228         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15229         may need for spam sorting and scoring.
15230         (spam-user-format-function-S): Add user format function suitable for
15231         general use.
15232         (spam-article-sort-by-spam-status): Add sorting function for summary
15233         sorting.
15234         (spam-extra-header-to-number): Add function to get a score from a
15235         header.
15236         (spam-summary-score): Add function to get a numeric score from the
15237         headers.
15238         (spam-generic-score): Fix function doc, was in wrong place.
15239         (spam-initialize): Take symbols when it's run, and install the
15240         extra headers that spam-necessary-extra-headers thinks we need.
15241
15242 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15245         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15246
15247 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15248
15249         * gnus-sum.el (gnus-set-global-variables)
15250         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15251         (gnus-article-get-xrefs, gnus-summary-best-group)
15252         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15253         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15254         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15255         Use with-current-buffer.
15256
15257 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15258
15259         * spam.el (spam-summary-prepare-exit): Simplify logic.
15260         (spam-fetch-article-header): Read the article header if it's not
15261         available.
15262         (spam-list-articles): Simplify logic.
15263         (spam-filelist-register-routine): Fix bug with unregister-list.
15264
15265         * gnus-registry.el: Fix comments at beginning.
15266
15267 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15268
15269         * message.el (message-cater-to-broken-inn): Remove.
15270         (message-shorten-references): Make sure the total folded length of
15271         References is shorter than 998 characters to cater to a bug in INN
15272         2.3.  Also, don't pretend that references aren't folded -- this
15273         hasn't worked for a while.
15274
15275 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15276
15277         * gnus-agent.el (gnus-agentize):
15278         gnus-agent-send-mail-real-function no longer set to current value
15279         of message-send-mail-function but rather a lambda that calls
15280         message-send-mail-function.  The change makes the agent real-time
15281         responsive to user changes to message-send-mail-function.
15282
15283 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15284
15285         * legacy-gnus-agent.el
15286         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15287         help from Florian Weimer <fw@deneb.enyo.de>
15288
15289 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * nnmail.el (nnmail-cache-insert): Revert last change.
15292
15293 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * nnmail.el (nnmail-cache-insert): Always check whether
15296         nnmail-cache-ignore-groups matches a group name.
15297
15298 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15299
15300         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15301         (spam-find-spam, spam-log-processing-to-registry)
15302         (spam-log-registered-p, spam-log-unregistration-needed-p)
15303         (spam-log-undo-registration): Use gnus-message instead of
15304         gnus-error, none of these errors are fatal.
15305
15306         * gnus-registry.el (gnus-registry-clean-empty-function)
15307         (gnus-registry-clean-empty): Remove only empty entries without
15308         extra data.
15309
15310 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15311
15312         * spam-stat.el (spam-stat-buffer-change-to-spam)
15313         (spam-stat-buffer-change-to-non-spam): Change (error) to
15314         (gnus-message 8) invocation.
15315
15316 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * nntp.el (nntp-via-netcat-command): New variable.
15319         (nntp-via-netcat-switches): New variable.
15320         (nntp-open-via-rlogin-and-netcat): New function.
15321         (nntp-open-connection-function): Doc fix.
15322         (nntp-telnet-command): Doc fix.
15323         (nntp-end-of-line): Doc fix.
15324         (nntp-via-rlogin-command): Doc fix.
15325         (nntp-via-user-name): Doc fix.
15326         (nntp-via-address): Doc fix.
15327
15328 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15331         error in Emacs 21.1.
15332
15333 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15334
15335         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15336
15337 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15338
15339         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15340         (gnus-agent-with-refreshed-group): New macro.
15341         (gnus-agent-rename-group): New function.
15342         (gnus-agent-delete-group): New function.
15343         (gnus-agent-save-group-info): Use gnus-command-method when
15344         `method' parameter is nil.  Don't write nil entries into the
15345         active file.
15346         (gnus-agent-get-group-info): New function.
15347         (gnus-agent-fetch-articles): Use
15348         gnus-agent-update-files-total-fetched-for to increment disk space
15349         used.
15350         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15351         gnus-agent-update-view-total-fetched-for to increment disk space
15352         used.
15353         (gnus-agent-get-local): Added optional parameters to avoid calling
15354         gnus-group-real-name and gnus-find-method-for-group.
15355         (gnus-agent-set-local): Delete stored entry if either min, or max,
15356         are nil.
15357         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15358         quit, use gnus-agent-regenerate-group to record existance of any
15359         articles fetched to disk before the quit occurred.
15360         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15361         gnus-agent-update-view-total-fetched-for, and
15362         gnus-agent-update-files-total-fetched-for to decrement disk space
15363         used.
15364         (gnus-agent-retrieve-headers): Use
15365         gnus-agent-update-view-total-fetched-for to increment disk space
15366         used.
15367         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15368         with gnus-agent-update-files-total-fetched-for to decrement disk
15369         space and fresh group buffer.
15370         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15371         (gnus-agent-need-update-total-fetched-for): New variable.
15372         (gnus-agent-update-files-total-fetched-for): New function.
15373         (gnus-agent-update-view-total-fetched-for): New function.
15374         (gnus-agent-total-fetched-for): New function.
15375
15376         * gnus-cache.el (gnus-cache-save-buffers): Use
15377         gnus-cache-update-overview-total-fetched-for to change disk space
15378         used by this group.
15379         (gnus-cache-possibly-enter-article): Use
15380         gnus-cache-update-file-total-fetched-for to increment disk space
15381         used by this group.
15382         (gnus-cache-possibly-remove-article): Use
15383         gnus-cache-update-file-total-fetched-for to decrement disk space
15384         used by this group.
15385         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15386         (gnus-cache-rename-group): New function.
15387         (gnus-cache-delete-group): New function.
15388         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15389         (gnus-cache-need-update-total-fetched-for): New variable.
15390         (gnus-cache-with-refreshed-group): New macro.
15391         (gnus-cache-update-file-total-fetched-for): New function.
15392         (gnus-cache-update-overview-total-fetched-for): New function.
15393         (gnus-cache-rename-group-total-fetched-for): New function.
15394         (gnus-cache-delete-group-total-fetched-for): New function.
15395         (gnus-cache-total-fetched-for): New function.
15396
15397         * gnus-group.el: Require gnus-sum and autoload functions to
15398         resolve warnings when gnus-group.el compiled alone.
15399         (gnus-group-line-format): Documented new %F.
15400         (size of Fetched data) group line format; identifies disk space
15401         used by agent and cache.
15402         (gnus-group-line-format-alist): Defined new F format.
15403         (gnus-total-fetched-for): New function.
15404         (gnus-group-delete-group): No longer update
15405         gnus-cache-active-altered as gnus-request-delete-group now keeps
15406         the cache in sync.
15407         (gnus-group-list-active): Let the agent store a server's active
15408         list if currently plugged.
15409
15410         * gnus-int.el (gnus-request-delete-group):
15411         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15412         local disk in sync with the server.
15413         (gnus-request-rename-group):
15414         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15415         local disk in sync with the server.
15416
15417         * gnus-start.el (gnus-get-unread-articles):
15418         Cosmetic simplification to logic.
15419
15420         * gnus-util.el (gnus-rename-file): New function.
15421
15422 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15423
15424         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15425
15426 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15427
15428         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15429         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15430
15431 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15432
15433         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15434         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15435
15436 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15437
15438         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15439
15440 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15441
15442         * spam.el (spam-set-difference): Add function to replace
15443         gnus-set-difference in spam.el.
15444         (spam-summary-prepare-exit): Use spam-set-difference.
15445
15446 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15447
15448         * gnus-registry.el (gnus-registry-cache-file): Update to use
15449         gnus-dribble-directory OR gnus-home-directory OR ~.
15450         (gnus-registry-split-fancy-with-parent): Fix doc.
15451
15452 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * message.el (message-exchange-point-and-mark): Use
15455         message-mark-active-p.  Suggested by Jesper Harder
15456         <harder@ifa.au.dk>.
15457
15458 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * message.el (message-exchange-point-and-mark): Don't activate
15461         region if it was inactive.  Suggested by Hiroshi Fujishima
15462         <pooh@nature.tsukuba.ac.jp>.
15463
15464 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-art.el (article-display-face): Display Faces in the same
15467         order as X-Faces.
15468
15469 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15472
15473 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15476         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15477         (gnus-article-mime-hierarchy): Remove.
15478         (gnus-article-mime-hierarchy-next): Remove.
15479         (gnus-article-mode): Revert 2004-03-19 change.
15480         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15481         (gnus-insert-mime-button): Revert 2004-03-19 change.
15482         (gnus-mime-accumulate-hierarchy): Remove.
15483         (gnus-mime-enter-multipart): Remove.
15484         (gnus-mime-leave-multipart): Remove.
15485         (gnus-mime-display-part): Revert 2004-03-19 change.
15486         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15487
15488         * mml.el (mml-preview): Revert 2004-03-19 change.
15489
15490 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15491
15492         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15493
15494 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15497         t while entering a file name using the mm-with-multibyte macro.
15498         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15499
15500         * mm-util.el (mm-with-multibyte): New macro.
15501
15502 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15505         user option.
15506         (gnus-mime-multipart-functions): Doc and customization fix.
15507         (gnus-article-mime-hierarchy): New variable.
15508         (gnus-article-mime-hierarchy-next): New variable.
15509         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15510         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15511         gnus-article-mime-hierarchy-next to nil.
15512         (gnus-insert-mime-button): Show hierarchy numbers.
15513         (gnus-mime-accumulate-hierarchy): New function.
15514         (gnus-mime-enter-multipart): New function.
15515         (gnus-mime-leave-multipart): New function.
15516         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15517         (gnus-mime-display-alternative): Show hierarchy numbers.
15518
15519         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15520         gnus-article-mime-hierarchy-next to nil.
15521
15522 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15523
15524         * dns.el: Don't require gnus-xmas.
15525
15526 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15527
15528         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15529         inline PGP.
15530         (mml-menu): Disable mml-quote-region if mark is inactive.
15531
15532 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15535         when the group's active is not available.
15536
15537 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15540         error.
15541
15542 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * imap.el (imap-store-password): New variable.
15545         (imap-interactive-login): Use it.
15546         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15547
15548 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15551         window-start and hscroll to summary window.
15552
15553 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15554
15555         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15556         conversion message to newsrc-dribble when an actual conversion is
15557         performed.
15558
15559 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15560
15561         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15562
15563 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * mm-decode.el (mm-complicated-handles): New function reviving
15566         former definition of mm-multiple-handles.
15567
15568         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15569         (gnus-mime-delete-part): Use it.
15570
15571 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15572
15573         * gnus-agent.el (gnus-agent-read-local): Bind
15574         nnheader-file-coding-system to gnus-agent-file-coding-system to
15575         avoid the implicit assumption that they will always be equal.
15576         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15577         coding-system-for-write, as the with-temp-file macro first prints
15578         to a buffer then saves the buffer.
15579
15580 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-art.el (gnus-article-edit-part): New function.
15583         (gnus-mime-save-part-and-strip): Use it; do query instead of
15584         signaling an error; don't use mm-multiple-handles.
15585         (gnus-mime-delete-part): Ditto.
15586
15587 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15588
15589         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15590         old file versions.
15591         (gnus-group-prepare-hook): Removed function that converted list
15592         form of gnus-agent-expire-days to group properties.
15593
15594         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15595         (gnus-request-accept-article): Re-indented.
15596
15597         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15598         converters to handle old agent file formats.  Added logic for a
15599         "backup before upgrading warning".
15600         (gnus-convert-mark-converter-prompt): Developers can mark
15601         functions as needing (default), or not needing,
15602         gnus-convert-old-newsrc's "backup before upgrading warning".
15603         (gnus-convert-converter-needs-prompt): Tests whether the user
15604         should be protected from potentially irreversable changes by the
15605         function.
15606
15607         * legacy-gnus-agent.el: New.  Provides converters that are only
15608         loaded when gnus-convert-old-newsrc needs to call them.
15609
15610 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * mail-source.el (mail-source-touch-pop): Doc fix.
15613
15614         * message.el (message-smtpmail-send-it): Doc fix.
15615
15616 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15617
15618         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15619
15620         * nnmail.el (nnmail-split-fancy): do.
15621
15622         * gnus-kill.el (gnus-kill, gnus-execute): do.
15623
15624 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15625
15626         * gnus-sum.el (gnus-widget-reversible-match)
15627         (gnus-widget-reversible-to-internal)
15628         (gnus-widget-reversible-to-external): New functions.
15629         (gnus-widget-reversible): New widget.
15630         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15631
15632 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15633
15634         * gnus-sum.el (gnus-thread-sort-functions)
15635         (gnus-article-sort-functions): Document `(not F)' items.
15636
15637 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15638
15639         * spam.el (spam-use-gmane-xref): Add new backend.
15640         (spam-gmane-xref-spam-group): Add variable to control the name of the
15641         Gmane spam group.
15642         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15643         (spam-regex-headers-spam, spam-regex-headers-ham)
15644         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15645         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15646         backends and checks.
15647         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15648
15649         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15650         an autodetect method.
15651
15652 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15653
15654         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15655         articles are being added to a group.
15656         (gnus-request-replace-article): Inform the agent that articles
15657         need to be uncached as the cached contents are no longer valid.
15658
15659 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * binhex.el: Don't autoload executable-find.
15662
15663         * canlock.el: Don't autoload mail-fetch-field.
15664
15665         * dgnushack.el: Autoload c-mode for XEmacs.
15666
15667         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15668
15669         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15670         rmail-dont-reply-to and rmail-output.
15671
15672         * gnus-score.el: Don't autoload ffap-string-at-point.
15673
15674         * gnus-setup.el: Don't autoload sc-cite-original.
15675
15676         * imap.el: Don't autoload base64-decode-string,
15677         base64-encode-string and md5.
15678
15679         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15680         and rmail-msg-restore-non-pruned-header.
15681
15682         * mm-decode.el: Don't autoload executable-find.
15683
15684         * mm-url.el: Don't autoload executable-find.
15685
15686         * mm-view.el: Don't autoload diff-mode.
15687
15688         * nndb.el: Don't autoload news-reply-mode, news-setup,
15689         cancel-timer and telnet.
15690
15691         * password.el: Don't autoload run-at-time for Emacs.
15692
15693         * sha1-el.el: Don't autoload executable-find.
15694
15695         * sieve-mode.el: Don't autoload c-mode.
15696
15697         * uudecode.el: Don't autoload executable-find.
15698
15699 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15700
15701         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15702         (gnus-agent-possibly-alter-active): Avoid null in numeric
15703         comparison.
15704         (gnus-agent-set-local): Refuse to save null in local object table.
15705         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15706         list of articles that will be marked as unread.
15707
15708 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15711
15712 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15713
15714         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15715         language tags.
15716
15717 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15718
15719         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15720         Don't bind "obarray".
15721
15722         * gnus-sum.el (gnus-thread-sort-functions): Added
15723         `gnus-thread-sort-by-most-recent-number' and
15724         `gnus-thread-sort-by-most-recent-date'.
15725         Reported by Kai Grossjohann <kai@emptydomain.de>.
15726
15727 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15730
15731 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15732
15733         * gnus-cus.el (gnus-agent-customize-category): Removed
15734         ignore-errors macro reference that required cl to be loaded at
15735         run-time.
15736
15737         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15738         single-interval range of the form (min . max).  Previously the
15739         range had to look like ((min . max)).  Likewise, return
15740         (min . max) rather than ((min . max)).
15741         (gnus-range-map): Use gnus-range-normalize to accept
15742         single-interval range.
15743
15744         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15745         the cache, but not the agent, now appear with their usual face.
15746
15747         * dgnushack.el (loaddir): New variable that is bound to the
15748         directory containing the dgnushack.el file. Use loaddir, rather
15749         than srcdir, to update load-path. Change lets dgnushack compile
15750         code in directories other than GNUS/lisp.
15751
15752 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * lpath.el: Don't bind w3m-safe-url-regexp.
15755
15756         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15757         w3m-safe-url-regexp variable buffer-local.
15758
15759         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15760
15761 2004-02-27  Simon Josefsson  <jas@extundo.com>
15762
15763         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15764         gnus-group-real-prefix.
15765         (gnus-summary-move-article): Use it, instead of
15766         gnus-group-real-prefix.
15767
15768 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * lpath.el: Bind w3m-safe-url-regexp.
15771
15772         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15773         w3m-safe-url-regexp variable buffer-local and set it as the value
15774         of mm-w3m-safe-url-regexp.
15775
15776         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15777
15778         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15779         parsing gnus-posting-styles when the message is not for replying.
15780
15781         * dgnushack.el: Autoload sgml-mode for XEmacs.
15782
15783         * nnrss.el (nnrss-opml-export): Use
15784         mm-set-buffer-file-coding-system instead of
15785         set-buffer-file-coding-system.
15786
15787 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15788
15789         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15790         of checkdoc.el).
15791         * nnrss.el: do.
15792         * gnus-mlspl.el: do.
15793         * gnus-ml.el: do.
15794         * gnus-srvr.el: do.
15795
15796         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15797
15798 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15799
15800         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15801         Corrections to custom-manual links.
15802
15803         * gnus-art.el (gnus-article): Ditto.
15804
15805         * mm-decode.el (mime-display, mime-security): Ditto.
15806
15807 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15808
15809         * flow-fill.el: Typo.
15810
15811 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15812
15813         * spam-wash.el: New file.
15814
15815 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15816
15817         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15818
15819 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15820
15821         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15822         to be run with new-articles as LIST1, not LIST2.
15823         (spam-registration-functions): Add spam-use-ham-copy as a nil
15824         registration backend.
15825
15826 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15827
15828         * spam-stat.el (spam-stat-washing-hook): New option.
15829         (spam-stat-buffer-words): Use it.
15830         (spam-stat-process-directory, spam-stat-test-directory): Use
15831         insert-file-contents-literally.
15832         (spam-stat-coding-system): New variable.
15833         (spam-stat-load, spam-stat-save): Use it.
15834
15835 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * spam-report.el (spam-report-plug-agent): Quote
15838         spam-report-url-to-file and spam-report-url-ping-plain.
15839
15840 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15841
15842         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15843         / in mailto URLs.
15844
15845 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15846
15847         * spam-report.el (spam-report-process-queue): Fix interactive use.
15848         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15849         (spam-report-unplug-agent): Doc fixes.
15850         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15851         (spam-report-agentize, spam-report-deagentize): Autoload.
15852
15853 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15856
15857         * message.el (message-setup-fill-variables): Add mml tags to
15858         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15859         <ajk@iu.edu>.
15860         (message-mode): Don't modify paragraph-separate there.
15861
15862 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * compface.el (uncompface-use-external): Default to undecided.
15865         (uncompface-use-external-threshold): New variable.
15866         (uncompface-float-time): New macro.
15867         (uncompface): Determine whether to use the external decoder if
15868         uncompface-use-external is undecided.
15869
15870 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15871
15872         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15873         after images.
15874
15875         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15876
15877 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15878
15879         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15880
15881         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15882
15883         * gnus-sum.el (gnus-summary-limit-to-age)
15884         (gnus-summary-limit-children): do.
15885
15886         * gnus-int.el (gnus-request-scan): do.
15887
15888         * gnus-group.el (gnus-group-suspend): do.
15889
15890         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15891
15892         * gnus-cite.el (gnus-cite-parse-attributions): do.
15893
15894         * gnus-agent.el (gnus-summary-set-agent-mark)
15895         (gnus-agent-regenerate-group): do.
15896
15897         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15898
15899         * binhex.el (binhex-decode-region-internal): do.
15900
15901 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gnus-fun.el (gnus-face-properties-alist): New user option.
15904         (gnus-display-x-face-in-from): Use it.
15905
15906         * gnus-art.el (article-display-face): Ditto.
15907
15908         * compface.el (uncompface-use-external): Default to nil.
15909
15910 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15911
15912         * nntp.el (nntp-erase-buffer): New function.
15913         (nntp-retrieve-data, nntp-send-command)
15914         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15915         (nntp-possibly-change-group): Use it.
15916
15917         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15918         with-current-buffer.
15919
15920 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15921
15922         * compface.el: Merge the ELisp-based uncompface program.
15923         (compface): New customization group.
15924         (uncompface-use-external): New user option.
15925         (uncompface): Call uncompface-internal if uncompface-use-external
15926         is nil.
15927         (uncompface-internal): New function.  Note that there are also
15928         some other functions and variables added for this function.
15929
15930 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15931
15932         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15933         if necessary.
15934
15935 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15936
15937         * spam-report.el (spam-report-unplug-agent)
15938         (spam-report-plug-agent, spam-report-deagentize)
15939         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15940         Add support for the Agent in spam-report: when unplugged, report to a
15941         file; when plugged, submit all the requests.
15942
15943         * spam.el (spam-register-routine): Fix message about
15944         registration.
15945
15946 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15947
15948         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15949         dependencies.
15950         (rfc2047-encode): Use it.
15951
15952         * gnus-art.el (gnus-button-marker-list): Move before first
15953         reference.
15954
15955         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15956         (imap-parse-body): Fix format string mismatch.
15957
15958         * gnus-score.el (gnus-summary-increase-score): do.
15959
15960         * nnrss.el (nnrss-close): New function.
15961
15962 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15963
15964         * nnrss.el (nnrss-make-filename): New function.
15965         (nnrss-request-delete-group, nnrss-read-server-data)
15966         (nnrss-save-server-data, nnrss-read-group-data)
15967         (nnrss-save-group-data): Use it.
15968         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15969         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15970         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15971
15972 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15973
15974         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15975
15976 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15977
15978         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15979         files.
15980
15981         * message.el (message-generate-headers-first): Don't quote nil
15982         and t in docstrings.
15983
15984         * imap.el (imap-id): do.
15985
15986         * gnus-agent.el (gnus-agent-consider-all-articles)
15987         (gnus-agent-queue-mail): do.
15988
15989 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * spam-report.el (spam-report-process-queue): New function.
15992         Process requests from `spam-report-requests-file'.
15993         (spam-report-process-queue): Doc fix.
15994
15995 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15996
15997         * spam.el (spam-register-routine)
15998         (spam-log-processing-to-registry, spam-log-registered-p)
15999         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16000         Change "check" to "spam-check" for semi-clarity.
16001
16002 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * pop3.el: Require nnheader.
16005
16006         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16007
16008         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16009
16010         * gnus-picon.el: Require cl.
16011
16012         * gnus-fun.el: Require gnus-ems and gnus-util.
16013
16014         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16015
16016         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16017
16018         * gnus-art.el (gnus-article-edit-mode): Define before first
16019         reference.
16020
16021 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16022
16023         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16024         (gnus-uu-post-encoded): Use point-at-bol.
16025
16026         * gnus-topic.el (gnus-group-active-topic-p): do.
16027
16028         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16029
16030         * gnus-group.el (gnus-group-kill-region): do.
16031
16032         * gnus-art.el (article-date-ut): do.
16033
16034         * message.el (message-fetch-field): Remove redundant
16035         case-fold-search binding.
16036         (message-narrow-to-field): Simplify.
16037
16038 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * spam.el (spam-directory): Derive from `gnus-directory'.
16041
16042         * spam-report.el (spam-report-url-to-file)
16043         (spam-report-requests-file): New function and variable for offline
16044         reporting.
16045         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16046         and user defined function.
16047         (spam-report-url-ping-mm-url): Remove doubled slash.
16048
16049 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16052
16053 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16054
16055         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16056         format string mismatch.
16057
16058         * sieve.el (sieve-deactivate-all): do.
16059
16060         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16061
16062         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16063
16064         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16065
16066         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16067
16068 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16069
16070         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16071         the list of checks.
16072
16073 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16074
16075         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16076         padding.
16077
16078 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16079
16080         * mm-view.el (mm-fill-flowed): New variable.
16081         (mm-inline-text): Use it.
16082
16083 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16084
16085         * spam.el (spam-spamassassin-register-ham-routine)
16086         (spam-spamassassin-register-spam-routine): Fix function names.
16087
16088 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus.el (gnus-tmp-grouplens): Remove.
16091         (gnus-summary-line-format): Remove grouplens.
16092
16093         * gnus-group.el (gnus-group-line-format): Ditto.
16094
16095         * gnus-spec.el (gnus-format-specs): Ditto.
16096         (gnus-update-format-specifications): Flush the group format spec
16097         cache if there's the grouplens stuff.
16098         (gnus-parse-simple-format): Replace %l with the empty string.
16099
16100 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16101
16102         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16103         omission.
16104
16105 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16108         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16109
16110 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16111
16112         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16113         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16114         New macros and functions.
16115         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16116         Handle > NLINK_MAX messages.
16117         * nnmaildir.el (nnmaildir-request-set-mark): Use
16118         nnmaildir--emlink-p and nnmaildir--eexist-p.
16119
16120 2004-01-25  Alex Schroeder  <alex@gnu.org>
16121
16122         * spam-stat.el (spam-stat-process-directory-age): New option.
16123         (spam-stat-process-directory): Use it.
16124
16125 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16126
16127         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16128         (spam-stat-save): Accept prefix argument.
16129
16130 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16131
16132         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16133         links" error.
16134
16135 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16138         the rest of the and/or forms.
16139
16140 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16141
16142         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16143         compatibility with old .newsrc.eld files.
16144
16145         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16146
16147         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16148
16149         * gnus-start.el (gnus-1): do.
16150
16151         * gnus-group.el (gnus-group-line-format-alist): do.
16152
16153         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16154
16155         * gnus-gl.el: Remove.
16156
16157 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16158
16159         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16160         marks consisting of a single range {for example, (3 . 5)} rather
16161         than a list of a single range { ((3 . 5)) }.
16162
16163 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16164
16165         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16166         with-current-buffer.
16167         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16168         avoid consing a string.
16169
16170         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16171         Remove obsolete entries for big5 and gb2312.
16172
16173 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16174
16175         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16176         uncompressed list.
16177
16178 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16179
16180         * spam-stat.el (spam-stat-strip-xref): New function.
16181         (spam-stat-process-directory): Use it.
16182
16183         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16184         here -- it's done in message-fetch-field.
16185
16186 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16187
16188         * gnus-agent.el (gnus-agent-queue-mail)
16189         (gnus-agent-prompt-send-queue): New variables.
16190         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16191         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16192         "nndraft:queue" along to gnus-draft-send.  Use
16193         gnus-agent-prompt-send-queue.
16194         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16195         is "nndraft:queue".  Suggested by Gaute Strokkenes
16196         <gs234@srcf.ucam.org>
16197
16198         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16199         (agent-enable-undownloaded-faces): Added.
16200         (gnus-agent-cat-groups): Use eval-and-compile, not
16201         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16202         method of gnus-agent-cat-groups even when the buffer has been
16203         evaled.
16204         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16205         delete gnus-agent-save-active-1.
16206         (gnus-agent-save-groups): Deleted.  Identical to
16207         gnus-agent-save-active.
16208         (gnus-agent-write-active): No longer adjust agent's copy of active
16209         file as agent's adjustments are now stored in their own
16210         file.  Removed optional parameter.
16211         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16212         servers.  Add use of min/max range limits from server's local
16213         file.
16214         (gnus-agent-save-alist): Removed unused optional argument.
16215         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16216         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16217         (gnus-agent-set-local): A per-server file that keeps min/max range
16218         limits for articles known to the agent.  Provides a fast mechanism
16219         for altering many active ranges.
16220         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16221         active file (local makes it unnecessary).
16222         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16223
16224         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16225         (agent-enable-undownloaded-faces): Added.
16226
16227         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16228         disable it when sending to "nndraft:queue".
16229         (gnus-group-send-queue): Add safety check to avoid sending queue
16230         when unplugged.
16231
16232         * gnus-group.el (gnus-group-catchup): Use new
16233         gnus-sequence-of-unread-articles, not
16234         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16235         numbers of articles.  Use gnus-range-map to avoid having to
16236         uncompress the unread list.
16237         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16238         Fixed invalid ange-ftp reference.
16239
16240         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16241         (gnus-sorted-range-intersection): Intersection of two ranges
16242         without requiring that they first be uncompressed.
16243
16244         * gnus-start.el (gnus-activate-group): Unless blocked by the
16245         caller, possibly expand the active range to include both cached
16246         and agentized articles.
16247         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16248         multiple version-dependent converters.
16249         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16250         gnus-agent-save-active.
16251         (gnus-save-newsrc-file): Save dirty agent range limits.
16252
16253         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16254         gnus-agent-possibly-alter-active.
16255         (gnus-adjust-marked-articles): Faster handling of simple lists.
16256
16257 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16258
16259         * spam-stat.el (spam-stat-test-directory): New optional argument
16260         displays a list of files detected.  Suggested by Andrew Cohen
16261         <cohen@andy.bu.edu>.
16262         (spam-stat-buffer-words-with-scores): Don't narrow and change
16263         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16264
16265 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16266
16267         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16268         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16269         (spam-spamassassin-arguments)
16270         (spam-spamassassin-spam-flag-header)
16271         (spam-spamassassin-positive-spam-flag-header)
16272         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16273         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16274         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16275         (spam-list-of-processors, spam-list-of-checks)
16276         (spam-list-of-statistical-checks, spam-registration-functions)
16277         (spam-check-spamassassin-headers, spam-check-spamassassin)
16278         (spam-spamassassin-score)
16279         (spam-spamassassin-register-with-sa-learn)
16280         (spam-spamassassin-register-spam-routine)
16281         (spam-spamassassin-register-ham-routine)
16282         (spam-assassin-register-spam-routine)
16283         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16284         (spam-bogofilter-score): Fix to show article before scoring.
16285
16286 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16287
16288         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16289         default scoring function.
16290         (spam-generic-score): Call spam-spamassassin-score if
16291         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16292         spam-bogofilter-score otherwise.
16293
16294         * gnus.el (spam-process, spam-autodetect-methods): Add
16295         spamassassin and spamassassin-headers.
16296
16297 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16298
16299         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16300         Suppress unnecessary messages.
16301
16302 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16303
16304         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16305         make-hash-table.
16306
16307 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * canlock.el (base64-encode-string): Don't autoload it.
16310
16311 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16312
16313         * run-at-time.el: Remove useless (require 'itimer),
16314         eval-and-compile and (featurep 'xemacs).
16315
16316 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16317
16318         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16319         GROUP is a virtual group.
16320
16321 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16322
16323         * gnus.el: Autoload `message-y-or-n-p'.
16324
16325 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16326
16327         * pgg-parse.el: Remove unnecessary (require 'custom).
16328
16329         * pgg-def.el: do.
16330
16331         * nnmail.el: do.
16332
16333         * gnus-undo.el: do.
16334
16335         * gnus-picon.el: do.
16336
16337         * gnus-util.el: do.
16338
16339 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16342
16343 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16346         handle, as well as a list.
16347
16348         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16349         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16350         (mm-w3m-cid-retrieve): Simplify.
16351
16352 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16353
16354         * message.el (message-kill-to-signature): Allow prefix arg to
16355         specify number of lines to keep before signature.
16356
16357 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16358
16359         * message.el (message-kill-to-signature): Change docstring.
16360
16361 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * canlock.el: Always require sha1-el.
16364         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16365
16366         * message.el: Autoload sha1 only when compiling.
16367
16368         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16369         eudc-expand-inline for XEmacs.
16370
16371 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * message.el (message-canlock-generate): Require sha1-el.
16374
16375 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16376
16377         * message.el (message-expand-name): Silence the byte compiler.
16378
16379         * lpath.el: Add detect-coding-system.
16380
16381         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16382         cus-edit.
16383
16384 2004-01-13  Simon Josefsson  <jas@extundo.com>
16385
16386         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16387         Invoke gnus-score-mode.  Reported by
16388         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16389
16390         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16391         Jim Blandy <jimb@redhat.com> (tiny change).
16392
16393 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16394
16395         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16396
16397 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * spam.el (spam-get-article-as-string): Update to use
16400         gnus-request-article-this-buffer, much simpler.
16401         (spam-get-article-as-buffer): Remove.
16402
16403 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16404
16405         * message.el (message-expand-name): Use EUDC if the user uses that.
16406
16407 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16408
16409         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16410         character for the encoding to avoid consing a string.
16411
16412         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16413         unnecessarily.
16414
16415         * mm-util.el (mm-replace-chars-in-string): Remove.
16416
16417         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16418         of mm-replace-chars-in-string.
16419
16420 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16421
16422         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16423
16424         * mm-util.el (mm-subst-char-in-string): Support inplace.
16425
16426         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16427         a new string in every iteration.  Use shy groups.
16428
16429 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16432         * gnus-soup.el (gnus-soup-group-brew):
16433         * gnus-msg.el (gnus-put-message):
16434         * gnus-move.el (gnus-group-move-group-to-server):
16435         * gnus-kill.el (gnus-batch-score):
16436         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16437         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16438         (gnus-group-update-group, gnus-group-read-group)
16439         (gnus-group-make-group, gnus-group-make-help-group)
16440         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16441         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16442         (gnus-group-sort-by-unread, gnus-group-catchup)
16443         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16444         (gnus-group-yank-group, gnus-group-set-info)
16445         (gnus-group-list-groups):
16446         * gnus.el (gnus-generate-new-group-name):
16447         * gnus-delay.el (gnus-delay-send-queue):
16448         * nnvirtual.el (nnvirtual-catchup-group):
16449         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16450         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16451         (gnus-group-prepare-topics, gnus-topic-check-topology):
16452         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16453         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16454         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16455         (gnus-group-make-articles-read):
16456         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16457         (gnus-group-change-level, gnus-kill-newsgroup)
16458         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16459         (gnus-get-unread-articles, gnus-make-articles-unread)
16460         (gnus-make-ascending-articles-unread): Use accessor
16461         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16462         to get group information for improved readability.
16463
16464
16465 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16466
16467         * gnus-art.el (article-decode-mime-words, article-babel)
16468         (gnus-article-highlight-signature, gnus-article-add-buttons)
16469         (gnus-signature-toggle): Use gnus-with-article-buffer.
16470
16471         * gnus-art.el (gnus-article-highlight-headers)
16472         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16473
16474         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16475         (gnus-article-set-globals, gnus-request-article-this-buffer)
16476         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16477         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16478         (gnus-mime-display-alternative): Use with-current-buffer.
16479
16480 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16481
16482         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16483         also under 80 char limit, and call gnus-error if needed.
16484         (spam-fetch-article-header): Fix - it was a
16485         buffer-local variable (gnus-newsgroup-data).
16486         (spam-find-spam): Use spam-generate-fake-headers, forget about
16487         spam-insert-fake-headers.
16488         (spam-insert-fake-headers): Remove.
16489
16490 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * deuglify.el (gnus-article-outlook-unwrap-lines)
16493         (gnus-outlook-rearrange-article)
16494         (gnus-outlook-repair-attribution-outlook)
16495         (gnus-outlook-repair-attribution-block)
16496         (gnus-outlook-repair-attribution-other): Remove redundant
16497         save-excursion.
16498
16499 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16500
16501         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16502         (spam-fetch-field-subject-fast)
16503         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16504         (spam-fetch-article-header): Add functions to deal with Gnus
16505         internals for fast retrieval of article header data.
16506         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16507
16508 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16509
16510         * pop3.el (pop3-md5): Remove.
16511         (pop3-apop): Replace pop3-md5 with md5.
16512
16513         * mm-bodies.el: base64 is always built-in.
16514
16515         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16516         with-current-buffer.
16517
16518 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * canlock.el (canlock-insert-header): Remove excessive grouping in
16521         regexp.
16522
16523         * gnus-sum.el (gnus-summary-read-document): Ditto.
16524
16525         * gnus-uu.el (gnus-uu-part-number): Ditto.
16526
16527         * html2text.el (html2text-remove-tags): Ditto.
16528         (html2text-format-tags): Ditto.
16529         (html2text-format-single-elements): Ditto.
16530
16531         * mml.el (mml-parse-1): Ditto.
16532
16533 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16534
16535         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16536
16537         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16538
16539         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16540
16541         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16542
16543 2003-11-15  Simon Josefsson  <jas@extundo.com>
16544
16545         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16546         (pgg-gpg-lookup-key): Use regexp match instead of
16547         split-string (split-string is different between emacs 21.2 and
16548         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16549
16550 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16551
16552         * gnus-art.el (gnus-mime-view-all-parts)
16553         (gnus-article-part-wrapper, gnus-article-view-part): Use
16554         with-current-buffer.
16555
16556 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16557
16558         * spam.el (spam-disable-spam-split-during-ham-respool)
16559         (spam-spamoracle-database, spam-cache-lookups)
16560         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16561         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16562         (spam-group-ham-marks, spam-group-spam-marks)
16563         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16564         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16565         also add spam-use-blackholes to the statistical checks.
16566         (spam-fetch-field-fast): Add interface to fetching fields, may
16567         become a macro.
16568         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16569         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16570         (spam-insert-fake-headers): Fake an article when needed.
16571         (spam-find-spam): Fake article when possible.
16572         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16573         (spam-check-bogofilter-headers): Use message-fetch-field instead
16574         of nnmail-fetch-field.
16575
16576 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16577
16578         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16579
16580 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16581
16582         * spam.el (spam-split): Do not require spam-use-CHECK to be
16583         enabled if that check is passed to spam-split explicitly; also
16584         fix so 'spam doesn't get converted to spam-split-group when
16585         spam-split-symbolic-return is t.
16586         (spam-find-spam): Find registrations of the article and use those
16587         instead of re-running spam-split to find the spam/ham
16588         classification of the article.
16589         (spam-log-processing-to-registry, spam-log-registered-p)
16590         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16591         Use gnus-error instead of gnus-message.
16592         (spam-log-registration-type): Add function to determine the
16593         classification of a message based on registry entries; will
16594         return nil if both 'spam and 'ham are found.
16595         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16596         a reasonably fast local cache without the loading errors.
16597         (spam-cache-lookups): Set to t by default.
16598         (spam-find-spam): Don't try to guess spam-cache-lookups.
16599         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16600         spam-caches entry.
16601         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16602         caching of whitelist/blacklist entries.
16603         (spam-check-whitelist, spam-check-blacklist): Invoke
16604         spam-from-listed-p with a type, not a cache variable.
16605         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16606
16607 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16608
16609         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16610
16611         * nnmail.el (nnmail-split-fancy): do.
16612
16613         * mml.el (mml-parse): do.
16614
16615         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16616         (gnus-score-adaptive): do.
16617
16618 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16621         (gnus-mime-button-map): Don't set keymap parent.
16622         (gnus-button-ctan-directory-regexp): Use shy grouping.
16623         (gnus-prev-page-map): Don't set keymap parent.
16624         (gnus-prev-page-map): Remove duplicated one.
16625         (gnus-next-page-map): Don't set keymap parent.
16626         (gnus-mime-security-button-map): Ditto.
16627
16628         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16629         version number.
16630
16631         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16632
16633 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * canlock.el (canlock-sha1-function): Remove.
16636         (canlock-sha1-function-for-verify): Remove.
16637         (canlock-openssl-program): Remove.
16638         (canlock-openssl-args): Remove.
16639         (canlock-ignore-errors): Remove.
16640         (canlock-sha1-with-openssl): Remove.
16641         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16642         (canlock-verify): Don't use canlock-ignore-errors.
16643
16644         * sha1-el.el (sha1-string-external): Make it can return a string
16645         in binary form.
16646         (sha1-region-external): Ditto.
16647         (sha1-string-internal): Ditto.
16648         (sha1-region-internal): Ditto.
16649         (sha1-region): Ditto.
16650         (sha1-string): Ditto.
16651         (sha1): Ditto.
16652
16653 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16654
16655         * spam.el (spam-report-articles-gmane): New command.
16656
16657 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16660
16661         * run-at-time.el (run-at-time-saved): Remove.
16662         (run-at-time): Doc fix.
16663
16664 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16665
16666         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16667         (gnus-summary-limit-map): Add it.
16668         (gnus-summary-make-menu-bar): do.
16669
16670 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16673         Make attempt at some caching support (done for BBDB only now).
16674         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16675         addresses to be checked.
16676         (spam-clear-cache-BBDB): Add function, to be invoked by
16677         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16678         (spam-check-BBDB): Check and use the caches, if
16679         spam-cache-lookups is on, remove superfluous (provide).
16680
16681 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16684
16685 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16686
16687         * run-at-time.el (run-at-time-saved): Move to after the definition
16688         of `run-at-time'.
16689
16690         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16691
16692 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16695         mm-w3m-local-map-property.
16696
16697         * mm-view.el (mm-w3m-mode-map): Remove.
16698         (mm-w3m-local-map-property): Remove.
16699         (mm-inline-text-html-render-with-w3m): Don't use
16700         mm-w3m-local-map-property.
16701
16702 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16703
16704         * run-at-time.el: New file.
16705
16706         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16707         under Emacs.
16708
16709         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16710         of gnus-set-text-properties.
16711
16712         * gnus-uu.el (gnus-uu-save-article): Ditto.
16713
16714         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16715
16716         * gnus-cite.el (gnus-cite-parse): Ditto.
16717
16718         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16719         of gnus-.
16720
16721         * gnus-xmas.el (run-at-time): Require run-at-time.
16722
16723         * gnus.el: Changed calls to nnheader-run-at-time and
16724         password-run-at-time throughout to use run-at-time directly.
16725
16726         * password.el: Removed definition of run-at-time.
16727
16728         * nnheaderxm.el: Remove definition of run-at-time.
16729
16730 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16731
16732         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16733         in prompt.
16734
16735 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16736
16737         * messagexmas.el (message-xmas-redefine): Alias
16738         `message-make-caesar-translation-table' to
16739         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16740         version.
16741
16742         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16743         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16744         `gnus-xmas-set-text-properties'.
16745         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16746         `gnus-xmas-completing-read'.
16747         (gnus-xmas-completing-read): Removed.
16748         (gnus-xmas-open-network-stream): Removed.
16749
16750         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16751         XEmacs version.
16752
16753         * dns.el (dns-make-network-process): Use `open-network-stream'
16754         instead of `gnus-xmas-open-network-stream'.
16755
16756         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16757
16758         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16759
16760 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16761
16762         * gnus-art.el (gnus-mime-display-alternative)
16763         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16764         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16765         Don't use gnus-local-map-property.
16766
16767         * gnus-util.el (gnus-local-map-property): Remove.
16768
16769         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16770         gnus-completing-read-maybe-default with completing-read.
16771
16772         * gnus-util.el (gnus-completing-read): do.
16773         (gnus-completing-read-maybe-default): Remove.
16774
16775 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16776
16777         * password.el: Only autoload `run-at-time' if not XEmacs.
16778         Only autoload the itimer functions if XEmacs.
16779
16780 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16783         XEmacsen.
16784
16785         * dgnushack.el: Autoload executable-find for XEmacs.
16786
16787 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16788
16789         * gnus-art.el (gnus-read-string): Remove.
16790         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16791         read-string.
16792
16793 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16794
16795         * netrc.el: Autoload password-read.
16796         (netrc): Add configuration group.
16797         (netrc-encoding-method, netrc-openssl-path): Add
16798         variables for encoding and decoding of files with symmetric
16799         ciphers.
16800         (netrc-encode): Add assistant function to encode a file with
16801         netrc-encoding-method.
16802         (netrc-parse): Add interactive parameter, added optional
16803         decoding if netrc-encoding-method is non-nil but otherwise
16804         behavior is standard.
16805         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16806         Do s/encode/encrypt/ everywhere.
16807
16808         * spam.el: Remove executable-find autoload.
16809
16810 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16811
16812         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16813
16814         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16815
16816 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * gnus-art.el (gnus-treat-ansi-sequences)
16819         (article-treat-ansi-sequences): New variable and function.
16820         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16821
16822         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16823         Use it.
16824
16825 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16826
16827         * mm-util.el (mm-quote-arg): Remove.
16828
16829         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16830         shell-quote-argument.
16831
16832         * gnus-uu.el (gnus-uu-command): do.
16833
16834         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16835
16836         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16837         with make-char.
16838
16839         * mm-util.el (mm-make-char): Remove.
16840
16841         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16842         add-minor-mode.
16843
16844         * gnus-undo.el (gnus-undo-mode): do.
16845
16846         * gnus-topic.el (gnus-topic-mode): do.
16847
16848         * gnus-sum.el (gnus-dead-summary-mode): do.
16849
16850         * gnus-start.el (gnus-slave-mode): do.
16851
16852         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16853
16854         * gnus-ml.el (gnus-mailing-list-mode): do.
16855
16856         * gnus-gl.el (gnus-grouplens-mode): do.
16857
16858         * gnus-draft.el (gnus-draft-mode): do.
16859
16860         * gnus-dired.el (gnus-dired-mode): do.
16861
16862         * gnus-ems.el (gnus-add-minor-mode): Remove.
16863
16864         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16865         Replace gnus-char-width with char-width.
16866
16867         * gnus-ems.el (gnus-char-width): Remove.
16868
16869         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16870         Replace gnus-char-width with char-width.
16871
16872         * gnus-ems.el (gnus-char-width): Remove.
16873
16874         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16875         definition.
16876         Remove Emacs 20 hash table compatibility code.
16877
16878         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16879         20 compatibility code.
16880
16881         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16882
16883         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16884
16885         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16886         with point-at-{eol,bol}.
16887
16888         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16889
16890         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16891
16892         * flow-fill.el (fill-flowed-point-at-bol)
16893         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16894
16895         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16896         Replace with point-at-{eol,bol} throughout all files.
16897
16898 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * ntlm.el (ntlm-string-as-unibyte): New macro.
16901         (ntlm-build-auth-response): Use it.
16902
16903         Remove Emacs 20 stuff:
16904         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16905         (butlast, mapc, remove): Remove the compiler macros.
16906         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16907         of delq and copy-sequence.
16908         * gnus-art.el (popup-menu): Remove the compiler macro.
16909         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16910         Emacs 20.
16911
16912 2004-01-05  Simon Josefsson  <jas@extundo.com>
16913
16914         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16915         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16916         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16917         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16918         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16919         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16920         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16921         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16922         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16923         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16924         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16925         string-xor into ntlm-string-xor.  Suggested by
16926         Jesper Harder <harder@myrealbox.com>.
16927
16928         * ntlm.el: Don't include poem.
16929
16930         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16931         Jesper Harder <harder@myrealbox.com>.
16932
16933         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16934
16935         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16936         probably breaks emacs with DL patch, but do we care? Is anyone
16937         still using the DL stuff?)
16938
16939         * sieve-manage.el: Use the password package.
16940         (sieve-manage-read-passwd): Remove.
16941         (sieve-manage-interactive-login): Use password.  Re-add
16942         condition-case around loop.
16943
16944         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16945         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16946         the password package.
16947
16948 2003-02-19  Simon Josefsson  <jas@extundo.com>
16949
16950         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16951         token.
16952
16953 2002-08-07  Simon Josefsson  <jas@extundo.com>
16954
16955         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16956         (sieve-manage-authenticators):
16957         (sieve-manage-authenticator-alist): Add some SASL mechs.
16958         (sieve-sasl-auth): New function.
16959         (sieve-manage-cram-md5-auth):
16960         (sieve-manage-plain-auth): Rewrite using SASL library.
16961         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16962         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16963         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16964         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16965
16966 2004-01-05  Simon Josefsson  <jas@extundo.com>
16967
16968         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16969         New files.
16970
16971 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16972
16973         * gnus-group.el (gnus-no-groups-message): Update.
16974
16975         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16976
16977 2003-11-09  Simon Josefsson  <jas@extundo.com>
16978
16979         * imap.el: Support for ID IMAP extension (RFC 2971).
16980         (imap-local-variables): Add imap-id.
16981         (imap-id): New variable.
16982         (imap-id): New function.
16983         (imap-parse-response): Parse untagged ID response.
16984         * nnimap.el (nnimap-id): New variable.
16985         (nnimap-open-connection): Use it.
16986
16987 2003-12-28  Simon Josefsson  <jas@extundo.com>
16988
16989         * gnus-score.el (gnus-score-edit-all-score): New.
16990         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16991
16992 2004-01-04  Simon Josefsson  <jas@extundo.com>
16993
16994         * password.el: Add.
16995
16996 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16997
16998         * dns.el (dns-query-types): Fix typo.
16999         (dns-query-types): New function.
17000         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17001         PTR and SOA replies, see RFC 1035.
17002
17003 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004
17005         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17006
17007         * Moved to Changelog.2.
17008
17009 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17010
17011         * gnus.el (gnus-version-number): Bump version.
17012
17013 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17014
17015         * gnus.el: No Gnus v0.1 is released.
17016
17017 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17018
17019         * gnus.el: No Gnus v0.0 is released.
17020
17021 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17022
17023         * gnus.el (gnus-version-number): Bump.
17024         (gnus-version): No.
17025
17026 See ChangeLog.2 for earlier changes.
17027
17028     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17029       Free Software Foundation, Inc.
17030
17031   This file is part of GNU Emacs.
17032
17033   GNU Emacs is free software: you can redistribute it and/or modify
17034   it under the terms of the GNU General Public License as published by
17035   the Free Software Foundation, either version 3 of the License, or
17036   (at your option) any later version.
17037
17038   GNU Emacs is distributed in the hope that it will be useful,
17039   but WITHOUT ANY WARRANTY; without even the implied warranty of
17040   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17041   GNU General Public License for more details.
17042
17043   You should have received a copy of the GNU General Public License
17044   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17045
17046 ;; Local Variables:
17047 ;; coding: utf-8
17048 ;; fill-column: 79
17049 ;; add-log-time-zone-rule: t
17050 ;; End: