gnus-auto-center-group: Transform into a defcustom.
[gnus] / lisp / ChangeLog
1 2010-09-26  Julien Danjou  <julien@danjou.info>
2
3         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4
5 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * mml2015.el (mml2015-use): Remove gpg support.
8
9         * mml1991.el (mml1991-function-alist): Remove gpg function.
10         (mml1991-gpg-sign): Removed.
11
12 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
13
14         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
15         (gnus-browse-unsubscribe-current-group): Document it.
16         (gnus-browse-unsubscribe-group): Use it.
17
18 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
21         address to the To list for easier response.
22
23         * gnus.el (gnus-play-startup-jingle): Removed.
24         (gnus-splash): Don't play jingle.
25         (gnus): Silence gnus-load message.
26
27         * gnus-art.el (gnus-treat-play-sounds): Removed.
28
29         * gnus.el (gnus-play-jingle): Remove audio support.
30
31         * gnus-cus.el (gnus-score-customize): Remove audio reference.
32
33         * earcon.el: Removed -- no users.
34
35         * gnus-audio.el: Removed -- no users of this package.
36
37         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
38
39         * gnus-start.el (gnus-setup-news): Remove nocem support.
40
41         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
42
43         * gnus.el (gnus-use-nocem): Removed.
44
45         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
46         Removed.
47
48         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
49         uses NoCeM any more.
50
51         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
52         (gnus-button-ctan-handler): Ditto.
53         (gnus-button-handle-ctan-bogus-regexp): Ditto.
54         (gnus-button-ctan-directory-regexp): Ditto.
55         (gnus-button-handle-ctan): Ditto.
56         (gnus-button-tex-level): Ditto.
57         (gnus-button-alist): Removed CTAN stuff.
58
59 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
62         nnimap-streaming test.
63
64         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
65         servers twice.
66
67         * nnimap.el (nnimap-open-connection): Add more error reporting when
68         nnimap fails early.
69
70         * nnheader.el (nnheader-get-report-string): New function.
71         (nnheader-get-report): Use it.
72
73         * gnus-int.el (gnus-check-server): Say what the error was when opening
74         failed.
75
76         * nnimap.el (nnimap-wait-for-response): Search further when we're not
77         using streaming.
78
79 2010-09-25  Julien Danjou  <julien@danjou.info>
80
81         * gnus-html.el (gnus-html-rescale-image): Use our defalias
82         gnus-window-inside-pixel-edges.
83
84 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
87
88         * mm-decode.el (mm-save-part): Allow saving to other directories the
89         normal Emacs way.
90
91         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
92         by Jay Berkenbilt.
93
94         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
95         there isn't a single byte.
96
97         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
98         just do it.  It doesn't really seem to matter what the user responds
99         here, I think, so it's just a confusing question.
100
101         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
102         non-streaming case.
103
104         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
105         (gnus-article-encrypt-body): Use it.
106
107         * gnus-sum.el (gnus-summary-show-complete-article): New command and
108         keystroke.
109
110         * nnimap.el (nnimap-find-wanted-parts-1): Use
111         gnus-fetch-partial-articles.
112
113         * gnus-art.el (gnus-fetch-partial-articles): New variable.
114
115         * nnimap.el (nnimap-insert-partial-structure): New function.
116         (nnimap-get-partial-article): New function.
117         (nnimap-request-article): Use it.
118         (nnimap-wait-for-response): Return whether the wait was successful.
119         (nnimap-finish-retrieve-group-infos): Don't do anything if the
120         retrieval wasn't successful.
121         (nnimap-retrieve-group-data-early): Allow throttling servers.
122         (nnimap-streaming): New variable.
123         (nnimap-fetch-partial-articles): Removed.
124
125         * mm-decode.el (mm-with-part): Protect against killed buffers.
126
127         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
128         for prettier summary display.
129
130 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
131
132         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
133         directly.
134
135 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
138         apparently third-party libraries depend on it.
139
140         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
141         before starting negotiation.
142
143         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
144         privacy reasons.
145         (gnus-treat-mail-gravatar): Ditto.
146
147         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
148         buffer when inserting images.  Inserting text into the headers, for
149         instance, can make them invalid.
150
151 2010-09-25  Julien Danjou  <julien@danjou.info>
152
153         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
154         variables.
155
156         * nnheader.el: Remove useless variables news-reply-yank-from and
157         news-reply-yank-message-id.
158
159         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
160         variables.
161
162         * mml1991.el: Remove useless mml1991-verbose.
163
164         * gnus.el: Remove useless variable gnus-use-generic-from.
165         Remove obsolete variable gnus-topic-indentation.
166
167         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
168
169         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
170
171         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
172
173         * gnus-group.el: Remove useless gnus-group-icon-cache.
174         Remove useless gnus-ephemeral-group-server.
175
176         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
177
178         * mml2015.el: Remove useless mml2015-verbose.
179
180         * mml-smime.el: Remove useless mml-smime-verbose.
181
182         * gnus.el: Remove useless gnus-local-domain.
183
184         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
185         gnus-gravatar-size.
186
187         * gnus-art.el: Remove useless gnus-treat-translate.
188
189 2010-09-24  Julien Danjou  <julien@danjou.info>
190
191         * gnus-sum.el: Add support for Gravatars.
192
193         * gnus-art.el: Add support for Gravatars.
194
195         * gnus-gravatar.el: Add this file.
196
197         * gravatar.el: Add this file.
198
199 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
202
203         * gnus-group.el (gnus-group-fetch-faq): Removed.
204
205         * gnus.el (gnus-group-faq-directory): Removed.
206
207         * gnus-group.el (gnus-group-fetch-charter): Removed.
208
209         * gnus.el (gnus-group-charter-alist): Removed.
210
211         * gnus-group.el (gnus-group-archive-directory): Removed.
212         (gnus-group-recent-archive-directory): Ditto.
213         (gnus-group-make-archive-group): Removed.
214
215         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
216
217         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
218         use the same article number for all the cached articles.
219
220         * nnimap.el (nnimap-command): Register the last command time so
221         that we can use it for idling NOOPs.
222         (nnimap-open-connection): Start the keeplive timer.
223         (nnimap-make-process-buffer): Store all the process buffers.
224         (nnimap-keepalive): New function.
225
226         * starttls.el: (starttls-open-stream): Add autoload cookie.
227
228 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
229
230         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
231         handling.
232
233 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
236         its data structures.
237
238         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
239         instead of the cl.el copy-list.
240         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
241         equalp.
242
243 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
246         and tool-bar-local-item-from-menu.
247
248         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
249         mode-line-highlight face for Emacs.
250
251         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
252         loading gnus-sum.elc; fix comment for canlock-verify.
253         (gnus-article-jump-to-part): Use read-number.
254         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
255         Emacs pre-21 compatible code for help-echo.
256         (gnus-article-next-page-1): No need to adjust the number of lines.
257         (gnus-article-describe-bindings): Always use help-buffer.
258
259         * gnus-audio.el (gnus-audio-inline-sound)
260         * gnus-cus.el (gnus-custom-mode)
261         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
262
263         * gnus-sum.el (gnus-remove-overlays): Doc fix.
264
265         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
266         compatible code.
267
268 2010-09-24  Glenn Morris  <rgm@gnu.org>
269
270         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
271         visiting the fcc file in rmail-mode.
272
273         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
274
275 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * nnir.el: Silence the byte compiler.
278
279         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
280         alias to browse-url-url-encode-chars if any.
281         (gnus-html-encode-url): Use it.
282
283 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-start.el (gnus-use-backend-marks): New variable.
286         (gnus-get-unread-articles-in-group): Use it.
287
288         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
289         makeover.
290
291 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
292
293         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
294
295 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
298         Removed.
299         (gnus-setup-news-hook): Removed
300         gnus-fixup-nnimap-unread-after-getting-new-news.
301
302         * gnus-int.el (gnus-request-update-info): Protect against backends not
303         having the function.
304
305         * nnimap.el (nnimap-stream): Mention starttls.
306         (nnimap-open-connection): Add starttls support.
307
308 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
309
310         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
311
312 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
315         BODYSTRUCTUREs.
316         (nnimap-transform-headers): Unfold quoted {42} headers.
317
318         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
319         the info.
320         (gnus-get-unread-articles): Only call updatep on backends that support
321         it.
322
323         * nnweb.el (nnweb-request-update-info): NOOP.
324
325         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
326
327         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
328         since it only deals with marks.
329
330         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
331         gnus-request-marks, and make a new gnus-request-update-info.
332
333         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
334         the active instead of the high number, which is usually too low.
335
336 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
337
338         * netrc.el (netrc-parse): Remove encrypt.el mentions.
339         * encrypt.el: Removed.
340
341 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
344         server in symbolic form.
345
346         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
347         0.9.
348
349 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
352         (nnimap-update-info): Fix up code slightly.
353
354         * gnus-int.el (gnus-open-server): Add tracing for performance
355         debugging.
356
357         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
358         (gnus-group-insert-group-line): Pass the real group name so that it
359         gets the right data.
360
361         * gnus-start.el (gnus-get-unread-articles): Don't have
362         `gnus-get-unread-articles-in-group' update info, since that can be
363         really slow and doesn't seem to be needed?
364
365 2010-09-22  Dan Christensen  <jdc@uwo.ca>
366
367         * time-date.el (date-to-time): Try using parse-time-string first before
368         using the slower timezone-make-date-arpa-standard.
369
370 2010-09-22  Julien Danjou  <julien@danjou.info>
371
372         * gnus-group.el (gnus-group-insert-group-line): Call
373         gnus-group-highlight-line.
374         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
375         default hook list.
376         (gnus-group-update-eval-form): Add new function.
377         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
378         (gnus-group-get-icon): Use gnus-group-update-eval-form.
379
380 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
383         immediate, then expire all articles.
384         (nnimap-update-info): Fix off-by-one errors.
385         (nnimap-flags-to-marks): Would return no marks lists for group with no
386         flags.  Instead return the other data.
387
388 2010-09-22  Julien Danjou  <julien@danjou.info>
389
390         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
391         Only return an icon.
392         (gnus-group-insert-group-line): Compute icon to return.
393
394         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
395         variable.
396         (gnus-html-image-fetched): Only cache if
397         gnus-html-image-automatic-caching is set.
398         (gnus-html-image-fetched): Check for errors.
399
400 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
403         once per method on `g'.  This ensures that backends like nnfolder don't
404         open all their folders.
405
406         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
407         (nnimap-request-list): Nix out group in the correct buffer.
408         (nnimap-parse-flags): Implement by using `read' instead of
409         hand-parsing.
410         (nnimap-flags-to-marks): Pass on permanent-flags.
411         (nnimap-make-process-buffer): Record the server name.
412         (nnimap-parse-flags): Fix typo.
413         (nnimap-request-scan): Run split on the server in general, not just a
414         single group.
415
416         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
417         parameter, and propagate this downwards.
418
419         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
420         since EXAMINE changes it on the server.
421
422         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
423         this command might take a while.
424
425 2010-09-22  Julien Danjou  <julien@danjou.info>
426
427         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
428         harmful if you have 2 images side-by-side, they can't be properly
429         update on text deletion.  Using text-property is safer here.
430         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
431         data.
432
433 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * nnimap.el (nnimap-expunge-inbox): Removed.
436         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
437         (nnimap-expunge): Flip default to t.
438
439         * gnus.el (gnus-method-to-server): Don't push things to the cache
440         unless it's unique.
441         (gnus-server-to-method): Ditto.
442
443 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
444
445         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
446
447 2010-09-22  Julien Danjou  <julien@danjou.info>
448
449         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
450         get the start of data.
451         (gnus-html-encode-url): Add this function to encode special chars in
452         URL.
453         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
454         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
455
456         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
457         default.
458         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
459
460         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
461         images alt-text.
462         (gnus-html-put-image): Put alt-text as help-echo.
463
464 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
467         * mm-util.el (mm-decompress-buffer)
468         * nnir.el (nnir-run-find-grep)
469         * pop3.el (pop3-list): Use 3rd arg of split-string.
470
471         * time-date.el (format-seconds): Comment fix.
472
473         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
474         and byte-optimize-form-code-walker.
475         (dgnushack-make-auto-load): Don't advise make-autoload.
476
477         * lpath.el: Remove Emacs 21 stuff.
478
479 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
482         outside the active range.  Suggested by Dan Christensen.
483
484         * gnus-start.el (gnus-get-unread-articles): Get the extended method
485         slightly later to avoid double-getting it.
486
487         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
488         previous patch.
489
490         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
491
492 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
493
494         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
495
496 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-int.el (gnus-open-server): Give a better error message in the
499         "go offline" case.
500
501         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
502         marks for nnimap, which is seldom the right thing to do.
503
504         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
505         (gnus-same-method-different-name): New function.
506
507         * nnimap.el (parse-time): Require.
508
509         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
510         method in the presence of many similar methods.
511
512         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
513
514         * nnimap.el (nnimap-find-expired-articles): Don't refer to
515         nnml-inhibit-expiry.
516
517         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
518         find out whether methods are equal.
519
520         * nnimap.el (nnimap-find-expired-articles): New function.
521         (nnimap-process-expiry-targets): New function.
522         (nnimap-request-move-article): Request the article before looking at
523         what the Message-ID is.  Fix found by Andrew Cohen.
524         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
525
526         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
527         for oldness in addition to being a predicate.
528
529         * nnimap.el (nnimap-request-group): When we have zero articles, return
530         the right data to Gnus.
531         (nnimap-request-expire-articles): Only delete articles immediately if
532         the target is 'delete.
533
534         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
535         method, this would bug out.
536
537         * gnus-group.el (gnus-group-expunge-group): Renamed from
538         gnus-group-nnimap-expunge, and implemented as a normal interface
539         function.
540
541         * gnus-int.el (gnus-request-expunge-group): New function.
542
543         * nnimap.el (nnimap-request-create-group): Implement.
544         (nnimap-request-expunge-group): New function.
545
546 2010-09-21  Julien Danjou  <julien@danjou.info>
547
548         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
549         (gnus-html-cache-expired): Add new function.
550         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
551         wethever we should display image for fetch it.
552         Compute alt-text earlier to pass it to the fetching function too.
553         (gnus-html-schedule-image-fetching): Change function argument to only
554         get one image at a time, not a list.
555         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
556         cache.
557         (gnus-html-get-image-data): New function to retrieve image data from
558         cache.
559         (gnus-html-put-image): Change buffer argument to use image data rather
560         than file, and place image above region rather than inserting a new
561         one. Do not take alt-text as argument, since it's useless now: we place
562         the image above alt-text.
563         (gnus-html-prune-cache): Remove.
564         (gnus-html-show-images): Start to fetch image when we find one, do not
565         push into a temporary list.
566         (gnus-html-prefetch-images): Only fetch image if they have expired.
567         (gnus-html-browse-image): Fix, use 'gnus-image-url.
568         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
569
570 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
573
574 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
577         spec inser "*" if the group isn't active instead of 0.
578
579         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
580         opening the server.
581         (nnimap-request-delete-group): Implement group deletion.
582         (nnimap-transform-headers): Return the size of the entire message in
583         the Bytes header, not just the size of the first part.
584         (nnimap-request-move-article): When moving an article from nnimap,
585         request the article first so the accepting form has an article to
586         accept.  Reported by Dan Christensen.
587         (nnimap-command): Make sure that the error message doesn't error out.
588
589 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
590
591         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
592         we haven't requested anything.
593
594 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
597         "".  Fix found by Andrew Cohen.
598
599         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
600         instead of -encode-string.
601
602 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
605
606         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
607         by mm-subst-char-in-string.
608
609 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
612         waiting for the connection string.
613
614         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
615         arriving.
616
617         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
618         bogus characters.  This allows selecting certain Gmail groups.
619
620         * nnimap.el (nnimap-find-wanted-parts-1): New function.
621         (nnimap-fetch-partial-articles): New variable.
622         (nnimap-open-connection): When looking for credentials, also use the
623         nnimap-server-port.
624         (nnimap-request-article): Return the group/article number, so that Gnus
625         `^' works as expected.
626         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
627         them.
628
629         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
630         comments.
631         (gnus-methods-sloppily-equal): New function.
632         (gnus): When using the development version of Gnus, load the gnus-load
633         file.
634
635         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
636         `gnus-open-server' on each method before trying to scan them etc.  This
637         ensures that all the backend parameters are set correctly.
638
639         * nnimap.el (nnimap-authenticator): New variable.
640         (nnimap-open-connection): Allow anonymous login.
641         (nnimap-transform-headers): The chars header is called Chars not
642         Bytes.
643         (nnimap-wait-for-response): Don't infloop if the IMAP connection
644         drops.
645
646         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
647         patch, found by Knut Anders Hatlen.
648
649 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
650
651         * gnus-agent.el (gnus-agent-batch-confirmation)
652         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
653         to gnus-message.
654         * gnus-art.el (gnus-article-describe-briefly): Likewise.
655         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
656         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
657         * gnus-int.el (gnus-open-server): Likewise.
658         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
659         (gnus-score-check-syntax): Likewise.
660         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
661         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
662         Likewise.
663         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
664
665 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
668         calling conventions so that prefetch doesn't bug out.
669
670 2010-09-19  Julien Danjou  <julien@danjou.info>
671
672         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
673         rather than `subst-char-in-region' in order to be able to replace ASCII
674         char by UTF-8 ones.
675
676         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
677         than curl.
678         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
679         the right URL and ALT text on images.
680         (gnus-html-wash-tags): Fix tag case.
681         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
682         (gnus-article-html): Add -o display_ins_del=2 option.
683         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
684
685 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
688         the extra mail headers, which sometimes seem to happen for unknown
689         reasons.
690
691         * mail-parse.el (mail-header-encode-parameter): Define as
692         rfc2045-encode-string instead of as rfc2231-encode-string, since some
693         (or most, perhaps?) mail readers don't understand the latter, but do
694         understand the former.
695
696         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
697         to nil, so that no methods are automatically agentized.  I think this
698         is probably what most users want.
699
700         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
701         from url-retrieve, for instance about invalid URLs.
702
703         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
704         groups that have no articles.
705         (nnimap-request-article): Check that we really got an article when we
706         requested one.
707
708         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
709         doesn't exist.
710
711         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
712         nntp buffer so the agent can save it.
713         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
714         that CRLF doesn't get translated to \n.
715         (nnimap-open-connection): Don't make 'shell commands only send \n.
716
717 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
718
719         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
720         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
721         Update var name.
722         (nnml-generate-nov-file): Use dolist.
723         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
724         Use with-current-buffer.
725
726 2010-09-18  Julien Danjou  <julien@danjou.info>
727
728         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
729         parallel.
730
731 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * nnimap.el (nnimap-update-info): When doing partial marks update, get
734         the range update right.
735         (nnimap-request-group): Don't make `M-g' bug out on group with no
736         marks.
737         (nnoo): Required, so that other packages can require nnimap.
738         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
739         command we're looking for.  This helps when the server sends more
740         responses after we've gotten everything we expected.
741         (nnimap): Add a `newlinep' field to keep track of end-of-line
742         conventions.
743         Don't send CRLF to things that don't want it.
744         (nnimap-request-accept-article): Ditto.
745
746 2010-09-18  Julien Danjou  <julien@danjou.info>
747
748         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
749         than curl to retrieve images.
750
751 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * nnimap.el (nnimap-update-info): Extend the info so that we can set
754         the marks.
755         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
756         (nnimap-wait-for-connection): New function.
757         (nnimap-open-connection): If we have PREAUTH, don't query for login
758         credentials.
759         (nnimap-update-info): Fix off-by-one error when concatenating ranges
760         when doing a partial update.
761
762 2010-09-18  Julien Danjou  <julien@danjou.info>
763
764         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
765         tags.
766
767 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * nnimap.el (nnimap-credentials): New function.
770         (nnimap-open-connection): Use the new function to look for credentials
771         also on the numeric equivalents of "imap" and "imaps".
772
773         * gnus-start.el (gnus-activate-group): Send the info to
774         gnus-request-group.
775
776         * nnimap.el (nnimap-request-group): Have the "check" version of the
777         function parse flags and update the info, so that a `M-g' get a total
778         resync of all flags from the group.
779
780         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
781         to allow backends to alter the info on group selection.  Also alter all
782         the backend -request-group functions to take the parameter.
783
784         * nnimap.el (nnimap-store-info): New function.
785         (nnimap-update-info): Store the info for later usage.
786         (nnimap-request-group): Use the stored info for the dont-check case, so
787         that we don't retrieve all marks when we enter a group.
788
789         * nnimap.el: Use deffoo instead of defun for interface functions.
790
791         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
792         update the group info.  This makes the nndraft groups, for instance, go
793         back to their old behaviour.
794
795         * gnus-sum.el (gnus-select-newsgroup): Indent.
796
797         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
798         in.
799         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
800         nothing.
801
802         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
803         from methods that are denied.
804
805         * gnus-int.el (gnus-method-denied-p): New function.
806
807         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
808         store the password instead of netrc.
809         (nnimap-open-connection): Don't error out when we can't make a
810         connections.
811
812         * auth-source.el (auth-source-create): In the password prompt, say what
813         we're querying for.  Also prompt for user name if that hasn't been
814         given.
815
816         * nnimap.el (nnimap-with-process-buffer): Removed.
817
818 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
821         method when we're reading from the agent.
822
823         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
824
825         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
826         that's probably most useful for users.
827
828         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
829         "failed" all the time.
830
831         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
832         ...)) with (with-current-buffer ... ).
833
834         * nntp.el (nntp-open-server): Return whether the open was successful or
835         not.
836
837         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
838         select an unread unseen article first.
839
840         * nnimap.el (nnimap-open-connection): If the user doesn't have a
841         /etc/services, supply some sensible port defaults.
842
843         * dgnushack.el: Define netrc-credentials.
844
845 2010-09-17  Julien Danjou  <julien@danjou.info>
846
847         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
848
849 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
850
851         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
852         doesn't have any parameters.
853
854 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
857         only upcased checks.
858
859         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
860
861         * nnimap.el (nnimap-open-shell-stream): New function.
862         (nnimap-open-connection): Use it.
863         (nnimap-transform-headers): Get the number of lines in each message.
864         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
865         number of lines.
866         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
867         problem.
868
869         * utf7.el (utf7-encode): Autoload.
870
871         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
872         to allow the mail splitting to not return a default group.  This is
873         useful for nnimap, which will leave unmatched mail in the inbox.
874
875         * nnimap.el: Rewritten.
876
877         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
878         nnimap usage.
879
880         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
881         if the move is internal, so that nnimap can do fast internal moves.
882
883         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
884         data.
885         (gnus-read-active-for-groups): Support finishing the early retrieval of
886         data.
887
888         * gnus-range.el (gnus-range-nconcat): New function.
889
890         * gnus-int.el (gnus-finish-retrieve-group-infos)
891         (gnus-retrieve-group-data-early): New functions.
892
893 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
894
895         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
896         (nnrss-retrieve-groups):
897         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
898         (pop3-quit): Use with-current-buffer.
899
900 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
903         instead of nnheader-accept-process-output.
904
905         * dgnushack.el (dgnushack-compile): Add comment.
906
907         * lpath.el: No need to fbind propertize for XEmacs 21.4.
908
909         * gnus-html.el (gnus-html-schedule-image-fetching)
910         (gnus-html-prefetch-images): Replace process-kill-without-query by
911         gnus-set-process-query-on-exit-flag.
912
913 2010-09-16  Romain Francoise  <romain@orebokech.com>
914
915         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
916
917 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-registry.el (gnus-registry-install-shortcuts): The second
920         parameter to unintern is mandatory-ish in Emacs 24.
921
922         * gnus-html.el (gnus-html-schedule-image-fetching)
923         (gnus-html-prefetch-images): Check for curl before using it.
924
925         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
926         depend on curl, which isn't essential.
927
928         * imap.el: Revert back to version
929         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
930         seem problematic.
931
932 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
933
934         * gnus-registry.el (gnus-registry-install-shortcuts):
935         Explicitly pass `obarray' to `unintern' to avoid a warning.
936
937 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
940         change.
941
942         * nnrss.el (nnrss-request-list): Removed this function and related
943         functions, including the moreover stuff.
944
945 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * nnrss.el (nnrss-retrieve-groups): New function.
948
949 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
950
951         * .dir-locals.el: Add no-byte-compile cookie.
952
953 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * time-date.el (format-seconds): Comment fix.
956
957         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
958         for back end that doesn't support request-scan.
959
960 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
963         then do request scans from the backends.
964
965         * netrc.el (netrc-credentials): New conveniency function.
966
967         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
968         avoid running a hook per line, since this takes a lot of time,
969         profiling shows.
970         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
971         directly if gnus-visual-p is true.
972
973 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
976         groups; replace mapcar with dolist which is a bit faster; pass groups
977         info to gnus-read-active-file-1.
978         (gnus-read-active-file-1): Scan only specified groups if the new
979         optional arg `infos' is given.
980
981 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
984
985         * pop3.el (pop3-movemail): Removed.
986         (pop3-streaming-movemail): Renamed to pop3-movemail.
987
988         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
989         don't restrict end-tag searches to the end of the line.
990
991 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
994         articles of every unchecked group to t, which means unknown since the
995         server has never been opened.
996
997 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * gnus-html.el (gnus-html-show-alt-text): New command.
1000         (gnus-html-browse-image): Ditto.
1001         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1002         to browse the image directly.
1003         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1004         better.
1005
1006         * gnus-async.el (gnus-async-article-callback): Call
1007         `gnus-html-prefetch-images' unconditionally.
1008
1009         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1010         before feeding URLs to curl.
1011
1012 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1015         internal images as deletable by `W D D'.
1016
1017         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1018         (gnus-async-article-callback): Fix typo.
1019
1020 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021
1022         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1023         current line to work around bugs in the output from w3m.
1024
1025         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1026         for groups that want that.
1027
1028         * nntp.el (nntp-wait-for-string): Supply a timeout for
1029         accept-process-output to ensure progress.
1030
1031         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1032         level to get unread articles from, then use that for foreign groups,
1033         too.
1034
1035         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1036         confuses the rest of the function.
1037
1038         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1039         for the methods that support -retrieve-groups, too.
1040
1041         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1042
1043 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1046         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1047
1048         * pop3.el: Require cl when compiling.
1049         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1050
1051 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1054         that aren't going to be activated.
1055         (gnus-get-unread-articles): Fix up the last commit.
1056
1057         * gnus-html.el (gnus-article-html): Allow calling without specifying
1058         the handle.  In that case, dissect the buffer first.
1059
1060         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1061
1062         * nnimap.el (nnimap-open-connection): Revert the change that would look
1063         into authinfo for imaps instead of imap.
1064
1065         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1066         say that you don't want to call gnus-request-group with don-check, but
1067         do check the reponse.  This is for virtual groups only.
1068         (gnus-get-unread-articles): Count the archive groups as secondary, so
1069         that they're activated the same way as before.
1070
1071         * imap.el (imap-message-map): Removed optional buffer parameter, since
1072         no callers use it.
1073         (imap-message-get): Ditto.
1074         (imap-message-put): Ditto.
1075         (imap-mailbox-map): Ditto.
1076         (imap-mailbox-put): Ditto.
1077         (imap-mailbox-get): Ditto.
1078         (imap-mailbox-get): Revert last change for this function.
1079
1080         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1081         case-insensitively.
1082         (nnimap-debug): Removed.
1083
1084         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1085         to use `imap-fetch' instead.  According to the comments, this should be
1086         safe, since all other IMAP clients use the 1:* syntax.
1087         (imap-enable-exchange-bug-workaround): Removed.
1088         (imap-debug): Removed -- doesn't seem very useful.
1089
1090         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1091         mail from a file, and the file doesn't exist.
1092
1093         * imap.el (imap-log): New convenience function used throughout instead
1094         of repeating the same code all over the place.
1095
1096         * pop3.el (pop3-streaming-movemail): Return t for success.
1097
1098         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1099         .authinfo if we're using ssl connection.
1100
1101         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1102         already have if we're in a main Gnus `g' run.
1103
1104         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1105
1106 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1109
1110         * nnmh.el (nnmh-request-list-1): Bind `file'.
1111
1112         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1113         alias to set-process-query-on-exit-flag or process-kill-without-query.
1114         (pop3-open-server): Use it.
1115
1116 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1119         box to the Incoming file.  Fixes mistake in previous checkin.
1120
1121         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1122         request loop (for debugging purposes) removed.
1123
1124         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1125         culprit is more visible.
1126         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1127         (nnml-add-incremental-nov): New functions to do "incremental" nov
1128         updates, where we just append to the end of the existing nov files
1129         without reading/writing them in full.
1130
1131         * mail-source.el (mail-source-delete-crash-box): Really only check the
1132         incoming files once in a while.
1133
1134         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1135
1136         * mail-source.el (mail-source-delete-crash-box): Only check the
1137         incoming files for deletion once per day to save a lot of file
1138         accesses.
1139
1140         * pop3.el (pop3-logon): Fix up unbound variable typo.
1141
1142         * mail-source.el (pop3-streaming-movemail): Autoload.
1143
1144         * pop3.el (pop3-streaming-movemail): Respect
1145         pop3-leave-mail-on-server.
1146
1147         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1148         retrieval.
1149
1150         * pop3.el (pop3-process-filter): Removed unused function.
1151         (pop3-streaming-movemail, pop3-send-streaming-command)
1152         (pop3-wait-for-messages, pop3-write-to-file)
1153         (pop3-number-of-responses): New functions for streaming pop3
1154         retrieval.
1155
1156         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1157         come from no known methods.
1158         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1159         list.
1160
1161         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1162         message sizes.
1163         (pop3-movemail): Use erase-buffer instead of looping and deleting
1164         regions, which seems rather odd.
1165
1166         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1167         file once per `g' run.
1168
1169         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1170         directories.  This makes the draft queue directory work.
1171
1172         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1173         data from the backends, so that we only request the list of groups from
1174         each method once.  This should speed things up considerably.
1175
1176         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1177         detect that it's not implemented.
1178
1179         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1180         we actually do recurse down into the tree, but don't stat all leaf
1181         nodes.
1182
1183         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1184         then say so instead of bugging out.
1185
1186         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1187         files exist before trying to read them.
1188
1189         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1190         around <pre_int>.
1191
1192         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1193
1194         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1195
1196 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * mm-util.el (mm-image-load-path): Just return the image directories,
1199         not all directories in the path in addition to the image directories.
1200         (mm-image-load-path): Maintain a cache of the image directories so that
1201         the `g' command in Gnus doesn't have to stat dozens of directories each
1202         time.
1203
1204         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1205         (gnus-html-wash-tags): Add a new `i' command to insert images.
1206         (gnus-html-insert-image): New command and keystroke.
1207         (gnus-html-redisplay-with-images): New command and keystroke.
1208         (gnus-html-show-images): Renamed command.
1209         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1210         spacers.
1211         (gnus-html-wash-tags): Decode entities at the end, so that entities
1212         inside the tags don't mess up the rest of the "parsing".
1213
1214         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1215         so that nnimap methods aren't agentized by default.  There's apparently
1216         many problems related to agent/imap behaviour.
1217
1218         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1219
1220         * gnus-html.el: Doc fix.
1221
1222 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1225         specifier-spec-list for Emacs 21.
1226
1227         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1228         glyph-width and glyph-height instead of display-graphic-p and
1229         image-size; make avoidance of displaying small images work for XEmacs.
1230
1231         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1232         for XEmacs.
1233
1234         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1235         of symbol that holds plist data.
1236         (gnus-process-plist): Remove plist of process after getting it.
1237
1238 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * message.el (message-generate-hashcash): Change default to
1241         'opportunistic if hashcash is installed.
1242
1243         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1244         (gnus-html-put-image): Only call image-size once, since it's somewhat
1245         time-consuming on remote X servers.
1246
1247 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1250         type on data, not a file name.
1251
1252         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1253         window-pixel-edges for Emacs 21.
1254
1255         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1256         decoded contents.
1257         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1258
1259 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1262         group line format, since it isn't very interesting.
1263
1264         * gnus-agent.el (gnus-agent-short-article),
1265         (gnus-agent-long-article): Increase values for these two variables,
1266         since most people are likely to have more network connection and
1267         storage than before.
1268
1269         * gnus.el (gnus-refer-article-method): Change default to 'current.
1270         When referring an article, the common behaviour is to refer it from the
1271         current select method, not the native select method.  The chances of
1272         the native select method having the message in question is rather slim
1273         these days.
1274
1275         * gnus-sum.el (gnus-auto-select-subject): Change default to
1276         `unseen-or-unread'.  I think it's likely that most people want to
1277         select an unseen article over a previously seen, but unread one.
1278
1279         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1280         means that in the article buffer none of the minor mode elements will
1281         be shown, usually, and this is not desirable in most cases.
1282
1283         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1284         that commands like `d' (and the like) go to the next line in the
1285         buffer, instead of the next unread article.  I think this is the
1286         behaviour that is most natural for most users.
1287         (gnus-single-article-buffer): Change default to nil, so that people can
1288         have as many article buffers open as they have summary buffer.  I think
1289         this is the most natural way for the groups to behave.
1290
1291         * message.el (message-generate-new-buffers): Change default to
1292         `unsent', so that all new message buffers start their names with the
1293         string "*unsent", and it's easier to find the buffers if you move from
1294         them.
1295
1296 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1299         small.  They're probably tracking images.
1300         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1301         (gnus-html-rescale-image): Yet another try at getting the image sizing
1302         right.
1303
1304         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1305         nntp-marks-file-name is nil.
1306
1307 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1308
1309         * gnus-html.el (gnus-html-wash-tags)
1310         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1311         Better logging.
1312
1313 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1316
1317         * gnus-html.el (gnus-html-wash-tags): Check the value of
1318         gnus-blocked-images in the summary buffer.
1319
1320 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1321
1322         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1323
1324 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1327         like "a", it seems like.
1328         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1329         since it needs to be picked from the correct buffer.
1330
1331         * nnwfm.el: Removed.
1332
1333         * nnlistserv.el: Removed.
1334
1335 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1336
1337         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1338         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1339
1340 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * nnkiboze.el: Removed.
1343
1344         * nndb.el: Removed.
1345
1346         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1347         alt text.
1348         (gnus-html-rescale-image): Try to get the rescaling logic right for
1349         images that are just wide and not tall.
1350
1351         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1352         overshadow variable bindings.
1353
1354 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1355
1356         * gnus-html.el (gnus-html-wash-tags)
1357         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1358         extra logging.
1359
1360 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1363         (gnus-max-image-proportion): New variable.
1364         (gnus-html-rescale-image): New function.
1365         (gnus-html-put-image): Rescale images.
1366
1367 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1368
1369         Fix up some byte-compiler warnings.
1370         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1371         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1372         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1373         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1374         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1375         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1376         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1377
1378 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-html.el (gnus-article-html): Decode contents by charset.
1381
1382 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1385         (gnus-html-frame-width, gnus-blocked-images)
1386         * message.el (message-prune-recipient-rules): Add custom version.
1387         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1388
1389         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1390         functions.
1391
1392         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1393         gnus-process-get.
1394
1395 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1396
1397         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1398         instead of lsub directly.
1399
1400 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * nnwarchive.el: Removed.
1403
1404         * gnus-soup.el: Removed.
1405
1406         * nnsoup.el: Removed.
1407
1408         * nnultimate.el: Removed.
1409
1410         * gnus-html.el (gnus-blocked-images): New variable.
1411
1412         * message.el (message-prune-recipients): New function.
1413         (message-prune-recipient-rules): New variable.
1414
1415         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1416         guess whether a long line is natural text or not.
1417
1418         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1419         gnus-process-plist and friends for compatibility.
1420
1421 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1422
1423         * gnus-html.el: Require packages that define macros used in this file.
1424         (gnus-article-mouse-face): Declare to silence byte-compiler.
1425         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1426         process-get.
1427         (gnus-html-put-image): Use plist-get to avoid getf.
1428         (gnus-html-prefetch-images): Use with-current-buffer.
1429
1430 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-ems.el: Provide compatibility functions for
1433         gnus-set-process-plist.
1434
1435         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1436         header-line-format for XEmacs 21.4.
1437
1438         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1439         * gnus.el (gnus-valid-select-methods)
1440         * message.el (message-send-mail-partially-limit)
1441         * mm-decode.el (mm-text-html-renderer)
1442         * mml.el (mml-insert-mime-headers-always)
1443         * smiley.el (smiley-regexp-alist): Bump custom version.
1444
1445 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * gnus-html.el: require mm-url.
1448         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1449         with the url to `url'.
1450         (gnus-html-wash-tags): Support cid: URLs/images.
1451
1452 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1455         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1456         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1457
1458         * gnus-move.el: Removed file, since it doesn't really work.
1459
1460         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1461         UTF-8.  This seems to fix problems with some German web feeds.
1462
1463         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1464         at the top so that the proper colours are applied.
1465
1466         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1467         don't have dots in their names.
1468
1469         * gnus-art.el (gnus-article-view-part): Doc fix.
1470
1471         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1472         XEmacs-compatible.
1473         (gnus-html-put-image): Don't do images on non-graphic displays.
1474
1475         * nnslashdot.el: Removed this unused backend.
1476
1477         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1478         actions.
1479         (gnus-undo-register-1): Revert last change.
1480
1481         * gnus-group.el (gnus-group-completing-read): Protect against not
1482         having completion-styles bound.
1483
1484         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1485         make broken recipients happier.
1486
1487         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1488
1489         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1490         point parameter.
1491
1492         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1493
1494         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1495         completion-styles for group selection.
1496
1497 2009-02-04  Andreas Schwab  <schwab@suse.de>
1498
1499         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1500         headers and regexp-quote the match if necessary.
1501
1502 2009-03-24  Miles Bader  <miles@gnu.org>
1503
1504         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1505         the blinking smiley.
1506
1507 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1508
1509         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1510         blink smiley.
1511
1512 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1515         where the dribbel file lives exists.
1516
1517         * message.el (message-send-mail-partially-limit): Change the default to
1518         nil, since most people don't want this.
1519
1520         * mm-url.el (mm-url-decode-entities): Also decode entities like
1521         &#x3212.
1522
1523 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1524
1525         * gnus-sum.el (gnus-summary-idna-message):
1526         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1527         Hyperlink urls in docstrings with URL `...'.
1528
1529 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1530
1531         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1532         functions.
1533
1534 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1537         say what the mouseover text should be.
1538
1539         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1540         version of the mm-w3m-safe-url-regexp variable to only download images
1541         in the groups where we want that to happen.
1542
1543         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1544
1545         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1546         easier debugging.
1547         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1548         big pictures in the article buffer.
1549
1550         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1551         gnus-article-html.
1552         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1553         w3m.
1554
1555         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1556
1557 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1560         which doesn't exist.
1561
1562         * message.el (message-inhibit-ecomplete): New variable to allow some
1563         function to inhibit ecomplete address storage.
1564         (message-resend): Disable ecomplete message storage when resending
1565         messages.
1566
1567         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1568
1569 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1572         Save excursion while copying, moving, and deleting articles in order to
1573         prevent the cursor from jumping to unforeseen place.
1574
1575 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * lpath.el: No need to bind bookmark-current-buffer,
1578         bookmark-yank-point and bookmark-make-record-function.
1579
1580 2010-08-17  Glenn Morris  <rgm@gnu.org>
1581
1582         * gnus-sync.el: Require gnus components whose functions are used.
1583
1584         * gnus-art.el (bookmark-make-record-function):
1585         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1586         Declare for compiler.
1587
1588         * mm-url.el (mml-compute-boundary): Autoload.
1589
1590 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1593
1594 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1595
1596         Typo fix "hoo4a" -> "hook".
1597
1598         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1599
1600 2010-08-14  Glenn Morris  <rgm@gnu.org>
1601
1602         * gnus-sync.el (gnus-sync): Fix defgroup version.
1603
1604 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1605
1606         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1607
1608         * gnus-sync.el: Fix docs.
1609         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1610         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1611
1612 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1613
1614         Optimizations for gnus-sync.el.
1615
1616         * gnus-sync.el: Add docs about gnus-sync-backend
1617         possibilities.
1618         (gnus-sync-save): Remove unnecessary message.
1619         (gnus-sync-read): Optimize and show what groups were skipped.
1620
1621 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1622
1623         Minor bug fixes for gnus-sync.el.
1624
1625         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1626         read the sync on get-new-news.
1627
1628         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1629         quiet.
1630
1631         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1632
1633 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1634
1635         Make saving and restoring of hidden threads work with overlays.
1636         Patch applied by Ted Zlatanov.
1637
1638         * gnus-sum.el (gnus-hidden-threads-configuration)
1639         (gnus-restore-hidden-threads-configuration): Update to deal with text
1640         properties, rather than searching for a magic character.
1641
1642 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1643
1644         New gnus-sync.el library for synchronization of marks.
1645
1646         * gnus-sync.el: New library for synchronization of marks.
1647
1648         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1649         renamed from `gnus-registry-grep-in-list'.
1650
1651         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1652
1653         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1654
1655 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1658         determining charset of text fails.
1659
1660 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * nnmail.el (nnmail-get-new-mail-1): Revert.
1663
1664         * nnml.el (nnml-active-number): Make sure names of newly created groups
1665         in nnml-group-alist are encoded.
1666
1667 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1670         containing non-ASCII characters in active file for nnml back end.
1671
1672 2010-07-24  David Engster  <dengste@eml.cc>
1673
1674         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1675         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1676
1677 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1678
1679         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1680         tag (Bug#6654).
1681
1682 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1685         the article buffer, not the summary buffer.
1686
1687 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1690         Emacs 23 as well.
1691
1692 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1695         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1696
1697 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1698
1699         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1700         Patch applied by Karl Fogel.
1701
1702         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1703         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1704
1705 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1706
1707         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1708         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1709         C-w still not working correctly from Article buffers; Thierry's
1710         patch to fix that will be applied after this.
1711
1712         * gnus-art.el (bookmark-make-record-function): New local variable.
1713
1714         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1715         article buffer.
1716         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1717
1718 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1719
1720         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1721         on changes in bookmark.el.
1722
1723 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1726         `no-log' instead of message not to log prompt string.
1727
1728 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1729
1730         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1731         the *other* type of HTML form submission.
1732
1733 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1734
1735         * auth-source.el (auth-source-pick): If choice does not contain a
1736         questioned keyword, set the check to t.
1737
1738 2010-06-12  Romain Francoise  <romain@orebokech.com>
1739
1740         * gnus-util.el (gnus-date-get-time): Move up before first use.
1741
1742 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1745         (gnus-article-edit-part): Bind it to make last part that is substituted
1746         or deleted visible.
1747         (gnus-mime-display-single): Buttonize part of which id equals to
1748         gnus-mime-buttonized-part-id.
1749
1750 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1751
1752         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1753         (gnus-dd-mmm): Use gnus-date-get-time.
1754         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1755         simplify logic.
1756         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1757         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1758
1759 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1760
1761         * auth-source.el (top): Autoload `secrets-list-collections',
1762         `secrets-create-item', `secrets-delete-item'.
1763         (auth-sources): Fix tag string.
1764         (auth-get-source, auth-source-retrieve, auth-source-create)
1765         (auth-source-delete): New defuns.
1766         (auth-source-pick): Rewrite in order to avoid 2 passes.
1767         (auth-source-forget-user-or-password): New parameter USERNAME.
1768         (auth-source-user-or-password): New parameters CREATE-MISSING and
1769         DELETE-EXISTING.  Retrieve password interactively, if needed.
1770
1771 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1772
1773         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1774         deleting unused directories when gnus-expert-user is t.
1775
1776 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1779         for each temp file when gnus-article-browse-delete-temp is ask.
1780
1781 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1782
1783         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1784         Lisp calls to delete-backward-char by calls to delete-char.
1785
1786 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1787
1788         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1789
1790 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1791
1792         * password-cache.el (password-cache-remove): Fix docstring.
1793
1794 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1797         article unless decoding article to be saved.
1798
1799 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1802         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1803         generated within the mm-with-unibyte-current-buffer macro.
1804
1805 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1808         to nil when we're in a mml-preview buffer and no group is selected.
1809
1810 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1811
1812         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1813         when catching the `C-g'.  Reported by "Leo".
1814
1815 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * message.el (message-forward-make-body-plain)
1818         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1819         multibyte-string-p.
1820
1821         * lpath.el: Revert.
1822
1823 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * message.el (message-forward-make-body-mml): Assume original message
1826         is multibyte string; error on unibyte.
1827         (message-forward-make-body-plain): Ditto; don't add excessive newline
1828         in body end.
1829
1830         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1831
1832 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1833
1834         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1835         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1836
1837 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * mm-extern.el (mm-extern-url): Don't use
1840         mm-with-unibyte-current-buffer.
1841         (mm-extern-cache-contents): Use with-current-buffer instead of
1842         save-excursion + set-buffer.
1843
1844 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * mm-util.el (mm-emacs-mule): Remove.
1847
1848 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1849
1850         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1851         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1852         change.
1853
1854 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1857         bind the default value of enable-multibyte-characters to nil.
1858
1859 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * message.el (message-forward-make-body-plain)
1862         (message-forward-make-body-mml):
1863         Don't use mm-with-unibyte-current-buffer.
1864
1865 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1866
1867         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1868
1869 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1870
1871         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1872         (Bug#5592).
1873
1874 2010-05-07  Julien Danjou  <julien@danjou.info>
1875
1876         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1877         it to mm-pipe-part.
1878
1879         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1880         it is given.
1881
1882 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * binhex.el (binhex-decode-region-internal)
1885         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1886         (dns-query)
1887         * nnweb.el (nnweb-gmane-search)
1888         * pgg-parse.el (pgg-parse-armor)
1889         * pgg.el (pgg-verify-region)
1890         * sha1.el (sha1-string-external)
1891         * uudecode.el (uudecode-decode-region-internal)
1892         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1893         XEmacs.
1894
1895         * gnus-art.el (gnus-article-browse-html-parts)
1896         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1897         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1898         make-temp-file.
1899
1900         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1901         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1902         compiling.
1903
1904         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1905         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1906         XEmacs when compiling.
1907
1908         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1909         gnus-pick-mode-off-hook for XEmacs when compiling.
1910         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1911         gnus-binary-mode-off-hook for XEmacs when compiling.
1912
1913         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1914         nil if char-charset is not available.
1915
1916         * imap.el (imap-disable-multibyte)
1917         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1918         macros.
1919
1920         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1921         instead of encode-coding-string.
1922
1923         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1924         'xemacs) instead of mm-emacs-mule to switch function definitions.
1925         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1926
1927         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1928         bind temporary-file-directory for XEmacs;
1929         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1930         timer-set-function for XEmacs 21.4 and SXEmacs;
1931         bind timer-list for XEmacs 21.4 and SXEmacs;
1932         fbind char-charset and find-charset-region for non-Mule XEmacs;
1933         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1934         encode-coding-region and encode-coding-string for XEmacs having no
1935         file-coding feature.
1936
1937 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1938
1939         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1940
1941 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1944         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1945
1946 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1947
1948         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1949         alias `jka-compr-delete-temp-file' no longer exists.
1950
1951 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1952
1953         Use define-minor-mode in Gnus where applicable.
1954         * mml.el (mml-mode): Use define-minor-mode.
1955         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1956         (gnus-undo-mode): Use define-minor-mode.
1957         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1958         (gnus-dead-summary-mode): Use define-minor-mode.
1959         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1960         Initialize in declaration.
1961         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1962         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1963         (gnus-mailing-list-mode): Use define-minor-mode.
1964         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1965         (gnus-draft-mode): Use define-minor-mode.
1966         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1967         (gnus-dired-mode): Use define-minor-mode.
1968
1969 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1970
1971         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1972         handles on recursive mml-to-mime translation and check them for
1973         boundary delimiter collisions.  Reported by Greg Troxel.
1974
1975 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1978
1979 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1980
1981         * mm-util.el (mm-find-buffer-file-coding-system):
1982         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1983
1984 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1985
1986         * message.el (message-generate-headers): Record insertion of optional
1987         headers as well.  Otherwise the check to prevent repeated insertion of
1988         optional headers is a no-op.
1989
1990 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1991
1992         * smime.el: Don't mention CVS.
1993
1994         * nnrss.el (nnrss-fetch): Don't mention CVS.
1995
1996         * nnir.el: Don't mention CVS.
1997
1998 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1999
2000         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2001
2002 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * lpath.el: Fbind bookmark-default-handler,
2005         bookmark-get-bookmark-record, bookmark-make-record-default,
2006         bookmark-prop-get for Emacs <23 and XEmacs.
2007
2008 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2009
2010         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2011         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2012         Use with-current-buffer to silence the byte-compiler.
2013         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2014         bother to require `gnus'.
2015         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2016
2017 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2018
2019         * gnus-sum.el (gnus-summary-bookmark-make-record)
2020         (gnus-summary-bookmark-jump): New functions.
2021         (gnus-summary-mode): Setup bookmark support.
2022
2023 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2024
2025         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2026         if set.
2027
2028 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2031         gnus-article-browse-html-save-cid-image; make it work recursively for
2032         forwarded messages as well.
2033         (gnus-article-browse-html-parts): Work when prefix arg is given.
2034         (gnus-article-browse-html-article): Doc fix.
2035
2036 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2037
2038         * message.el (message-default-mail-headers):
2039         (message-default-headers): Carry the value mail-default-headers over
2040         into message-default-mail-headers, rather than message-default-headers.
2041
2042 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2043
2044         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2045         charset.
2046
2047         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2048         charset into the <meta> tag when the article is encoded to utf-8.
2049
2050 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2053         directories as well.
2054         (gnus-article-browse-html-parts): Work for images that do not specify
2055         file names; delete temp directory when quitting; insert header at the
2056         right place; use file: scheme for image files.
2057
2058 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2059
2060         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2061         (gnus-article-browse-html-parts): Use it to make temporary cid image
2062         files in addition to html file so that browser may display them.
2063
2064 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2067
2068 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2069
2070         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2071
2072 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2073
2074         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2075         about Secret Service API sources.  Improve Customize options.
2076         (auth-source-pick): Change to accept any number of search parameters.
2077         Implement fallbacks iteratively, not recursively.  Add scoring on the
2078         second pass and sort by score.  Call Secret Service API when needed.
2079         (auth-source-user-or-password): Use it.  Call Secret Service API
2080         directly when needed to get the user name and the password.
2081
2082 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2083
2084         * message.el (message-interactive): Doc fix.
2085         (message-qmail-inject-args): Reflow.
2086         (message-kill-to-signature): Fix typo in docstring.
2087
2088         * smiley.el (smiley-buffer): Fix typo in docstring.
2089
2090 2010-03-24  Glenn Morris  <rgm@gnu.org>
2091
2092         * mail-source.el (gnus-message): Declare.
2093         (mail-source-delete-old-incoming): Require gnus-util.
2094
2095 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2098
2099         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2100
2101         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2102         password-cache's default if it is not bound.
2103         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2104         password-cache-expiry's default if it is not bound.
2105
2106         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2107         available in Emacs 21.
2108
2109         * lpath.el: Suppress compiler warnings for:
2110         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2111         XEmacs;
2112         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2113         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2114         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2115
2116 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2117
2118         * auth-source.el (auth-sources): Fix up definition so extra parameters
2119         are always inline.
2120
2121 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2122
2123         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2124         wasn't updated after mismatch.  Clear cached mailbox info correctly
2125         when uidvalidity changes.
2126         (nnimap-group-prefixed-name): New function to avoid some code
2127         duplication.
2128         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2129         (nnimap-request-group): Use it.
2130         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2131         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2132         with many imap folders.  This is done by caching the group status from
2133         the imap server persistently in a group parameter `imap-status'.  (This
2134         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2135         but not persistently, so every Gnus startup was still very slow.)
2136
2137 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2138
2139         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2140         delete the extra newline.  Otherwise editing of :string and :number
2141         types don't work.
2142
2143 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2144
2145         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2146         secrets.el dependency.
2147         (auth-sources): Add optional user name.  Add secrets.el configuration
2148         choice (unused right now).
2149
2150 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2153         `gnus-registry-install-shortcuts' fill in the functions.
2154
2155         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2156         warnings.
2157         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2158         (gnus-registry-install-shortcuts): Populate and use it in a
2159         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2160
2161 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2162
2163         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2164         In-place substitutions for the group name encoding/decoding.
2165         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2166         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2167         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2168         (nnimap-update-unseen, nnimap-request-list)
2169         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2170         (nnimap-request-set-mark, nnimap-split-to-groups)
2171         (nnimap-split-articles, nnimap-request-newgroups)
2172         (nnimap-request-create-group, nnimap-request-accept-article)
2173         (nnimap-request-delete-group, nnimap-request-rename-group)
2174         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2175         `encoded-mbx' for consistency.
2176         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2177         variable `imap-current-mailbox'.
2178
2179         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2180         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2181
2182 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2183
2184         * pop3.el (pop3-display-message-size-flag): Display message size byte
2185         counts during POP3 download.
2186         (pop3-movemail): Use it.
2187         (pop3-list): Implement listing of available messages.
2188
2189 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2190
2191         * nnir.el (nnir-get-article-nov-override-function): New function to
2192         override the normal NOV retrieval.
2193         (nnir-retrieve-headers): Use it.
2194
2195 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2196
2197         * auth-source.el (netrc-machine-user-or-password): Autoload.
2198
2199 2010-03-19  Glenn Morris  <rgm@gnu.org>
2200
2201         Stop message.el from loading about 40 libraries it doesn't always need.
2202         The general approach is to autoload rather than require, and to
2203         require in the specific functions rather than the file.  (Bug#5642)
2204
2205         * gmm-utils.el: Don't require wid-edit.
2206         (widget-create-child-value, widget-convert, widget-default-get):
2207         Autoload.
2208
2209         * gnus-util.el: Don't require time-date, netrc.
2210         (message-fetch-field, gnus-group-name-decode): Declare rather than
2211         autoloading.
2212         (gnus-fetch-field): Require message.
2213         (gnus-decode-newsgroups): Require gnus-group.
2214
2215         * ietf-drums.el: Don't require time-date.
2216
2217         * message.el: Don't require hashcash, canlock, ecomplete.
2218         Do require mail-utils.  Require nnheader only when compiling.
2219         (smtpmail-default-smtp-server): Remove declaration.
2220         (message-send-mail-function): Check smtpmail-default-smtp-server
2221         is bound rather than requiring smtpmail.
2222         (message-auto-save-directory, message-insert-signature): Use
2223         expand-file-name rather than nnheader-concat.
2224         (nnheader-insert-file-contents): Autoload.
2225         (hashcash-wait-async): Declare.
2226         (message-send-mail): Only call gnus-setup-posting-charset if
2227         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2228         (message-send-mail-with-sendmail): Require sendmail.
2229         (canlock-password, canlock-password-for-verify): Declare.
2230         (message-canlock-password): Require canlock.
2231         (nnheader-get-report): Autoload.
2232         (gnus-setup-posting-charset): Declare.
2233         (message-send-news): Require gnus-msg.
2234         (message-make-references, message-make-in-reply-to): Use mail-header-id
2235         rather than the alias mail-header-message-id.
2236         (ecomplete-add-item, ecomplete-save): Declare.
2237         (message-put-addresses-in-ecomplete): Require ecomplete.
2238         (ecomplete-display-matches): Autoload.
2239
2240         * mm-decode.el: Don't require mailcap, gnus-util.
2241         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2242         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2243         Autoload.
2244         (mailcap-mime-extensions): Declare.
2245
2246         * mm-encode.el: Don't require mailcap.
2247         (mailcap-extension-to-mime): Autoload.
2248
2249         * mml-sec.el: Don't require password-cache.
2250
2251         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2252         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2253         (mml-minibuffer-read-type): Require mailcap.
2254         (mml-preview): Require gnus-msg.
2255
2256         * mml1991.el: Require password-cache.
2257         (password-cache-expiry): Remove declaration.
2258
2259         * mml2015.el: Require password-cache.
2260         (password-cache-expiry): Remove declaration.
2261
2262         * nneething.el (mailcap): Require mailcap.
2263
2264         * nnheader.el (declare-function): Add compatibility stub.
2265         (message-remove-header): Declare rather than autoload.
2266         (nnheader-replace-header): Require message.
2267
2268         * nnimap.el (declare-function): Add compatibility stub.
2269         (netrc-parse, netrc-machine-user-or-password): Declare.
2270         (nnimap-open-connection): Require netrc.
2271
2272         * nntp.el (declare-function): Add compatibility stub.
2273         (netrc-parse, netrc-machine, netrc-get): Declare.
2274         (nntp-send-authinfo): Require netrc.
2275
2276         * rfc2047.el: Don't require qp.
2277         (quoted-printable-encode-region, quoted-printable-decode-string):
2278         Autoload.
2279
2280         * sieve-mode.el: Don't require easymenu.
2281         (easy-menu-add-item): Autoload it.
2282
2283         * spam-stat.el (time-to-number-of-days): Autoload it.
2284
2285 2010-03-19  Glenn Morris  <rgm@gnu.org>
2286
2287         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2288
2289 2010-03-18  Glenn Morris  <rgm@gnu.org>
2290
2291         * hashcash.el (declare-function): Remove duplicate definition.
2292
2293 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2294
2295         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2296         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2297         value if any backslash escapes).
2298
2299 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2302         if it is available.  (bug#5647)
2303
2304         * lpath.el: Suppress compiler warning for coding-system-from-name for
2305         Emacs 21 and XEmacs.
2306
2307 2010-03-14  Juri Linkov  <juri@jurta.org>
2308
2309         * hmac-def.el:
2310         * hmac-md5.el:
2311         * netrc.el: Fix keywords.
2312
2313 2010-02-26  Glenn Morris  <rgm@gnu.org>
2314
2315         * message.el (message-send-mail-function): Change the default, so that
2316         it inherits from a customized send-mail-function.  (Bug#5643)
2317
2318 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2319
2320         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2321         shell-command-to-string signals an error (bug#5299).
2322
2323 2010-02-24  Glenn Morris  <rgm@gnu.org>
2324
2325         * message.el (message-smtpmail-send-it)
2326         (message-send-mail-with-mailclient): Doc fixes.
2327
2328 2010-02-16  Glenn Morris  <rgm@gnu.org>
2329
2330         * message.el (message-default-mail-headers): Change the default value
2331         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2332
2333 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2336         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2337
2338 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2339
2340         * time-date.el (date-to-time): Doc fix (Bug#5408).
2341
2342 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2343
2344         * message.el (message-mail): Just pass yank-action on to message-setup.
2345         (message-setup): Handle (FUN . ARGS) form of yank-action.
2346         (message-with-reply-buffer, message-widen-reply)
2347         (message-yank-original): Handle non-buffer values of
2348         message-reply-buffer (Bug#4080).
2349         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2350
2351 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2352
2353         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2354         Fix typo in docstring.
2355
2356 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2357
2358         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2359         response.
2360
2361 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2364
2365         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2366
2367         * message.el (message-check-news-header-syntax): Protect against a
2368         string that `rfc822-addresses' returns when parsing fails.
2369
2370 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2373         (gnus-previous-char-property-change): New functions.
2374
2375         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2376
2377 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2378
2379         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2380         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2381
2382 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2383
2384         * message.el (message-exchange-point-and-mark): Rework last change to
2385         avoid using optional arg of exchange-point-and-mark, for backward
2386         compatibility.
2387
2388 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2389
2390         * message.el (message-exchange-point-and-mark): Call
2391         exchange-point-and-mark with an argument rather than setting
2392         mark-active by hand (Bug#5175).
2393
2394 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * nntp.el (nntp-service-to-port): Work for service expressed with
2397         numeric string; replace [:digit:] with [0-9] for XEmacs.
2398
2399 2009-12-17  Glenn Morris  <rgm@gnu.org>
2400
2401         * gnus-group.el (gnus-bug-group-download-format-alist):
2402         Change emacs entry to debbugs.gnu.org.  Bump :version.
2403
2404 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2405
2406         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2407
2408 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2409
2410         * message.el (message-info): Explain why we use `Info-goto-node'.
2411
2412 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2415
2416 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2417
2418         * message.el (message-completion-in-region): New compatibility function.
2419         (message-expand-group): Use it.
2420
2421 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2424         with no unread article should be listed if the 2nd arg `predicate' is
2425         given.
2426
2427 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2430
2431 2009-11-29  Juri Linkov  <juri@jurta.org>
2432
2433         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2434         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2435         on `gnus-recenter'. (Bug#4698, Bug#4981)
2436
2437 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2438
2439         * sha1.el (sha1-string-external): default-directory "/" in case
2440         otherwise non-existent.  process-connection-type pipe for touch of
2441         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2442
2443 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2444
2445         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2446         it's comms related and sgml-mode.el has "comm" on that basis too.
2447
2448 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2451         containing tspecial characters if they have been already quoted.
2452
2453 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2454
2455         * dns-mode.el (auto-mode-alist): Purecopy string.
2456
2457 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2458
2459         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2460
2461 2009-10-24  Glenn Morris  <rgm@gnu.org>
2462
2463         * gnus-art.el (help-xref-stack-item): Define for compiler.
2464
2465 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2466
2467         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2468
2469 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2472
2473 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2476         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2477
2478 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2481         (gnus-overlays-in): New alias to overlays-in.
2482
2483         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2484         gnus-overlay-get, and gnus-delete-overlay.
2485         (gnus-summary-show-thread): Make it work as well for systems in which
2486         next-single-char-property-change is not available.
2487         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2488
2489         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2490         (gnus-overlay-get): New alias to extent-property.
2491         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2492
2493         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2494         SXEmacs.
2495
2496         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2497         SXEmacs.
2498
2499 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2500
2501         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2502
2503 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2504
2505         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2506         and XEmacs that don't have `remove-overlays'.
2507
2508 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2509
2510         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2511         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2512         selective display.  Use overlays instead.
2513
2514 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2515
2516         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2517
2518 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2519
2520         * spam-stat.el (spam-stat-load): Fix typo in message.
2521
2522 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2523
2524         * dig.el (dig-invoke): Fix typo in docstring.
2525         (query-dig): Reflow docstring.
2526
2527 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2528
2529         * gnus-art.el (gnus-article-encrypt-body):
2530         * message.el (message-check-recipients):
2531         * mm-util.el (mm-codepage-setup):
2532         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2533         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2534
2535 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2536
2537         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2538         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2539         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2540         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2541         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2542
2543 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2544
2545         * dig.el: Add "Keywords: comm", as per net-utils.el.
2546
2547 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2548
2549         * dig.el (dig-mode): Use define-derived-mode.
2550
2551 2009-09-19  Glenn Morris  <rgm@gnu.org>
2552
2553         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2554
2555 2009-09-18  Glenn Morris  <rgm@gnu.org>
2556
2557         * gnus-diary.el (gnus-diary-check-message):
2558         * message.el (message-insert-formatted-citation-line):
2559         * nnbabyl.el (top-level):
2560         * nndiary.el (nndiary-schedule):
2561         Fix typos in condition-case handlers.
2562
2563 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2566         configuration that provides the sole article window in a frame;
2567         position point correctly after deleting a part.
2568
2569 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2570
2571         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2572         (spam-resolve-registrations-routine): Use it to unregister articles
2573         that change status.
2574
2575 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2578         with XEmacs.
2579         (parse-time-string-chars): Use it.
2580
2581 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * imap.el (imap-interactive-login): Better messages.
2584         (imap-open): Fix bug with renamed buffer on reconnect.
2585         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2586         for easier debugging and cleaner code.  On successful (guessed based on
2587         server capabilities) secondary authentication, set imap-state
2588         correctly.
2589         (imap-last-authenticator): Define imap-last-authenticator as a variable
2590         to avoid warnings.
2591
2592 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * nnrss.el (nnrss-request-article): Remove binding of
2595         default-enable-multibyte-characters that has gotten needless by
2596         the 2007-07-13 change in rfc2047-encode-message-header.
2597
2598         * mml.el (mml-insert-multipart): Error on the message header.
2599         (mml-insert-part): Error on the message header; position point at
2600         the end of a MIME tag.
2601
2602 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * time-date.el (autoload): Expand define-obsolete-function-alias into
2605         defalias and make-obsolete for old Emacsen that Gnus supports.
2606         (with-no-warnings): Define it for old Emacsen.
2607         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2608         is available.
2609         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2610         float-time is available; suppress compile warning for time-to-seconds.
2611
2612         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2613         (gnus-float-time): Alias to float-time if it exists.
2614
2615         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2616         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2617         float-time is available; suppress compile warning for time-to-seconds.
2618
2619         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2620         XEmacs.
2621
2622 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2623
2624         * imap.el (imap-message-map): Docstring fix.
2625
2626 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2629         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2630         Add the optional argument `encoding' that overrides the default.
2631
2632         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2633         mm-encode-buffer.
2634
2635 2009-09-04  Glenn Morris  <rgm@gnu.org>
2636
2637         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2638         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2639         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2640         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2641         * mm-util.el (mm-with-unibyte-current-buffer)
2642         (mm-find-buffer-file-coding-system):
2643         * yenc.el (yenc-decode-region): Use default-value rather than
2644         default-enable-multibyte-characters.
2645
2646 2009-09-03  Glenn Morris  <rgm@gnu.org>
2647
2648         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2649         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2650         than default-enable-multibyte-characters.
2651
2652 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2653
2654         * gnus-art.el (gnus-article-read-summary-keys):
2655         Fix gnus-buffer-configuration's value temporarily used.
2656
2657 2009-09-02  Glenn Morris  <rgm@gnu.org>
2658
2659         * gnus-util.el (gnus-float-time): New function.
2660         * gnus-delay.el (gnus-delay-article):
2661         * gnus-sum.el (gnus-thread-latest-date):
2662         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2663         * nnspool.el (nnspool-request-newgroups):
2664         Use gnus-float-time rather than time-to-seconds.
2665         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2666
2667         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2668         (gnus-header-subject-face, gnus-header-newsgroups-face)
2669         (gnus-header-name-face, gnus-header-content-face):
2670         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2671         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2672         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2673         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2674         (gnus-cite-face-11):
2675         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2676         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2677         (gnus-server-closed-face, gnus-server-denied-face)
2678         (gnus-server-offline-face):
2679         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2680         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2681         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2682         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2683         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2684         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2685         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2686         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2687         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2688         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2689         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2690         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2691         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2692         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2693         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2694         (gnus-summary-high-undownloaded-face)
2695         (gnus-summary-low-undownloaded-face)
2696         (gnus-summary-normal-undownloaded-face)
2697         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2698         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2699         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2700         (gnus-splash-face):
2701         * message.el (message-header-to-face, message-header-cc-face)
2702         (message-header-subject-face, message-header-newsgroups-face)
2703         (message-header-other-face, message-header-name-face)
2704         (message-header-xheader-face, message-separator-face)
2705         (message-cited-text-face, message-mml-face):
2706         * sieve-mode.el (sieve-control-commands-face)
2707         (sieve-action-commands-face, sieve-test-commands-face)
2708         (sieve-tagged-arguments-face):
2709         * spam.el (spam-face):
2710         Mark face aliases with "-face" in the name as obsolete.
2711
2712 2009-09-01  Glenn Morris  <rgm@gnu.org>
2713
2714         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2715         than goto-line.
2716
2717 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2720         Don't move point if the command is invoked inside the message header.
2721
2722 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2723
2724         * imap.el (imap-send-command): Simplify.
2725         (imap-wait-for-tag): point-max -> buffer-size.
2726
2727 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2728
2729         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2730         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2731         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2732         * nnir.el (nnir-swish-e-index-file):
2733         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2734         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2735         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2736         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2737         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2738         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2739
2740 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2743         Don't save excursion.
2744
2745 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2746
2747         * nnheader.el (nnheader-find-file-noselect):
2748         * mm-util.el (mm-insert-file-contents):
2749         Use (default-value 'major-mode) instead of default-major-mode.
2750
2751 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2752
2753         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2754
2755 2009-08-26  Glenn Morris  <rgm@gnu.org>
2756
2757         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2758         than placing in files.el.
2759
2760 2009-08-25  Glenn Morris  <rgm@gnu.org>
2761
2762         * nnir.el (top-level): Don't require cl at run-time.
2763         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2764         Replace cl-function substitute with gnus-replace-in-string.
2765         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2766         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2767         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2768         simplified expansions.
2769
2770 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2771
2772         * dig.el (dig): Add autoload cookie.
2773
2774 2009-08-22  Glenn Morris  <rgm@gnu.org>
2775
2776         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2777         goto-line.
2778
2779 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2780
2781         * parse-time.el (parse-time-string-chars): Save match data.
2782
2783 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2784
2785         * parse-time.el (parse-time-string-chars): Compute using character
2786         classes, to handle non-ascii characters (Bug#3190).
2787
2788 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2791
2792         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2793         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2794         (gnus-mm-display-part, gnus-mime-display-single)
2795         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2796         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2797
2798         * gnus-sum.el
2799         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2800         (gnus-summary-move-article): Add expirable mark to articles copied or
2801         moved to group that has auto-expire turned on if the option is non-nil.
2802
2803 2009-07-24  Glenn Morris  <rgm@gnu.org>
2804
2805         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2806         Fix typo.  (Bug#3903)
2807
2808 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2811         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2812         that should not be used for draft articles.
2813         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2814         that has no concern in minor mode keys.
2815         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2816         Abolish.
2817
2818 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2821         article without making inquiry to a user for unknown encoding.
2822
2823         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2824         (nnmaildir--scan): Assume i-node and device number that file-attributes
2825         returns might be cons-cell.
2826
2827         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2828
2829         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2830
2831 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2832
2833         * auth-source.el: Remove docs now in auth.texi.  Don't use
2834         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2835         `auth-source-hide-passwords' and use them.
2836
2837 2009-07-15  Glenn Morris  <rgm@gnu.org>
2838
2839         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2840
2841 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2844         excessive whitespace from the default values of title and description.
2845
2846 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2849         mail-fetch-field to fetch Content-Description header in order to
2850         exclude newlines.
2851
2852 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2853
2854         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2855         format used by GnuPG 2.0.11.
2856
2857 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2860         to deleted part.
2861
2862 2009-05-30  David Engster  <dengste@eml.cc>
2863
2864         * nnmairix.el: Remove old documentation in the commentary block.
2865         (nnmairix-request-group): Do not update active file for nnml back ends.
2866         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2867         end so that overview files are ignored.
2868         (nnmairix-update-groups): Make updating the groups more robust by using
2869         marks.
2870         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2871         with dollar characters in message-id.
2872
2873 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2874
2875         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2876         2008-12-25 in dns.el.
2877
2878 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2879
2880         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2881         could happen if the text is only composed of spaces and/or tabs.
2882
2883 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2884
2885         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2886         when sending a queued message to avoid extra mml tags.
2887
2888 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2891
2892 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2895         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2896         rmail-toggle-header for XEmacs;
2897         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2898
2899 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-dired.el: Remove autoload for gnus-setup-message.
2902         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2903         displaying Gnus logo; always use compose-mail.
2904
2905 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2908
2909 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2912         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2913         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2914         available.
2915         (gnus-nocem-epg-verify): New function.
2916
2917 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2918
2919         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2920
2921 2009-02-15  Glenn Morris  <rgm@gnu.org>
2922
2923         * gnus-util.el (rmail-insert-rmail-file-header)
2924         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2925         autoloads.
2926         (rmail-default-rmail-file): Remove unnecessary declaration.
2927         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2928
2929 2009-02-14  Glenn Morris  <rgm@gnu.org>
2930
2931         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2932         variable (only used in gnus-util, which declares it anyway).
2933         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2934         which was only needed by gnus-art (changed to not use it any more).
2935         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2936         only used in gnus-util, which autoloads it itself.
2937         (rmail-update-summary): Fix autoload.
2938
2939         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2940         rather than rmail-output-to-rmail-file.
2941
2942 2009-02-07  Glenn Morris  <rgm@gnu.org>
2943
2944         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2945         autoload of function that no longer exists.
2946         (rmail-toggle-header): Declare.
2947         (message-forward-rmail-make-body): Handle mbox Rmail.
2948
2949 2009-01-31  Glenn Morris  <rgm@gnu.org>
2950
2951         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2952         2009-01-09 change.
2953
2954 2009-01-31  Dave Love  <fx@gnu.org>
2955
2956         * imap.el (imap-fetch-safe): Bind debug-on-error.
2957         (imap-debug): Add imap-fetch-safe.
2958
2959 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2960
2961         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2962         (auth-source-forget-all-cached): New convenience function.
2963         (auth-source-user-or-password): Accept list of modes or a single mode.
2964
2965         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2966         auth-source modes.
2967
2968         * netrc.el (netrc-machine-user-or-password): Use list of
2969         auth-source modes.
2970
2971         * nnimap.el (nnimap-open-connection): Use list of
2972         auth-source modes.
2973
2974         * nntp.el (nntp-send-authinfo): Use list of
2975         auth-source modes.
2976
2977 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2978
2979         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2980         now.
2981
2982 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2985         coding system in XEmacs; add a workaround for XEmacs.
2986
2987         * lpath.el: Fbind coding-system-aliasee.
2988
2989 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2992         of current-language-environment.
2993
2994 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2995
2996         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2997         available at runtime.
2998
2999 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3002
3003 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3004
3005         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3006         the greatest positive fixnum value doesn't work under an XEmacs with
3007         bignum support; use the most-positive-fixnum constant instead,
3008         available since Emacs 21.1 with cl and XEmacs 21.1.
3009
3010 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3013         XEmacs gets not to work.
3014
3015 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * mm-util.el (mm-coding-system-priorities): Allow the value like
3018         "Japanese (UTF-8)" of current-language-environment.
3019
3020 2009-01-09  Glenn Morris  <rgm@gnu.org>
3021
3022         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3023         with last-command-event.
3024
3025 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3028         in the doc string.
3029
3030         * message.el (message-fix-before-sending): Amend comment.
3031
3032 2009-01-08  Dave Love  <fx@gnu.org>
3033
3034         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3035
3036 2009-01-07  David Engster  <dengste@eml.cc>
3037
3038         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3039         simplified server definitions by converting it via
3040         gnus-server-to-method.
3041
3042 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3045         parameter's operands.
3046
3047 2009-01-06  David Engster  <dengste@eml.cc>
3048
3049         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3050         primary select method (for gnus-group-mark-article-as-read).
3051
3052 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3053
3054         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3055         `(gnus)Face', not `(gnus)X-Face'.
3056
3057 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * mm-util.el (mm-ucs-to-char): New function.
3060
3061         * mm-url.el (mm-url-decode-entities): Use it.
3062
3063         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3064         unicode-to-char.
3065
3066 2009-01-05  Dave Love  <fx@gnu.org>
3067
3068         * time-date.el: Require cl for `declare'.
3069
3070 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3071
3072         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3073         Dave Love.
3074
3075 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3076
3077         * message.el (message-fix-before-sending): Add `eight-bit' to
3078         illegible-text check.
3079
3080 2009-01-03  Michael Olson  <mwolson@gnu.org>
3081
3082         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3083         `headers' is nil.  This can occur if the IMAP server does not have
3084         permissions to read messages from a folder, but can write new messages
3085         to the folder.
3086         (nnimap-request-article-part): Do not insert `data' if it is nil.
3087
3088         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3089         characters which will confuse `read', so skip past them.
3090
3091 2009-01-01  Dave Love  <fx@gnu.org>
3092
3093         * imap.el (imap-string-to-integer): Fix typo.
3094         (imap-fetch-safe): New function.
3095         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3096
3097         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3098
3099         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3100         (imap-parse-greeting): Fix doc strings.
3101         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3102         (imap-parse-flag-list): Make messages unique.
3103         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3104
3105         * nnimap.el: Fix author email.
3106         (nnimap-split-rule): Add FIXME comment.
3107         (nnimap-debug): Fix doc string.
3108
3109 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3112
3113 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3114
3115         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3116         nslookup if resolv.conf isn't available.
3117         (dns-query): Rename from query-dns.
3118         (dns-query-cached): Rename from query-dns-cached.
3119
3120 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3123         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3124         to check if those variables exist (first appeared in Emacs 18.50).
3125
3126 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * mm-util.el (mm-line-number-at-pos): New function.
3129
3130         * spam-report.el (spam-report-process-queue): Use it.
3131
3132 2008-12-24  David Engster  <dengste@eml.cc>
3133
3134         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3135         parameters that haven't existed as variables as buffer-local variables.
3136
3137 2008-12-23  Dave Love  <fx@gnu.org>
3138
3139         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3140         cadar.
3141
3142         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3143         imap-starttls-p.
3144         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3145
3146 2008-12-22  Dave Love  <fx@gnu.org>
3147
3148         * imap.el: Fix author email.  Doc fixes.
3149         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3150         reply.
3151
3152 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3153
3154         * spam-report.el (spam-report-gmane-max-requests): New constant.
3155         (spam-report-gmane-wait): New variable.
3156         (spam-report-gmane-ham, spam-report-gmane-spam)
3157         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3158         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3159         the server.
3160
3161         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3162         Add explanations.
3163
3164         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3165         nnheader-accept-process-output and nnheader-read-timeout if available.
3166         (pop3-movemail): Use it.
3167
3168         * message.el (message-check-news-body-syntax): Fix signature check if
3169         there's an attachment.
3170
3171 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * mm-util.el: Add comments to the mm- emulating functions.
3174
3175 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3176
3177         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3178         by Stephen Berman <stephen.berman@gmx.net>.
3179
3180 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * mm-util.el (mm-substring-no-properties): New function.
3183         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3184         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3185         (mm-string-to-multibyte): Doc fix.
3186
3187         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3188
3189 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * mml.el (mml-attach-file): Strip text properties from file name.
3192         (Bug#1574)
3193
3194 2008-12-16  Glenn Morris  <rgm@gnu.org>
3195
3196         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3197
3198 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3201         knows since the charset specified might be a bogus alias that
3202         mm-charset-synonym-alist provides.
3203
3204 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3205
3206         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3207         "ISO_8859-1".
3208
3209         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3210
3211 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * mm-util.el (mm-charset-eval-alist):
3214         Define it before mm-charset-to-coding-system.
3215         (mm-charset-to-coding-system): Add optional argument `silent';
3216         define it before mm-charset-override-alist.
3217         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3218         default value if it can be used in Emacs currently running;
3219         silence mm-charset-to-coding-system.
3220
3221 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3224         `allow-override' which says whether to use `mm-charset-override-alist'.
3225         (rfc2047-decode-encoded-words): Use it.
3226
3227         * mm-util.el (mm-charset-override-alist): Fix custom type;
3228         add `(gb2312 . gbk)' to choices.
3229
3230 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3233         fast.
3234
3235         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3236
3237         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3238
3239 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3240
3241         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3242         on links.
3243
3244         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3245
3246 2008-12-03  Lute Kamstra  <lute@gnu.org>
3247
3248         * sha1.el: Remove leading * from docstrings of defcustoms,
3249         deffaces, defconsts and defuns.
3250
3251 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3254         users' addresses that don't have domain parts.
3255         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3256         rather than message-narrow-to-head since there will be the message
3257         header separator.
3258
3259 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3260
3261         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3262         since the result is inserted in a unibyte buffer anyway.
3263         (nnimap-demule-use-string-to-multibyte): Remove.
3264         (nnimap-demule): Alias it to mm-string-to-multibyte.
3265
3266 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3267
3268         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3269         variable for debugging bug#464 and bug#1174.
3270         (nnimap-demule): Use it.
3271
3272 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3275         score calculation correctly.
3276
3277 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3278
3279         * message.el (message-send-mail): Just set the buffer to unibyte
3280         rather than use mm-with-unibyte-current-buffer which does a lot more.
3281         (message-send-mail-partially): Don't bother with
3282         mm-with-unibyte-current-buffer since it's already been made unibyte by
3283         message-send-mail.
3284
3285 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3286
3287         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3288
3289 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3292
3293 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3296         require itself and to remove `with-no-warnings'.
3297
3298 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3299
3300         * starttls.el (starttls-any-program-available): Get the name of the
3301         available TLS layer program.
3302         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3303         well as the host name in the "opening" message.
3304
3305         * auth-source.el (auth-source-cache, auth-source-do-cache)
3306         (auth-source-user-or-password): Cache passwords and logins by default,
3307         allow override with `auth-source-do-cache'.
3308         (auth-source-forget-user-or-password): Allow users to remove cache
3309         entries if needed.
3310
3311 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3312
3313         * md4.el (md4-buffer): Fix typo in docstring.
3314         (md4, md4-64): Doc fixes.
3315         (md4-pack-int32): Reflow docstring.
3316
3317 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3318
3319         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3320         condition-case to only the forward-sexp call.
3321
3322 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3325         quotes contained.  Make it more robust regardless by an extra
3326         condition-case wrapper.
3327
3328 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3331
3332 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * nnml.el (nnml-request-expire-articles): Check if the function set to
3335         `nnmail-expiry-target' returns the symbol `delete'.
3336
3337         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3338
3339         * nnmail.el (nnmail-expiry-target): Fix custom type.
3340
3341 2008-10-02  Glenn Morris  <rgm@gnu.org>
3342
3343         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3344         Silence compiler warning.
3345
3346 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3347
3348         * tls.el (open-tls-stream): Show the actual command being
3349         executed, instead of the format string.
3350
3351 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * lpath.el: Fbind codepage-setup for Emacs 23.
3354
3355 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3356
3357         * mml.el (mml-menu): Don't assume mml2015 is bound.
3358
3359 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3362         exists.
3363
3364 2008-09-27  Glenn Morris  <rgm@gnu.org>
3365
3366         * gnus-util.el (mail-header-remove-comments): Autoload it.
3367
3368 2008-09-27  Andreas Schwab  <schwab@suse.de>
3369
3370         * gnus-util.el (gnus-split-references): Strip comments.
3371         (gnus-parent-id): Likewise.
3372
3373 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * message.el (message-confirm-send): Fix version.
3376
3377 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * message.el (message-idna-to-ascii-rhs-1): Use
3380         mail-extract-address-components rather than mail-header-parse-addresses
3381         that is an alias by default to ietf-drums-parse-addresses that does not
3382         support non-ASCII names in headers' contents.
3383
3384 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * message.el (message-confirm-send): Fixed variable documentation to
3387         avoid the "y/n" wording.
3388
3389 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3390
3391         * message.el (message-set-auto-save-file-name): Save to a different
3392         filename so multiple messages (especially drafts) can be recovered.
3393
3394 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3395
3396         * message.el (message-confirm-send): Add appropriate version.
3397
3398 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3401         defvar.
3402
3403 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3404
3405         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3406         (mm-pkcs7-enveloped-magic): Ditto.
3407
3408 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3409
3410         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3411         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3412
3413 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3414
3415         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3416         default, it's better.
3417
3418 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3419
3420         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3421         summary line gnus-number property and ignore them (with a warning
3422         message).
3423
3424 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3427         macro caddr in the interactive form since it won't be expanded.
3428
3429 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3432         `charset'; fix name of function called recursively.
3433         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3434
3435 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3438         (gnus-mime-set-charset-parameters): New function.
3439         (gnus-mime-view-part-as-charset): Use it to correctly display part
3440         specifying wrong charset.
3441
3442 2008-09-08  David Engster  <dengste@eml.cc>
3443
3444         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3445         in completing-read for back end server.
3446
3447 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3448
3449         * message.el (message-confirm-send): New variable to confirm sending a
3450         message.
3451         (message-send): Use it.
3452
3453 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3454
3455         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3456
3457 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3460
3461 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3462
3463         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3464         prevent tracking too many groups.
3465         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3466         Use it.
3467
3468 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3469
3470         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3471         moving point to the bottom of the window in order to avoid recentering.
3472
3473 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3476
3477         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3478         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3479         (gnus-article-beginning-of-window): Fix calculation.
3480
3481 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-msg.el (gnus-summary-supersede-article)
3484         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3485         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3486         message header.
3487
3488 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3489
3490         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3491         pending output coming after the status change.
3492
3493 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3494
3495         * message.el:
3496         * gnus-start.el:
3497         * gnus-registry.el: Remove VMS support.
3498
3499 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3502         macro.
3503         (rfc2104-hash): Use it.
3504
3505 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3508         (gnus-summary-sort-by-most-recent-date): New commands.
3509         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3510         and menu entries.
3511
3512 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3515         don't redisplay article for raw contents; remove plural articles stuff.
3516
3517         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3518         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3519         on gnus-summary-save-article; display results properly.
3520
3521 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * lpath.el: No need to fbind ns-focus-frame.
3524
3525 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3528
3529 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3532         gnus-save-all-headers.
3533
3534 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3535
3536         * gnus-util.el (ns-focus-frame): Remove declaration.
3537         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3538         like x.
3539
3540 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3541
3542         * rfc2104.el (rfc2104-zero): Delete defconst.
3543         (rfc2104-hex-alist): Likewise.
3544         (rfc2104-hex-to-int): Delete func.
3545         (rfc2104-hexstring-to-bitstring): Likewise.
3546         (rfc2104-nybbles): New defconst.
3547         (rfc2104-hash): Rewrite for speed.
3548
3549 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * tls.el (open-tls-stream): Make it work with the 2nd argument
3552         BUFFER that is a string but does not exist as a buffer object, as
3553         mentioned in the doc-string.
3554
3555 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3558         SXEmacs.
3559
3560 2008-07-16  Glenn Morris  <rgm@gnu.org>
3561
3562         * gnus-util.el (ns-focus-frame): Declare for compiler.
3563
3564 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3567         set as a group parameter.
3568         (gnus-summary-save-in-pipe): Work when it is called independently.
3569         (gnus-summary-pipe-to-muttprint): Don't modify
3570         gnus-summary-pipe-output-default-command.
3571
3572 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3573
3574         * message.el (message-send-mail-with-sendmail):
3575         Display the error message.
3576
3577 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * gnus-art.el (gnus-default-article-saver):
3580         Add gnus-summary-save-in-pipe to choices.
3581         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3582         gnus-summary-pipe-output-default-command as the default command.
3583         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3584         instead of gnus-last-shell-command.
3585
3586         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3587         New user option.
3588         (gnus-summary-muttprint-program): Mention the value will be changed.
3589         (gnus-summary-save-article): Force showing of all headers.
3590         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3591
3592 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3593
3594         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3595
3596 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3597
3598         * nnimap.el (nnimap-id):
3599         * sieve-manage.el (sieve-manage-open): Doc fixes.
3600
3601 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3602
3603         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3604         if available.
3605
3606 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3607
3608         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3609
3610         * nnkiboze.el (nnkiboze-generate-group):
3611         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3612
3613         * nnmairix.el: Require CL.
3614
3615 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * dgnushack.el: Autoload get-display-table and put-display-table for
3618         XEmacs 21.5.
3619
3620         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3621         21.4 and SXEmacs.
3622
3623 2008-06-15  David Engster  <dengste@eml.cc>
3624
3625         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3626
3627 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3628
3629         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3630         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3631         runtime choice under XEmacs.
3632
3633         * gnus-sum.el (gnus-summary-set-display-table):
3634         Use `gnus-put-display-table', `gnus-get-display-table',
3635         `gnus-set-display-table' for the display table, instead of `aset'.
3636
3637         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3638         Use `gnus-put-display-table', `gnus-get-display-table',
3639         `gnus-set-display-table' for the display table.
3640
3641 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3642
3643         * nnmairix.el: Add autoloads.
3644
3645 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3646
3647         * nnmairix.el (nnmairix-delete-recreate-group)
3648         (nnmairix-update-and-clear-marks): Fix error messages.
3649
3650 2008-06-14  David Engster  <dengste@eml.cc>
3651
3652         * nnmairix.el: Upgrade to version 0.6.
3653         (nnmairix-group-toggle-propmarks-this-group)
3654         (nnmairix-group-toggle-readmarks-this-group)
3655         (nnmairix-group-delete-recreate-this-group)
3656         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3657         (nnmairix-remove-tick-mark-original-article): New commands.
3658         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3659         (nnmairix-propagate-marks-to-nnmairix-groups)
3660         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3661         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3662         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3663         functions needed for marks propagation and manipulation of read marks.
3664         (nnmairix-update-groups): New function.
3665         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3666         (nnmairix-determine-original-group-from-registry)
3667         (nnmairix-determine-original-group-from-path)
3668         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3669         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3670         New helper functions.
3671         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3672         keystrokes for new commands.
3673         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3674         (nnmairix-request-group): Check allow-fast group parameter.
3675         (nnmairix-request-create-group): Set allow-fast group parameter if
3676         nnmairix-allowfast-default is set.
3677         (nnmairix-close-group): Propagate marks upon closing if needed.
3678         (nnmairix-group-toggle-threads-this-group): Use new.
3679         nnmairix-group-toggle-parameter helper function.
3680         (nnmairix-search): Better check for empty search result.
3681         (nnmairix-goto-original-article): Use new helper functions for
3682         determining original article.
3683         (nnmairix-show-original-article): Make sure message-id is in brackets.
3684         (nnmairix-call-mairix-binary): Change variable name.
3685         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3686         helper function.
3687         (nnmairix-widget-toggle-activate): Fix doc string.
3688
3689 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * nnir.el: Require edmacro when compiling with XEmacs.
3692         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3693         available in Emacs 21.
3694
3695 2008-06-11  Glenn Morris  <rgm@gnu.org>
3696
3697         * gnus-util.el (x-focus-frame):
3698         * gnus.el (image-size):
3699         * mm-decode.el (image-size): Declare.
3700
3701         * gnus-picon.el (declare-function): Add compat definition.
3702         (image-size): Declare.
3703
3704         * gnus-group.el (tool-bar-map):
3705         * gnus-sum.el (tool-bar-map): Define for compiler.
3706
3707         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3708
3709         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3710
3711         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3712         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3713         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3714         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3715         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3716         * sieve-manage.el, spam-report.el, spam.el:
3717         Remove unnecessary eval-and-compile of autoloads.
3718
3719 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3720
3721         * auth-source.el: Precise Tramp doc.
3722
3723 2008-06-07  Glenn Morris  <rgm@gnu.org>
3724
3725         * nnmairix.el: Remove unnecessary eval-when-compile.
3726
3727 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * lpath.el: Fbind propertize for XEmacs 21.4.
3730
3731 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3732
3733         * nnir.el: Move here from ../contrib.
3734
3735 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3736
3737         * gnus-util.el (gnus-read-shell-command): New function.
3738         * mm-decode.el (mm-pipe-part):
3739         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3740
3741 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3744
3745 2008-06-03  Glenn Morris  <rgm@gnu.org>
3746
3747         * pop3.el (nnheader-accept-process-output): Autoload it.
3748
3749 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3752         are not 2-digit hexadecimal characters that follow `%'s.
3753
3754 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3755
3756         * message.el (message-bogus-recipient-p): Fix type in doc string.
3757         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3758         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3759         Improve custom options.
3760         (message-bogus-recipient-p): Adjust accordingly.
3761
3762 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3763
3764         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3765         long-form month and day names.
3766
3767 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * dgnushack.el: Autoload debug, eudc-expand-inline and
3770         pgg-snarf-keys-region for XEmacs.
3771
3772         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3773
3774         * nnmairix.el: Require edmacro when compiling with XEmacs.
3775
3776 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3779         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3780
3781 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         * auth-source.el: Add more docs.
3784
3785         * netrc.el (netrc-machine): Always match if the port is not given.
3786
3787 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3790         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3791         retrieval faster in some cases, but might make CPU usage larger.  If
3792         this has any bad side effects, we might revert this change.
3793
3794         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3795         seems to make mail retrieval much, much faster.
3796         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3797         unconditionally.
3798
3799         * gnus-draft.el (gnus-group-send-queue): Bind
3800         message-send-mail-partially-limit to nil to avoid being prompted.
3801
3802 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3803
3804         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3805
3806         * message.el (message-bogus-address-regexp): Fix and improve custom
3807         type.
3808         (message-setup-hook): Add message-check-recipients as custom option.
3809
3810 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * message.el (message-cite-function): Remove bogus autoload which crept
3813         in during merge from v5-10.
3814
3815 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3816
3817         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3818
3819         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3820
3821         * auth-source.el: Preliminary Tramp docs.
3822         (auth-sources): Change the default auth-sources to use
3823         EPA .gpg files.
3824
3825 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3826
3827         * nntp.el: Autoload `auth-source-user-or-password'.
3828         (nntp-send-authinfo): Use it.
3829
3830         * nnimap.el: Autoload `auth-source-user-or-password'.
3831         (nnimap-open-connection): Use it.
3832
3833         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3834         for the gnus-message function.
3835         (auth-source-user-or-password): Use it.
3836
3837 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3838
3839         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3840         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3841         (rfc2104-hash): Use it.
3842
3843 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3844
3845         * gnus-art.el (gnus-article-toggle-truncate-lines):
3846         Don't use `iff' in docstring.
3847
3848 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3851
3852         * gnus-util.el (gnus-extract-address-component-name)
3853         (gnus-extract-address-component-email): Convenience functions around
3854         `gnus-extract-address-components'.
3855
3856         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3857         Use `gnus-extract-address-component-email' to fix bug of comparing full
3858         sender name to `user-mail-address'.
3859
3860 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3861
3862         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3863         catch/throw to optimize.
3864         (gnus-registry-find-keywords): Just use member to find a keyword.
3865
3866 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3867
3868         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3869         is current before calling gnus-server-prepare.
3870         (gnus-server-setup-buffer, gnus-server-update-server)
3871         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3872
3873 2008-05-04  Juri Linkov  <juri@jurta.org>
3874
3875         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3876         (mailcap-file-default-commands): Use mailcap-replace-in-string
3877         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3878         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3879
3880 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3881
3882         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3883
3884 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3885
3886         * gnus.el: Bump version to 0.11.
3887
3888 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3889
3890         * gnus.el: No Gnus v0.10 is released.
3891
3892 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3895         hooks.
3896         (gnus-update-read-articles): Speed up non-marks-using users.
3897         (gnus-use-marks): Define gnus-use-marks.
3898         (gnus-propagate-marks): Rename variable to something more sensible.
3899
3900 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3901
3902         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3903         (gmm-image-load-path-for-library): Fix typos in docstrings.
3904         (gmm-message): Reflow docstring.
3905
3906 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3907
3908         * mail-source.el (mail-source-set-1, mail-source-bind):
3909         Move auth-source code out of the macro to clean it up and fix bugs.
3910
3911 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3912
3913         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3914         by sender if it's equal to user-mail-address, it's likely to be
3915         useless.
3916
3917         * mail-source.el (mail-source-bind): Don't use user or password if they
3918         are not bound.  Unintern them if they are nil.  Don't use server unless
3919         it's bound, and default it to empty string otherwise.
3920
3921 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3922
3923         * mail-source.el: Load auth-source.el.
3924         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3925         get user name or password, if auth-sources is set up.
3926
3927         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3928         strategy of splitting with parent.
3929         (gnus-registry-split-fancy-with-parent)
3930         (gnus-registry-post-process-groups): Use it and fix prior
3931         bug (returning a list as the split result).
3932
3933         * auth-source.el (auth-sources): Remove server parameter.
3934         (auth-source-pick, auth-source-user-or-password)
3935         (auth-source-user-or-password-imap)
3936         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3937         (auth-source-user-or-password-sftp)
3938         (auth-source-user-or-password-smtp): Remove server parameter.
3939
3940 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3941
3942         * smime.el (smime-sign-region, smime-encrypt-region)
3943         (smime-decrypt-region):
3944         Remove redundant calls to `generate-new-buffer-name'.
3945
3946 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3947
3948         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3949         Don't use QP for message/rfc822.
3950         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3951
3952 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3953
3954         * sieve-manage.el (sieve-string-bytes): Remove.
3955         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3956         correct byte-length only if the process's coding-system is the same as
3957         the one used internally by Emacs to represent strings.
3958
3959 2008-04-22  Juri Linkov  <juri@jurta.org>
3960
3961         * mailcap.el (mailcap-file-default-commands): New function.
3962
3963 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3964
3965         * message.el (message-signature-separator, message-cite-function):
3966         Change custom version.
3967
3968 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3969
3970         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3971         commands.
3972         (tls-checktrust): Ditto.
3973
3974 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * mm-decode.el (mm-display-external): Make temp file read-only.
3977
3978 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3979
3980         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3981         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3982         `C-c C-f d'.
3983
3984 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3985
3986         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3987
3988 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * gnus.el: Bump version to 0.9.
3991
3992 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3993
3994         * gnus.el: No Gnus v0.8 is released.
3995
3996 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3997
3998         * mail-source.el (mail-source-value):
3999         Prefer fboundp to functionp so it works with macros as well.
4000
4001 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4002
4003         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4004         Fix last change in case the element is not even a symbol.
4005
4006 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4007
4008         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4009         Prefer fboundp to functionp so it works with macros as well.
4010
4011 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4012
4013         * auth-source.el: Added docs.
4014         (auth-sources): Modify format to support server.
4015         (auth-source-pick, auth-source-user-or-password)
4016         (auth-source-user-or-password-imap)
4017         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4018         (auth-source-user-or-password-sftp)
4019         (auth-source-user-or-password-smtp): Add server parameter.
4020
4021 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4022
4023         * gnus-registry.el: Initialize the registry when gnus-registry-install
4024         is t.
4025
4026 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * compface.el (uncompface): Make buffer unibyte.
4029
4030 2008-04-05  Glenn Morris  <rgm@gnu.org>
4031
4032         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4033
4034 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4035
4036         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4037         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4038
4039         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4040         multibyteness after rather than before erasing it.
4041
4042         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4043         mm-with-multibyte.
4044         (gnus-request-article-this-buffer): Make sure the proper decoding is
4045         used if gnus-original-article-buffer happens to be unibyte.
4046
4047         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4048         default-enable-multibyte-characters.
4049
4050         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4051         default-enable-multibyte-characters.
4052
4053         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4054
4055         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4056
4057 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4058
4059         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4060         (imap-message-copyuid-1): Use it.
4061         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4062         J. Williams in
4063         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4064
4065         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4066         imap-enable-exchange-bug-workaround.
4067         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4068
4069 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4070
4071         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4072         a 100 byte status-checks into a 2-3MB transfer for each group.
4073         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4074         to enable bug workaround or not.
4075         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4076
4077 2008-03-31  Glenn Morris  <rgm@gnu.org>
4078
4079         * message.el (mml2015-use): Declare for compiler.
4080         (message-info): Require mml2015 when appropriate.
4081
4082 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4085         whitespace.
4086
4087 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4088
4089         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4090         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4091         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4092         (nntp-service-to-port): New function.
4093         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4094         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4095         (nntp-open-netcat-stream): New function.
4096         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4097
4098 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4099
4100         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4101
4102 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4103
4104         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4105
4106 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4107
4108         * dns.el (dns-write): Use set-buffer-multibyte.
4109
4110 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4111
4112         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4113
4114 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * message.el (message-signature-separator): Change default.
4117         Improve custom type.
4118         (message-cite-function): Change default to
4119         message-cite-original-without-signature.
4120
4121         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4122         toggle.
4123
4124         * message.el (message-check-news-body-syntax): Fix signature check.
4125         (message-setup-1): Mark buffer as unmodified _after_ running
4126         message-setup-hook and handling message-alternative-emails.
4127         (message-shorten-references): Be more strict when building list of
4128         valid references to comply with GNKSA.
4129
4130         * gnus-group.el (gnus-read-ephemeral-bug-group)
4131         (gnus-read-ephemeral-debian-bug-group)
4132         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4133
4134         * message.el (message-info): Don't use booleanp which isn't supported
4135         in Emacs 21 and XEmacs.
4136
4137 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4138
4139         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4140         gnus-group-gmane-group-download-format.
4141         (gnus-group-read-ephemeral-gmane-group): Rename from
4142         gnus-group-read-ephemeral-gmane-group.
4143         (gnus-read-ephemeral-gmane-group-url): Rename from
4144         gnus-group-read-ephemeral-gmane-group-url.
4145         (gnus-bug-group-download-format-alist): New variable.
4146         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4147         (gnus-read-ephemeral-emacs-bug-group): New commands.
4148
4149 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4152         (gnus-visible-headers): Improve custom type.
4153
4154 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * mml.el (mml-menu): Add workarounds for XEmacs.
4157
4158         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4159         X-Boundary header.
4160
4161         * message.el (message-simplify-recipients): Fix previous commit.
4162
4163 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4164
4165         * mm-util.el (mm-set-buffer-multibyte): New function.
4166         * mm-decode.el (mm-copy-to-buffer): Use it.
4167
4168 2008-03-19  Glenn Morris  <rgm@gnu.org>
4169
4170         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4171         Accidentally removed in the sync process with Emacs.
4172
4173 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * message.el (message-alter-recipients-discard-bogus-full-name):
4176         New function.
4177         (message-alter-recipients-function): New variable.
4178         (message-get-reply-headers): Use it.
4179         (message-replace-header): New helper function.
4180         (message-recipients-without-full-name): New variable.
4181         (message-simplify-recipients): New command.
4182
4183         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4184
4185         * message.el (message-info): Handle EasyPG manual.
4186
4187         * mml.el (mml-menu): Add entry for EasyPG.
4188
4189 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4190
4191         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4192         parameter.
4193
4194         * message.el (message-disassociate-draft): Specify drafts group name
4195         fully.
4196
4197 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4198
4199         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4200         unnecessary duplicates from the match list.
4201
4202 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4205
4206         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4207
4208         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4209         args of `how-many' of which the XEmacs version doesn't take; declare
4210         Info-index-next as function.
4211
4212 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4213
4214         * gnus-score.el (gnus-score-headers): Fix handling of
4215         gnus-inhibit-slow-scoring.
4216
4217         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4218         string.
4219         (gnus-button-url-regexp): Improve handling of parenthesis.
4220         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4221         (gnus-button-handle-info-keystrokes): Handle index entries.
4222
4223 2008-03-15  Glenn Morris  <rgm@gnu.org>
4224
4225         * parse-time.el (parse-time-string): Simplify.
4226
4227 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4230         Incoming* files.
4231
4232 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4233
4234         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4235         (auth-source-pick): Use it.
4236
4237 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4238
4239         * binhex.el (binhex-decode-region-internal):
4240         * uudecode.el (uudecode-decode-region-internal):
4241         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4242         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4243         setting default-enable-multibyte-characters.
4244
4245 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * auth-source.el (auth-source-protocols)
4248         (auth-source-protocols-customize, auth-source-choices): Added and
4249         modified variable customizations and defaults.
4250         (auth-source-pick, auth-source-user-or-password)
4251         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4252         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4253         (auth-source-user-or-password-sftp)
4254         (auth-source-user-or-password-smtp): Use new variables and provide an
4255         interface to netrc.el.
4256
4257 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4260         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4261         Make sure the nntp port to specify is a string.
4262
4263 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4264
4265         * nntp.el: Use with-current-buffer.
4266         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4267         dubious mm-with-unibyte-current-buffer.
4268         (nntp-with-open-group-function): New function extracted from
4269         nntp-with-open-group macro.
4270         (nntp-with-open-group): Use the function, so it's easier to debug.
4271         Add indentation and debugging info.
4272         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4273         the use of the netcat alternatives.
4274
4275         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4276         Avoid mm-string-as-multibyte as well.
4277
4278         * nnweb.el (nnweb-insert-html):
4279         Remove use of nnheader-string-as-multibyte.
4280
4281         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4282         (nnheader-string-as-multibyte): Remove.
4283
4284         * mm-view.el: Use inhibit-read-only.
4285         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4286         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4287         or unibyte-string.
4288
4289         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4290         (mm-uu-yenc-extract): Use with-current-buffer.
4291
4292         * gnus-soup.el (gnus-soup-send-packet): Don't use
4293         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4294
4295         * nnmh.el: Use with-current-buffer.
4296         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4297         mm-string-as-multibyte on the output of mm-encode-coding-string.
4298
4299         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4300         (nnimap-request-move-article): Use with-current-buffer.
4301
4302         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4303         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4304         conversion uses string-make-unibyte rather than string-as-unibyte.
4305
4306         * gnus-msg.el: Use with-current-buffer.
4307
4308         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4309
4310 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4311
4312         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4313         string for caching if it is 'PIN.
4314
4315 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * lpath.el: Consider the case without Emacs/W3.
4318
4319 2008-03-08  Glenn Morris  <rgm@gnu.org>
4320
4321         * time-date.el (date-to-time, time-subtract, time-add)
4322         (safe-date-to-time): Doc fixes.
4323
4324 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4325
4326         * mail-source.el (mail-source-delete-old-incoming-confirm):
4327         Change default to nil.
4328         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4329
4330 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * lpath.el: Rearrange.
4333
4334         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4335         (gnus-article-goto-prev-page): Work for articles having ^L's.
4336
4337         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4338
4339         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4340
4341 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4342
4343         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4344         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4345         (gnus-bookmark-jump): Adjust some variable names.
4346
4347 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         * auth-source.el: New package.
4350         (auth-source-choices): Add customization entry point variable.
4351
4352         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4353         bug.
4354
4355 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4358         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4359         (gnus-registry-install-shortcuts): Rename from
4360         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4361         the `gnus-registry-mark-map' keymap dynamically from
4362         `gnus-registry-marks'.  The generated functions update the summary line
4363         when a registry mark is added or deleted, and will call
4364         `gnus-registry-install-p' (see the comments in the code).
4365         (gnus-registry-user-format-function-M): Use concat intelligently.
4366
4367         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4368         the registry mark functions.
4369
4370 2008-03-05  Glenn Morris  <rgm@gnu.org>
4371
4372         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4373         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4374         gnus-art.
4375         (top-level): No need to load own source when compiling.
4376
4377 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4378
4379         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4380         Suggested by <chris.anderton@zetnet.co.uk>.
4381
4382 2008-03-04  Glenn Morris  <rgm@gnu.org>
4383
4384         * gnus-sum.el (top-level): No need to require gnus when compiling,
4385         since unconditionally required near start of file.
4386         (gnus-summary-display-while-building): Move definition before use.
4387
4388 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4391         formatting function.
4392
4393 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4396         with plists.
4397         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4398         Use new format.
4399
4400 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4403         `where-is-internal' that returns a range of key sequences.
4404
4405 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4406
4407         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4408
4409         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4410         (gnus-summary-jump-to-group): Consider windows on other displayed
4411         frames as well.  Similar changes might be needed elsewhere, but that's
4412         the one I've bumped into during my use.
4413
4414         * nndoc.el (nndoc-oe-dbx-type-p):
4415         * gnus-msg.el (gnus-debug):
4416         * gnus-group.el (gnus-update-group-mark-positions):
4417         Use mm-string-to-multibyte.
4418
4419 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4420
4421         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4422         doesn't handle NotDashEscaped.
4423
4424         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4425         (mml-dnd-attach-options): Fix typo in custom choice.
4426
4427         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4428         nndoc-article-type to mbox.
4429         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4430
4431         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4432         to nil, instead of html2text.
4433
4434         * imap.el (imap-debug): Add `imap-ping-server'.
4435
4436         * gnus-bookmark.el: Add FIXMEs.
4437
4438         * message.el (message-form-letter-separator)
4439         (message-send-form-letter-delay): New variables.
4440         (message-send-form-letter): Use them.  New command to send form
4441         letters.  Requested by Uwe Siart.
4442         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4443
4444 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * Update copyright years.
4447
4448 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         Sync from EMACS_22_BASE.
4451
4452         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4453
4454 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4455
4456         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4457         empty author.
4458
4459 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * gnus-registry.el (gnus-registry-marks): Add variable for
4462         customization of marks and their appearance.
4463         (gnus-registry-read-mark): Use it.
4464         (gnus-registry-do-marks): Add utility function to loop through
4465         `gnus-registry-marks'.
4466         (gnus-registry-install-shortcuts-and-menus): Add function to install
4467         shortcuts and menus.
4468         (gnus-registry-initialize): Use it.
4469         (gnus-registry-default-mark): Clarify documentation.
4470
4471 2008-02-29  Glenn Morris  <rgm@gnu.org>
4472
4473         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4474         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4475         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4476         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4477         Change defcustom :version from 23.0 to 23.1.
4478
4479 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-registry.el (gnus-registry-follow-group-p)
4482         (gnus-registry-post-process-groups): Add functions to aid registry
4483         splitting and improve logging.  Clarify behavior in function
4484         documentation.
4485         (gnus-registry-split-fancy-with-parent): Use them.
4486
4487 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4488
4489         * gnus-art.el: Use with-current-buffer.
4490
4491 2008-02-27  David Engster  <dengste@eml.cc>
4492
4493         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4494         Express real group name in the response.
4495
4496 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4499         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4500         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4501         autoload gnus-registry-fetch-group when compiling.
4502         (nnmairix-request-group-with-article-number-correction): Remove
4503         unreferenced argument passed to nnmairix-call-backend.
4504
4505 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4506
4507         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4508         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4509         Wilde.
4510
4511 2008-02-27  Glenn Morris  <rgm@gnu.org>
4512
4513         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4514         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4515         variables to defconsts.  Convert comments to doc-strings.
4516         (nnmairix-last-server, nnmairix-current-server): Convert from free
4517         variables to defvars.  Convert comments to doc-strings.
4518         (gnus-registry-fetch-group): Autoload.
4519         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4520         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4521         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4522         caddr.
4523         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4524         nnmairix-request-group-with-article-number-correction call.
4525         (nnmairix-fast, nnmairix-group): New, less general names, for free
4526         variables passed from nnmairix-request-group to
4527         nnmairix-request-group-with-article-number-correction.  Declare.
4528         (nnmairix-request-group-with-article-number-correction):
4529         Use nnmairix-fast, nnmairix-group rather than fast, group.
4530
4531 2008-02-26  David Engster  <dengste@eml.cc>
4532
4533         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4534         version 0.5.
4535
4536 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4539         instead of making an extra function call.  Don't add the current group
4540         to articles only when they have the group.  Use
4541         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4542         Reported by David <de_bb@arcor.de>.
4543
4544 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4547         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4548
4549 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4550
4551         * mail-source.el (mail-source-delete-incoming): Change default.
4552         Supplement doc string.
4553
4554         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4555
4556 2008-02-14  Glenn Morris  <rgm@gnu.org>
4557
4558         * time-date.el (format-seconds): New function.
4559
4560 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4561
4562         * nnmail.el (nnmail-message-id-cache-file): Derive from
4563         `gnus-home-directory'.
4564
4565 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4566
4567         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4568         Document negative prefix.
4569
4570         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4571
4572 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * message.el (message-unsent-separator): Add the Exim bounce
4575         separator.
4576
4577 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4578
4579         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4580         list.
4581         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4582         recipient/signer list.
4583
4584 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * Makefile.in (datarootdir): Define.
4587         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4588         name that might contain whitespace.
4589
4590 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4593         fbound (Emacs 23 unicode), signal an error.
4594
4595 2008-02-08  Glenn Morris  <rgm@gnu.org>
4596
4597         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4598
4599 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4600
4601         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4602         ports to the calls to `netrc-machine-user-or-password' in addition to
4603         "imap" and "imaps".
4604
4605 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4606
4607         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4608
4609         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4610
4611 2008-02-01  Kenichi Handa  <handa@m17n.org>
4612
4613         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4614         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4615         (rfc2104-hash): Convert the result of concat to unibyte string.
4616
4617 2008-02-01  Dave Love  <fx@gnu.org>
4618
4619         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4620         coding-system-for-read.
4621         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4622
4623 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4626         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4627         <hanche@math.ntnu.no>.
4628
4629 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4632
4633         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4634
4635 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4636
4637         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4638         * message.el (message-beginning-of-line): Use featurep instead of bound
4639         tests in order to resolve conditionals at compile time.
4640
4641 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4642
4643         * mail-source.el (mail-sources): Add `group' choice.
4644
4645         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4646         parameter `in-group' to control into which group the articles go.
4647         Add treatment of `group' mail-source.
4648
4649 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4652
4653         * mm-decode.el (mm-dissect-buffer): Decode description.
4654
4655         * mml.el (mml-to-mime): Encode message header first.
4656
4657 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4660         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4661
4662         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4663         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4664
4665 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4666
4667         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4668
4669 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4672         prefix keys.
4673         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4674         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4675         gnus-xmas.el.
4676
4677         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4678         (gnus-xmas-article-describe-bindings): New function.
4679         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4680         gnus-xmas-article-describe-bindings.
4681
4682         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4683
4684 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4685
4686         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4687         Add new variables for article mark management.
4688         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4689         list of extra data entries which, when present, will indicate that the
4690         article ID should not be trimmed from the registry.
4691         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4692         functions.
4693         (gnus-registry-read-mark): New function to read a mark name from the
4694         user.
4695         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4696         (gnus-registry-set-article-mark-internal): New functions to add and
4697         remove marks.
4698         (gnus-registry-get-article-marks): New function to show the marks for
4699         an article, or retrieve them for further use.
4700
4701 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4704         keys when no argument is given.
4705
4706 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * imap.el (imap-ping-server): New variable.
4709         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4710         (imap-ping-server): Minor doc string fixes.
4711
4712 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4713
4714         * imap.el (imap-ping-server): New function.
4715         (imap-opened): Call imap-ping-server.
4716
4717 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4718
4719         * gnus-sum.el (gnus-article-sort-by-random)
4720         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4721         jidanni@jidanni.org.
4722
4723 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-art.el (gnus-article-describe-bindings): New function.
4726         (gnus-article-read-summary-keys): Use it.
4727         (gnus-article-mode-map): Bind `C-h b' to it.
4728
4729 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4732         XEmacs.
4733         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4734         against non-character events.
4735
4736         * lpath.el: Fbind map-keymap for Emacs 21.
4737
4738 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4739
4740         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4741         command.
4742         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4743         instead of END.  Change name of the temp file.
4744         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4745         customizable.
4746
4747 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4750         bind `S W' to gnus-article-wide-reply-with-original; set default
4751         binding to gnus-article-read-summary-send-keys.
4752         (gnus-article-read-summary-keys): Fix the order of keys; display
4753         continuation keys correctly in the echo area; describe bindings
4754         correctly when keys end with `C-h'.
4755         (gnus-article-read-summary-send-keys): New function.
4756         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4757         for gnus-article-read-summary-send-keys; display continuation keys
4758         correctly in the echo area.
4759         (gnus-article-reply-with-original): Ignore prefix argument.
4760         (gnus-article-wide-reply-with-original): New function.
4761
4762         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4763         Emacs 21.
4764
4765 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4768         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4769
4770 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4771
4772         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4773         (gnus-group-read-ephemeral-gmane-group): New command.
4774
4775 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4776
4777         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4778
4779 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4780
4781         * message.el (message-send-mail-function): Increase custom version.
4782
4783         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4784         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4785
4786 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4787
4788         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4789         for the cases where imap-authenticate is called with a nil buffer
4790         parameter.
4791
4792 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4795         html parts correctly; support forwarded messages.
4796         (gnus-article-browse-html-article): Remove work buffers.
4797
4798         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4799         compiling.
4800         (netrc-bound-and-true-p): New macro.
4801         (netrc-parse): Use it instead of bound-and-true-p that is not available
4802         in XEmacs 21.4.
4803
4804 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * gnus-registry.el (gnus-registry-mark-article)
4807         (gnus-registry-article-marks): Add functionality to mark articles
4808         through the Gnus registry.
4809
4810         * encrypt.el: Clarify documentation for the new pgg method.
4811         (encrypt-file-alist): Add PGG option.
4812         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4813         functionality.  Abstract password key and messaging to external
4814         functions.
4815         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4816         (encrypt-message-method-and-cipher): Add new convenience external
4817         functions.
4818         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4819         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4820
4821         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4822         (netrc-parse): Use encrypt-file-alist to determine if
4823         encrypt-find-model or encrypt-insert-file-contents should be used.
4824
4825         * encrypt.el: Clarify documentation.  Load password-cache or
4826         password, whichever one is found first, instead of autoloading.
4827
4828 2007-12-19  Glenn Morris  <rgm@gnu.org>
4829
4830         * mml.el (message-options-set, message-narrow-to-head)
4831         (message-in-body-p, message-mail-p, message-encode-message-body):
4832         Autoload.
4833         (message-remove-header, message-narrow-to-headers-or-head)
4834         (message-subscribed-p, message-make-mail-followup-to)
4835         (message-position-on-field, message-news-p)
4836         (message-options-set-recipient, message-generate-headers)
4837         (message-sort-headers): Declare as functions.
4838
4839 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4840
4841         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4842         convention in doc string.
4843
4844 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4847         title to html parts.
4848         (gnus-article-browse-html-article): Pass message header to it.
4849
4850         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4851
4852 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4853
4854         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4855         or password compatible with XEmacs.
4856
4857 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4860         format document.
4861         (gnus-mime-delete-part): Don't write description line if empty.
4862         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4863
4864 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4865
4866         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4867         (gnus-summary-mark-read-and-unread-as-read)
4868         (gnus-summary-mark-current-read-and-unread-as-read)
4869         (gnus-summary-mark-unread-as-ticked): Doc fix.
4870         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4871
4872 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4873
4874         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4875         Christoph Conrad <christoph.conrad@gmx.de>.
4876
4877 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4878
4879         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4880         yes-or-no-p.
4881
4882 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * mm-decode.el (mm-add-meta-html-tag): New function.
4885         (mm-save-part-to-file, mm-pipe-part): Use it.
4886
4887         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4888         gnus-y-or-n-p instead of y-or-n-p.
4889         (gnus-article-browse-html-parts): Work with message/external-body; use
4890         mm-add-meta-html-tag.
4891
4892 2007-12-11  Glenn Morris  <rgm@gnu.org>
4893
4894         * gnus-cache.el: Require gnus-sum not just when compiling.
4895
4896         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4897
4898         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4899         definitions before use.
4900
4901         * mm-decode.el: Require gnus-util.
4902         (mm-remove-part): Only call delete-annotation on XEmacs.
4903
4904         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4905
4906         * nnmail.el: Require gnus-int.
4907
4908         * spam.el: Move `require's before `eval-when-compile's.
4909
4910         * gnus-ems.el (gnus-alive-p):
4911         * gnus-fun.el (message-goto-eoh):
4912         * gnus-util.el (gnus-group-name-decode):
4913         * mail-source.el (gnus-compress-sequence):
4914         * message.el (Info-goto-node, format-spec):
4915         * mm-bodies.el (message-options-get):
4916         * mm-decode.el (mm-view-pkcs7):
4917         * mm-util.el (gmm-write-region):
4918         * mml-smime.el (mml-compute-boundary)
4919         (gnus-completing-read-with-default):
4920         * mml.el (widget-button-press, gnus-make-hashtable):
4921         * mml1991.el (mm-decode-content-transfer-encoding)
4922         (mm-encode-content-transfer-encoding)
4923         (message-options-get, message-options-set):
4924         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4925         * nnfolder.el (gnus-request-group):
4926         * nnheader.el (ietf-drums-unfold-fws):
4927         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4928         * smime.el (gnus-run-mode-hooks):
4929         * spam-stat.el (gnus-message): Autoload.
4930
4931         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4932         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4933         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4934         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4935         Add declare-function compatibility definition.
4936
4937         * gnus-cache.el (nnvirtual-find-group-art):
4938         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4939         (gnus-add-image, gnus-add-wash-type):
4940         * gnus-group.el (nnkiboze-score-file):
4941         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4942         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4943         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4944         (message-tokenize-header, gnus-get-buffer-create)
4945         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4946         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4947         * gnus.el (gnus-group-decoded-name):
4948         * mail-source.el (imap-capability):
4949         * mm-bodies.el (message-options-set):
4950         * mm-decode.el (gnus-configure-windows):
4951         * mm-extern.el (message-goto-body):
4952         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4953         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4954         (epg-sub-key-validity, message-options-set):
4955         * mml.el (widget-event-point, gnus-configure-windows):
4956         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4957         * mml2015.el (epg-check-configuration, epg-configuration)
4958         (message-options-set):
4959         * nndb.el (nndb-request-article):
4960         * nnfolder.el (gnus-request-create-group):
4961         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4962         * nnmaildir.el (gnus-group-mark-article-read):
4963         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4964         * rfc1843.el (message-fetch-field):
4965         * spam.el (gnus-extract-address-components):
4966         Declare as functions.
4967
4968 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4971
4972         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4973
4974         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4975         bind show-trailing-whitespace for XEmacs.
4976
4977 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4978
4979         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4980         new no-op macro for backward compatibility.
4981
4982         * imap.el (imap-string-to-integer): New function.
4983
4984 2007-12-09  Glenn Morris  <rgm@gnu.org>
4985
4986         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4987
4988         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4989         * message.el, mm-view.el, sieve-manage.el, smime.el:
4990         Add declare-function compatibility definition.
4991
4992         * gnus-art.el (w3-region, w3m-region, Info-menu):
4993         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4994         * gnus-sum.el (gnus-get-predicate):
4995         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4996         * message.el (mail-abbrev-in-expansion-header-p):
4997         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4998         (w3m-detect-meta-charset, w3m-region):
4999         * sieve-manage.el (password-read, password-cache-add)
5000         (password-cache-remove):
5001         * smime.el (password-read-and-add): Declare as functions.
5002
5003 2007-12-08  David Kastrup  <dak@gnu.org>
5004
5005         * gnus-sum.el (gnus-summary-simplify-subject-query):
5006         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5007         `message'.
5008
5009 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5012         it to bind idna-program, installation-directory, defined-colors, and
5013         face-attribute for XEmacs of the version that compiles defcustom forms.
5014
5015 2007-12-07  Glenn Morris  <rgm@gnu.org>
5016
5017         * gnus-art.el (article-make-date-line): Revert previous change.
5018
5019 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5020
5021         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5022
5023 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5024
5025         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5026         Call gnus-add-to-range ranges only once with a prepared article-list.
5027
5028 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5029
5030         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5031         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5032         group names with backslashes.  Reported by Tassilo Horn
5033         <tassilo@member.fsf.org>.
5034
5035 2007-12-06  Deepak Goel  <deego3@gmail.com>
5036
5037         * gnus-art.el (article-make-date-line):
5038         * gnus-start.el (gnus-load):
5039         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5040
5041 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-art.el (gnus-use-idna)
5044         * gnus-start.el (gnus-site-init-file)
5045         * message.el (message-use-idna)
5046         * mm-uu.el (mm-uu-hide-markers)
5047         * smiley.el (smiley-style): Revert changes that suppress warnings.
5048
5049 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5052         specify charset to html source.  Reported by Christoph Conrad
5053         <christoph.conrad@gmx.de>.
5054
5055 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5058         idna-program in order to suppress byte compile warning issued by XEmacs
5059         that came to byte compile the default value section of defcustom forms
5060         recently.
5061
5062         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5063         value of installation-directory.
5064
5065         * message.el (message-use-idna): Don't directly refer to the value of
5066         idna-program.
5067
5068         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5069
5070         * smiley.el (smiley-style): Don't directly call face-attribute.
5071
5072 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5075
5076         * gnus-dired.el: Reduce Gnus dependencies.
5077         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5078         require.  Use autoloads instead.
5079         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5080         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5081         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5082         (gnus-dired-mode): Adjust doc string.
5083         (gnus-dired-mail-mode): New variable.
5084         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5085         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5086         (gnus-dired-mail-buffers): New function.  Return mail or message
5087         composition buffers.
5088         (gnus-dired-attach): Use it.
5089         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5090         NO-DECODE.
5091         (gnus-dired-print): Use `gnus-print-buffer' depending on
5092         `gnus-dired-mail-mode'.
5093
5094 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * rfc2047.el (rfc2047-encoded-word-regexp)
5097         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5098         explaining what regexp patterns are for.
5099
5100 2007-12-04  Glenn Morris  <rgm@gnu.org>
5101
5102         * password.el: Move to password-cache.el.
5103
5104         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5105         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5106         * mml-smime.el (password-read, password-cache-add)
5107         (password-cache-remove):
5108         No need to autoload, since mml-sec requires password.
5109
5110         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5111         * message.el (gnus-extract-address-components):
5112         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5113
5114         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5115         password.
5116
5117 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * mailcap.el: Reduce dependencies.
5120         (mail-header-parse-content-type): Autoload.
5121         (mailcap-delete-duplicates): New alias.
5122         (mailcap-mime-info): Add optional argument NO-DECODE.
5123         (mailcap-mime-types): Use mailcap-delete-duplicates.
5124
5125         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5126
5127 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5128
5129         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5130         (imap-parse-status): Upcase status-att for servers that sends them
5131         lower-case (e.g., MS Exchange 2007).
5132
5133 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5136         function.
5137
5138         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5139         (gnus-uu-yenc-article): New function.
5140
5141         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5142
5143         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5144         buffer.
5145
5146 2007-12-02  Glenn Morris  <rgm@gnu.org>
5147
5148         * binhex.el (binhex): New custom group.
5149         (binhex-decoder-program, binhex-decoder-switches)
5150         (binhex-use-external): Move to the binhex custom group.
5151
5152         * uudecode.el (uudecode): New custom group.
5153         (uudecode-decoder-program, uudecode-decoder-switches)
5154         (uudecode-use-external): Move to the uudecode custom group.
5155
5156         * netrc.el (top-level): Don't load `encrypt' features.
5157         (netrc-parse): Don't use encrypt.
5158         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5159
5160         * encrypt.el: Remove file.
5161
5162 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5165         matches on patches.
5166
5167         * gnus-art.el (gnus-article-browse-html-article): Mention
5168         `mm-text-html-renderer' in the doc string.
5169
5170         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5171         string.  Add comments.
5172
5173         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5174         if rhs is ASCII.
5175
5176 2007-12-01  Glenn Morris  <rgm@gnu.org>
5177
5178         * mail-source.el (top-level): Require format-spec before
5179         eval-when-compile.
5180
5181 2007-11-30  Glenn Morris  <rgm@gnu.org>
5182
5183         * encrypt.el: Require password, rather than autoloading password-read.
5184
5185 2007-11-29  Glenn Morris  <rgm@gnu.org>
5186
5187         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5188         (sasl-make-client, sasl-next-step, sasl-step-data)
5189         (sasl-step-set-data): Declare as functions.
5190
5191 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5194
5195 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5196
5197         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5198         certs should be verified and what is to be done in the event of a
5199         verification failure.
5200
5201         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5202         caller can indicate whether the cache should be disregarded for this
5203         call.  This way the result of the call is reproducible at all times and
5204         can be considered a canonical server name for the supplied method.
5205         (gnus-agent-method-p): Canonicalize server names by pushing their
5206         method through `gnus-method-to-server' using the no-cache argument.
5207
5208         * gnus-srvr.el (gnus-server-insert-server-line): Call
5209         `gnus-method-to-server' with `no-cache' argument.
5210
5211         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5212         gnus-agent-possibly-synchronize-flags as this should be called when the
5213         server is actually being opened.
5214         (gnus-agent-possibly-synchronize-flags)
5215         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5216         flags file of an agentized server to the latter function.
5217
5218         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5219         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5220         after a connection has been established successfully.
5221
5222 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-art.el (article-display-face): Force to display face if called
5225         interactively; check if gnus-article-x-face-too-ugly matches author.
5226         (article-display-x-face): Display face even if From header is missing
5227         as article-display-face does.
5228
5229 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5230
5231         * hashcash.el (message-narrow-to-headers-or-head)
5232         (message-fetch-field, message-goto-eoh)
5233         (message-narrow-to-headers): Declare as functions.
5234
5235 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * mail-source.el (mail-sources): Default to fetch from file for
5238         compatibility with default of nnmail-spool-file.
5239
5240 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5243         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5244         to look for encoded word that should be encoded again.
5245         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5246         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5247         encoding pattern.
5248         (rfc2047-decode-region): Switch strict regexp and loose one according
5249         to rfc2047-allow-irregular-q-encoded-words.
5250
5251 2007-11-25  Romain Francoise  <romain@orebokech.com>
5252
5253         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5254
5255 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * tls.el (tls-program): Provide more custom choices from
5258         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5259         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5260
5261 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5262
5263         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5264         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5265
5266         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5267         `nnmail-spool-file'.
5268
5269         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5270         `nnmail-spool-file'.
5271
5272         * gnus-move.el (gnus-change-server): Ditto.
5273
5274         * gnus-kill.el (gnus-batch-score): Ditto.
5275
5276         * gnus-cache.el (gnus-jog-cache): Ditto.
5277
5278         * gnus-msg.el (gnus-summary-reply):
5279         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5280
5281 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5284         version.  Minor improvement to doc strings.
5285         (tls-program): Add comment.
5286
5287 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5288
5289         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5290         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5291         mismatch between the hostname provided in the certificate and the name
5292         of the host connnecting to.
5293         (open-tls-stream): Use them.  Check certificates against trusted root
5294         certificates.
5295
5296 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5297
5298         * gnus-cache.el (gnus-cache-generate-nov-databases):
5299         Use nnml-generate-nov-databases-directory instead of
5300         nnml-generate-nov-databases-1.
5301
5302 2007-11-24  Glenn Morris  <rgm@gnu.org>
5303
5304         * message.el (message-tool-bar-retro): Update for rename
5305         mail_send.xpm->mail-send.xpm.
5306
5307 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5310         `smime-ldap-search' for Emacs 22 and up.
5311
5312 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5313
5314         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5315
5316         * message.el (message-send-mail-function): Fix error convention.
5317         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5318         (message-widen-reply, message-send-mail, message-talkative-question)
5319         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5320         (message-clone-locals, message-send-news): Use with-current-buffer.
5321         (message-insert-or-toggle-importance): Remove unused var `valid'.
5322         (message-make-references): Remove unused var `new-references'.
5323         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5324
5325 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5326
5327         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5328         (spam-split-symbolic-return-positive): Reflow docstring.
5329         (spam-backends, spam-summary-exit-behavior)
5330         (spam-mark-ham-unread-before-move-from-spam-group)
5331         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5332         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5333         (spam-clear-cache, spam-backend-check, spam-install-backend)
5334         (spam-install-statistical-backend, spam-list-of-processors)
5335         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5336         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5337         (spam-check-crm114, spam-initialize, spam-unload-hook):
5338         Fix typos in docstrings.
5339
5340 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5343         been checked if they have never been read and those group levels are
5344         higher than the one that a user specified.
5345
5346 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5349         foreign groups unless a group level is specified by a user.
5350         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5351
5352 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * message.el (message-send-mail-function): Require sendmail.
5355
5356 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * message.el (message-send-mail-function): Check for smtpmail too.
5359
5360         * utf7.el (utf7-encode, utf7-decode): Use coding system
5361         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5362
5363         * message.el (message-send-mail-function): New function.
5364         (message-send-mail-function): Set default using
5365         message-send-mail-function.  Adjust doc string.
5366         (message-send-mail-with-mailclient): New function.
5367
5368 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5369
5370         * smime.el (from):
5371         * rfc2047.el (message-posting-charset):
5372         * qp.el (mm-use-ultra-safe-encoding):
5373         * pop3.el (parse-time-months):
5374         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5375         * nnml.el (files):
5376         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5377         (jka-compr-compression-info-list, ange-ftp-path-format)
5378         (efs-path-regexp):
5379         * nndiary.el (files):
5380         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5381         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5382         (epg-digest-algorithm-alist, inhibit-redisplay)
5383         (password-cache-expiry):
5384         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5385         (pgg-output-buffer, password-cache-expiry):
5386         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5387         (efs-path-regexp):
5388         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5389         (inhibit-redisplay):
5390         * mm-uu.el (file-name, start-point, end-point, entry)
5391         (gnus-newsgroup-name, gnus-newsgroup-charset):
5392         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5393         (latin-unity-ucs-list):
5394         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5395         (mm-uu-binhex-decode-function):
5396         * message.el (gnus-message-group-art, gnus-list-identifiers)
5397         (rmail-enable-mime-composing, gnus-local-organization)
5398         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5399         (gnus-read-active-file, facemenu-add-face-function)
5400         (facemenu-remove-face-function, gnus-article-decoded-p)
5401         (tool-bar-mode):
5402         * mail-source.el (display-time-mail-function):
5403         * gnus-util.el (nnmail-pathname-coding-system)
5404         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5405         (gnus-original-article-buffer, gnus-user-agent)
5406         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5407         (xemacs-codename, sxemacs-codename, emacs-program-version):
5408         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5409         * gnus-start.el (gnus-agent-covered-methods)
5410         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5411         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5412         (gnus-newsgroup-headers, gnus-group-list-mode)
5413         (gnus-group-mark-positions, gnus-newsgroup-data)
5414         (gnus-newsgroup-unreads, nnoo-state-alist)
5415         (gnus-current-select-method, mail-sources)
5416         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5417         (nnmail-spool-file, gnus-cache-active-hashtb):
5418         * gnus-mh.el (mh-lib-progs):
5419         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5420         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5421         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5422         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5423         (gnus-group-buffer):
5424         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5425         (font-lock-set-defaults):
5426         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5427         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5428         (gnus-summary-post-menu, total-parts, type, condition, length):
5429         * gnus-agent.el (gnus-agent-read-agentview):
5430         * flow-fill.el (show-trailing-whitespace):
5431         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5432         eval-and-compile wrappers for byte compiler pacifiers.
5433
5434         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5435         (mm-display-inline-fontify): Check for featurep 'xemacs not
5436         extent-list.
5437
5438         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5439         itimer-list.
5440         (mm-create-image-xemacs): Only do something for XEmacs.
5441         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5442
5443         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5444
5445         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5446         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5447
5448 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5449
5450         * nnimap.el (nnimap-split-download-body):
5451         * gnus-demon.el (gnus-demon):
5452         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5453
5454 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5457         macros.
5458         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5459         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5460         copy data from unibyte buffer to multibyte current buffer.
5461         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5462         to copy data from unibyte current buffer to multibyte buffer.
5463         (nntp-make-process-buffer): Make process buffer unibyte.
5464
5465         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5466
5467 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5468
5469         * pop3.el (pop3-open-server): Accept and process data more robustly at
5470         connexion start to avoid spurious "POP SSL connexion failed" errors.
5471
5472 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5475         read group names.
5476
5477 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5480
5481 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5484         (nnmail-save-active): Use a unibyte buffer when saving active file,
5485         which may contain non-ASCII group names.
5486
5487         * nnml.el (nnml-request-group): Decode group names in messages.
5488
5489 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5490
5491         * message.el (message-citation-line-function)
5492         (message-insert-formatted-citation-line): Fix spelling of
5493         `message-insert-formated-citation-line'.
5494
5495 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5498
5499 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5502         nnmail-pathname-coding-system.
5503
5504         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5505         that a user enters; decode group names in messages.
5506
5507         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5508
5509 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5510
5511         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5512
5513         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5514
5515         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5516         risky local variable.
5517
5518         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5519
5520 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * encrypt.el: Improve documentation to fix function name typo.
5523         Reported by Daiki Ueno <ueno@unixuser.org>.
5524
5525 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5528         even if the point is not in the last page of an article.
5529         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5530         back to the previous page.
5531
5532 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5533
5534         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5535
5536 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5539
5540 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5541
5542         * message.el (message-check-news-body-syntax): Avoid
5543         mm-string-as-multibyte.
5544         (message-hide-headers): Don't assume (point-min)==1.
5545
5546 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * message.el (message-remove-blank-cited-lines): Fix if remove is
5549         given.
5550         (message-bogus-address-regexp): New variable.
5551         (message-bogus-recipient-p): New function.
5552         (message-check-recipients): New command.
5553         (message-syntax-checks): Add `bogus-recipient'.
5554         (message-fix-before-sending): Add `bogus-recipient'.
5555
5556         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5557         (gnus-treat-body-boundary): Don't test window-system.
5558
5559 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5560
5561         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5562
5563 2007-10-28  Miles Bader  <miles@gnu.org>
5564
5565         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5566         at compile-time too.
5567
5568 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * gnus-msg.el (gnus-message-setup-hook): Add
5571         `message-remove-blank-cited-lines' to options.
5572
5573 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5574
5575         * message.el (message-remove-blank-cited-lines): New function.
5576         Suggested by Karl Plästerer.
5577
5578 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5581         mapc.
5582
5583         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5584         (top-level): Use mapc to set functions to be traced for debugging.
5585
5586         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5587         called for effect with while loop.
5588
5589         * message.el (message-talkative-question): Replace mapcar called for
5590         effect with mapc.
5591
5592         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5593         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5594         called for effect with dolist.
5595
5596         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5597
5598         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5599         gnus-extra-headers and nnmail-extra-headers.
5600
5601         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5602         called for effect with dolist.
5603         (top-level): Use mapc to set functions to be traced for debugging.
5604
5605         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5606         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5607         dolist.
5608
5609         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5610         Replace mapcar called for effect with mapc.
5611         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5612         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5613         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5614         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5615
5616         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5617         remove-if that's a cl function.
5618
5619         * webmail.el (webmail-debug): Replace mapcar called for effect with
5620         dolist.
5621
5622         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5623         with mapc.
5624
5625 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5628         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5629         with while loop.
5630
5631         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5632         functions from article-* functions.
5633         (gnus-multi-decode-header): Replace mapcar called for effect with
5634         dolist.
5635
5636         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5637         (gnus-bookmark-show-details): Replace mapcar called for effect with
5638         while loop.
5639
5640         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5641         called for effect with while loop.
5642
5643         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5644         with dolist.
5645
5646         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5647         mapcar called for effect with dolist.
5648
5649         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5650
5651         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5652         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5653         Replace mapcar called for effect with dolist.
5654         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5655         mapc.
5656
5657         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5658         Replace mapcar called for effect with dolist.
5659         (gnus-topic-list): Replace mapcar called for effect with mapc.
5660
5661         * gnus.el: Use mapc instead of mapcar to add autoloads.
5662
5663 2007-10-23  Richard Stallman  <rms@gnu.org>
5664
5665         * gnus-group.el (gnus-group-highlight): Mark as risky.
5666
5667 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus.el (gnus-server-to-method): Return method found first in
5670         gnus-newsrc-alist.
5671
5672         * gnus-art.el (gnus-article-highlight-signature)
5673         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5674         button overlay without the front stickiness.
5675
5676 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5677
5678         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5679         overview buffer needed a catch to receive its throw.
5680         (gnus-agent-flush-cache): Declared as interactive to make this function
5681         easier to use.
5682
5683 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5684
5685         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5686         `next-line'.
5687
5688 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5691         exclude address matching message-dont-reply-to-names.
5692
5693 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-util.el (gnus-string<): New function.
5696
5697         * gnus-sum.el (gnus-article-sort-by-author)
5698         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5699
5700 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5703         the frame-focus tag is set in gnus-buffer-configuration.
5704
5705 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5708         the front stickiness.
5709
5710 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5713         url pattern; remove duplicate one.
5714         (gnus-article-extend-url-button): New function.
5715         (gnus-article-add-buttons): Use it.
5716         (gnus-button-push): Use concatenated url that it makes.
5717
5718 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5719
5720         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5721
5722 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5725         Don't hardcode point-min==1.
5726
5727 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5728
5729         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5730         Fix comment about "iso8859-1".
5731
5732 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5733
5734         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5735         ones returned from the verify-function.
5736
5737         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5738         mml2015-extract-cleartext-signature if extraction failed.
5739
5740 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5741
5742         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5743         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5744         failed.
5745
5746 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5749
5750 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5753         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5754         recommends to use EasyPG instead of PGG.
5755
5756         * pgg.el: Revert to revision 6.23.2.16.
5757
5758         * pgg-def.el: Revert to revision 6.6.2.14.
5759
5760         * pgg-gpg.el: Revert to revision 6.23.2.34.
5761
5762 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5765         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5766         thread for both the null and zero (kill/expire thread) universal prefix
5767         cases.
5768         (gnus-summary-expire-thread): Add new function to expire a thread,
5769         using gnus-summary-kill-thread.
5770         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5771         shortcuts for gnus-summary-expire-thread.
5772         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5773         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5774
5775 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5776
5777         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5778         extras value, so an extras entry can be deleted.
5779         (gnus-registry-delete-extra-entry): Use it.
5780         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5781         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5782         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5783         storage through the gnus-registry, and provide an appropriate API for
5784         it.
5785
5786 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5789         Suggested by Leo <sdl.web@gmail.com>.
5790
5791         * gnus.el: Do.
5792
5793 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5796         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5797
5798         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5799
5800         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5801         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5802
5803 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5806         newline.
5807         (nnmbox-request-accept-article): Don't change article in source buffer;
5808         narrow to header to use message-fetch-field rather than
5809         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5810         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5811         as delimiters; make sure article ends with newline.
5812         (nnmbox-delete-mail): Correct last position of article to be deleted;
5813         ignore X-Gnus-Newsgroup header in article body.
5814         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5815         positions; make sure article ends with newline.
5816
5817         * message.el (message-display-abbrev): Don't infloop when a user
5818         inserts SPC in the beginning of header.
5819
5820         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5821         coding-system-for-read and coding-system-for-write for XEmacs having no
5822         file-coding feature.
5823
5824         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5825
5826 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5827
5828         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5829         list of groups not followed by default.  Fix type to be regexp.
5830         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5831
5832 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5833
5834         * hmac-def.el (define-hmac-function): Switch from old-style to
5835         new-style backquotes.
5836
5837         * md4.el (md4-make-step): Likewise.
5838
5839 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5842         raw-text coding system when saving .newsrc file, which may contain
5843         non-ASCII group names.
5844
5845 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-cus.el (gnus-score-extra): New widget.
5848         (gnus-score-extra-convert): New function.
5849         (gnus-score-customize): Use it for Extra.
5850
5851 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5852
5853         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5854         (mml2015-mailcrypt-clear-verify): Use it.
5855         (mml2015-gpg-clear-verify): Use it.
5856         (mml2015-pgg-clear-verify): Use it.
5857         (mml2015-epg-clear-verify): Replace the current part with the output
5858         from GnuPG; don't extract the plaintext by itself.
5859
5860         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5861         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5862         mml2015-clear-verify-function; don't touch the armor headers or
5863         dash-escaped text here.
5864
5865 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5868         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5869         parts, or application/octet-stream as a last resort.
5870         (gnus-mime-view-part-as-type): Don't toggle display.
5871         (gnus-mime-view-part-as-charset): Don't turn off display before
5872         querying charset.
5873
5874         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5875         stuff to undisplayer function in Emacs.
5876         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5877
5878         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5879         text/calendar parts.
5880
5881 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5884         decoding text/calendar parts.
5885
5886         * message.el (message-forward-make-body-mime): Always mark body as
5887         having no illegible text; remove signed-or-encrypted argument.
5888         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5889
5890         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5891         (mml-generate-mime-1): Don't encode body if it is specified to be in
5892         raw form; don't make buffer be unibyte when inserting multibyte string.
5893
5894 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5895
5896         * sha1.el: Fix up comment style.
5897         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5898         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5899
5900         * hex-util.el: Fix up comment style.
5901         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5902
5903         * gnus-salt.el: Use with-current-buffer.
5904         (gnus-pick-setup-message): Fix long-standing typo.
5905
5906 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * imap.el (imap-logout-timeout): New variable.
5909         (imap-logout, imap-logout-wait): New functions.
5910         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5911
5912         * nnimap.el (nnimap-logout-timeout): New server variable.
5913         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5914         nnimap-logout-timeout.
5915
5916         * gnus-art.el (gnus-article-summary-command-nosave)
5917         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5918
5919 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus.el (gnus-maximum-newsgroup): New variable.
5922
5923         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5924         according to gnus-maximum-newsgroup.
5925
5926         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5927         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5928         Limit the range of articles according to gnus-maximum-newsgroup.
5929
5930 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5931
5932         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5933         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5934         Don't perform gnus-configure-windows here; reuse existing sticky
5935         article buffer.
5936
5937         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5938         it doesn't exist in gnus-article-mode.
5939
5940 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5943         (gnus-agent-decoded-group-name): New function.
5944         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5945         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5946
5947 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5948
5949         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5950         Add binding for gnus-sticky-article.
5951         (gnus-summary-exit): Don't kill sticky article buffers.
5952
5953         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5954         article buffer.
5955         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5956         (gnus-kill-sticky-article-buffers): New commands.
5957
5958 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * nntp.el (nntp-xref-number-is-evil): New server variable.
5961         (nntp-find-group-and-number): If it is non-nil, don't trust article
5962         numbers in the Xref header.
5963
5964 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-agent.el (gnus-agent-read-group): New function.
5967         (gnus-agent-flush-group, gnus-agent-expire-group)
5968         (gnus-agent-regenerate-group): Use it.
5969         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5970         nnmail-pathname-coding-system.
5971
5972 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5975
5976         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5977         that are unread as unread, and also as selected so that information of
5978         marks having been changed by a user may be updated when exiting group.
5979
5980 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5983         calculated ignoring signature parts to gnus-treat-article.
5984
5985 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5988         a point here in order to keep the window start.
5989         (gnus-insert-mime-security-button): Make a button overlay without the
5990         front stickiness.
5991         (gnus-mime-display-security): Goto the end of a button.
5992
5993         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5994
5995 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5998         group-name-at-point.
5999         (gnus-group-completing-read): New function that offers decoded
6000         non-ASCII group names for completion.
6001         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6002         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6003         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6004         (gnus-group-fetch-control): Use it.
6005         (gnus-fetch-group): Use group-name-at-point for the initial value
6006         rather than the default value; use gnus-alive-p.
6007
6008         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6009         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6010         (gnus-summary-post-news): Use gnus-group-completing-read.
6011
6012         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6013         (gnus-read-move-group-name): Decode group name for completion.
6014
6015 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6018         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6019         Yamaoka slightly modified the code).
6020
6021 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6024         (nnmail-split-incoming): Bind it.
6025
6026         * nnml.el (nnml-group-name-charset): New function.
6027         (nnml-decoded-group-name): Use it; don't decode group name if
6028         nnmail-group-names-not-encoded-p is non-nil.
6029         (nnml-encoded-group-name): New function.
6030         (nnml-group-pathname): Inline nnml-decoded-group-name.
6031         (nnml-request-expire-articles): Decode group name in message.
6032         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6033         nnmail-pathname-coding-system.
6034         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6035         not decoded ones according to nnmail-group-names-not-encoded-p.
6036         (nnml-generate-active-info): Use nnml-encoded-group-name.
6037
6038 2007-08-08  Glenn Morris  <rgm@gnu.org>
6039
6040         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6041         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6042         doc-strings and comments.
6043
6044 2007-07-25  Glenn Morris  <rgm@gnu.org>
6045
6046         * Relicense all FSF files to GPLv3 or later.
6047
6048 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-sum.el (gnus-summary-move-article): Make
6051         gnus-summary-respool-article work.
6052
6053 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6054
6055         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6056         string.
6057
6058 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6059
6060         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6061         that should be ignored when comparing distant RSS articles with local
6062         ones.
6063         (nnrss-make-hash-index): New function.  Create a hash index according
6064         to the ignored fields.
6065         (nnrss-check-group): Use it.
6066
6067 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6070
6071         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6072
6073         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6074         the new optional argument ENCODED is non-nil.
6075         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6076         coding system for encoding group name.
6077         (gnus-group-make-rss-group): Pass un-encoded group name to
6078         gnus-group-make-group.
6079         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6080         encoded.
6081
6082         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6083         Encode group name to which articles are moved or copied.
6084         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6085         coding system for encoding Newsgroup, Followup-To and Xref headers.
6086
6087         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6088         marks; use nnheader-file-coding-system to write a file.
6089         (nnagent-retrieve-headers): Bind file-name-coding-system to
6090         nnmail-pathname-coding-system.
6091
6092         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6093
6094         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6095         (nnml-request-article, nnml-request-create-group)
6096         (nnml-request-rename-group, nnml-find-id)
6097         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6098         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6099         (nnml-save-marks): Use nnml-group-pathname instead of
6100         nnmail-group-pathname.
6101
6102         (nnml-request-create-group, nnml-request-expire-articles)
6103         (nnml-request-move-article, nnml-request-delete-group)
6104         (nnml-deletable-article-p, nnml-possibly-create-directory)
6105         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6106         (nnml-open-marks): Bind file-name-coding-system to
6107         nnmail-pathname-coding-system.
6108
6109         (nnml-request-article): Pass server argument to nnml-find-group-number.
6110         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6111         server argument to nnml-possibly-create-directory.
6112         (nnml-request-accept-article): Pass server argument to
6113         nnml-active-number and nnml-save-mail.
6114         (nnml-find-group-number): Pass server argument to nnml-find-id.
6115         (nnml-request-update-info): Pass server argument to
6116         nnml-marks-changed-p.
6117
6118         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6119         (nnml-save-mail, nnml-active-number): Add server argument.
6120
6121         (nnml-request-delete-group): Warn if group is missing.
6122         (nnml-get-nov-buffer): Decode group name.
6123         (nnml-generate-active-info): Encode group name.
6124         (nnml-open-marks): Decode group name in messages.
6125
6126 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6129         if it is not specified.
6130         (gnus-article-pipe-part, gnus-article-save-part)
6131         (gnus-article-interactively-view-part, gnus-article-copy-part)
6132         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6133         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6134         (gnus-article-replace-part, gnus-article-delete-part)
6135         (gnus-article-view-part-as-type): Pass raw prefix argument to
6136         gnus-article-part-wrapper.
6137
6138 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-agent.el (gnus-agent-save-active): Bind
6141         nnheader-file-coding-system to gnus-agent-file-coding-system.
6142
6143         * gnus-cache.el (gnus-cache-save-buffers)
6144         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6145         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6146         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6147         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6148         (gnus-cache-generate-active, gnus-cache-rename-group)
6149         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6150         (gnus-cache-update-overview-total-fetched-for): Bind
6151         file-name-coding-system to nnmail-pathname-coding-system.
6152         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6153         variables.
6154         (gnus-cache-decoded-group-name): New function.
6155         (gnus-cache-file-name): Use it.
6156         (gnus-cache-generate-active): Use non-decoded group name for active.
6157
6158         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6159         right place.
6160         (gnus-write-active-file): Don't break non-ASCII group names.
6161
6162         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6163         nnmail-pathname-coding-system.
6164
6165         * lpath.el: Bind default-file-name-coding-system,
6166         file-name-coding-system and language-info-alist for XEmacs.
6167
6168         * gnus-uu.el (gnus-uu-decode-save): Typo.
6169
6170 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6173
6174 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6177         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6178         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6179         (gnus-agent-flush-group, gnus-agent-flush-cache)
6180         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6181         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6182         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6183         (gnus-agent-regenerate-group)
6184         (gnus-agent-update-files-total-fetched-for)
6185         (gnus-agent-update-view-total-fetched-for): Bind
6186         file-name-coding-system to nnmail-pathname-coding-system.
6187         (gnus-agent-group-pathname): Don't encode file names by
6188         nnmail-pathname-coding-system.
6189         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6190         coding-system-for-write instead of buffer-file-coding-system to
6191         gnus-agent-file-coding-system.
6192
6193         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6194         Decode group name.
6195
6196         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6197
6198         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6199         (gnus-read-newsrc-el-file): Make group names unibyte.
6200
6201         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6202         nnmail-pathname-coding-system.
6203
6204         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6205         (nnrss-request-delete-group): Bind file-name-coding-system to
6206         nnmail-pathname-coding-system.
6207         (nnrss-read-server-data, nnrss-read-group-data): Bind
6208         file-name-coding-system correctly.
6209         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6210
6211         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6212         (nntp-server-to-method-cache): New variable.
6213         (nntp-group-pathname): New function that decodes non-ASCII group names.
6214         (nntp-possibly-create-directory, nntp-marks-changed-p)
6215         (nntp-save-marks, nntp-open-marks): Use it.
6216         (nntp-possibly-create-directory, nntp-open-marks):
6217         Bind file-name-coding-system to nnmail-pathname-coding-system.
6218         (nntp-open-marks): Decode group names when bootstrapping marks.
6219
6220         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6221         Newsgroups and Folowup-To headers.
6222
6223 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6226         (gnus-server-closed-face, gnus-server-denied-face)
6227         (gnus-server-offline-face): Remove variable.
6228         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6229
6230         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6231         of modifying message-stack directly for XEmacs.
6232
6233         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6234         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6235         if the coding-system argument is nil for XEmacs.
6236
6237         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6238         mm-charset-override-alist.
6239
6240         * rfc2047.el: Don't require base64; require rfc2045 for the function
6241         rfc2045-encode-string.
6242         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6243         to quote the parameter value.
6244
6245 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6248         form in gnus-group-name-charset-method-alist.
6249
6250         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6251         overrides the default layout edit-form.
6252
6253         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6254
6255         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6256
6257 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6260         as unfetched articles.
6261
6262 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6265
6266 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6269         original back end that keeps marks in the local system.
6270
6271 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6274         arg of pop-to-buffer for XEmacs.
6275         (gnus-article-read-summary-keys): Ditto; don't restore window
6276         configuration if summary command ends up with neither article buffer
6277         nor summary buffer; describe bindings if summary keys end with C-h.
6278
6279 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * message.el (message-fix-before-sending): Skip raw message part to be
6282         forwarded while checking illegible text.
6283         (message-forward-make-body-mime, message-forward-make-body): Mark
6284         signed or encrypted raw message as having no illegible text.
6285
6286 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6289         (gnus-message-with-timestamp-1): New macro.
6290         (gnus-message-with-timestamp): New function.
6291         (gnus-message): Use them.
6292
6293         * nnheader.el (nnheader-message): Use them.
6294
6295 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6298         .newsrc.eld file.
6299
6300 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * gnus-agent.el (gnus-agent-fetch-headers)
6303         (gnus-agent-retrieve-headers): Bind
6304         gnus-decode-encoded-address-function to identity.
6305
6306         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6307         available also when the server returns simply a dot.
6308
6309         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6310
6311 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6314
6315 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-ems.el (gnus-x-splash): Make it work.
6318
6319         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6320         from being used.
6321
6322         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6323
6324 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6327         4th and the 5th arguments.
6328
6329         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6330         the front stickiness.
6331         (gnus-article-summary-command-nosave): Correct the order of the
6332         arguments passed to pop-to-buffer.
6333         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6334         summary command ends up with the article buffer.
6335
6336         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6337         the same faces.
6338
6339 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6340
6341         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6342
6343 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6344
6345         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6346         * gnus-sum.el (gnus-summary-highlight):
6347         * pgg.el (pgg-sign-region, pgg-sign):
6348         * mail-source.el (mail-source-delete-old-incoming-confirm):
6349         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6350
6351 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-art.el (gnus-mime-view-part-externally)
6354         (gnus-mime-view-part-internally): Fix predicate function passed to
6355         completing-read.
6356
6357         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6358
6359         * gnus.el (gnus-update-message-archive-method): Add :version.
6360
6361 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * gnus.el (gnus-update-message-archive-method): New variable.
6364
6365         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6366         according to gnus-message-archive-method if
6367         gnus-update-message-archive-method is non-nil.
6368
6369 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6372         by Loic Dachary <loic@dachary.org>.
6373         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6374
6375 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * message.el (message-pop-to-buffer): Add switch-function argument.
6378         (message-mail): Pass switch-function argument to it.
6379
6380 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6383         Improve doc string.
6384
6385 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6388         (gnus-header-content)
6389         * gnus-cite.el (gnus-cite-10)
6390         * gnus-srvr.el (gnus-server-closed)
6391         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6392         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6393         (gnus-group-mail-3-empty, gnus-group-mail-low)
6394         (gnus-group-mail-low-empty, gnus-splash)
6395         * message.el (message-header-to, message-header-cc)
6396         (message-header-subject, message-header-other, message-header-name)
6397         (message-header-xheader, message-separator, message-cited-text)
6398         (message-mml): Lighten colors of faces used for dark background.
6399
6400 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6401
6402         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6403         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6404
6405 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * message.el (message-narrow-to-headers-or-head):
6408         Ignore mail-header-separator in the body.
6409
6410 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6413         same as window size.
6414
6415 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6416
6417         * message.el (message-font-lock-keywords): Use message-header-xheader
6418         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6419         ahead of the anything pattern, to get it recognised.
6420
6421 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6424         spam.el loads uses it in the compiled defadvice form.
6425
6426 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6427
6428         * gnus-sum.el (gnus-articles-to-read)
6429         (gnus-summary-insert-old-articles): Don't truncate group name for
6430         `read-string'.
6431
6432         * gnus-util.el (gnus-limit-string): Delete this function.
6433
6434         * gnus-sum.el (gnus-simplify-subject-fully): Use
6435         `truncate-string-to-width' instead.
6436
6437 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6438
6439         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6440         if, on summary exit, the next group has to be selected.
6441         (gnus-summary-exit): Use it.
6442
6443 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6446         non-break space.
6447
6448 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6451         Check if group is not a directory.
6452         (nnfolder-request-expire-articles): Don't delete articles if the target
6453         group is not available.
6454
6455         * nnml.el (nnml-request-create-group): Properly check if group is not a
6456         file.
6457         (nnml-request-expire-articles): Don't delete articles if the target
6458         group is not available.
6459
6460         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6461         Don't quote characters that are within parentheses.
6462
6463 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6466         (gnus-handle-ephemeral-exit): Select article according to it.
6467
6468 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * message.el (message-insert-formated-citation-line): Remove newline.
6471         (message-citation-line-format): Add final \n here so that the user can
6472         avoid a blank line.
6473
6474 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6475
6476         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6477         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6478         Update lanl/arXiv support.
6479
6480 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus.el: Bump version number.
6483
6484 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * gnus.el (gnus-version-number): Bump version.
6487
6488 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6489
6490         * gnus.el: No Gnus v0.6 is released.
6491
6492 2007-04-27  Didier Verna  <didier@xemacs.org>
6493
6494         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6495         * gmm-utils.el (gmm-regexp-concat): here.
6496         * message.el: Don't require 'gnus-util.
6497         (message-dont-reply-to-names): Handle name change above.
6498         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6499
6500 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6503         since the initial value varies according to the system.
6504
6505 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6508
6509 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6510
6511         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6512
6513 2007-04-24  Didier Verna  <didier@xemacs.org>
6514
6515         Improve the type of gnus-ignored-from-addresses.
6516         * gnus-util.el (gnus-orify-regexp): New function.
6517         * message.el (gnus-util): Require it.
6518         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6519         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6520         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6521
6522 2007-04-24  Didier Verna  <didier@xemacs.org>
6523
6524         * gnus-sum.el:
6525         * gnus-utils.el: Fix some trailing whitespaces.
6526
6527 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6530         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6531         article's Message-ID; refer parent article in summary buffer.
6532
6533         * message.el (message-bounce): Call mime-to-mml.
6534
6535         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6536         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6537         optimize and/or forms properly.
6538
6539 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6542         URL.
6543
6544 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6547
6548 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6551         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6552         displayed of multipart/alternative part if it is invoked from summary
6553         buffer.
6554
6555         * mm-view.el (mm-inline-text-html-render-with-w3m)
6556         (mm-inline-text-html-render-with-w3m-standalone)
6557         (mm-inline-render-with-function): Use mail-parse-charset by default.
6558
6559 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6560
6561         * parse-time.el (parse-time-string-chars): Check if CHAR
6562         is less than the length of parse-time-syntax.
6563
6564 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6567         from gnus-newsgroup-processable.
6568
6569 2007-04-16  Didier Verna  <didier@xemacs.org>
6570
6571         * gnus-msg.el (gnus-configure-posting-styles): Handle
6572         message-signature-directory properly with :file syntax.  Reported by
6573         "Leo".
6574
6575 2007-04-11  Didier Verna  <didier@xemacs.org>
6576
6577         New user option: message-signature-directory.
6578         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6579         * message.el (message-insert-signature): Ditto.
6580         * message.el (message-signature-file): Doc update.
6581         * message.el (message-signature-directory): New.
6582
6583 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * gnus-msg.el (gnus-inews-yank-articles): Use
6586         message-exchange-point-and-mark instead of exchange-point-and-mark.
6587
6588 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * message.el (message-yank-original): Make sure cited text ends with
6591         newline; don't exchange point and mark.
6592
6593 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6594
6595         * tls.el (open-tls-stream): Properly handle case where there
6596         is no associated buffer.
6597
6598 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6599
6600         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6601         message-yank-original, make sure (< mark TEXT point).
6602
6603 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6604
6605         * message.el (message-fill-column): New variable.
6606         (message-mode): Use it.  Add comment on a possible new hook.
6607
6608         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6609         (nnmail-get-new-mail): Reformat.
6610
6611         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6612
6613         * gmm-utils.el: Fix Commentary.
6614         (gmm-tool-bar-from-list): Fix typo in doc string.
6615
6616 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6617
6618         * message.el (message-yank-original): Don't switch point and mark
6619         unnecessarily to put point and mark as documented.
6620
6621 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6622
6623         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6624         from the message heads.
6625
6626 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6627
6628         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6629         article buffer does not have a window.  This may not be the best
6630         solution but is certainly better than setting the start of the null,
6631         that is the current, window.
6632
6633 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6636         (gnus-draft-setup): Run it.
6637
6638         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6639         gnus-score-fast-scoring.  Allow regexp.
6640         (gnus-score-headers): Use it.
6641
6642         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6643         XEmacs.
6644
6645         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6646         string.
6647         (gnus-button-alist): Also catch `<f1> k ...'.
6648         (gnus-treat-display-x-face): Fix doc string.
6649
6650 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6651
6652         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6653         evaluation of gnus-extended-version to ensure correct generation of the
6654         User-Agent header when message-generate-headers-first is used.
6655
6656 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6657
6658         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6659         hashcash-path is nil.  Don't call callback with incorrect number of
6660         parameters if val is 0.
6661
6662 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6663
6664         * message.el (message-required-news-headers):
6665         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6666
6667 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6668
6669         * tls.el (open-tls-stream): In handshake-waiting loop,
6670         don't wait more if there is output available to process.
6671
6672 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6673
6674         * tls.el (tls-program): Doc fix.
6675
6676 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * message.el (message-generate-new-buffers): Change the meaning of the
6679         nil value; add `standard' to the choices; treat t as `unique'; improve
6680         doc string.
6681         (gnus-select-frame-set-input-focus): Autoload.
6682         (message-buffer-name): Search for the existing message buffer if
6683         message-generate-new-buffers is nil or `standard'; treat the value t of
6684         message-generate-new-buffers as `unique'.
6685         (message-pop-to-buffer): Raise the frame already displaying the message
6686         buffer; clear the echo area after querying.
6687         (message-setup): Pass the `continue' argument to compose-mail.
6688         (message-mail): Prefer `switch-function' if it is given; search for the
6689         existing message buffer if the `continue' argument is non-nil; pass
6690         continue and switch-function arguments to compose-mail by way of
6691         message-setup.
6692         (message-mail-other-window): Adjust argument of message-setup.
6693         (message-mail-other-frame): Ditto.
6694
6695 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6698         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6699         to turn font-lock on when turning gnus-message-citation-mode on.
6700
6701 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6702
6703         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6704         (mml-smime-function-alist): New variable; add epg as the backend.
6705         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6706         mml-smime- functions instead.
6707         * mm-view.el: Require smime.
6708
6709 2007-03-05  Didier Verna  <didier@xemacs.org>
6710
6711         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6712         instead of just inheritance for posting styles.
6713         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6714
6715 2007-02-24  Chris Moore  <dooglus@gmail.com>
6716
6717         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6718         * pgg-pgp.el (pgg-pgp-encrypt-region):
6719         * pgg-gpg.el (pgg-gpg-encrypt-region):
6720         Check pgg-encrypt-for-me if no other recipients.
6721
6722 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6723
6724         * tls.el (tls-certtool-program): Fix custom type.
6725
6726 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6729         and point-at-eol instead of line-(beginning|end)-position.
6730
6731         * assistant.el (assistant-parse-buffer): Ditto.
6732
6733         * netrc.el (netrc-parse-services): Ditto.
6734
6735 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6736
6737         * mml2015.el (mml2015-epg-find-usable-key): New function.
6738         (mml2015-epg-sign): Use it.
6739         (mml2015-epg-encrypt): Use it.
6740
6741 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * message.el (message-make-in-reply-to): Quote name containing
6744         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6745         if there are special characters.  Reported by NAKAJI Hiroyuki
6746         <nakaji@jp.freebsd.org>.
6747
6748 2007-02-27  Didier Verna  <didier@xemacs.org>
6749
6750         Include the group parameters as well as the topic ones in the
6751         inheritance filter process.
6752         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6753         argument GROUP-PARAMS-LIST.
6754         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6755
6756 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * nntp.el (nntp-never-echoes-commands)
6759         (nntp-open-connection-functions-never-echo-commands): New variables.
6760         (nntp-send-command): Use them.
6761
6762 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6763
6764         * mml2015.el (mml2015-epg-verify): Simplified.
6765
6766 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * mml.el (mml-content-disposition-alist): New user option.
6769         (mml-content-disposition): New function.
6770         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6771         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6772
6773 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6774
6775         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6776         verification.
6777
6778 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6779
6780         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6781         articles posted in the last 24 hours.
6782
6783 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6784
6785         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6786
6787 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6788
6789         * nntp.el (nntp-send-command): Don't wait for echoes when
6790         nntp-open-ssl-stream is used.
6791
6792 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6795         (gnus-message-add-citation-keywords)
6796         (gnus-message-remove-citation-keywords): Remove.
6797         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6798         directly, make the variables in font-lock-defaults buffer-local, add
6799         gnus-message-citation-keywords to them and then update the value of
6800         font-lock-keywords.
6801
6802 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * message.el (message-cite-original-1): Don't call
6805         gnus-article-highlight-citation.
6806
6807         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6808         citations; fix line count.
6809
6810 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6813         (gnus-message-add-citation-keywords)
6814         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6815         versions of font-lock-add-keywords and font-lock-remove-keywords to
6816         work with XEmacs correctly.
6817
6818 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-cite.el (gnus-cite-face-list): Set the values of
6821         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6822         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6823         (gnus-message-cite-prefix-regexp): New variable.
6824         (gnus-message-search-citation-line): Use it; protect against long
6825         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6826         the 0th match data for Emacs.
6827         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6828         (gnus-message-add-citation-keywords): Append keywords rather than
6829         prepending; emulate font-lock-add-keywords if it is not available.
6830         (gnus-message-remove-citation-keywords): Emulate
6831         font-lock-remove-keywords if it is not available.
6832
6833         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6834
6835         * message.el (message-cite-prefix-regexp): Set the value of
6836         gnus-message-cite-prefix-regexp.
6837
6838 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6839
6840         * nnweb.el (nnweb-google-parse-1): Update parser.
6841
6842 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6843
6844         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6845
6846 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6847
6848         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6849         regexp.
6850
6851 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6854         string-to-multibyte.
6855         (uudecode-decode-region-internal): Use it.
6856
6857         * lpath.el: Fbind string-as-multibyte for XEmacs.
6858
6859 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6862         custom choice.
6863
6864         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6865
6866 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6867
6868         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6869
6870         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6871         `write-region' to respect `mm-inhibit-file-name-handlers'.
6872
6873 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6876         Use gnus-home-directory instead of "~/" or "$HOME".
6877
6878 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6879
6880         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6881         to mention filename.
6882         Add comments at beginning regarding usage.
6883         (encrypt-write-file-contents): Change interactive so a string is
6884         acceptable.  If the file has no associated model, show an error instead
6885         of a nonsense prompt.
6886
6887 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6888
6889         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6890         Thanks to Yoshihiko Yamada for kind notification of this typo.
6891
6892 2007-01-12  Kenichi Handa  <handa@m17n.org>
6893
6894         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6895         multibyte buffer.
6896
6897 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-score.el (gnus-score-fast-scoring): New variable.
6900         (gnus-score-headers): Use it.
6901
6902         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6903
6904         * message.el (message-cite-original-1): Call
6905         gnus-article-highlight-citation if requested.
6906         (message-make-from): Allow name and address as optional arguments.
6907
6908         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6909
6910         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6911         bugs to doc string.
6912         (gnus-button-alist): Add mid\\|message-id.
6913         (gnus-button-fetch-group): Extend for use in
6914         `browse-url-browser-function'.
6915         (gnus-button-url-regexp): Try to catch paired parentheses like in
6916         Wikipedia URLs.
6917
6918         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6919         Suggested by Simon Krahnke <overlord@gmx.li>.
6920
6921 2007-01-13  Romain Francoise  <romain@orebokech.com>
6922
6923         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6924         Update copyright.
6925
6926 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6927
6928         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6929
6930 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6931
6932         * gnus-registry.el (gnus-registry-unfollowed-groups)
6933         (gnus-registry-split-fancy-with-parent): Fix documentation.
6934
6935 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6938         from nnweb groups.
6939
6940 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6943         Xref urls.  Erase buffer before requesting head.
6944
6945 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6948         customizable.
6949
6950 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6951
6952         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6953         no signing key is found.
6954         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6955         no encrypting and/or signing key is found.
6956
6957 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6960
6961 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6962
6963         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6964         headers read from disk with the ones newly found in the current search.
6965         This should no longer cause problems, because the article numbers in
6966         Gmane's `nov.php' output are ignored since the previous change.
6967
6968 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6969
6970         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6971
6972 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6975         replace-regexp-in-string; bind url-version; fbind display-images-p and
6976         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6977         find-face and set-itimer-function for Emacs; bind itimer-list for
6978         Emacs.
6979
6980         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6981
6982 2007-01-01  Romain Francoise  <romain@orebokech.com>
6983
6984         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6985
6986 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6987
6988         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6989         `define-minor-mode' macro definition expanded properly.
6990         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6991         exclude it there.
6992
6993         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6994         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6995         `fboundp' test.
6996         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6997         This is OK to autoload in (S)XEmacs now.
6998
6999 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7000
7001         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7002         keystroke.
7003         (gnus-summary-limit-to-singletons): Fix typo.
7004
7005         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7006         else fails.
7007
7008 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7009
7010         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7011         docstring.
7012
7013         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7014         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7015         (gnus-summary-insert-dormant-articles): Fix typo in message.
7016
7017 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7020         nil for XEmacs.
7021         (gnus-message-citation-mode): Don't autoload in XEmacs.
7022
7023         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7024
7025 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7026
7027         * nnimap.el (nnimap-expunge-search-string): Mention
7028         nnimap-search-uids-not-since-is-evil in docstring.
7029
7030 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * spam.el: Revert to make-obsolete-variable because
7033         define-obsolete-variable-alias is not supported in Emacs 21.
7034
7035         * spam.el (spam-ifile-path, spam-ifile-database-path)
7036         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7037         make-obsolete-variable.
7038         (spam-bsfilter-path, spam-bsfilter-program)
7039         (spam-spamassassin-path, spam-spamassassin-program)
7040         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7041         use "path" inappropriately.
7042         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7043         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7044         variable names.
7045
7046 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7047
7048         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7049         summary buffer.
7050
7051         * password.el (password-cache-remove): Use clear-string to burn
7052         password, if available.
7053
7054 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7057
7058         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7059
7060         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7061         (gnus-message-highlight-citation): Move defcustom here from
7062         gnus-cite.el.
7063         (gnus-message-citation-mode): Autoload.
7064
7065         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7066         checks to make it compile with XEmacs.
7067         (gnus-message-citation-mode): New minor mode.
7068         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7069         (gnus-message-highlight-citation): New variables.
7070         (gnus-message-search-citation-line)
7071         (gnus-message-add-citation-keywords)
7072         (gnus-message-remove-citation-keywords)
7073         (turn-on-gnus-message-citation-mode)
7074         (turn-off-gnus-message-citation-mode): New functions.
7075
7076 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7077
7078         * gnus-cite.el: Enable highlighting of different citation levels in
7079         message-mode.
7080
7081 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * message.el (message-make-fqdn): Fix comment.
7084         (message-bogus-system-names): Add ".local".
7085
7086         * spam.el (spam-ifile-path, spam-ifile-program)
7087         (spam-ifile-database-path, spam-ifile-database)
7088         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7089         Don't use "path" inappropriately.
7090         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7091         strings.
7092         (spam-check-ifile, spam-ifile-register-with-ifile)
7093         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7094         new variable names.
7095
7096         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7097         (gnus-treat-display-smileys): Simplify using
7098         gnus-image-type-available-p.
7099
7100         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7101         available.
7102
7103         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7104         `display-images-p' if available.
7105
7106 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7109         one after turning on the buffer's multibyteness instead of decoding
7110         them directly in the unibyte buffer that causes unexpected conversion
7111         in Emacs 23 (unicode).
7112
7113 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7114
7115         * message.el (message-generate-hashcash): Fix custom type.
7116
7117 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7120
7121 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7122
7123         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7124         disconnect icons.  Add help text.
7125
7126 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7129         negated to be consistent with the others we handle.
7130
7131 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7134         version of gnus-summary-buffer to something, so that we can use two
7135         article buffers at the same time.
7136
7137 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7138
7139         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7140         trigger all the extra headers.
7141         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7142         sorting.
7143
7144 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7145
7146         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7147         solid groups.
7148
7149 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7150
7151         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7152
7153 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * legacy-gnus-agent.el: Add Copyright notice.
7156
7157 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7158
7159         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7160
7161 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7162
7163         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7164
7165         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7166         to make it work reliably in CVS Emacs.
7167         (gnus-summary-limit-strange-charsets-predicate)
7168         (gnus-summary-limit-to-predicate): New functions.
7169
7170 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7171
7172         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7173         specifying array size.
7174         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7175         array if it is too small.
7176         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7177         (gnus-sort-threads-loop): New function.
7178
7179 2006-12-06  Chris Moore  <dooglus@gmail.com>
7180
7181         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7182         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7183
7184 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7185
7186         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7187         options.
7188
7189 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7192         DOS-ing the recipient.
7193
7194         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7195         the headers when creating the mapping to avoid mismappings.
7196         (nnweb-gmane-create-mapping): Always nix out old mapping.
7197
7198 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7201         and mm-verify-option to never.
7202
7203 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * message.el (message-signed-or-encrypted-p): New function.
7206         (message-forward-make-body): Use it.
7207
7208         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7209         Replace encode-coding-string with mm-encode-coding-string.
7210
7211 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * nneething.el (nneething-decode-file-name): Replace
7214         decode-coding-string with mm-decode-coding-string.
7215
7216         * gnus-int.el (gnus-open-server): Say failed server's name.
7217
7218 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7219
7220         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7221         strings to a single string.  Quote `errors-file-name'.
7222         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7223         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7224         Adjust calls.  Use `shell-quote-argument'.
7225
7226 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7227
7228         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7229         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7230
7231         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7232         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7233         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7234         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7235         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7236         (gnus-subscribe-newsgroup, gnus-1):
7237         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7238         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7239         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7240         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7241
7242 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7243
7244         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7245         keystroke.
7246         (gnus-summary-limit-to-bodies): Implement headersp.
7247
7248 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7249
7250         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7251
7252 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7255
7256 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * message.el (message-generate-hashcash): Expand range of values to
7259         include `opportunistic'.
7260         (message-send-mail): Use it.
7261
7262 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7263
7264         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7265         and comment it.
7266
7267         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7268
7269 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * gnus-util.el (gnus-extract-address-components): Improve comment.
7272
7273 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-util.el (gnus-extract-address-components): Work with address in
7276         which the name portion contains @.
7277
7278         * lpath.el: Fbind custom-autoload.
7279
7280 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * gnus.el (gnus-start): Move custom group up.
7283         (gnus-select-method): Don't autoload, but make it available for
7284         `customize-variable'.
7285         (gnus-getenv-nntpserver): Don't autoload.
7286
7287 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7290
7291 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * message.el (message-sendmail-extra-arguments): New variable.
7294         (message-send-mail-with-sendmail): Use it.
7295
7296 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7299         mm-with-unibyte-current-buffer to make string unibyte.
7300
7301         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7302         mm-string-as-multibyte.
7303
7304 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7305
7306         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7307         Reported by Werner Koch <wk@gnupg.org>.
7308
7309 2006-11-14  Daiki Ueno  <ueno@p360>
7310
7311         * mml2015.el: Autoload epa-select-keys when compiling.
7312
7313 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7314
7315         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7316         message-options.
7317         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7318
7319 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7320
7321         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7322         EasyPG (< 0.0.6).
7323         (mml2015-always-trust): New user option.
7324         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7325         prompt.
7326
7327 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * nntp.el (nntp-authinfo-force): New variable.
7330         (nntp-send-authinfo): Use it.
7331
7332 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7333
7334         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7335         decode encoded words.  Improve prompt.  Add comment about forwarding.
7336         (message-replacement-char): Move up.
7337
7338 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7339
7340         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7341         instead of gnus-intersection because arguments of gnus-sorted-nunion
7342         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7343
7344 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7345
7346         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7347         (message-simplify-subject-functions): Enable
7348         message-strip-subject-encoded-words by default.
7349
7350 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * message.el (message-strip-subject-encoded-words): New function.
7353         (message-simplify-subject-functions): New variable.
7354         (message-simplify-subject): Use it.  Fix typo in doc string.
7355         Support message-strip-subject-encoded-words.
7356
7357 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7358
7359         * gnus-diary.el (gnus-diary-delay-format-function):
7360         * nndiary.el (nndiary-reminders):
7361         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7362
7363 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * gnus-art.el (article-hide-boring-headers): Fetch date from
7366         gnus-original-article-buffer to avoid problems with localized date
7367         strings.
7368
7369 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7372
7373 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7376         New variables.
7377         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7378         (mm-charset-synonym-alist): Move some entries to
7379         mm-codepage-iso-8859-list.
7380         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7381         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7382
7383 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7386
7387 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7390         with Emacs 21 and XEmacs.
7391
7392 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7393
7394         * spam.el (spam-parse-address): New function for better parsing,
7395         catching errors, etc.
7396         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7397
7398 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * mm-view.el: Add interactive arg to html2text autoload.
7401
7402 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7405
7406 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7407
7408         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7409         variables.
7410         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7411         (mm-charset-synonym-alist): Move some entries to
7412         mm-codepage-iso-8859-list.
7413
7414         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7415
7416 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * message.el (message-citation-line-format)
7419         (message-insert-formated-citation-line): Fix implementation of %E, %N
7420         and %n according to the doc string.
7421
7422 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7425         car-safe to avoid bad parses.
7426
7427 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7430         names.
7431
7432         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7433
7434 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7437         header.
7438
7439         * message.el (message-draft-headers): Add Date.
7440         (message-headers-to-generate): Fix typo in docstring.
7441
7442         * nndraft.el (nndraft-required-headers): New variable.
7443         (nndraft-generate-headers): Use it.
7444
7445         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7446
7447 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7448
7449         * gnus-registry.el (gnus-registry-wash-for-keywords)
7450         (gnus-registry-find-keywords): New functions to allow easy searching of
7451         articles that are in the registry.
7452
7453 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7454
7455         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7456         ietf-drums-parse-address instead of gnus-extract-address-components.
7457         Reported by Damien Elmes <damien@repose.cx>.
7458
7459 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus.el (gnus-mime): Remove unused custom group.
7462
7463 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7464
7465         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7466         "blank line" when searching for end of armor headers.
7467
7468 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gmm-utils.el (gmm-write-region): Fix variable name.
7471
7472 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * gmm-utils.el (gmm-write-region): New function based on compatibility
7475         code from `mm-make-temp-file'.
7476
7477         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7478
7479         * nnmaildir.el (nnmaildir--update-nov)
7480         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7481         Use `gmm-write-region'.
7482
7483 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7486         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7487
7488         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7489
7490         * message.el (message-replacement-char): New variable.
7491         (message-fix-before-sending): Use it.
7492         (message-simplify-subject): New function to remove duplicate code.
7493         (message-reply, message-followup): Use it.
7494
7495         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7496         gnus-summary-limit-to-articles.
7497
7498 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-util.el (gnus-with-local-quit): New macro.
7501
7502         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7503
7504 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7507         ignore non-string data.
7508
7509 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7512         non-string data (needs to be done in the registry too).
7513
7514 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7517         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7518         (gnus-registry-split-fancy-with-parent)
7519         (gnus-registry-fetch-simplified-message-subject-fast)
7520         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7521         Remove text properties on ingress into the registry and when it's saved.
7522         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7523         registry from entries with no groups.
7524
7525 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7526
7527         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7528         function to remove string properties.
7529
7530 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * gmm-utils.el (gmm): Adjust custom version.
7533
7534         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7535         custom version.
7536
7537         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7538
7539 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7540
7541         * gnus-art.el (gnus-insert-prev-page-button)
7542         (gnus-insert-next-page-button): Simplify.  Reformat.
7543
7544 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7545
7546         * gnus-art.el (gnus-insert-prev-page-button)
7547         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7548
7549 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7550
7551         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7552
7553 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7554
7555         * gnus-art.el (gnus-insert-mime-button)
7556         (gnus-insert-mime-security-button):
7557         Apply gnus-article-button-face to MIME and security buttons.
7558
7559 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7562         readable.
7563
7564 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7567
7568 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7569
7570         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7571         `browse-url-of-file' instead of `browse-url'.
7572
7573 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7574
7575         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7576         regexp.  Articles containing quotation were cut prematurely.
7577
7578 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * message.el (message-cite-original-1): Use nobody by default for the
7581         value of From header.
7582         (message-reply): Ditto.
7583
7584 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7585
7586         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7587         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7588         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7589
7590 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7593         mails in the doc string.  Add some URLs in comment.
7594         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7595
7596 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7599         backslashes handling and the way to find boundaries of quoted strings.
7600
7601 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7602
7603         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7604         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7605         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7606         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7607
7608 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7611         doc string.
7612         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7613
7614 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * lpath.el: Fbind epg-check-configuration.
7617
7618 2006-09-06  Simon Josefsson  <jas@extundo.com>
7619
7620         * mml2015.el (mml2015-use): Doc fix, mention epg.
7621
7622 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7623
7624         * mml2015.el (mml2015-use): Default to epg, if available.
7625
7626 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7627
7628         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7629         message-sender.
7630         (mml1991-epg-encrypt): Ditto.
7631         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7632         message-sender.
7633         (mml2015-epg-encrypt): Ditto.
7634
7635 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7636
7637         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7638         several common directories.
7639
7640 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7641
7642         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7643         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7644
7645 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-art.el (article-decode-encoded-words): Make it fast.
7648
7649 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7652
7653         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7654         in quoted string into `\'.
7655
7656 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7659         Use standard-syntax-table.
7660
7661 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-art.el (gnus-decode-address-function): New variable.
7664         (article-decode-encoded-words): Use it to decode headers which are
7665         assumed to contain addresses.
7666         (gnus-mime-delete-part): Remove useless `or'.
7667
7668         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7669         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7670         (gnus-nov-parse-line): Use it to decode From header.
7671         (gnus-get-newsgroup-headers): Ditto.
7672         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7673
7674         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7675         (mail-decode-encoded-address-string): New alias.
7676
7677         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7678         New function.
7679         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7680         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7681         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7682         (rfc2047-decode-string): Ditto.
7683         (rfc2047-decode-address-region): New function.
7684         (rfc2047-decode-address-string): New function.
7685
7686 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7687
7688         * message.el (message-caesar-buffer-body): Allow rotating headers.
7689
7690         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7691
7692         * message.el (message-insert-formated-citation-line): Fix %f.
7693         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7694
7695 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7698         (gnus-bookmark-mouse-available-p): New macro.
7699         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7700         (gnus-bookmark-bmenu-show-infos): Use it.
7701         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7702         (gnus-bookmark-bmenu-hide-infos): Ditto.
7703         (gnus-bookmark-remove-properties): New function.
7704         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7705         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7706         (gnus-bookmark-write-file): Bind coding-system-for-write.
7707         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7708         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7709         group before selecting it.
7710         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7711         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7712         quit-window if it is not available; use gnus-mouse-2 and bind it to
7713         gnus-bookmark-bmenu-select-by-mouse.
7714         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7715         (gnus-bookmark-bmenu-select-by-mouse): New function.
7716
7717 2006-08-13  Romain Francoise  <romain@orebokech.com>
7718
7719         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7720         space.
7721
7722 2006-08-10  Romain Francoise  <romain@orebokech.com>
7723
7724         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7725         (dns-mode-soa-auto-increment-serial): New user option.
7726         (dns-mode-soa-maybe-increment-serial): New function.
7727         (dns-mode): Add the latter to `write-contents-functions'.
7728
7729 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * compface.el (uncompface): Use binary rather than raw-text-unix.
7732
7733 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * compface.el (uncompface): Make sure the eol conversion doesn't take
7736         place when communicating with the external programs.  Reported by
7737         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7738
7739 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7742
7743 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7744
7745         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7746         Make it more robust by parsing author and date independently.
7747
7748 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7751
7752 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7753
7754         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7755         first matching secret key.
7756         (mml2015-epg-encrypt): Ditto.
7757
7758         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7759         first matching secret key.
7760         (mml1991-epg-encrypt): Ditto.
7761
7762         * mml2015.el (mml2015-encrypt-to-self): New user option.
7763         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7764         mml2015-epg-encrypt-to-self is set.
7765
7766         * mml1991.el (mml1991-encrypt-to-self): New variable.
7767         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7768         mml1991-epg-encrypt-to-self is set.
7769
7770         * mml2015.el (mml2015-signers): New user option.
7771         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7772         (mml2015-epg-encrypt): Allow to select signing keys.
7773
7774         * mml1991.el (mml1991-signers): New variable.
7775         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7776         (mml1991-epg-encrypt): Allow to select signing keys.
7777
7778 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * nnheader.el (nnheader-insert-head): Make it work even if the file
7781         uses CRLF for the line-break code.
7782
7783 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7784
7785         * mml2015.el: Require mml-sec instead of password.
7786         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7787         (mml2015-cache-passphrase): Inherit the default value from
7788         mml-secure-cache-passphrase.
7789         (mml2015-passphrase-cache-expiry): Inherit the default value from
7790         mml-secure-passphrase-cache-expiry.
7791
7792         * mml1991.el: Require mml-sec instead of password.
7793         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7794         (mml1991-cache-passphrase): Inherit the default value from
7795         mml-secure-cache-passphrase.
7796         (mml1991-passphrase-cache-expiry): Inherit the default value from
7797         mml-secure-passphrase-cache-expiry.
7798
7799         * mml-sec.el: Require password.
7800         (mml-secure-verbose): New user option.
7801         (mml-secure-cache-passphrase): New user option.
7802         (mml-secure-passphrase-cache-expiry): New user option.
7803
7804 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7805
7806         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7807         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7808         andreas@altroot.de (Andreas Vögele).
7809
7810         FIXME: Use `tiny change'?
7811
7812 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7813
7814         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7815         workaround for the url package included with Emacs.
7816
7817         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7818
7819 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7822         correctly.  This fixes a bug caused by the 2006-05-12 change.
7823
7824 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7825
7826         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7827         some information about the error when saying that the `bogus' mail
7828         group will be used.
7829
7830 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7833         string.
7834
7835 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7836
7837         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7838
7839 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7840
7841         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7842
7843 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7844
7845         * mml1991.el (mml1991-function-alist): Add epg.
7846         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7847         (mml1991-epg-encrypt): New functions.
7848
7849 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7850
7851         * mml2015.el (mml2015-verbose): New variable.
7852         (mml2015-cache-passphrase): Ditto.
7853         (mml2015-passphrase-cache-expiry): Ditto.
7854         (mml2015-function-alist): Add epg.
7855         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7856         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7857         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7858         functions.
7859
7860 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7861
7862         * message.el (message-cite-original-1): Preserve region when removing
7863         quoted text due to X-No-Archive in order to avoid bogus attribution
7864         when citing multiple messages.
7865
7866 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7867
7868         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7869         Kenneth Jacker <khj@be.cs.appstate.edu>.
7870
7871 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * gnus-diary.el (gnus-user-format-function-d)
7874         (gnus-user-format-function-D): Autoload.
7875
7876         * imap.el (Commentary): Fix typo.
7877
7878         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7879         2006-04-22 contribution.
7880
7881 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7882
7883         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7884         It didn't really fix the bogosity I'm seeing with solid web groups.
7885
7886 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7887
7888         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7889         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7890         created using server names.  If we use the feature without declaring
7891         it, Gnus does not properly manage server and group state.
7892
7893         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7894         bound.
7895
7896 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7897
7898         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7899         looking up the method using GROUP's prefix before inventing a new one.
7900         It is used on killed/unknown groups in various places where returning
7901         an all-new method isn't expected by the caller.
7902
7903         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7904         and match semantics of gnus-group-real-prefix.
7905
7906 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * nnmail.el (nnmail-broken-references-mailers): New variable.
7909         (nnmail-ignore-broken-references): New function generalizing
7910         nnmail-fix-eudora-headers.
7911         (nnmail-fix-eudora-headers): Now obsolete.
7912
7913         * gnus-art.el (gnus-button-handle-custom): Support
7914         `customize-apropos*'.
7915
7916 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7919
7920         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7921         articles.
7922
7923 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * message.el (message-cite-reply-above): New variable.
7926         (message-yank-original): Use it.
7927
7928 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7931
7932 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7935         as read.
7936
7937         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7938
7939 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7942         (gnus-bookmark-default-file): Use gnus-directory.
7943         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7944         Remove "*" in doc string.
7945         (gnus-bookmark-write-file): Simplify.
7946         (gnus-bookmark-maybe-sort-alist): Use `when'.
7947         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7948         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7949         FIXME about Emacs 21 and XEmacs compatibility.
7950         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7951         compatibility.
7952         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7953         compatibility.
7954         (gnus-bookmark-menu-heading): Fix version.
7955
7956 2006-06-19  Bastien Guerry  <bzg@altern.org>
7957
7958         * gnus-bookmark.el: New file.
7959
7960 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * message.el (message-syntax-checks): Doc fix.
7963
7964 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7965
7966         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7967         unsubscribed groups as if they were killed ones.  It causes duplicate
7968         entries in gnus-newsrc-alist.
7969
7970 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * message.el (message-syntax-checks): Doc fix.
7973         (message-send-mail): Add check for continuation headers.
7974         (message-check-news-header-syntax): Fix regexp used to check for
7975         continuation headers.
7976
7977 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7980
7981 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7984
7985 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7988         default-truncate-lines.
7989
7990 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7993         to fill the utf-8 entry.
7994
7995         * lpath.el: Fbind unicode-precedence-list.
7996
7997 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7998
7999         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8000
8001 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8002
8003         * gnus-agent.el (directory-files-and-attributes): Move all the way
8004         forward (the third and final move).
8005         (gnus-agent-read-agentview): Trap reconstruction errors due to
8006         nonexistant directory.  Handle by returning nil.
8007
8008 2006-05-30  Didier Verna  <didier@xemacs.org>
8009
8010         * message.el (message-dont-reply-to-names): Update the custom type.
8011         * message.el (message-dont-reply-to-names): New defsubst: potentially
8012         convert a list of regexps into a single one.
8013         * message.el (message-get-reply-headers): Use it.
8014         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8015
8016 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-agent.el (directory-files-and-attributes): Move forward.
8019
8020 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * gnus-ml.el (gnus-mailing-list-subscribe)
8023         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8024         (gnus-mailing-list-message): Fix doc strings.
8025
8026 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8027
8028         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8029         of doing it manually.
8030
8031 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8034         comment.
8035
8036 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8037
8038         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8039         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8040         (gnus-agent-read-local): All symbols allocated in my-obarray.
8041         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8042         (gnus-agent-regenerate-group): Check numeric names to see if they are
8043         messages or groups.
8044         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8045         better way of do this...)
8046
8047         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8048         'dummy.group' (there should be a better way of do this...)
8049
8050 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8053         (gnus-saved-headers): Ditto.
8054         (gnus-default-article-saver): Mention functions may have properties.
8055         (gnus-article-save): Override gnus-save-all-headers and
8056         gnus-saved-headers by :headers property which saver function may have.
8057         (gnus-summary-save-in-file): Add :headers property.
8058         (gnus-summary-write-to-file): Ditto.
8059
8060         * gnus-sum.el (gnus-summary-save-article): Bind
8061         gnus-prompt-before-saving to t when saving many articles in a file;
8062         always show all headers.
8063
8064         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8065
8066 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8069         marks.
8070
8071         * message.el (message-indent-citation): Add optional arguments to allow
8072         using it outside of message buffers.
8073
8074         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8075         (gnus-article-treat-unfold-headers): Use it.
8076         (gnus-article-truncate-lines): New variable.
8077         (gnus-article-mode): Use it.
8078         (gnus-article-toggle-truncate-lines): New function.
8079
8080         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8081         gnus-article-toggle-truncate-lines.
8082
8083         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8084         coding system in XEmacs, use binary.
8085
8086 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8089         after-load-alist.
8090
8091         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8092         this function should save decoded articles.
8093         (gnus-summary-write-to-file): Use property to specify this function
8094         should save decoded articles and specify gnus-summary-save-in-file
8095         should be used to save articles other than the first one when saving
8096         many articles.
8097         (gnus-summary-save-body-in-file): Use property to specify this
8098         function should save decoded articles.
8099         (gnus-summary-write-body-to-file): Use property to specify this
8100         function should save decoded articles and specify
8101         gnus-summary-save-body-in-file should be used to save articles other
8102         than the first one when saving many articles.
8103
8104         * gnus-sum.el (gnus-summary-save-article): Simplify.
8105
8106 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * gnus-art.el (gnus-default-article-saver): Add
8109         gnus-summary-write-body-to-file.
8110         (gnus-article-save-coding-system): Don't use coding system object
8111         in XEmacs.
8112         (gnus-read-save-file-name): Add optional `dir-var' argument which
8113         specifies directory in which files are saved; work even if optional
8114         `variable' argument is not specified.
8115         (gnus-summary-write-to-file): Read file name.
8116         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8117         (gnus-summary-write-body-to-file): New function.
8118
8119         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8120         (gnus-summary-local-variables): Add it.
8121         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8122         (gnus-summary-save-article): Remove optional `decode' argument;
8123         determine whether to decode articles by the value of
8124         gnus-default-article-saver; when saving many files using
8125         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8126         it first and use gnus-summary-save-in-file or
8127         gnus-summary-save-body-in-file thereafter unless
8128         gnus-prompt-before-saving is always; move point to article which
8129         will be saved.
8130         (gnus-summary-save-article-file): Revert.
8131         (gnus-summary-write-article-file): Revert.
8132         (gnus-summary-save-article-body-file): Revert.
8133         (gnus-summary-write-article-body-file): New function.
8134
8135 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-art.el (gnus-default-article-saver): Doc fix.
8138         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8139         from gnus-summary-save-article-coding-system, and default to a
8140         certain coding system.
8141         (gnus-output-to-file): Add coding cookie and encode text according
8142         to gnus-article-save-coding-system; don't use mm-append-to-file.
8143
8144         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8145         gnus-art.el and rename to gnus-article-save-coding-system.
8146         (gnus-summary-save-article): Require gnus-art; don't show all
8147         headers if it decodes articles; don't add coding cookie here;
8148         don't bind mm-text-coding-system-for-write.
8149         (gnus-summary-save-article-file): Save decoded articles.
8150         (gnus-summary-write-article-file): When saving many files, use
8151         gnus-summary-write-to-file first and gnus-summary-save-in-file
8152         thereafter unless gnus-prompt-before-saving is always.
8153         (gnus-summary-save-article-body-file): Save decoded articles.
8154
8155         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8156
8157 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * nnrss.el (nnrss-check-group): Bind hash-index.
8160
8161 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8162
8163         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8164         its hash index.  Store this hash in `nnrss-group-data'.
8165         (nnrss-read-group-data): Update accordingly.
8166
8167 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8170         entry.
8171
8172         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8173         gnus-article-browse-html-article.
8174
8175 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8176
8177         * gnus-sum.el (gnus-summary-mime-map): Add
8178         gnus-article-browse-html-article.
8179
8180         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8181
8182 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8183
8184         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8185         suitable coding systems in customize.
8186
8187 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * mail-source.el (mail-sources): Fix custom type.
8190
8191 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8194         (gnus-summary-expire-articles-now): Shorten prompt.
8195
8196         * gmm-utils.el (wid-edit): Require.
8197         (defun-gmm): Renamed from `gmm-defun-compat'.
8198         (gmm-image-search-load-path): Use it.
8199         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8200
8201 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8204         variable.
8205         (gnus-summary-save-article): Add optional `decode' argument.  If
8206         it is set and gnus-summary-save-article-coding-system is non-nil,
8207         save decoded article.
8208         (gnus-summary-write-article-file): Save decoded article if
8209         gnus-summary-save-article-coding-system is non-nil.
8210
8211         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8212         type.
8213
8214 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8217
8218 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8221         first to test gnus-single-article-buffer which may be buffer-local.
8222
8223         * gnus-sum.el (gnus-summary-setup-buffer): Make
8224         gnus-single-article-buffer buffer-local and nil in ephemeral
8225         group; make gnus-article-buffer, gnus-article-current, and
8226         gnus-original-article-buffer always buffer-local.
8227         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8228         group.
8229         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8230
8231 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * nnml.el (nnml-request-compact-group): Compressed files might not
8234         have .gz extension.
8235
8236 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8237
8238         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8239         (mm-copy-to-buffer): Use with-current-buffer.
8240         (mm-display-part): Simplify.
8241         (mm-inlinable-p): Add optional arg `type'.
8242
8243 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8244
8245         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8246         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8247         Try harder to show the attachment internally or externally using
8248         gnus-mime-view-part-as-type.
8249
8250 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * message.el (message-from-style, message-signature-separator)
8253         (message-user-organization-file, message-send-mail-function)
8254         (message-citation-line-function, message-yank-prefix)
8255         (message-indent-citation-function, message-signature)
8256         (message-signature-file, message-signature-insert-empty-line):
8257         Remove autoloads.
8258
8259         * gnus-art.el (gnus-buttonized-mime-types): Remove
8260         "multipart/signed".  Revert 2006-04-26 change.
8261
8262 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * gnus.el (gnus-version-number): Bump version.
8265
8266 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8267
8268         * gnus.el: No Gnus v0.5 is released.
8269
8270 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8271
8272         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8273         fetching articles by message-id.
8274
8275 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8276
8277         * message.el (hashcash): Require hashcash as normal.
8278
8279         * ecomplete.el (ecomplete-highlight-match-line): Use
8280         point-at-eol.
8281         (ecomplete-highlight-match-line): Use `highlight', because that
8282         face exists in both Emacs and XEmacs.
8283
8284         * message.el (message-display-abbrev): Use point-at-bol.
8285
8286         * mail-source.el: Don't require timer/timer-funcs.
8287
8288         * gnus-async.el: Ditto.
8289
8290         * password.el: Ditto.
8291
8292         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8293
8294         * mm-url.el: Ditto.
8295
8296         * gnus-xmas.el: Don't require timer-funcs.
8297
8298         * mm-util.el: Require timer/timer-funcs.
8299
8300 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8301
8302         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8303         Close.
8304
8305 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8308         unibyte after clear-decrypt function runs.
8309
8310         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8311         returns as a unibyte string.
8312
8313 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * lpath.el: Revert.
8316
8317         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8318         (pgg-gpg-process-sentinel): Revert.
8319
8320         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8321         (pgg-pgp-lookup-key): Revert.
8322
8323         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8324         (pgg-pgp5-lookup-key): Revert.
8325
8326         * pgg.el (pgg-fetch-key): Revert.
8327
8328 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * lpath.el: Fbind string-as-multibyte for XEmacs.
8331
8332         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8333         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8334         (mml1991-pgg-encrypt): Ditto.
8335
8336         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8337         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8338         a multibyte buffer.
8339
8340         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8341         (pgg-pgp-lookup-key): Ditto.
8342
8343         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8344         (pgg-pgp5-lookup-key): Ditto.
8345
8346         * pgg.el (pgg-fetch-key): Ditto.
8347
8348 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * message.el (message-user-organization-file): Check several
8351         locations of the organization file.
8352
8353         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8354         Add gnus-article-view-part-as-type.
8355
8356         * gnus-art.el (gnus-article-view-part-as-type): New function.
8357
8358         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8359         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8360
8361         * mml.el: Simplify autoload.
8362         (mml-mode): defvar dnd-protocol-alist instead of using
8363         symbol-value.
8364         (mml-default-directory): New variable.
8365         (mml-minibuffer-read-file): Use it.
8366         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8367
8368         * message.el (message-citation-line-format): New variable.
8369         (message-insert-formated-citation-line): New function.
8370         (message-citation-line-function): Add
8371         `message-insert-formated-citation-line' to custom type.
8372
8373         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8374         to doc string.
8375
8376         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8377         depending on mm-verify-option.
8378
8379 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8382         binding pgg-* variables; reimplement the section which prevents
8383         MIME header from being signed.
8384         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8385         pgg-text-mode; remove a blank line at the top of body.
8386
8387         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8388         lines at the top of body; use gnus-newsgroup-charset if there's no
8389         Charset header.
8390
8391 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * message.el (message-self-insert-commands): Doc fix.
8394
8395         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8396         (mm-uu-pgp-encrypted-test): Ditto.
8397         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8398         between header and body; return application/pgp-encrypted handle
8399         if decryption failed; decode decrypted body by charset.
8400
8401         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8402         element match to application/pgp-*.
8403
8404 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8405
8406         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8407         HTML.
8408
8409 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * mail-source.el (mail-source-call-script): Message the error
8412         string.
8413
8414 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415
8416         * gnus-util.el (gnus-byte-compile): Use it.
8417
8418 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8419
8420         * gnus-util.el (kill-empty-logs): New function.
8421
8422 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * message.el (message-mail-alias-type): Doc fix.
8425         (message-mail-alias-type-p): New function.
8426         (message-send): Use it.
8427         (message-mode): Ditto.
8428         (message-strip-forbidden-properties): Ditto.
8429
8430         * ecomplete.el (ecomplete-database-file-coding-system): New
8431         variable.
8432         (ecomplete-save): Use it.
8433         (ecomplete-setup): Use it.
8434
8435 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * message.el (message-self-insert-commands): New variable.
8438         (message-strip-forbidden-properties): Use it.
8439
8440 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8443         that doesn't make XEmacs choke.
8444
8445 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * gnus-util.el (gnus-replace-in-string):
8448         Prefer replace-regexp-in-string over of replace-in-string.
8449
8450 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-util.el (gnus-select-frame-set-input-focus):
8453         Use select-frame-set-input-focus if it is available in XEmacs; use
8454         definition defined in Emacs 22 for old Emacsen.
8455
8456         * dgnushack.el: Autoload unmorse-region for XEmacs.
8457
8458         * lpath.el: Bind cursor-in-non-selected-windows and
8459         select-frame-set-input-focus for XEmacs.
8460
8461 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8464
8465 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8466
8467         * gnus-registry.el (gnus-registry-cache-save): Remove text
8468         properties when saving via the temp buffer.
8469
8470 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * message.el (message-generate-hashcash): Honor custom type.
8473
8474 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * message.el (message-generate-hashcash): Default to non-nil when
8477         hashcash is found.
8478
8479         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8480         (gnus-refer-thread-limit): Increase default to 500.
8481
8482         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8483
8484         * flow-fill.el (fill-flowed): Allow delete-space.
8485
8486 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8487
8488         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8489         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8490         Remove autoloads.
8491
8492 2006-04-18  Simon Josefsson  <jas@extundo.com>
8493
8494         * message.el (message-generate-hashcash): Default to.
8495
8496 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8499         concatenating segments rather than before concatenating them.
8500
8501 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8504
8505 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8506
8507         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8508
8509         * message.el (message-forward-make-body-plain): Allow
8510         message-forward-ignored-headers to be a list.
8511         (message-remove-ignored-headers): Factor out into function.
8512         (message-forward-make-body-mml): Use it.
8513
8514         * imap.el (imap-quote-specials): New function.
8515         (imap-login-auth): Quote specials.
8516
8517         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8518         (rfc2231-parse-string): Allow concatanation of parameters that
8519         aren't contiguous.  The test case is
8520           (mail-header-parse-content-type "message/external-body;
8521             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8522             access-type=LOCAL-FILE;
8523             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8524
8525 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8526
8527         * nntp.el (nntp-accept-process-output): Return the value of
8528         `nnheader-accept-process-output'.
8529
8530 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8533         (gnus-button-alist): Recognize more diff formats.
8534         (gnus-button-patch): Strip directory.
8535
8536 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8539         Emacs 22 when setting focus.
8540
8541 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-art.el (gnus-article-treat-types): Do treatment of
8544         text/x-verbatim parts.
8545         (gnus-button-patch): New command.
8546
8547         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8548         addresses that contain invalid characters.
8549
8550 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * message.el (message-put-addresses-in-ecomplete): Use
8553         gnus-replace-in-string.
8554         (message-is-yours-p): Use the more correct
8555         mail-header-parse-address instead of
8556         mail-extract-address-components.
8557         (message-put-addresses-in-ecomplete): Fix typo.
8558
8559         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8560         keystroke.
8561
8562         * gnus-art.el (gnus-treatment-function-alist): Change order of
8563         newsgroups/generic header folding to avoid double-folding.
8564
8565         * message.el (message-hidden-headers): Add X-Draft-From.
8566
8567         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8568         command.
8569         (gnus-summary-repeat-search-article-backward): New command.
8570
8571         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8572         groups in the parent topic.
8573
8574 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8575
8576         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8577         (spam-extra-header-to-number): Return the CRM114 number as a
8578         number instead of a string.
8579
8580 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * gnus-art.el (gnus-face-properties-alist): Moved here from
8583         gnus-fun.
8584
8585         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8586
8587 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * message.el (message-strip-forbidden-properties): Only display on
8590         self-insert-command.
8591
8592         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8593         reindent.
8594         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8595
8596 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8597
8598         * smiley.el (smiley-style): Fix typo.
8599
8600 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * hashcash.el (hashcash-insert-payment-async-2): Use
8603         message-goto-eoh instead of doing it manually.
8604         (mail-add-payment): Use message-narrow-to-header instead of trying
8605         to do the same itself.
8606
8607         * message.el (message-hidden-headers): Add Face.
8608
8609         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8610         reparenting code.
8611         (gnus-summary-reparent-children): Refactored out code.
8612         (gnus-summary-thread-map): New keystroke.
8613         (gnus-summary-reparent-children): Make into command.
8614
8615         * smiley.el (smiley-style): Default to `medium' if using a large
8616         font.
8617
8618         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8619         does it itself.
8620
8621         * message.el (message-point-in-header-p): Simplify definition.
8622
8623 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * nnagent.el (nnagent-request-set-mark): Silence log file
8626         writing.
8627         (nnagent-request-set-mark): Use write-region instead of
8628         append-to-file.
8629
8630         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8631         strange select method.
8632
8633         * ecomplete.el (ecomplete-display-matches): Get highlightling
8634         right.
8635         (ecomplete-display-matches): Use literals.
8636         (ecomplete-display-matches): Disable message logging.
8637
8638         * message.el (message-display-abbrev): Small optimization.
8639
8640         * ecomplete.el (ecomplete-display-matches): Allow automatic
8641         display.
8642
8643         * message.el (message-strip-forbidden-properties): Display
8644         abbrevs.
8645         (message-display-abbrev): Get automatic display right.
8646
8647         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8648         keystrokes.
8649
8650 2006-04-13  Romain Francoise  <romain@orebokech.com>
8651
8652         TODO: Backport to v5-10!
8653
8654         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8655         Moved here (and renamed) from gnus-registry.el.
8656
8657         * gnus-registry.el: Require gnus-util.
8658         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8659
8660 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * gnus-group.el (gnus-group-catchup-current): Change
8663         if-then-else-if-then-else into cond.
8664         (gnus-group-catchup): Indent.
8665         (group-name-at-point): New function.
8666         (gnus-fetch-group): Provide default from thing at point.
8667
8668 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * message.el (message-display-abbrev): Fix regexp.
8671
8672         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8673         choosing.
8674         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8675         dead variables.
8676
8677         * message.el (message-newline-and-indent): Remove debugging.
8678         (message-display-abbrev): Use new implementation.
8679
8680 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * gnus-art.el (gnus-article-mode): Set
8683         cursor-in-non-selected-windows to nil.
8684
8685         * smiley.el: Revert previous change.
8686         (smiley-data-directory): defvar it before using it in the
8687         defcustom of `smiley-style'.
8688
8689 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * message.el (message-newline-and-indent): New function.
8692
8693         * ecomplete.el: Implement more bits.
8694
8695         * message.el (message-put-addresses-in-ecomplete): Clean up the
8696         string.
8697
8698         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8699
8700         * gnus-sum.el (gnus-summary-save-parts): Bind
8701         gnus-summary-save-parts-counter and use it to make unique file
8702         names.
8703
8704         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8705
8706         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8707         parameter to say whether to actually parse the individual
8708         addresses.
8709
8710         * message.el (message-put-addresses-in-ecomplete): New function.
8711         (ecomplete): Require.
8712         (message-mail-alias-type): Add ecomplete as an option.
8713
8714 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8715
8716         * flow-fill.el (fill-flowed): Remove trailing space from blank
8717         quoted lines.
8718
8719 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * smiley.el (smiley-style): Move definition later to avoid a
8722         compilation warning.
8723
8724 2006-04-12  Kenichi Handa  <handa@m17n.org>
8725
8726         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8727         buffer and then decode the buffer text if necessary.
8728         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8729         first, and after mm-encode-body, change the buffer to unibyte.
8730         Use mm-disable-multibyte instead of set-buffer-multibyte.
8731
8732 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8735         Content-Type header instead of Content-Disposition header.
8736         (gnus-mime-inline-part): Ditto.
8737         (gnus-mime-view-part-as-charset): Ignore charset that the part
8738         specifies.
8739
8740         * mm-decode.el (mm-display-part): Work with external parts and
8741         usual parts similarly.
8742
8743         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8744         instead of gnus-display-mime.
8745
8746         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8747         instead of with-temp-buffer.
8748
8749         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8750         tag to summarized topics part in order to encode non-ASCII text.
8751
8752 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * smiley.el (smiley-style): New variable.
8755         (smiley-directory): New function.
8756         (smiley-data-directory): Derive from `smiley-style' using
8757         `smiley-directory'.
8758         (smiley-regexp-alist): Add new entries.
8759
8760         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8761         (gnus-article-browse-delete-temp): Add :version.
8762
8763 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8764
8765         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8766         the sieve region.
8767
8768 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * gnus.el (gnus-version-number): Bump version.
8771
8772 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * gnus.el: No Gnus v0.4 is released.
8775
8776 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8777
8778         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8779         layout.
8780
8781         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8782         unknown charset.
8783
8784         * message.el (message-header-synonyms): Add Original-To to the
8785         default.
8786
8787         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8788         optional parameter.
8789
8790 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * gnus-fun.el (gnus): Require it for gnus-directory.
8793
8794 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8797
8798 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8799
8800         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8801
8802 2006-04-05  Simon Josefsson  <jas@extundo.com>
8803
8804         * password.el (password-reset): New function.
8805
8806 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8807
8808         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8809         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8810
8811 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8812
8813         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8814         Some whitespace was matched into the url, which broke browsing hits
8815         > 100 when mm-url-use-external was nil.
8816
8817 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8820         gnus-extra-headers for 'Newsgroups.
8821
8822         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8823         bound.
8824
8825 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8826
8827         * pgg-gpg.el: Clean up process buffers every time gpg processes
8828         complete.
8829
8830 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8833         doc string.
8834
8835 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8836
8837         * pgg-gpg.el (pgg-gpg-process-filter)
8838         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8839
8840         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8841         lines, temporary fix.
8842
8843 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8846
8847 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8848
8849         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8850         default-enable-multibyte-characters.  This reverts the change from
8851         revision 6.17 which is no longer necessary because the passphrase
8852         is sent separately now.  GnuPG messages are unreadable under
8853         multibyte locales with default-enable-multibyte-characters set to
8854         nil.
8855
8856 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * message.el (message-tool-bar-gnome): Move "spell".
8859
8860 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8863         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8864         instead.
8865
8866 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8867
8868         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8869         newsgroups handling for NNTP overviews which don't include
8870         Newsgroups.
8871
8872 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8873
8874         * message.el (message-resend): Bind message-generate-hashcash to nil.
8875
8876 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8877
8878         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8879         when searching for already-paid recipients.
8880
8881 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8882
8883         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8884         passphrases when it is not needed.
8885         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8886         passphrase stuff from gpg, should only be necessary when you use
8887         gpg with a smartcard.
8888
8889 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * mml.el (mml-insert-mime): Ignore cached contents of
8892         message/external-body part.
8893
8894         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8895         (mm-insert-part): Ditto.
8896
8897 2006-03-23  Simon Josefsson  <jas@extundo.com>
8898
8899         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8900         Reiner.
8901         (pgg-gpg-use-agent-p): Use it again.
8902
8903 2006-03-23  Simon Josefsson  <jas@extundo.com>
8904
8905         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8906         older emacsen.
8907         (pgg-gpg-use-agent-p): Don't use it.
8908
8909 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8912         if we can.
8913
8914 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8915
8916         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8917         (pgg-gpg-update-agent): New function.
8918         (pgg-gpg-use-agent-p): New function.
8919         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8920         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8921         (pgg-gpg-sign-region): Use it.
8922
8923 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8926         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8927
8928 2006-03-21  Simon Josefsson  <jas@extundo.com>
8929
8930         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8931         <wilde@sha-bang.de>.
8932         (pgg-gpg-use-agent): New variable.
8933         (pgg-gpg-process-region): Use it.
8934         (pgg-gpg-encrypt-region): Likewise.
8935         (pgg-gpg-encrypt-symmetric-region): Likewise.
8936         (pgg-gpg-decrypt-region): Likewise.
8937         (pgg-gpg-sign-region): Likewise.
8938         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8939
8940 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8943
8944         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8945         Add comment on version.
8946
8947 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * smiley.el: Add missing test smiley.
8950
8951 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * mm-decode.el (mm-with-part): New macro.
8954         (mm-get-part): Use it; work with message/external-body as well.
8955         (mm-save-part): Treat name and filename equally.
8956
8957         * mm-extern.el (mm-extern-cache-contents): New function.
8958         (mm-inline-external-body): Use it; force the part to be displayed;
8959         move undisplayer added to the cached handle to the parent.
8960
8961         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8962         (gnus-mime-view-part-as-type): Work with message/external-body.
8963
8964         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8965
8966 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8969         images in image-load-path.  [Sync with image.el, revision 1.60, in
8970         Emacs.]
8971
8972 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8975         path rather than symbol.  Always return list of directories.
8976         Guarantee that image directory comes first.  [Sync with image.el,
8977         revision 1.59, in Emacs.]
8978
8979         * message.el (message-make-tool-bar): Adjust to new API of
8980         `gmm-image-load-path-for-library'.
8981
8982         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8983
8984         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8985
8986 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8987
8988         * gnus-art.el (gnus-article-only-boring-p):
8989         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8990         intangible text.
8991         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8992
8993 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8996         `defun' instead of `gmm-defun-compat'.
8997
8998 2006-03-14  Simon Josefsson  <jas@extundo.com>
8999
9000         * message.el (message-unique-id): Don't use message-number-base36
9001         if (user-uid) is a float.
9002         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9003
9004 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9007
9008         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9009         empty line between a part and a message part.
9010
9011 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * smiley.el: Add more test smileys.
9014         (smiley-data-directory, smiley-regexp-alist)
9015         (gnus-smiley-file-types): Fix doc strings.
9016         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9017         adding new elements.
9018         (smiley-mouse-map): Unused code.  Make it a comment.
9019
9020 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9023         scan latest NoCeM messages instead of old ones.
9024         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9025         delimiters that are recently used.
9026         (gnus-nocem-load-cache): Add autoload cookie.
9027
9028         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9029
9030         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9031         level which is larger than gnus-use-nocem is specified.
9032
9033         * gnus-group.el (gnus-group-get-new-news): Ditto.
9034
9035 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * gnus-util.el (gnus-tool-bar-update): New function.
9038
9039         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9040         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9041
9042         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9043
9044         * gnus-group.el (gnus-group-redraw-when-idle)
9045         (gnus-group-redraw-check): Remove.
9046         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9047
9048 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9051         if optional last element is specified in splits (FIELD VALUE...).
9052
9053 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9056         to gmm-image-load-path-for-library.  Call with no-error argument.
9057         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9058
9059         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9060
9061         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9062
9063         * gmm-utils.el (gmm-image-load-path): Remove alias.
9064
9065 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * gmm-utils.el (gmm-image-load-path): Add alias.
9068
9069         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9070         nnml-generate-nov-databases-1.
9071         (nnml-generate-nov-databases): Use it.
9072         (nnml-generate-nov-databases-directory): Document no-active
9073         argument.
9074
9075         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9076         directory if path is t.  Add no-error.
9077
9078         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9079         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9080
9081         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9082         resetting gnus-article-browse-html-temp-list.
9083
9084         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9085         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9086         Add example to docstring.  Rename local variables.  Move error
9087         checks to default case in cond and simplify.
9088
9089 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9092         handle is multipart when calling it recursively.
9093         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9094
9095 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9096
9097         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9098         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9099
9100 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9103         is loaded.
9104
9105         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9106         loaded.
9107
9108 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9109
9110         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9111         to "Emacs 23 (unicode)" in doc string.
9112
9113         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9114         "Emacs 23 (unicode)" in comment.
9115
9116 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9119
9120         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9121         characters 160 through 255 in Emacs 23.
9122
9123 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9126         gnus-article-browse-html-temp.
9127         (gnus-article-browse-delete-temp): Make it customizable.  Add
9128         `file'.  Adjust doc string.
9129         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9130         query for each file.  Adjust doc string.
9131         (gnus-article-browse-html-parts): Add
9132         `gnus-article-browse-delete-temp-files' to
9133         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9134
9135 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9136
9137         * gnus-art.el (gnus-article-browse-html-temp)
9138         (gnus-article-browse-delete-temp): New variables.
9139         (gnus-article-browse-delete-temp-files): New function.
9140         (gnus-article-browse-html-parts): Use it.
9141
9142 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9145
9146         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9147         string.
9148
9149         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9150         gnus-summary-insert-new-articles when unplugged.  Remove
9151         gnus-summary-search-article-forward.
9152
9153         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9154         display-visual-class instead of display-color-cells.
9155
9156 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * dgnushack.el: Autoload customize-group for XEmacs.
9159
9160         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9161         message/* containing non-ASCII text properly.
9162
9163 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * message.el: Require gmm-utils, remove autoloads.
9166         (message-tool-bar): Set default based on
9167         gmm-tool-bar-style.
9168         (message-tool-bar-gnome): Add gmm-customize-mode.
9169
9170         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9171         gmm-tool-bar-style.
9172         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9173
9174         * gnus-group.el (gnus-group-tool-bar): Set default based on
9175         gmm-tool-bar-style.
9176         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9177
9178         * gmm-utils.el (gmm-image-directory): Rename variable from
9179         gmm-image-load-path.
9180         (gmm-image-load-path): Use gmm-image-directory.
9181         (gmm-customize-mode): New function.
9182         (gmm-tool-bar-style): New variable.
9183
9184         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9185         gnus-group-redraw-line-number.
9186         (gnus-group-redraw-check): Simplify.
9187         (gnus-group-tool-bar-update): Remove redraw check.
9188         (gnus-group-make-tool-bar): Add redraw check.
9189
9190 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9191
9192         * gnus-art.el (gnus-button): Add missing parentheses.
9193
9194 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * lpath.el: Fbind line-number-at-pos.
9197
9198 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9201
9202 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * gnus-art.el (gnus-button): New face.
9205         (gnus-article-button-face): Use it.
9206
9207         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9208         gnus-summary-next-page.  Re-order.
9209
9210         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9211         next-node are now included.
9212         (gnus-group-redraw-line-number): New internal variable.
9213         (gnus-group-redraw-check): Helper function for updating the tool
9214         bar.
9215         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9216
9217         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9218
9219         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9220         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9221         Use it to match format of Spamassassin 3.0 and later.  Reported by
9222         IRIE Tetsuya <irie@t.email.ne.jp>.
9223         (spam-check-bogofilter)
9224         (spam-bogofilter-register-with-bogofilter): Fix args of
9225         `gnus-error' calls.
9226
9227 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9230         unnecessary interaction when sending queued mails.  Reported by
9231         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9232
9233 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9236         first or last are nil.
9237
9238 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9239
9240         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9241
9242 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9245
9246 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247
9248         * dns.el (query-dns): Protect more against buggy tcp output.
9249
9250 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9253         nov.php.
9254
9255 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9256
9257         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9258         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9259         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9260         output on the server side.
9261         (nnweb-google-create-mapping): Update regexps and add some
9262         progress indication.
9263
9264 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9267         gnus-agent-toggle-plugged.  Re-order icons.
9268         (gnus-group-tool-bar-gnome): Add
9269         gnus-group-{prev,next}-unread-group.
9270         (gnus-group-tool-bar-gnome): Re-order icons.
9271
9272         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9273         gnus-summary-insert-new-articles.
9274
9275         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9276         comments.
9277
9278         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9279         also available in Emacs 21.3.
9280
9281         * message.el (message-fix-before-sending): Change "Emacs 22" to
9282         "Emacs 23 (unicode)" in comment.
9283
9284         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9285         "Emacs 23 (unicode)" in comment.
9286
9287         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9288         comment.
9289         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9290
9291         * mm-view.el (mm-fill-flowed): Add :version.
9292
9293 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9296         and load-path.
9297
9298 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * message.el: Autoload gmm-image-load-path.
9301         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9302         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9303         consitency.
9304
9305         * gmm-utils.el (gmm-image-load-path): Also search in
9306         "../etc/images".  Don't set gmm-image-load-path if we don't find
9307         the image.
9308
9309 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gmm-utils.el (gmm-image-load-path): Don't make
9312         `gmm-image-load-path' include subdirectories which the second arg
9313         `image' might specify.
9314
9315         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9316         subdirectory to icon file names.
9317
9318         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9319
9320 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9323         gmm-image-load-path calls.
9324
9325         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9326
9327         * message.el (message-make-tool-bar): Ditto.
9328
9329         * mml.el (mml-preview): Added comment concerning tool bar icons.
9330
9331         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9332         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9333
9334         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9335         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9336
9337         * message.el (message-tool-bar-gnome): Use new icon names.
9338         (message-make-tool-bar): Use `gmm-image-load-path'.
9339
9340         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9341         functions from MH-E.
9342         (gmm-image-load-path): New variable from MH-E.
9343         (gmm-image-load-path): New function from MH-E.  Added arguments
9344         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9345         *-image-load-path-called-flag.
9346
9347 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9348
9349         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9350
9351 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9352
9353         * nnimap.el (nnimap-request-move-article): Change folder back to
9354         source group before deleting.
9355
9356 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9359
9360         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9361         mm-url.
9362
9363         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9364
9365 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9368         coding system which mm-charset-to-coding-system returns for a
9369         given charset is valid.
9370
9371 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9372
9373         * html2text.el (html2text-remove-tag-list):
9374         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9375
9376 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9377
9378         * gnus-cus.el: Revert 2005-10-17 change.
9379
9380 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-art.el (article-strip-banner): Call
9383         article-really-strip-banner only when the regexp match is made.
9384
9385 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-art.el (article-strip-banner): Use
9388         gnus-extract-address-components instead of
9389         mail-header-parse-addresses to make it work with non-ASCII text;
9390         remove mail-encode-encoded-word-string.
9391
9392         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9393         values which are surrounded with \"...\"; make it never cause a
9394         Lisp error; give up parsing of parameters if it failed in
9395         extracting type.
9396
9397 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9398
9399         * smime.el (smime-cert-by-ldap-1): Fix bug where
9400         `smime-ldap-search' returns results without userCertificates.
9401
9402 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9405
9406 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9407
9408         * spam.el (spam-check-spamassassin-headers): Adapt format for
9409         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9410         <ari@mbf.ocn.ne.jp>.
9411         (spam-list-of-processors): Add spam-use-gmane.
9412
9413 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9416         make-temp-file; make it work with XEmacs as well.
9417
9418         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9419         mm-make-temp-file.
9420
9421         * mm-decode.el (mm-display-external): Use the 3rd arg of
9422         mm-make-temp-file.
9423         (mm-create-image-xemacs): Ditto.
9424
9425 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9428         with message-narrow-to-headers.
9429         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9430         (gnus-draft-check-draft-articles): New function.
9431         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9432
9433 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * gnus-art.el (gnus-article-browse-html-parts):
9436         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9437         Don't use suffix argument for mm-make-temp-file for Emacs 21
9438         compatibility.  Remove useless `format'.
9439
9440 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9441
9442         * nnweb.el (nnweb-google-wash-article): Update regexps.
9443         (nnweb-group-alist): Use defvoo instead of defvar.
9444
9445 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9448         re-loading nn* modules.
9449
9450 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9453         for `tool-bar-mode' and don't check it's default-value.
9454
9455         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9456
9457         * message.el (message-make-tool-bar): Ditto.
9458
9459         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9460         `substring'.  Shorten tmp-file name.
9461
9462         * gnus.el: Remove bogus comment.
9463
9464 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9465
9466         * gnus-art.el (gnus-article-browse-html-parts): New function.
9467         (gnus-article-browse-html-article): New function for viewing html
9468         articles with a browser.
9469
9470 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9471
9472         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9473         in elisp.
9474         (pgg-gpg-encrypt-symmetric-region): Ditto.
9475         (pgg-gpg-sign-region): Ditto.
9476
9477         * pgg-def.el (pgg-text-mode): New variable.
9478
9479         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9480         (mml2015-pgg-encrypt): Ditto.
9481
9482         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9483         (mml1991-pgg-encrypt): Ditto.
9484
9485 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9488         message-make-date instead of current-time-string.
9489
9490         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9491         to gnus-decoded which mm-uu might set.
9492
9493 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9496         don't decode quoted parameters; remove misimported Emacs code.
9497         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9498         (rfc2231-decode-encoded-string): Don't use split-string which
9499         behaves differently according to Emacs version; use
9500         mm-decode-coding-region to convert charset to coding-system.
9501         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9502         (rfc2231-encode-string): Remove misimported Emacs code.
9503
9504 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9507         when calling mail-header-parse-content-type.
9508         (article-de-quoted-unreadable): Ditto.
9509         (article-de-base64-unreadable): Ditto.
9510         (article-wash-html): Ditto.
9511
9512         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9513         calling mail-header-parse-content-type and
9514         mail-header-parse-content-disposition.
9515         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9516         mail-header-parse-content-type.
9517
9518         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9519         insert charset and format parameters; encode description after
9520         inserting it to buffer.
9521         (mml-insert-parameter): Fold lines properly even if a parameter is
9522         segmented into two or more lines; change the max column to 76.
9523
9524         * rfc1843.el (rfc1843-decode-article-body): Don't use
9525         ignore-errors when calling mail-header-parse-content-type.
9526
9527         * rfc2231.el (rfc2231-parse-string): Return at least type if
9528         possible; don't cause an error even if it fails in parsing of
9529         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9530         (rfc2231-encode-string): Don't break lines at the beginning, leave
9531         it to mml-insert-parameter.
9532
9533         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9534         calling mail-header-parse-content-type.
9535
9536 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * spam-report.el (spam-report-gmane-use-article-number):
9539         Improve doc string.
9540         (spam-report-gmane-internal): Check if a suitable header was found
9541         in the article.
9542
9543 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9546         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9547
9548 2006-02-05  Romain Francoise  <romain@orebokech.com>
9549
9550         Update copyright notices of all files in the gnus directory.
9551
9552 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9553
9554         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9555
9556 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9559         segmented lines of parameter value to cope with Thunderbird 1.5
9560         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9561         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9562         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9563
9564 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9565
9566         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9567         parts.
9568
9569 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9570
9571         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9572         there's only one active file for all servers.
9573         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9574         solid groups.  Gnus might have used a FAST request to select the group.
9575         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9576         and nnweb-search redundantly in the active file.
9577         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9578         (nnweb-request-create-group): Don't use ARGS.
9579         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9580         initialisations.  Let nnoo do the work.
9581
9582 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9585         Say the part has been decoded.
9586
9587         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9588
9589 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9590
9591         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9592         mailcap-viewer-test-cache when there's no 'test clause, since that
9593         will invert the meaning of a "nil" test previously determined by
9594         mailcap-mailcap-entry-passes-test.
9595
9596 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9599         compiling.
9600
9601         * gnus-sum.el: Ditto.
9602
9603         * message.el: Don't bind tool-bar-map when compiling.
9604
9605 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9608
9609 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9610
9611         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9612         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9613         current Google Groups.
9614
9615 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9618         and tool-bar-mode.
9619
9620         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9621         and tool-bar-mode.
9622
9623         * message.el (message-tool-bar-update): Simplify.
9624         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9625
9626         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9627         gnus-summary-buffer.
9628         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9629         gnus-summary-reply.
9630
9631         * gmm-utils.el (gmm): Add :version.
9632
9633 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * Makefile.in (clean): New rule.
9636         (distclean): Use it.
9637
9638 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9639
9640         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9641         autoload.
9642
9643 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gmm-utils.el (gmm-verbose): Add :group.
9646
9647 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * message.el: Change some comments WRT tool-bars.
9650
9651         * gnus-sum.el (gnus-summary-tool-bar)
9652         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9653         (gnus-summary-tool-bar-zap-list): New variables.
9654         (gnus-summary-make-tool-bar): Complete rewrite using
9655         `gmm-tool-bar-from-list'.
9656
9657         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9658         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9659         variables.
9660         (gnus-group-make-tool-bar): Complete rewrite using
9661         `gmm-tool-bar-from-list'.
9662         (gnus-group-tool-bar-update): New function.
9663
9664         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9665
9666 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9669         is dissected into a single part of which the type is the same as
9670         the given one; decode charset.
9671
9672 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9673
9674         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9675         into alists as symbol not string, since that's what
9676         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9677         look for.
9678
9679 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9682         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9683
9684         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9685
9686 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9689         (gnus-xmas-mime-security-button-menu): New function.
9690
9691         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9692         (gnus-mime-security-button-menu): New definition.
9693         (gnus-mime-security-button-map): Use them.
9694         (gnus-mime-security-button-menu): New function.
9695         (gnus-insert-mime-security-button): Addition to help echo.
9696         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9697         (gnus-mime-security-pipe-part): New functions.
9698
9699         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9700         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9701
9702         * mm-decode.el (mm-handle-set-disposition): Remove.
9703         (mm-handle-set-description): Remove.
9704
9705 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9708         (mm-w3m-standalone-supports-m17n-p): New function.
9709         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9710         w3m usage.
9711
9712         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9713         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9714
9715 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * message.el (message-tool-bar-zap-list): Use
9718         gmm-tool-bar-zap-list as custom type.
9719         (message-tool-bar-update): New function.
9720         (message-tool-bar, message-tool-bar-gnome)
9721         (message-tool-bar-retro): Add message-tool-bar-update.
9722         (message-tool-bar-gnome): Add flyspell-buffer.
9723
9724         * gnus-util.el (gnus-error): Describe `args'.
9725
9726         * gmm-utils.el (gmm-error): Describe `args'.
9727         (gmm-tool-bar-zap-list): New widget.
9728         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9729
9730 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9733         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9734         the number of recursive calls.
9735
9736         * mm-decode.el (mm-handle-set-disposition): New macro.
9737         (mm-handle-set-description): New macro.
9738
9739 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9742         encoding.
9743
9744 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * message.el (message-tool-bar-zap-list, message-tool-bar)
9747         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9748         (message-tool-bar-local-item-from-menu): Remove.
9749         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9750         (message-make-tool-bar): New function.
9751         (message-mode): Use `message-make-tool-bar'.
9752
9753         * gmm-utils.el: New file.
9754         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9755         (gmm-lazy): New widget copied from `nnmail.el'.
9756         (gmm-tool-bar-from-list): New function for creating customizable
9757         tool bars.
9758         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9759         output.
9760         (gmm): Add :prefix to defgroup.
9761
9762 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9763
9764         * gmm-utils.el (gmm-widget-p): New function.
9765
9766 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * mml.el (mml-attach-file): Describe `description' in doc string.
9769         (mml-menu): Add Emacs MIME manual and PGG manual.
9770
9771 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9772
9773         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9774
9775 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9776
9777         * nntp.el (nntp-end-of-line): Doc fix.
9778
9779 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9780
9781         * imap.el (imap-open): Handle case where buffer is a buffer
9782         object.
9783
9784 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9785
9786         * gnus-delay.el (gnus-delay): Don't autoload.
9787         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9788         to be re-loaded when customizing the `gnus-delay' group.
9789
9790 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9791
9792         * message.el (message-insert-citation-line): Use newlines.
9793
9794 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9795
9796         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9797         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9798         these routines, so the passphrase can be managed externally and
9799         passed in to the system.
9800         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9801         pgg-add-passphrase-to-cache function.
9802
9803         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9804         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9805         these routines, so the passphrase can be managed externally and
9806         passed in to the system.
9807         (pgg-pgp5-sign-region): Use new name of
9808         pgg-add-passphrase-to-cache function.
9809
9810 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9811
9812         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9813         part of the decoded armor to find the key-identifier.
9814         (pgg-gpg-lookup-key-owner): New function to return the
9815         human-readable identifier of a key owner.
9816         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9817         itself.
9818         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9819         the key value) if we have a key and can match it against a secret
9820         key.  Also, added a note pointing out fact that the prompt only
9821         indicates the first matching key.
9822
9823         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9824         pgg-decrypt-region.
9825         (pgg-add-passphrase-to-cache): Rename from
9826         `pgg-add-passphrase-cache' to reduce confusion (all callers
9827         changed).
9828         (pgg-remove-passphrase-from-cache): Rename from
9829         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9830         changed).
9831         (pgg-read-passphrase, pgg-add-passphrase-cache)
9832         (pgg-remove-passphrase-cache): Add informative docstrings.
9833         (pgg-decrypt): Convey provided passphrase in subordinate call to
9834         pgg-decrypt-region.
9835
9836 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9837
9838         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9839         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9840         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9841         'passphrase' argument, so the passphrase can be managed externally
9842         and then passed in to the system.
9843
9844         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9845         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9846         so the passphrase cache can be used reliably with identifiers
9847         besides a pgp packet's key id.
9848
9849         * pgg-gpg.el (pgg-gpg-encrypt-region)
9850         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9851         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9852         these routines, so the passphrase can be managed externally and
9853         passed in to the system.
9854
9855         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9856         'notruncate' argument, so the passphrase cache can be used
9857         reliably with identifiers besides a pgp packet's key id.
9858
9859 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9860
9861         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9862         symmetric encryption.
9863         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9864         encrypted session key.
9865         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9866         message ask for the passphrase in a proper way.
9867
9868         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9869         New user commands for symmetric encryption.
9870
9871 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9874
9875         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9876
9877 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9878
9879         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9880
9881 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * mm-decode.el (mm-inlined-types): Add application/pgp.
9884         (mm-automatic-display): Ditto.
9885
9886         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9887         part as text.
9888
9889 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * nnrss.el: Update copyright.
9892         (nnrss-opml-import): Query whether to subscribe to each entry.
9893
9894         * gnus-art.el:
9895         * gnus-sum.el:
9896         * gnus-xmas.el:
9897         * messagexmas.el:
9898         * mm-uu.el:
9899         * mm-view.el: Update copyright.
9900
9901 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * message.el (message-info): New function.
9904         (message-mode-menu): Add it.
9905         Update copyright.
9906
9907         * ChangeLog: Fix and update copyright.
9908
9909 2006-01-13  Romain Francoise  <romain@orebokech.com>
9910
9911         * message.el (message-forward-subject-name-subject): Prefer the
9912         address to 'nowhere' if the sender has no name.
9913         Fix typo.  Update copyright year.
9914
9915 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-art.el (article-wash-html): Use
9918         gnus-summary-show-article-charset-alist if a numeric arg is given.
9919         (gnus-article-wash-html-with-w3m-standalone): New function.
9920
9921         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9922         mm-inline-text-html-render-with-w3m-standalone.
9923         (mm-text-html-washer-alist): Map w3m-standalone to
9924         gnus-article-wash-html-with-w3m-standalone.
9925         (mm-inline-text-html-render-with-w3m-standalone): New function.
9926
9927 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9930         Improve LaTeX.
9931
9932 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9935         (nnrss-request-article): Render text/plain parts as HTML.
9936
9937         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9938         the buffer.
9939
9940 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9943         custom definition of `gnus-posting-styles'.
9944
9945         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9946         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9947
9948 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9951         Use nntp for bug archive.
9952
9953 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9956         parts.
9957         (nnrss-normalize-date): New function converts ISO 8601 date into
9958         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9959         (nnrss-check-group): Use it.
9960
9961 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9964
9965         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9966         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9967         (nnrss-insert-w3): Ditto.
9968
9969 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9972         the articles to be forwarded including the case where neither a
9973         number of articles nor a region is specified.
9974
9975 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * nnrss.el (nnrss-request-article): Fix last change; fill
9978         text/plain parts.
9979
9980 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9983         in text/plain part.
9984         (nnrss-check-group): Don't add excessive newline to dc:subject.
9985
9986 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9987
9988         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9989         article.
9990
9991 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9994         (nnml-use-compressed-files, nnml-save-mail): Support other
9995         comression programs such as bzip2.
9996
9997 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * dns.el (query-dns): Make sure we check the buffer size before
10000         removing tcp headers.
10001
10002 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10005         remove MIME buttons associated with multipart/alternative parts.
10006         (gnus-mime-display-alternative): Tag buttons using `article-type'
10007         text property.
10008
10009         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10010         associated with multipart/alternative parts.
10011
10012         * gnus-art.el (gnus-signature-separator): Fix custom type.
10013
10014         * mm-decode.el (mm-inlined-types): Fix custom type.
10015         (mm-keep-viewer-alive-types): Ditto.
10016         (mm-automatic-display): Ditto.
10017         (mm-attachment-override-types): Ditto.
10018         (mm-inline-override-types): Ditto.
10019         (mm-automatic-external-display): Ditto.
10020
10021 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * spam-report.el (spam-report-user-mail-address)
10024         (spam-report-user-agent): New variables.
10025         (spam-report-url-ping-plain): Use spam-report-user-agent.
10026
10027 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10028
10029         * gnus-art.el (gnus-button-handle-custom): Do not just use
10030         `customize-apropos' for any "M-x customize-*" button but the
10031         function called for.  Accept both the function name and its
10032         argument in order to achieve this.
10033         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10034         function name to `gnus-button-handle-custom' in case of "M-x
10035         customize-*" buttons.
10036
10037 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10040         multipart/alternative and add xref to mm-discouraged-alternatives
10041         in doc string.
10042
10043         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10044         gnus-buttonized-mime-types in doc string.
10045
10046 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10049         Suggest image/.* in the doc string.
10050
10051 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10054         message-marks (Debian bug #342521).
10055
10056 2005-12-12  Simon Josefsson  <jas@extundo.com>
10057
10058         * password.el (password-read-from-cache): Add.
10059         (password-read): Use it.
10060
10061 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10064         us-ascii as a MIME charset.
10065
10066         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10067         against the case where the 2nd arg TYPE is nil.
10068
10069 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * pop3.el (pop3-stream-type): Fix custom version.
10072
10073         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10074
10075 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10076
10077         * mm-decode.el (mm-display-external): Add missing cdr.
10078
10079 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10082         RFC1524) if it is in mailcap or add a suffix according to
10083         mailcap-mime-extensions when generating a temp filename; postpone
10084         deleting a temp file for 2 seconds for some wrappers, shell
10085         scripts, and so on, which might exit right after having started a
10086         viewer command as a background job.
10087
10088 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * nntp.el (nntp-marks-directory): Fix custom group.
10091
10092         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10093         steps when < 10.
10094
10095         * gnus-start.el (gnus-no-server-1): Mention
10096         `gnus-level-default-subscribed' in doc string.
10097
10098 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10099
10100         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10101         parens.
10102
10103 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * gnus-xmas.el (gnus-use-toolbar): Revert.
10106         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10107         gnus-use-toolbar is default.
10108
10109         * messagexmas.el (message-use-toolbar): Revert.
10110         (message-setup-toolbar): Use global default-toolbar if
10111         message-use-toolbar is default.
10112
10113 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10116         according to default-toolbar-visible-p.
10117
10118         * messagexmas.el (message-use-toolbar): Ditto.
10119
10120 2005-11-26  Dave Love  <fx@gnu.org>
10121
10122         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10123         (tls-program, tls-success): Provide openssl alternative.
10124
10125         * starttls.el: Doc fixes.
10126         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10127         SERVICE to PORT.
10128
10129         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10130         port null or service name.
10131         (starttls-negotiate): Autoload.
10132
10133 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * message.el (message-kill-to-signature): Fix interactive spec.
10136
10137 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * pop3.el (pop3-open-server): Recognize a string as a service name.
10140
10141 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10142
10143         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10144
10145 2005-11-23  Dave Love  <fx@gnu.org>
10146
10147         Add pop3s, pop3/starttls.
10148
10149         * pop3.el (pop3-authentication-scheme): Clarify doc.
10150         (open-tls-stream, starttls-open-stream): Autoload.
10151         (pop3-stream-type): New.
10152         (pop3-open-server): Use it.
10153
10154         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10155         for POP.
10156         (mail-source-keyword-map): Add :stream for POP.
10157         (mail-source-fetch-pop): Use pop3-stream-type.
10158
10159 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10162         of current-time-string.
10163
10164 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10165
10166         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10167         date header.
10168
10169 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10170
10171         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10172         it can seriously impact performance as it bypasses the agent's
10173         local caches.
10174
10175 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10176
10177         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10178         must be explicitly online rather than "not explicitly offline" for
10179         its flags to be synchronized.
10180
10181         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10182         that gnus-uu-unmark-thread will function correctly.
10183
10184         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10185         1024K is instead displayed as 1M.
10186
10187 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10188
10189         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10190
10191 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10192
10193         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10194
10195 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10196
10197         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10198         error message to display actual error condition.
10199         (gnus-agent-save-local): Avoid saving symbols that are bound to
10200         nil as they simply result in a warning message in
10201         gnus-agent-read-local.
10202
10203 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10206         rather than make-variable-buffer-local for file-precious-flag.
10207
10208 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10209
10210         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10211         for duplicates which are removed.  The invalid sort check then
10212         triggers a rescan after the sort as sorting may have moved
10213         duplicate entries such that they can be cheaply detected.
10214
10215 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10218
10219 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10220
10221         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10222         internal variable to a custom variable.  Changed default value
10223         from compressed(2) to uncompressed(1).
10224         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10225         support for uncompressed agentview files.  Taken together, reading
10226         the agentview file should now be 6-7 times faster.
10227
10228 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10229
10230         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10231         as a buffer-local variable.  This avoids creating truncated
10232         dribble files as a result of a hang up, eg.
10233
10234 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10235
10236         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10237         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10238         XEmacs.
10239
10240 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * gnus-start.el (gnus-start-draft-setup): Enforce
10243         `gnus-draft-mode' for nndraft:drafts at startup.
10244
10245         * gnus.el (gnus-splash): Change custom group.
10246         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10247         allow-list argument.
10248
10249         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10250         string.
10251
10252 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gnus-art.el (gnus-default-article-saver): Add user-defined
10255         `function' to custom type.
10256
10257 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10258
10259         * imap.el (imap-open): Handle case where buffer is a buffer
10260         object.
10261
10262 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10265         long lines.
10266         (gnus-cache-delete-group): Wrap doc strings.
10267
10268         * gnus-agent.el (gnus-agent-rename-group)
10269         (gnus-agent-delete-group): Wrap doc strings.
10270
10271 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * messagexmas.el (message-use-toolbar): Change the valid values
10274         into default, top, bottom, left, and right.
10275         (message-toolbar-thickness): New variable.
10276         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10277         well.
10278         (message-setup-toolbar): Make it work.
10279
10280         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10281         (gnus-use-toolbar): Change the valid values into default, top,
10282         bottom, left, and right.
10283         (gnus-toolbar-thickness): New variable.
10284         (gnus-xmas-setup-toolbar): New function.
10285         (gnus-xmas-setup-group-toolbar): Use it.
10286         (gnus-xmas-setup-summary-toolbar): Use it.
10287
10288 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * gnus-start.el (gnus-1): Add "native" to
10291         gnus-predefined-server-alist.
10292
10293         * gnus.el (gnus-method-to-server): Don't add "native" to the
10294         lists here, because that leads to problems when
10295         gnus-select-method is bound.
10296
10297 2005-11-09  Simon Josefsson  <jas@extundo.com>
10298
10299         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10300         use (not sort-by-date) instead.
10301
10302 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10303
10304         * gnus-delay.el (gnus-delay-group): Don't autoload.
10305         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10306         to be re-loaded when customizing the `gnus-delay' group.
10307
10308 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10309
10310         * message.el: Revert last changes.
10311         (message-insert-citation-line): Use newlines.
10312
10313 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10314
10315         * message.el (message-courtesy-message)
10316         (message-mark-insert-begin, message-mark-insert-end)
10317         (message-elide-ellipsis, message-cancel-message)
10318         (message-add-header, message-change-subject)
10319         (message-cross-post-followup-to-header)
10320         (message-cross-post-insert-note, message-reduce-to-to-cc)
10321         (message-widen-reply, message-delete-not-region)
10322         (message-kill-to-signature, message-insert-signature)
10323         (message-insert-importance-high, message-insert-importance-low)
10324         (message-insert-or-toggle-importance)
10325         (message-insert-disposition-notification-to)
10326         (message-indent-citation, message-yank-original)
10327         (message-cite-original-without-signature, message-cite-original)
10328         (message-insert-citation-line, message-position-on-field)
10329         (message-fix-before-sending, message-send-mail-partially)
10330         (message-send-mail, message-send-mail-with-sendmail)
10331         (message-send-mail-with-qmail, message-send-news)
10332         (message-check-news-header-syntax, message-generate-headers)
10333         (message-insert-courtesy-copy, message-fill-address)
10334         (message-fill-header, message-shorten-references)
10335         (message-setup-1, message-cancel-news)
10336         (message-forward-make-body-plain, message-forward-make-body-mime)
10337         (message-forward-make-body-mml, message-encode-message-body)
10338         (message-forward-make-body-digest-plain)
10339         (message-forward-make-body-digest-mime)
10340         (message-use-alternative-email-as-from): Insert `hard-newline'
10341         instead of ordinary newlines.
10342
10343 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * message.el (message-generate-headers): Downcase the argument
10346         given to message-check-element.
10347
10348 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10349
10350         * nntp.el (nntp-authinfo-rejected): New error condition.
10351         (nntp-wait-for): Use new error condition to signal authentication
10352         error.
10353         (nntp-retrieve-data): Rethrow new error condition to break out of
10354         recursive call to nntp-send-authinfo.
10355
10356 2005-11-08  Romain Francoise  <romain@orebokech.com>
10357
10358         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10359         (gnus-summary-exit-map): Bind to `Z p'.
10360         (gnus-summary-make-menu-bar): Add menu item.
10361
10362 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10365         (gnus-treat-*): Add `first' in all doc strings.
10366
10367         * gnus-group.el (gnus-group-compact-group): Fix typo.
10368
10369 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus.el (gnus-parameters-case-fold-search): New variable.
10372         (gnus-parameters-get-parameter): Use it.
10373
10374         * gnus-score.el (gnus-home-score-file): Doc fix.
10375
10376 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10377
10378         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10379
10380 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * mm-util.el (mm-special-display-p): New function.
10383
10384         * mml.el (mml-preview): Use it; doc fix.
10385
10386 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10387
10388         * imap.el (imap-open): Handle case where buffer is a buffer object.
10389
10390 2005-10-29  Romain Francoise  <romain@orebokech.com>
10391
10392         * message.el (message-fix-before-sending): Fix comment.
10393
10394 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10395
10396         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10397
10398 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10399
10400         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10401         Used in gnus-score.el.
10402
10403 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10406
10407 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10410         whitespace removed in revision 7.8.  Use concatenated string to
10411         protect trailing whitespace.
10412
10413 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10414
10415         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10416         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10417         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10418         Courier IMAP ("some version from 2004").  Mostly based on similar
10419         code in the same function.
10420
10421 2005-10-26  Didier Verna  <didier@xemacs.org>
10422
10423         * gnus-group.el (gnus-group-compact-group): Invalidate original
10424         article buffer.
10425         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10426         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10427         NOV database and in article itself.
10428         Invalidate article backlog.
10429
10430 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10433
10434 2005-10-26  Simon Josefsson  <jas@extundo.com>
10435
10436         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10437         part of 2004-07-25 change.
10438
10439 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * message.el (message-display-completion-list): New function.
10442         (message-expand-group): Use it; make sure the Completions buffer
10443         is modifiable.
10444 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10445
10446         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10447         user-mail-name is an empty string.
10448
10449 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10452         depending on gnus-score-decay-constant.
10453
10454         * encrypt.el (encrypt-insert-file-contents)
10455         (encrypt-write-file-contents): Don't use `gnus-message'.
10456
10457         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10458         arguments.
10459         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10460         arguments to mm-uu-verbatim-marks-extract.
10461         (mm-uu-hide-markers): New variable.
10462         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10463
10464         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10465         (gnus-convert-image-to-face-command): Use "convert" by default to
10466         allow other input image formats.
10467         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10468         accordingly.
10469
10470 2005-10-23  Simon Josefsson  <jas@extundo.com>
10471
10472         * imap.el (imap-gssapi-program): Align command line parameters
10473         with latest GNU SASL.
10474         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10475
10476 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10479         HTML.
10480         (nnslashdot-request-article): Ditto.
10481
10482         * lpath.el (featurep): Add nobreak-char-display.
10483
10484 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10485
10486         * mail-source.el (mail-source-fetch-pop): Require pop3.
10487         (mail-source-check-pop): Ditto.
10488
10489 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10492         errors.
10493
10494 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10497         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10498
10499         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10500
10501         * mm-bodies.el (mm-decode-string): Call
10502         `mm-charset-to-coding-system' with allow-override argument.
10503
10504 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10507         (rfc2047-charset-to-coding-system): New function.
10508         (rfc2047-decode-encoded-words): New function.
10509         (rfc2047-decode-region): Use them.
10510         (rfc2047-decode-cte): Remove.
10511         (rfc2047-parse-and-decode): Remove.
10512         (rfc2047-decode): Remove.
10513
10514 2005-10-15  Kenichi Handa  <handa@m17n.org>
10515
10516         * rfc2047.el (rfc2047-decode-cte): New function.
10517         (rfc2047-decode-region): Change the way to decode successive
10518         encoded-words: decode B- or Q-encoding in each encoded-word,
10519         concatenate them, and decode it as charset.
10520
10521 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * lpath.el: Fbind codepage-setup for XEmacs.
10524
10525 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10526
10527         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10528         widget-move-and-invoke.
10529         (gnus-custom-mode): Use gnus-custom-map.
10530
10531 2005-10-15  Bill Wohler  <wohler@newt.com>
10532
10533         * message.el (message-tool-bar-map): Renamed image file from
10534         mail_send to mail/send.
10535
10536 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10537
10538         * message.el (message-expand-group): Pass the common
10539         prefix substring of completion to `display-completion-list'.
10540
10541 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * mml-sec.el (mml-secure-method): New internal variable.
10544         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10545         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10546         functions using mml-secure-method.
10547
10548         * mml.el (mml-mode-map): Add key bindings for those functions.
10549         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10550         Harder <harder@myrealbox.com>.
10551         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10552         end of message if point is the headers of the message.
10553
10554         * message.el (message-in-body-p): New function.
10555
10556         * assistant.el: Autoload gnus-util and netrc.
10557
10558         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10559         Use `mm-charset-override-alist' only when decoding.
10560
10561         * mm-bodies.el (mm-decode-body): Call
10562         `mm-charset-to-coding-system' with allow-override argument.
10563
10564         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10565         `filename' from Content-Disposition if Content-Type doesn't
10566         provide `name'.
10567         (gnus-mime-view-part-as-type): Set default instead of
10568         initial-input.
10569
10570 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10571
10572         * format-spec.el (format-spec): Propagate text properties of % spec.
10573
10574 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * gnus-art.el (gnus-treat-predicate): Add `first'.
10577
10578 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10581         (mm-charset-override-alist): New variable.
10582         (mm-charset-to-coding-system): Use it.
10583         (mm-codepage-setup): New helper function.
10584         (mm-charset-eval-alist): New variable.
10585         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10586         about unknown charsets.
10587
10588         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10589
10590 2005-10-04  David Hansen  <david.hansen@gmx.net>
10591
10592         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10593         (nnrss-check-group): Ditto.
10594
10595 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10598         Rename x-gnus-verbatim to x-verbatim.
10599         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10600
10601         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10602         x-verbatim.
10603
10604         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10605
10606         * gnus-util.el (gnus-remove-duplicates): Remove.
10607
10608         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10609         instead of gnus-remove-duplicates.
10610
10611         * message.el (message-remove-duplicates): Remove.
10612         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10613         message-remove-duplicates.
10614
10615         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10616         available, else use implementation from `delete-dups'.
10617
10618         * message.el (message-insert-expires): New function.
10619         (message-mode-map): Add key binding.
10620         (message-mode-field-menu): Add menu entry.
10621         (message-mode): Document it.
10622         (message-make-expires-date): Use `message-make-date'.
10623
10624 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10625
10626         * message.el (message-make-expires-date): New function.
10627
10628 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * Makefile.in (list-installed-shadows): New entry.
10631         (install): Use it.
10632         (remove-installed-shadows): New entry.
10633
10634         * dgnushack.el (dgnushack-default-load-path): New variable.
10635         (dgnushack-find-lisp-shadows): New function.
10636         (dgnushack-remove-lisp-shadows): New function.
10637
10638 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * Makefile.in (install-el-elc): New entry.
10641         (install): Use it so that .el files are necessarily installed.
10642
10643 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10646
10647 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10648
10649         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10650         function rather than the diff-mode.el package.
10651         (mm-display-external): Use with-current-buffer.
10652         (mm-viewer-completion-map, mm-viewer-completion-map):
10653         Move initialization inside declaration.
10654
10655 2005-09-29  Simon Josefsson  <jas@extundo.com>
10656
10657         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10658         autoload mail-check-payment.
10659         (spam-check-hashcash): Define unconditionally, since hashcash.el
10660         is part of Gnus now.  Ignore errors from payment checking.
10661
10662 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * message.el (message-bold-region, message-unbold-region): Rename
10665         from `bold-region' and `unbold-region'.
10666
10667         * message.el: Remove useless autoloads.
10668
10669 2005-09-28  Simon Josefsson  <jas@extundo.com>
10670
10671         * message.el (message-use-idna): Default to t.
10672         (message-use-idna): Test whether encoding works too.  Doc fix.
10673
10674 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * nntp.el (nntp-warn-about-losing-connection): Remove.
10677
10678 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10681         customizable.  Change default value.
10682         (mm-uu-diff-groups-regexp): Change default value.
10683         (mm-uu-type-alist): Add doc string.
10684         (mm-uu-configure): Add doc string.  Make it interactive.
10685         (mm-uu-tex-groups-regexp): New variable.
10686         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10687         (mm-uu-type-alist): Add LaTeX documents.
10688         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10689         of "text/verbatim".
10690         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10691
10692         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10693         instead of "text/verbatim".
10694
10695         * message.el (message-mark-inserted-region)
10696         (message-mark-insert-file): Use slrn style marks when called with
10697         prefix argument.
10698
10699 2005-09-27  Simon Josefsson  <jas@extundo.com>
10700
10701         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10702
10703 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10704
10705         * message.el (message-remove-duplicates): New function.
10706         Implementation borrowed from `gnus-remove-duplicates'.
10707         (message-idna-to-ascii-rhs): Also encode idna addresses in
10708         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10709         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10710         only ask about the same idna domain once per header and also tell
10711         in what header to replace the idna domain.
10712
10713         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10714         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10715         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10716         a header is decoded and not just the last one.
10717
10718 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10721         has been decoded.
10722
10723         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10724         (mm-insert-part): Don't modify text if it has been decoded.
10725
10726         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10727         decoded.
10728
10729         * mm-view.el (mm-inline-text): Don't strip text props unless
10730         decoding enriched or richtext parts.
10731
10732 2005-09-25  Romain Francoise  <romain@orebokech.com>
10733
10734         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10735         * gnus-start.el (gnus-subscribe-interactively):
10736         * gnus-uu.el (gnus-uu-grab-articles):
10737         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10738         space.
10739
10740 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10741
10742         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10743         * mm-view.el (mm-view-pkcs7-decrypt):
10744         * gnus-sum.el (gnus-summary-limit-to-extra)
10745         (gnus-summary-respool-article, gnus-read-move-group-name):
10746         * gnus-score.el (gnus-summary-increase-score):
10747         * gnus-util.el (gnus-completing-read-with-default):
10748         * gnus-art.el (gnus-read-save-file-name)
10749         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10750         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10751         * message.el (message-check-news-header-syntax):
10752         Follow convention for reading with the minibuffer.
10753
10754 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * spam-report.el (spam-report-url-ping-plain):
10757         Use gnus-extended-version as User-Agent.
10758
10759         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10760         default value is nil.
10761
10762         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10763         (mm-uu-verbatim-marks-extract): New function.
10764         (mm-uu-extract): New face.
10765         (mm-uu-copy-to-buffer): Use it.
10766
10767         * spam-report.el (spam-report-gmane-ham): Renamed from
10768         `spam-report-gmane-unspam'.
10769         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10770         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10771
10772         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10773         Autoload.
10774         (spam-report-gmane-unregister-routine): Renamed
10775         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10776
10777 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10778
10779         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10780         (spam-report-gmane-unregister-routine): Add support for gmane
10781         unregistration.
10782
10783         * spam-report.el (spam-report-gmane-unspam)
10784         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10785         (spam-report-gmane): Change to take a single article and do unspam
10786         registration.
10787
10788 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * mm-url.el (mm-url-decode-entities): Fix regexp.
10791
10792 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10795         default to nil, to be able to use Gnus at all.  If the default
10796         switches to something else, then the function should be fixed not
10797         be exceedingly slow.
10798
10799 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10800
10801         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10802         fail hard.
10803
10804         * spam-report.el: Add better Keywords line.
10805
10806         * spam.el: Add Maintainer and better Keywords line.
10807
10808 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * gnus-art.el (gnus-article-replace-part)
10811         (gnus-mime-replace-part): New functions.
10812         (gnus-mime-action-alist, gnus-mime-button-commands)
10813         (gnus-mime-save-part-and-strip): Added file argument.
10814         (gnus-article-part-wrapper): Added interactive argument.
10815
10816         * gnus-sum.el (gnus-summary-mime-map): Add
10817         `gnus-article-replace-part'.
10818
10819 2005-09-19  Didier Verna  <didier@xemacs.org>
10820
10821         The nnml compaction feature:
10822         * nnml.el (nnml-request-compact-group): New function.
10823         * nnml.el (nnml-request-compact): New function.
10824         * gnus-int.el (gnus-request-compact-group): New function.
10825         * gnus-int.el (gnus-request-compact): New function.
10826         * gnus-group.el (gnus-group-compact-group): New function.
10827         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10828         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10829         * gnus-srvr.el (gnus-server-compact-server): New function.
10830         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10831         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10832
10833 2005-09-18  Deepak Goel  <deego@gnufans.org>
10834
10835         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10836         format spec.
10837
10838 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10841
10842 2005-09-15  Romain Francoise  <romain@orebokech.com>
10843
10844         * message.el (message-fill-paragraph): Clarify docstring.
10845
10846 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-art.el (gnus-mime-display-part): Protect against broken
10849         MIME messages.
10850
10851 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10854         before parsing header.
10855
10856 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10857
10858         * html2text.el (html2text-replace-list): Add new entities.
10859
10860 2005-09-11  Romain Francoise  <romain@orebokech.com>
10861
10862         * message.el (message-alternative-emails): Improve docstring.
10863         (message-setup-1): Call `message-use-alternative-email-as-from'
10864         after `message-setup-hook' to give it precedence over posting
10865         styles, etc.
10866         (message-use-alternative-email-as-from): Add docstring.  Remove
10867         the original From header if present.
10868
10869         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10870         (nnml-save-mail): Use it.
10871
10872         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10873         articles.  Add new argument `silent'.
10874         (gnus-uu-mark-all): Report the total number of marked articles.
10875
10876 2005-09-10  Romain Francoise  <romain@orebokech.com>
10877
10878         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10879         (gnus-uu-mark-series): Likewise.
10880
10881 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * spam-report.el (spam-report-gmane): Fix generation of spam
10884         report URL.
10885
10886 2005-09-10  Simon Josefsson  <jas@extundo.com>
10887
10888         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10889         t, based on discussion on the ding list with Robert Epprecht
10890         <epprecht@solnet.ch>.
10891
10892 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * spam-report.el (spam-report-gmane): Make it work without
10895         X-Report-Spam header.  Gmane now only provides Archived-At.
10896         This is only used if `spam-report-gmane-use-article-number' is nil.
10897         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10898
10899         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10900         make `gnus-summary-sort-by-recipient' work with threading.
10901
10902         * nnweb.el (nnweb-google-wash-article): Print a message if article
10903         is not available.
10904
10905 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10906
10907         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10908         change.  Decode text/* parts content before displaying.
10909
10910 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10913
10914 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10917
10918         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10919         url-package-name, url-package-version,
10920         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10921         w3m-display-inline-images, and w3m-minor-mode-map.
10922
10923 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * message.el (message-tab-body-function): Fix mismatched custom type.
10926
10927         * gnus.el (gnus-group-change-level-function): Ditto.
10928
10929         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10930
10931         * gnus-art.el (gnus-signature-limit)
10932         (gnus-article-mime-part-function): Ditto.
10933
10934 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * mml.el (mml-mode): Silence the byte compiler.
10937
10938         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10939         using `(sit-for 0)' before moving the point to the specified part;
10940         skip unbuttonized parts.
10941         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10942         return to the summary window if gnus-auto-select-part is non-nil.
10943
10944 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10947         variables.
10948         (mml-dnd-attach-file, mml-mode): Use them.
10949
10950         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10951         Make fetching article by MID work again for Google Groups.  Added
10952         FIXME concerning gnus-group-make-web-group.
10953
10954         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10955         Don't depend on Gnus by using mail-extract-address-components if
10956         gnus-extract-address-components is not bound.
10957
10958 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * gnus-art.el (gnus-mime-display-security): Don't display the
10961         signature, but only the signed part.
10962
10963 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10966
10967         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10968         list, not listp.
10969
10970 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10971
10972         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10973         when encoding.
10974
10975         * mm-bodies.el (mm-decode-content-transfer-encoding):
10976         De-canonicalize CRLF for all text content types, not just
10977         text/plain.
10978
10979 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10982         valid article; point arrow and cursor at the MIME button.
10983
10984 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10987         Suggested by Dan Christensen <jdc@uwo.ca>.
10988
10989         * mm-decode.el (mm-save-part): Enable change of prompt.
10990
10991 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10992
10993         * gnus-msg.el (gnus-inews-add-send-actions): Made
10994         `message-post-method' lambda parameter ARG `&optional'.
10995
10996 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gnus-sum.el (gnus-summary-mime-map): Added
10999         gnus-article-save-part-and-strip, gnus-article-delete-part and
11000         gnus-article-jump-to-part.
11001
11002         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11003         (gnus-article-edit-part): Use it.
11004         (gnus-article-part-wrapper): Added no-handle argument.
11005         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11006         functions.
11007
11008 2005-08-29  Romain Francoise  <romain@orebokech.com>
11009
11010         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11011         docstring.
11012         (gnus-face-from-file): Likewise.
11013
11014 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11017         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11018         non-nil.
11019         (gnus-auto-select-part): New variable.
11020         (gnus-article-jump-to-part): New function.
11021         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11022         (gnus-mime-delete-part): Allow selecting specified part after
11023         deleting or stripping parts.
11024         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11025         part if argument is bogus.
11026
11027 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11028
11029         * gnus-art.el (w3m-minor-mode-map):
11030         * gnus-spec.el (gnus-newsrc-file-version):
11031         * gnus-util.el (nnmail-active-file-coding-system)
11032         (gnus-original-article-buffer, gnus-user-agent):
11033         * gnus.el (gnus-ham-process-destinations)
11034         (gnus-parameter-ham-marks-alist)
11035         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11036         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11037         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11038         * mm-decode.el (gnus-current-window-configuration):
11039         * mm-extern.el (gnus-article-mime-handles):
11040         * mm-url.el (url-current-object, url-package-name)
11041         (url-package-version):
11042         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11043         (smime-keys, w3m-cid-retrieve-function-alist)
11044         (w3m-current-buffer, w3m-display-inline-images)
11045         (w3m-minor-mode-map):
11046         * mml-smime.el (gnus-extract-address-components):
11047         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11048         (gnus-newsrc-hashtb, message-default-charset)
11049         (message-deletable-headers, message-options)
11050         (message-posting-charset, message-required-mail-headers)
11051         (message-required-news-headers):
11052         * mml1991.el (mc-pgp-always-sign):
11053         * mml2015.el (mc-pgp-always-sign):
11054         * nnheader.el (nnmail-extra-headers):
11055         * rfc1843.el (gnus-decode-encoded-word-function)
11056         (gnus-decode-header-function, gnus-newsgroup-name):
11057         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11058
11059 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11060
11061         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11062         the end of the date treatments.
11063
11064 2005-08-15  Simon Josefsson  <jas@extundo.com>
11065
11066         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11067         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11068         Capello and Romain Francoise.
11069         (pgg-fetch-key-function): Removed, not used?
11070         (pgg-insert-url-with-w3): Require url, to get
11071         url-insert-file-contents regardless of where it is defined.
11072
11073 2005-08-13  Romain Francoise  <romain@orebokech.com>
11074
11075         * message.el (message-cite-original-1): New function.
11076         (message-cite-original): Use it.
11077         (message-cite-original-without-signature): Ditto.
11078
11079 2005-08-08  Romain Francoise  <romain@orebokech.com>
11080
11081         * message.el (message-yank-empty-prefix): New variable.
11082         (message-indent-citation): Use it.
11083         (message-cite-original-without-signature): Respect X-No-Archive.
11084
11085 2005-08-08  Simon Josefsson  <jas@extundo.com>
11086
11087         * pgg.el: Autoload url-insert-file-contents instead of loading
11088         w3/url.
11089         (pgg-insert-url-with-w3): Don't load url here.
11090
11091 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11092
11093         * message.el (message-kill-to-signature): Don't insert newline at
11094         bol.
11095         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11096
11097 2005-08-06  Romain Francoise  <romain@orebokech.com>
11098
11099         * message.el (message-user-fqdn): Fix typo in docstring.
11100
11101 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11102
11103         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11104
11105         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11106
11107 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * mm-bodies.el (mm-encode-body): Use coding system rather than
11110         charset to encode text.
11111
11112         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11113         number of charsets if utf-8 is available (XEmacs).
11114
11115 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11118         taken from `gnus-button-mid-or-mail-regexp'.
11119         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11120         (gnus-button-alist): Improve regexp for domain part of the MIDs
11121         for news:localpart@domain buttons.
11122         (gnus-button-ctan-directory-regexp): Update.
11123
11124 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * sieve-manage.el (sieve-manage-interactive-login): Use
11127         make-local-variable rather than make-variable-buffer-local.
11128         (sieve-manage-open): Ditto.
11129         (sieve-manage-authenticate): Ditto.
11130
11131         * mml.el (mml-generate-mime-1): Make the content type default to
11132         text/plain if the filename is not specified.
11133
11134 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11137         instead of insert-buffer.
11138
11139         * message.el (message-yank-original): Ditto; set the mark at the
11140         end of the yanked message.
11141
11142 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11145         lines to scroll rather than to stop it.
11146
11147         * mml.el (mml-generate-default-type): Add doc string.
11148         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11149         default to application/octet-stream when determining the content
11150         type if it is not specified for the part or the mml contents; add
11151         a comment about mml-generate-default-type.
11152
11153 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11156         make it default to application/octet-stream when determining the
11157         content type if it is not specified for the external contents.
11158
11159 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11162         segmented parameter but also other parameters might be there.
11163
11164 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * mm-decode.el (mm-display-external): Delete temp file, directory
11167         and buffer immediately if the external process is exited.
11168
11169 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11172         fewer lines than that of scroll-margin.
11173         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11174
11175 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * gnus-art.el (gnus-article-next-page): Revert.
11178         (gnus-article-beginning-of-window): New macro.
11179         (gnus-article-next-page-1): Use it.
11180         (gnus-article-prev-page): Ditto.
11181         (gnus-article-edit-part): Use insert-buffer-substring instead of
11182         insert-buffer.
11183         (gnus-article-edit-exit): Ditto.
11184
11185         * gnus-util.el (gnus-beginning-of-window): Remove.
11186         (gnus-end-of-window): Remove.
11187
11188         * lpath.el: Don't bind header-line-format and scroll-margin.
11189
11190 2005-07-25  Simon Josefsson  <jas@extundo.com>
11191
11192         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11193         to have the url package without w3.  Reported by Daiki Ueno
11194         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11195
11196 2005-07-20  Didier Verna  <didier@xemacs.org>
11197
11198         * gnus-diary.el: Remove the description comment (nndiary is now
11199         properly documented in the Gnus manual).
11200         Fix the spelling of "Back End".
11201         * nndiary.el: Ditto.
11202         Fix the copyright notice.
11203
11204 2005-07-18  Romain Francoise  <romain@orebokech.com>
11205
11206         * gnus-sum.el (gnus-summary-to-prefix)
11207         (gnus-summary-newsgroup-prefix): New variables.
11208         (gnus-summary-from-or-to-or-newsgroups): Use them.
11209
11210 2005-07-17  Romain Francoise  <romain@orebokech.com>
11211
11212         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11213         space as it's generally not especially interesting to the user.
11214
11215 2005-07-16  Romain Francoise  <romain@orebokech.com>
11216
11217         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11218         nil to avoid prompting and file modification if one of the
11219         messages at the top of the nnfolder file contains a copyright
11220         notice.
11221         Update copyright notice.
11222
11223         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11224         instead of `current-time-string' as the latter creates a time
11225         string that is not RFC 2822 compliant (it lacks the zone).
11226         Update copyright notice.
11227
11228 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11229
11230         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11231         for text/rtf.  Display default in prompt.  Pass default for M-n.
11232
11233         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11234
11235 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236
11237         * gnus-msg.el (gnus-button-mailto): Remove
11238         save-selected-window-window hackery because it relies on
11239         save-selected-window internals.
11240
11241 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11244         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11245         (gnus-article-prev-page): Ditto.
11246
11247         * gnus-util.el (gnus-beginning-of-window): New function.
11248         (gnus-end-of-window): New function.
11249
11250         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11251
11252 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11253
11254         * gnus-score.el (gnus-score-edit-all-score): Set
11255         gnus-score-edit-exit-function to gnus-score-edit-done and call
11256         gnus-message.
11257
11258 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11259
11260         * gnus-msg.el (gnus-button-mailto): Remove
11261         save-selected-window-window hackery because it relies on
11262         save-selected-window internals.
11263
11264 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11267         add-minor-mode.
11268         (gnus-binary-mode): Ditto.
11269
11270         * gnus-topic.el (gnus-topic-mode): Ditto.
11271
11272 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11273
11274         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11275         (gnus-article-prev-page): Take scroll-margin into consideration.
11276
11277 2005-07-04  Lute Kamstra  <lute@gnu.org>
11278
11279         Update FSF's address in GPL notices.
11280
11281 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11282
11283         * gnus.el (gnus-exit):
11284         * gnus-group.el (gnus-group-icons):
11285         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11286
11287         * gnus-nocem.el (gnus-nocem):
11288         * message.el (message-various, message-buffers, message-sending)
11289         (message-interface, message-forwarding, message-insertion)
11290         (message-headers, message-news, message-mail):
11291         * pgg-gpg.el (pgg-gpg):
11292         * pgg-parse.el (pgg-parse):
11293         * pgg-pgp.el (pgg-pgp):
11294         * pgg-pgp5.el (pgg-pgp5):
11295         * pop3.el (pop3): Finish `defgroup' description with period.
11296
11297 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gnus-art.el (article-display-face): Improve the efficiency.
11300         (article-display-x-face): Ditto; remove grey x-face stuff.
11301
11302 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-art.el (article-display-face): Correct the position in
11305         which Faces are inserted.
11306
11307 2005-06-29  Didier Verna  <didier@xemacs.org>
11308
11309         * gnus-art.el (article-display-face): Display faces in correct
11310         order.
11311
11312 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11315         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11316         (gnus-nocem-check-article): Fetch the Type header.
11317         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11318         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11319         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11320         make sure gnus-nocem-hashtb is initialized.
11321         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11322         (gnus-nocem-unwanted-article-p): Ditto.
11323
11324         * pgg.el (pgg-verify): Return the verification result.
11325
11326 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11327
11328         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11329         is ascii.
11330
11331 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11332
11333         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11334         `show-nonbreak-escape'.
11335
11336 2005-06-23  Lute Kamstra  <lute@gnu.org>
11337
11338         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11339
11340         * dig.el (dig-mode):
11341         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11342
11343 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11344
11345         * nnimap.el (nnimap-split-download-body): Fix spellings.
11346
11347 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11348
11349         * gnus-art.el (gnus-article-encrypt-body):
11350         * gnus-cus.el (gnus-score-customize):
11351         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11352         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11353
11354 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11355
11356         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11357         header by looking for magic "MII" at the beginnig.
11358
11359 2005-06-16  Miles Bader  <miles@gnu.org>
11360
11361         * gnus-xmas.el (gnus-xmas-group-startup-message):
11362         Use renamed gnus-splash face.
11363
11364         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11365         (assistant-field-face): New backward-compatibility alias for renamed
11366         face.
11367         (assistant-render-text): Use renamed assistant-field face.
11368
11369         * spam.el (spam): Remove "-face" suffix from face name.
11370         (spam-face): New backward-compatibility alias for renamed face.
11371         (spam-face, spam-initialize): Use renamed spam face.
11372
11373         * message.el (message-header-to, message-header-cc)
11374         (message-header-subject, message-header-newsgroups)
11375         (message-header-other, message-header-name)
11376         (message-header-xheader, message-separator, message-cited-text)
11377         (message-mml): Remove "-face" suffix from face names.
11378         (message-header-to-face, message-header-cc-face)
11379         (message-header-subject-face, message-header-newsgroups-face)
11380         (message-header-other-face, message-header-name-face)
11381         (message-header-xheader-face, message-separator-face)
11382         (message-cited-text-face, message-mml-face):
11383         New backward-compatibility aliases for renamed faces.
11384         (message-font-lock-keywords): Use renamed message faces.
11385
11386         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11387         (sieve-test-commands, sieve-tagged-arguments):
11388         Remove "-face" suffix from face names.
11389         (sieve-control-commands-face, sieve-action-commands-face)
11390         (sieve-test-commands-face, sieve-tagged-arguments-face):
11391         New backward-compatibility aliases for renamed faces.
11392         (sieve-control-commands-face, sieve-action-commands-face)
11393         (sieve-test-commands-face, sieve-tagged-arguments-face):
11394         Use renamed sieve faces.
11395
11396         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11397         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11398         (gnus-group-news-3-empty, gnus-group-news-4)
11399         (gnus-group-news-4-empty, gnus-group-news-5)
11400         (gnus-group-news-5-empty, gnus-group-news-6)
11401         (gnus-group-news-6-empty, gnus-group-news-low)
11402         (gnus-group-news-low-empty, gnus-group-mail-1)
11403         (gnus-group-mail-1-empty, gnus-group-mail-2)
11404         (gnus-group-mail-2-empty, gnus-group-mail-3)
11405         (gnus-group-mail-3-empty, gnus-group-mail-low)
11406         (gnus-group-mail-low-empty, gnus-summary-selected)
11407         (gnus-summary-cancelled, gnus-summary-high-ticked)
11408         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11409         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11410         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11411         (gnus-summary-low-undownloaded)
11412         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11413         (gnus-summary-low-unread, gnus-summary-normal-unread)
11414         (gnus-summary-high-read, gnus-summary-low-read)
11415         (gnus-summary-normal-read, gnus-splash):
11416         Remove "-face" suffix from face names.
11417         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11418         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11419         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11420         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11421         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11422         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11423         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11424         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11425         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11426         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11427         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11428         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11429         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11430         (gnus-summary-normal-ticked-face)
11431         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11432         (gnus-summary-normal-ancient-face)
11433         (gnus-summary-high-undownloaded-face)
11434         (gnus-summary-low-undownloaded-face)
11435         (gnus-summary-normal-undownloaded-face)
11436         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11437         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11438         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11439         (gnus-splash-face):
11440         New backward-compatibility aliases for renamed faces.
11441         (gnus-group-startup-message): Use renamed gnus faces.
11442
11443         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11444         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11445         (gnus-server-agent): Remove "-face" suffix from face names.
11446         (gnus-server-agent-face, gnus-server-opened-face)
11447         (gnus-server-closed-face, gnus-server-denied-face)
11448         (gnus-server-offline-face):
11449         New backward-compatibility aliases for renamed faces.
11450         (gnus-server-agent-face, gnus-server-opened-face)
11451         (gnus-server-closed-face, gnus-server-denied-face)
11452         (gnus-server-offline-face): Use renamed gnus faces.
11453
11454         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11455         Remove "-face" suffix from face names.
11456         (gnus-picon-xbm-face, gnus-picon-face):
11457         New backward-compatibility aliases for renamed faces.
11458
11459         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11460         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11461         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11462         (gnus-cite-11): Remove "-face" suffix from face names.
11463         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11464         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11465         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11466         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11467         New backward-compatibility aliases for renamed faces.
11468         (gnus-cite-attribution-face, gnus-cite-face-list)
11469         (gnus-article-boring-faces): Use renamed gnus faces.
11470
11471         * gnus-art.el (gnus-signature, gnus-header-from)
11472         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11473         (gnus-header-content): Remove "-face" suffix from face names.
11474         (gnus-signature-face, gnus-header-from-face)
11475         (gnus-header-subject-face, gnus-header-newsgroups-face)
11476         (gnus-header-name-face, gnus-header-content-face):
11477         New backward-compatibility aliases for renamed faces.
11478         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11479
11480         * gnus-sum.el (gnus-summary-selected-face)
11481         (gnus-summary-highlight): Use renamed gnus faces.
11482         * gnus-group.el (gnus-group-highlight): Likewise.
11483
11484 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11485
11486         * gnus-sieve.el (gnus-sieve-article-add-rule):
11487         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11488         * spam-stat.el (spam-stat-buffer-change-to-spam)
11489         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11490
11491         * message.el (message-is-yours-p):
11492         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11493
11494 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * mm-view.el (mm-inline-text): Withdraw the last change.
11497
11498 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11501         executing enriched-decode.
11502
11503 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11506         charset of tar files.
11507
11508 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11509
11510         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11511
11512 2005-06-04  Lute Kamstra  <lute@gnu.org>
11513
11514         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11515         information is never recorded.
11516
11517 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11518
11519         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11520
11521 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * pop3.el (pop3-apop): Run md5 in the binary mode.
11524
11525         * starttls.el (starttls-set-process-query-on-exit-flag):
11526         Use eval-and-compile.
11527
11528 2005-05-31  Simon Josefsson  <jas@extundo.com>
11529
11530         * smime.el (smime-replace-in-string): Define.
11531         (smime-cert-by-ldap-1): Use it.
11532
11533 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * gnus-art.el (article-display-x-face): Replace
11536         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11537
11538         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11539         set-process-query-on-exit-flag or process-kill-without-query.
11540
11541         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11542         loop instead of replace-regexp.
11543
11544         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11545         instead of process-kill-without-query if it is available.
11546
11547         * lpath.el: Fbind ldap-search-entries.
11548
11549         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11550         instead of find-file-hooks if it is available.
11551
11552         * mml1991.el: Bind pgg-default-user-id when compiling.
11553
11554         * mml2015.el: Bind pgg-default-user-id when compiling.
11555
11556         * nndraft.el (nndraft-request-associate-buffer):
11557         Use write-contents-functions instead of write-contents-hooks if it is
11558         available.
11559
11560         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11561         instead of find-file-hooks if it is available.
11562
11563         * nntp.el (nntp-open-connection): Replace
11564         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11565         (nntp-open-ssl-stream): Ditto.
11566         (nntp-open-tls-stream): Ditto.
11567
11568         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11569         set-process-query-on-exit-flag or process-kill-without-query.
11570         (starttls-open-stream-gnutls): Use it instead of
11571         process-kill-without-query.
11572         (starttls-open-stream): Ditto.
11573
11574 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11575
11576         * smime.el (smime-cert-by-ldap-1): Don't use
11577         replace-regexp-in-string.
11578
11579 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11580
11581         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11582
11583         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11584         in PEM format.  Adjust to the XEmacs compability.
11585
11586 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11589         by `string-to-number'.
11590         * gnus-agent.el (gnus-agent-regenerate-group)
11591         (gnus-agent-fetch-articles): Ditto.
11592         * gnus-art.el (gnus-button-fetch-group): Ditto.
11593         * gnus-cache.el (gnus-cache-generate-active)
11594         (gnus-cache-articles-in-group): Ditto.
11595         * gnus-group.el (gnus-group-set-current-level)
11596         (gnus-group-insert-group-line): Ditto.
11597         * gnus-score.el (gnus-score-set-expunge-below)
11598         (gnus-score-set-mark-below, gnus-summary-score-effect)
11599         (gnus-summary-score-entry): Ditto.
11600         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11601         (gnus-soup-pack): Ditto.
11602         * gnus-spec.el (gnus-xmas-format): Ditto.
11603         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11604         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11605         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11606         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11607         * nndb.el (nndb-get-remote-expire-response): Ditto.
11608         * nndiary.el (nndiary-parse-schedule-value)
11609         (nndiary-string-to-number, nndiary-request-replace-article)
11610         (nndiary-request-article): Ditto.
11611         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11612         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11613         * nneething.el (nneething-make-head): Ditto.
11614         * nnfolder.el (nnfolder-request-article)
11615         (nnfolder-retrieve-headers): Ditto.
11616         * nnheader.el (nnheader-file-to-number): Ditto.
11617         * nnkiboze.el (nnkiboze-request-article): Ditto.
11618         * nnmail.el (nnmail-process-unix-mail-format)
11619         (nnmail-process-babyl-mail-format): Ditto.
11620         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11621         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11622         (nnmh-request-create-group, nnmh-request-list-1)
11623         (nnmh-request-group, nnmh-request-article): Ditto.
11624         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11625         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11626         * nnsoup.el (nnsoup-make-active): Ditto.
11627         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11628         * nntp.el (nntp-find-group-and-number)
11629         (nntp-retrieve-headers-with-xover): Ditto.
11630         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11631         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11632         (pgg-format-key-identifier): Ditto.
11633         * pop3.el (pop3-last, pop3-stat): Ditto.
11634         * qp.el (quoted-printable-decode-region): Ditto.
11635
11636         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11637         of concat.
11638
11639 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11642
11643         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11644
11645         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11646
11647         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11648
11649         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11650
11651         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11652
11653         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11654         (gnus-carpal-mode): Ditto.
11655
11656         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11657         (gnus-browse-mode): Ditto.
11658
11659         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11660
11661         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11662
11663 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11664
11665         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11666
11667 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * gnus-util.el (gnus-run-mode-hooks): New function.
11670
11671         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11672
11673         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11674         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11675
11676 2005-05-27  Lute Kamstra  <lute@gnu.org>
11677
11678         * dns-mode.el (dns-mode): Specify customization group.
11679
11680 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11681
11682         * gnus-agent.el (gnus-agent-make-mode-line-string):
11683         Use mode-line-highlight as mouse-face.
11684
11685 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * canlock.el (canlock): Change the parent group to news.
11688
11689         * deuglify.el (gnus-outlook-deuglify): Add :group.
11690
11691         * dig.el (dig): Add :group.
11692
11693         * dns-mode.el (dns-mode): Add :group.
11694
11695         * encrypt.el (encrypt): Add :group.
11696
11697         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11698         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11699         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11700         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11701         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11702
11703         * gnus-diary.el (gnus-diary): Add :group.
11704
11705         * gnus.el (gnus-group-news-1-face): Add :group.
11706         (gnus-group-news-1-empty-face): Ditto.
11707         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11708         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11709         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11710         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11711         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11712         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11713         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11714         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11715         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11716         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11717         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11718         (gnus-summary-high-ticked-face): Ditto.
11719         (gnus-summary-low-ticked-face): Ditto.
11720         (gnus-summary-normal-ticked-face): Ditto.
11721         (gnus-summary-high-ancient-face): Ditto.
11722         (gnus-summary-low-ancient-face): Ditto.
11723         (gnus-summary-normal-ancient-face): Ditto.
11724         (gnus-summary-high-undownloaded-face): Ditto.
11725         (gnus-summary-low-undownloaded-face): Ditto.
11726         (gnus-summary-normal-undownloaded-face): Ditto.
11727         (gnus-summary-high-unread-face): Ditto.
11728         (gnus-summary-low-unread-face): Ditto.
11729         (gnus-summary-normal-unread-face): Ditto.
11730         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11731         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11732
11733         * hashcash.el (hashcash): New custom group.
11734         (hashcash-default-payment): Add :group.
11735         (hashcash-payment-alist): Ditto.
11736         (hashcash-default-accept-payment): Ditto.
11737         (hashcash-accept-resources): Ditto.
11738         (hashcash-path): Ditto.
11739         (hashcash-extra-generate-parameters): Ditto.
11740         (hashcash-double-spend-database): Ditto.
11741         (hashcash-in-news): Ditto.
11742
11743         * message.el (message-minibuffer-local-map): Add :group.
11744
11745         * netrc.el (netrc): Add :group.
11746
11747         * sieve-manage.el (sieve-manage-log): Add :group.
11748         (sieve-manage-default-user): Diito.
11749         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11750         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11751         (sieve-manage-authenticators): Ditto.
11752         (sieve-manage-authenticator-alist): Ditto.
11753         (sieve-manage-default-port): Ditto.
11754
11755         * sieve-mode.el (sieve-control-commands-face): Add :group.
11756         (sieve-action-commands-face): Ditto.
11757         (sieve-test-commands-face): Ditto.
11758         (sieve-tagged-arguments-face): Ditto.
11759
11760         * smime.el (smime): Add :group.
11761
11762         * spam-report.el (spam-report): Add :group.
11763
11764         * spam.el (spam, spam-face): Add :group.
11765
11766 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767
11768         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11769         return \n.\n.\n at the end of articles.  Protect against that.
11770         (nntp-with-open-group): Allow debugging.
11771
11772         * nnheader.el (mail-header-set-extra): Make into a function
11773         because I just could't understand how to quote the list properly.
11774
11775         * dns.el (query-dns-cached): New function.
11776
11777 2005-05-26  Lute Kamstra  <lute@gnu.org>
11778
11779         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11780
11781 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11784
11785         * gnus-art.el: Don't autoload mail-extract-address-components.
11786
11787         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11788         eval-and-compile to evaluate it.
11789
11790         * hashcash.el: Don't autoload executable-find.
11791
11792         * nndb.el: Don't declare the nndb back end two or more times; don't
11793         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11794
11795         * nntp.el: Autoload format-spec instead of format; use
11796         eval-and-compile to evaluate autoload forms.
11797
11798 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11799
11800         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11801
11802 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11803
11804         * gnus.el (gnus-version-number): Bump version.
11805
11806 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11807
11808         * gnus.el: No Gnus v0.3 is released.
11809
11810 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * lpath.el (featurep): Bind show-nonbreak-escape.
11813
11814 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-art.el (gnus-article-edit-part): Disable undo.
11817
11818 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11821         gnus-article-date-lapsed-new-header is t if date timer is active;
11822         skip headers in which the original date value is empty.
11823         (gnus-article-save-original-date): Redefine it as a macro.
11824         (gnus-display-mime): Use it.
11825
11826 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-art.el (article-date-ut): Support converting date in
11829         forwarded parts as well.
11830         (gnus-article-save-original-date): New function.
11831         (gnus-display-mime): Use it.
11832
11833 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11834
11835         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11836         enclosure element of <item>.
11837
11838 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * message.el (message-kill-buffer-query): Renamed from
11841         `message-kill-buffer-query-if-modified'.  Added :version.
11842
11843 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11846         window layout.
11847
11848 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * mml.el: Autoload dnd when compiling.
11851
11852 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11855         x-dnd-*.
11856
11857 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * qp.el (quoted-printable-encode-region): Save excursion.
11860
11861 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11862
11863         * message.el (message-kill-buffer-query-if-modified): Add new variable
11864         so the user can kill a modified message buffer quickly.
11865         (message-kill-buffer): Use it.
11866
11867 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * lpath.el: Fbind display-time-event-handler; don't fbind
11870         string-to-multibyte.
11871
11872         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11873
11874 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11877         contained in text because xml.el decodes entities) with LFs.
11878
11879 2005-04-11  Lute Kamstra  <lute@gnu.org>
11880
11881         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11882         differently.
11883
11884 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11885
11886         * mm-util.el (mm-detect-coding-region): Typo.
11887
11888 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11891
11892 2005-04-06  Deepak Goel  <deego@gnufans.org>
11893
11894         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11895         user-function allow user modifications of the scores.
11896         (spam-stat-score-buffer-user): New function, to allow
11897         user-computed modifications to the score.
11898         (spam-stat-score-buffer-user-functions): List of additional
11899         scoring functions.
11900         (spam-stat-error-holder): Global temporary error holder.
11901         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11902         variable.
11903
11904 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11905
11906         * gnus-registry.el (gnus-registry-clean-empty-function)
11907         (gnus-registry-trim, gnus-registry-fetch-groups)
11908         (gnus-registry-delete-group): Groups that match
11909         `gnus-registry-ignored-groups' are removed from the registry
11910         entries, not just ignored for splitting.  This helps clean up the
11911         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11912         to get all the groups a message ID is in.
11913
11914         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11915         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11916         (spam-stat-score-buffer-user-functions): Add :number custom type.
11917
11918 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11921         argument in XEmacs.
11922
11923         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11924         (nnrss-request-group): Decode group name first.
11925         (nnrss-request-article): Make a text/plain article if mml-to-mime
11926         failed.
11927         (nnrss-get-encoding): Return a compatible encoding according to
11928         nnrss-compatible-encoding-alist.
11929         (nnrss-find-el): Use consp instead of listp.
11930         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11931
11932 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11935         which Emacs 20 doesn't support.
11936         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11937
11938 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11941         silence the byte compiler inside the defun.
11942
11943         * gnus-demon.el (parse-time-string): Add autoload.
11944
11945         * gnus-delay.el (parse-time-string): Add autoload.
11946
11947         * gnus-art.el (parse-time-string): Add autoload.
11948
11949         * nnultimate.el (parse-time): Require for `parse-time-string'.
11950
11951 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11954
11955         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11956
11957         * smime.el (smime-ldap-host-list): Add :version.
11958
11959 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11962         pass it to `gnus-browse-read-group'.
11963         (gnus-browse-read-group): Add NUMBER argument and pass it to
11964         `gnus-group-read-ephemeral-group'.
11965
11966         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11967         argument and pass it to `gnus-group-read-group'.
11968
11969 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11970
11971         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11972         mm-xemacs-find-mime-charset-1 if we have the mule feature
11973         available at runtime.
11974
11975 2005-03-25  Werner Lemberg  <wl@gnu.org>
11976
11977         * nnmaildir.el: Replace `illegal' with `invalid'.
11978
11979 2005-03-23  Lute Kamstra  <lute@gnu.org>
11980
11981         * time-date.el: Add comment on time value formats.
11982         Don't require parse-time.
11983         (with-decoded-time-value): New macro.
11984         (encode-time-value): New function.
11985         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11986         (days-to-time): Return a valid time value when arg is huge.
11987         (time-since): Use time-subtract.
11988         (time-to-number-of-days): Use time-to-seconds.
11989
11990 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11991
11992         * gnus-start.el (gnus-display-time-event-handler):
11993         Check display-time-timer at runtime rather than only at load time
11994         in case display-time-mode is turned off in the mean time.
11995
11996 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11999         used.
12000
12001         * nneething.el (nneething-map-file-directory): Derive from
12002         `gnus-directory'.
12003
12004         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12005         the To/Cc button.
12006
12007 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * nnmaildir.el (nnmaildir-request-accept-article):
12010         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12011
12012 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12013
12014         * gnus-async.el: Require timer-funcs at compile time when in
12015         XEmacs for `run-with-idle-timer'.
12016
12017 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12018
12019         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12020         autoloaded function.
12021
12022 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12023
12024         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12025
12026 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12027
12028         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12029
12030 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12031
12032         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12033         gnus-expert-user to default.
12034
12035 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12036
12037         * nnimap.el (nnimap-open-server): Ditto.
12038
12039         * imap.el (imap-authenticate): Fix typo.
12040
12041 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12042
12043         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12044         buffer (since IMAP server might return FETCH response out of
12045         order, and the nntp buffer must be sorted).
12046
12047 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12048
12049         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12050         comparison on string.
12051
12052         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12053         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12054         (gnus-agent-summary-fetch-series): Modified to protect against
12055         gnus-agent-summary-fetch-group clearing processable flags.
12056         (gnus-agent-synchronize-group-flags): Update live group buffer as
12057         synchronization may occur due to the user toggle the plugged
12058         status.
12059         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12060         successfully downloaded.
12061         (gnus-agent-expire-group-1): Avoid using markers when the overview
12062         is in ascending order; greatly improves performance.
12063         (gnus-agent-regenerate-group): Use
12064         gnus-agent-synchronize-group-flags to reset read status in both
12065         gnus and server.
12066         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12067
12068 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * message.el: Don't autoload former message-utils variables.
12071         (message-strip-subject-trailing-was): Change doc string.
12072
12073         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12074         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12075         (nnweb-google-search): Add "hl=en" here.
12076         (nnweb-google-parse-1, nnweb-google-create-mapping):
12077         Don't hardcode URL.
12078
12079 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * message.el (message-get-reply-headers, message-followup):
12082         Mention related variables `message-use-followup-to' and
12083         `message-use-mail-followup-to', in the information buffer.
12084
12085         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12086         of broken groups(-beta).google.com.
12087
12088 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12089
12090         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12091         parameter to invoked gnus-request-move-article; remove the
12092         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12093         all at once instead of once per article.
12094         (gnus-summary-remove-process-mark): Accept a list of articles as
12095         well as a single article for processing.
12096
12097         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12098         parameter.
12099
12100         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12101
12102         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12103
12104         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12105         parameter.
12106
12107         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12108         parameter.
12109
12110         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12111         parameter and remove the gnus-sum-hint-move-is-internal variable.
12112
12113         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12114         parameter.
12115
12116         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12117         parameter.
12118
12119         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12120         parameter.
12121
12122         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12123
12124         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12125         parameter.
12126
12127         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12128         parameter.
12129
12130 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12131
12132         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12133         a more conservative way.
12134
12135 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12136
12137         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12138         buffer, so it moves the window's cursor.
12139
12140 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12141
12142         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12143         `mm-dissect-multipart' and receive the from field as an (optional)
12144         argument from `mm-dissect-multipart'.
12145         (mm-dissect-multipart): Receive the from field as an argument and
12146         pass it on when we call `mm-dissect-buffer' on MIME parts.
12147         Fixes verification/decryption of signed/encrypted MIME parts.
12148
12149 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12150
12151         * gnus-sum.el (gnus-summary-move-article): Set
12152         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12153         whatever it calls (right now, only nnimap-request-move article
12154         respects it).
12155
12156         * nnimap.el (nnimap-request-move-article): When
12157         gnus-sum-hint-move-is-internal is set, don't do the extra
12158         nnimap-request-article.
12159
12160 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12163
12164         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12165         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12166
12167         * gnus-sum.el (gnus-summary-caesar-message):
12168         Apply `gnus-treat-article' after rotation.
12169
12170         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12171         doc string.
12172
12173 2005-02-22  Simon Josefsson  <jas@extundo.com>
12174
12175         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12176         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12177         <arne@arnested.dk>.
12178         (encrypt): Add password-cache and password-cache-expiry as group
12179         members.
12180
12181 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12182
12183         * smime.el (smime-ldap-host-list): Doc fix.
12184         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12185         cache) password.
12186         (smime-sign-region): Use it.
12187         (smime-decrypt-region): Use it.
12188         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12189         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12190         fails.
12191         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12192         certificate from DER to PEM format rather than calling openssl.
12193
12194         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12195
12196         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12197         for signing/encryption.
12198
12199         * mml.el (mml-parse-1): Use them.
12200
12201 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12202
12203         * nnrss.el (nnrss-verbose): Removed.
12204         (nnrss-request-group): Use `nnheader-message' instead.
12205
12206 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12207
12208         * nnrss.el (nnrss-verbose): New variable.
12209         (nnrss-request-group): Make it say nnrss is requesting a group.
12210
12211 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12214         Handle news URL with given port correctly.
12215
12216 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12219         containing special characters.
12220
12221         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12222
12223         * mml.el (mime-to-mml): Ditto.
12224
12225         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12226         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12227         (rfc2047-decode-region): Quote decoded words containing special
12228         characters when rfc2047-quote-decoded-words-containing-tspecials
12229         is non-nil.
12230
12231 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12232
12233         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12234
12235         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12236
12237 2005-02-15  Simon Josefsson  <jas@extundo.com>
12238
12239         * nnimap.el (nnimap-debug): Doc fix.
12240
12241         * imap.el (imap-debug): Doc fix.
12242
12243 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12246
12247 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12248
12249         * gnus.el (spam-contents): Improve docs for spam-contents
12250         parameter in its variable incarnation.
12251
12252 2005-02-14  Simon Josefsson  <jas@extundo.com>
12253
12254         * smime-ldap.el: Use require instead of load-library for ldap.
12255         (smime-ldap-search): Indent.
12256         (smime-ldap-search-internal): Shorten line.
12257
12258         * smime.el (smime-cert-by-dns): Add doc-string.
12259         (smime-cert-by-ldap-1): Indent.
12260
12261         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12262         mml-smime-get-dns-ldap.
12263         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12264
12265 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12266
12267         * smime.el: Require smime-ldap.
12268         (smime-ldap-host-list): New variable.
12269         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12270
12271         * mml-smime.el (mml-smime-encrypt-query): New function.
12272         (mml-smime-encrypt-query): Use it.
12273
12274         * smime-ldap.el: New file.
12275
12276 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12279
12280 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12283         argument in doc string.  Make query for type more clear.
12284
12285 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gnus.el (gnus-group-startup-message): Search for gnus images in
12288         etc/images/gnus.
12289         * mm-util.el (mm-image-load-path): Likewise.
12290         * smiley.el (smiley-data-directory): Search for smilies in
12291         etc/images/smilies.
12292
12293 2005-02-09  Kim F. Storm  <storm@cua.dk>
12294
12295         Change Emacs release version from 21.4 to 22.1 throughout.
12296         Change Emacs development version from 21.3.50 to 22.0.50.
12297
12298 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12301
12302         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12303         non-Mule XEmacs as well.
12304         (mm-decompress-buffer): Signal an error intentionally if it does
12305         not decompress compressed data because auto-compression-mode is
12306         disabled.
12307
12308 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12309
12310         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12311         an ID in the registry even if it has no groups.
12312
12313 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12316         merge it into mm-decompress-buffer.
12317         (gnus-mime-copy-part): Use the MIME part charset, the value which
12318         a user specified or gnus-newsgroup-charset for decoding, like
12319         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12320         save-buffer what was used.  Suggested by Kevin Ryde
12321         <user42@zip.com.au>.
12322         (gnus-mime-inline-part): Allow the name parameter as well as the
12323         filename parameter; force decompressing of compressed data; always
12324         display contents being not decoded as unibyte.
12325
12326         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12327         as well as the filename parameter.
12328
12329         * mm-util.el (mm-decompress-buffer): Merge
12330         gnus-mime-jka-compr-maybe-uncompress.
12331         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12332         of compressed data.
12333
12334 2005-02-08  Simon Josefsson  <jas@extundo.com>
12335
12336         * imap.el (imap-log): Doc fix.
12337
12338 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12341         the coding cookies; decompress compressed parts.
12342
12343         * mml.el (mml-generate-mime-1): Add the charset parameter according
12344         to the value which a user specified manually or the coding cookie.
12345
12346         * mm-util.el (mm-string-to-multibyte): New function.
12347         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12348         (mm-coding-system-to-mime-charset): New function.
12349         (mm-decompress-buffer): New function.
12350         (mm-find-buffer-file-coding-system): New function.
12351
12352         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12353         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12354         parts.
12355
12356 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12357
12358         * mm-view.el (mm-display-inline-fontify): Decode a part according
12359         to the charset parameter.
12360
12361 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12364         prefix arg is neither nil nor a number, as info specifies.
12365
12366 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12369         timestamps.
12370
12371 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12372
12373         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12374         groups error checking and notify user.
12375
12376 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12377
12378         * message.el (message-send-mail-function): Check existence of
12379         sendmail-program first before using default value
12380         `message-send-mail-with-sendmail'.  Otherwise use more generic
12381         `smtpmail-send-it'.
12382
12383 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * nntp.el (nntp-request-update-info): Always return nil.
12386
12387 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12388
12389         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12390
12391 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12392
12393         * message.el (message-beginning-of-line): Change the behavior when
12394         invoked between BOL and : so that it first moves backward.
12395
12396 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12399         article buffer when editing of the article is discarded.
12400         (gnus-article-prepare): Revert.
12401
12402 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-art.el (gnus-article-prepare):
12405         Remove message-strip-forbidden-properties from the local hook.
12406
12407 2005-01-27  Simon Josefsson  <jas@extundo.com>
12408
12409         * password.el (password-cache-add): Only start one timer per key.
12410         Reported by Derek Atkins <warlord@MIT.EDU>.
12411
12412 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12413
12414         * run-at-time.el: Removed.  It is no longer needed as
12415         timer-funcs.el in the xemacs-base package has a working version of
12416         `run-at-time'.
12417
12418         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12419
12420         * password.el: Require timer-funcs instead of run-at-time in
12421         XEmacs.
12422         Remove `password-run-at-time' macro.
12423         (password-cache-add): Use `run-at-time' instead of
12424         `password-run-at-time'.
12425
12426         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12427         Remove `nnheader-cancel-function-timers' alias,
12428         `cancel-function-timers' exists in XEmacs in timer-funcs.
12429
12430         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12431         for `run-with-idle-timer'.
12432
12433         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12434         for `run-at-time'.
12435
12436         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12437         for `with-timeout'.
12438
12439         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12440         the same as for XEmacs 21.4.
12441         No need to ignore `run-with-idle-timer', this function exists in
12442         XEmacs now in timer-funcs.el in the xemacs-base package.
12443         (dgnushack-compile): No need to delete
12444         run-at-time.el from the list of files to compile because it
12445         doesn't exist anymore.
12446
12447 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12450         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12451
12452 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12453
12454         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12455         sensitively.
12456
12457 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12458
12459         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12460
12461 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12464         which will be inserted according to the multibyteness of a buffer
12465         rather than the type of contents.  Suggested by ARISAWA Akihiro
12466         <ari@mbf.ocn.ne.jp>.
12467
12468         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12469         of string which old xml.el may return rather than a string.
12470
12471 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12474
12475 2005-01-16  Simon Josefsson  <jas@extundo.com>
12476
12477         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12478         idn/idna.el isn't available.
12479         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12480         <michael@waxrat.com>.
12481
12482         * hashcash.el: Remove non-FSF copyright header.
12483
12484         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12485         (hashcash-generate-payment): Use it.
12486         (hashcash-generate-payment-async): Use it.
12487
12488 2005-01-15  Simon Josefsson  <jas@extundo.com>
12489
12490         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12491         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12492
12493         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12494         gnus-summary-idna-message.
12495         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12496         (gnus-summary-idna-message): New function.
12497
12498 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12501         gnus-novice-user.
12502
12503 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * nnrss.el (nnrss-request-delete-group): Delete entries in
12506         nnrss-group-alist as well.
12507         (nnrss-save-server-data): Insert newline.
12508
12509 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * gnus.el (gnus-user-agent): Use list of symbols instead of
12512         symbols.  Display full version number for (S)XEmacs.  Optionally
12513         display (S)XEmacs codename.
12514
12515         * gnus-util.el (gnus-emacs-version): Update for new
12516         `gnus-user-agent'.
12517
12518         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12519         Gnus version.
12520
12521 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12524         which is unreadable in some setups.
12525
12526 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-spec.el (gnus-update-format-specifications): Flush the
12529         group format spec cache if it doesn't support decoded group names.
12530
12531 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12534         Allow to apply decay on score files matching a regexp.
12535
12536 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12539         compatibility in %g and %c.
12540
12541 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12544         name for only %g and %c.
12545         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12546         of gnus-tmp-group to decoded group name.
12547         (gnus-group-make-rss-group): Exclude `/'s from group names.
12548
12549 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * nnrss.el (nnrss-get-encoding): Fix regexp.
12552
12553 2004-12-27  Simon Josefsson  <jas@extundo.com>
12554
12555         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12556         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12557         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12558
12559 2004-12-17  Kim F. Storm  <storm@cua.dk>
12560
12561         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12562
12563         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12564
12565 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12566
12567         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12568
12569 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * nnrss.el: Require rfc2047 and mml.
12572         (nnrss-file-coding-system): New variable.
12573         (nnrss-format-string): Redefine it as an inline function.
12574         (nnrss-decode-group-name): New function.
12575         (nnrss-string-as-multibyte): Remove.
12576         (nnrss-retrieve-headers): Decode group name; don't use
12577         nnrss-format-string.
12578         (nnrss-request-group): Decode group name.
12579         (nnrss-request-article): Decode group name; allow a Message-ID as
12580         well as an article number; don't use nnrss-format-string; encode a
12581         Message-ID string which may contain non-ASCII characters; use
12582         mml-to-mime to compose a MIME article.
12583         (nnrss-request-expire-articles): Decode group name.
12584         (nnrss-request-delete-group): Decode group name.
12585         (nnrss-fetch): Clarify error message.
12586         (nnrss-read-server-data): Use insert-file-contents instead of load;
12587         bind file-name-coding-system; use multibyte buffer.
12588         (nnrss-save-server-data): Bind coding-system-for-write to the
12589         value of nnrss-file-coding-system; bind file-name-coding-system;
12590         add coding cookie.
12591         (nnrss-read-group-data): Use insert-file-contents instead of load;
12592         bind file-name-coding-system; use multibyte buffer.
12593         (nnrss-save-group-data): Bind coding-system-for-write to the
12594         value of nnrss-file-coding-system; bind file-name-coding-system.
12595         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12596         make it work with non-ASCII text.
12597         (nnrss-find-el): Make it work with old xml.el as well.
12598
12599 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12600
12601         * nnrss.el (nnrss-get-encoding): New function.
12602         (nnrss-fetch): Use unibyte buffer initially; bind
12603         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12604         decode contents according to the encoding attribute.
12605         (nnrss-save-group-data): Add coding cookie.
12606         (nnrss-mime-encode-string): New function.
12607         (nnrss-check-group): Use it to encode subject and author.
12608
12609 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12610
12611         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12612         imaginary variable.
12613
12614 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12617         correctly even if there are wide characters.
12618
12619 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12620
12621         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12622         downcased symbol names; make a new cache instead of reusing
12623         bbdb-hashtable.
12624
12625 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12628         concatenating segments rather than before concatenating them.
12629         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12630
12631         * message.el (message-get-reply-headers): Bind `extra'.
12632
12633 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * message.el (message-extra-wide-headers): New variable.
12636         (message-get-reply-headers): Use it.
12637
12638 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12641         (gnus-agent-group-pathname): Ditto.
12642
12643         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12644
12645         * gnus-group.el (gnus-group-make-group): Decode group name.
12646         (gnus-group-make-rss-group): Register the group data after opening
12647         the nnrss group.
12648
12649 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12650
12651         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12652         by expiry now get marked as read.
12653
12654 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12657
12658 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12659
12660         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12661         unify Latin characters in XEmacs.
12662         (mm-find-mime-charset-region): Use it.
12663
12664 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-util.el (gnus-delete-directory): New function.
12667
12668         * gnus-agent.el (gnus-agent-delete-group): Use it.
12669
12670         * gnus-cache.el (gnus-cache-delete-group): Use it.
12671
12672 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12675         names.
12676
12677 2004-12-16  Simon Josefsson  <jas@extundo.com>
12678
12679         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12680
12681 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12684
12685         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12686         (gnus-group-set-current-level): Decode group name.
12687
12688 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12689
12690         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12691         failed.
12692
12693 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-group.el (gnus-group-delete-group): Decode group name.
12696         (gnus-group-make-rss-group): Encode group name.
12697         (gnus-group-catchup-current): Decode group name.
12698         (gnus-group-kill-group): Decode group name.
12699
12700 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12701
12702         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12703
12704 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-group.el (gnus-group-make-rss-group):
12707         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12708
12709         * gnus-start.el (gnus-setup-news): Honor user's setting to
12710         gnus-message-archive-method.  Suggested by Lute Kamstra
12711         <lute@gnu.org>.
12712
12713 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12714
12715         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12716         global counterparts of the buffer-local variables.
12717
12718 2004-11-16  Romain Francoise  <romain@orebokech.com>
12719
12720         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12721         counterparts of the buffer-local variables.
12722
12723 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * message.el (message-forbidden-properties): Fixed typo in doc
12726         string.
12727
12728 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * gnus-util.el (gnus-replace-in-string): Added doc string.
12731
12732         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12733         to avoid problems when splitting mails with many recipients.
12734
12735 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12736
12737         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12738         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12739
12740 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12741
12742         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12743         if there is no hashtable in memory or file modification time is
12744         newer than cached timestamp.
12745
12746 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12749         not-matching option.
12750
12751 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12754         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12755         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12756         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12757         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12758         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12759
12760 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * message.el (message-forward-make-body-mml): Remove headers
12763         according to message-forward-ignored-headers if a message is decoded.
12764
12765 2004-12-02  Romain Francoise  <romain@orebokech.com>
12766
12767         * message.el (message-forward-make-body-plain): Always remove
12768         headers according to message-forward-ignored-headers.
12769
12770 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12771
12772         * spam.el (spam-summary-prepare-exit): Remove the
12773         gnus-summary-limit pop for now, it has problems with ham marks for
12774         me.
12775
12776 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12777
12778         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12779         correctly.
12780
12781 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12782
12783         * format-spec.el (format-spec): Message the char.
12784
12785 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12786
12787         * gnus-art.el (gnus-split-methods): Reformat comments.
12788
12789         * spam.el (spam-summary-prepare-exit): Remove article limits
12790         before exiting the summary buffer.
12791
12792 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12795         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12796
12797         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12798         order to silence the byte compiler.
12799
12800         * spam.el: Fix the way to silence the byte compiler, which
12801         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12802         bbdb-search-simple, spam-BBDB-register-routine,
12803         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12804         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12805         spam-stat-buffer-is-spam, spam-stat-load,
12806         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12807         spam-stat-save and spam-stat-split-fancy.
12808
12809 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12812         which may confuse users.
12813         (canlock-password-for-verify): Ditto.
12814
12815         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12816
12817         * gnus-art.el (gnus-emphasis-alist): Ditto.
12818
12819         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12820
12821         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12822
12823         * gnus-start.el (gnus-save-killed-list): Ditto.
12824
12825         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12826         (gnus-sum-thread-tree-root): Ditto.
12827         (gnus-sum-thread-tree-false-root): Ditto.
12828         (gnus-sum-thread-tree-single-indent): Ditto.
12829
12830         * message.el (message-courtesy-message): Ditto.
12831         (message-archive-note): Ditto.
12832         (message-subscribed-address-file): Ditto.
12833         (message-user-fqdn): Ditto.
12834
12835         * spam-report.el (spam-report-gmane-regex): Ditto.
12836
12837         * spam.el (spam-blackhole-good-server-regex): Ditto.
12838
12839 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * mml.el (mml-preview): Widen the message buffer before copying
12842         the contents to the preview buffer; sort headers before previewing.
12843
12844         * message.el (message-hidden-headers): Fix the way to avoid a bug
12845         in the `repeat' widget in Emacs 21.3 or earlier.
12846
12847 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * message.el (message-hidden-headers): Default to "^References:".
12850         Improve customization type.  Suggested by Reiner Steib
12851         <Reiner.Steib@gmx.de>.
12852
12853 2004-11-25  Romain Francoise  <romain@orebokech.com>
12854
12855         * message.el (message-strip-forbidden-properties): Remove check for
12856         obsolete `message-hidden' text property, hidden headers are not
12857         accessible in the buffer anymore.
12858
12859 2004-11-22  Romain Francoise  <romain@orebokech.com>
12860
12861         * message.el (message-header-format-alist): Add `From' in list
12862         so that it can be sorted.
12863         (message-fix-before-sending): Widen and sort headers before
12864         sending.
12865         (message-hide-headers): Use narrowing to hide headers by moving
12866         them to the top of the buffer and narrowing to the region
12867         underneath.
12868
12869 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12870
12871         * message.el (message-strip-forbidden-properties): Bind
12872         buffer-read-only (etc) to nil.
12873
12874 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12877         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12878
12879 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12880
12881         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12882
12883 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * dns.el (query-dns): Use sit-for to time instead of
12886         accept-process-output, since that doesn't seem to work on udp
12887         sockets.
12888
12889 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12892
12893 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12894
12895         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12896         doc string.  Improve doc string.
12897
12898 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * nntp.el (nntp-request-update-info): Return nil if
12901         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12902         may not call gnus-activate-group which uselessly issues the GROUP
12903         commands for all nntp groups and wastes time.  Reported by Romain
12904         Francoise <romain@orebokech.com>.
12905
12906         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12907
12908 2004-11-15  Simon Josefsson  <jas@extundo.com>
12909
12910         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12911         headers separately.
12912         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12913         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12914
12915 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * gnus-start.el (gnus-convert-old-newsrc):
12918         Assign legacy-gnus-agent to 5.10.7.
12919
12920 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12921
12922         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12923         start of the lines.
12924
12925 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12926
12927         * hashcash.el (hashcash-default-payment): Change default to 20.
12928         (hashcash-default-accept-payment): Change default to 20.
12929         (hashcash-process-alist): New variable.
12930         (hashcash-generate-payment-async): Add.
12931         (hashcash-already-paid-p): Add.
12932         (hashcash-insert-payment): Don't generate payments twice.
12933         (hashcash-insert-payment-async): Add.
12934         (hashcash-insert-payment-async-2): Add.
12935         (hashcash-cancel-async): Add.
12936         (hashcash-wait-async): Add.
12937         (hashcash-processes-running-p): Add.
12938         (hashcash-wait-or-cancel): Add.
12939         (mail-add-payment): New optional argument.  Conditionally start
12940         asynchronous calculation.
12941         (mail-add-payment-async): Add.
12942
12943         * message.el (message-send-mail): Wait for asynchronous hashcash
12944         results.  Don't clobber existing X-Hashcash headers.
12945         (message-setup-1): Call mail-add-payment-async when
12946         message-generate-hashcash is non-nil.
12947
12948 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12949
12950         * message.el (message-use-alternative-email-as-from): Examine the
12951         From header as well; use message-make-from in order to include a
12952         user's full name.
12953
12954 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12957         default; improve customization type.
12958         (gnus-emphasis-custom-with-format): New macro.
12959         (gnus-emphasis-custom-value-to-external): New function.
12960         (gnus-emphasis-custom-value-to-internal): New function.
12961
12962 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12963
12964         * dns.el (query-dns): Resolve reverse addresses.
12965
12966 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12967
12968         * gnus-group.el (gnus-group-get-new-news): Use it.
12969
12970         * gnus-start.el (gnus-check-reasonable-setup): New function.
12971
12972 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12975         "Args out of range" error.  Reported by Arnaud Giersch
12976         <arnaud.giersch@free.fr>.
12977
12978 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12979
12980         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12981
12982 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12983
12984         * spam.el (spam group): Add :version.
12985
12986         * pgg-def.el (pgg group): Add :version.
12987
12988 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-art.el (gnus-article-edit-article): Don't associate the
12991         article buffer with a draft file.  This is a temporary measure
12992         against the 2004-08-22 change to gnus-article-edit-mode.
12993
12994 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12997         (html2text-format-tags): Remove unused variable `attr'.
12998
12999 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13002
13003         * tls.el (tls-process-connection-type, tls-success)
13004         (tls-certtool-program): Add :version.
13005
13006         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13007         (starttls-extra-arguments, starttls-process-connection-type)
13008         (starttls-connect, starttls-failure, starttls-success): Add :version.
13009
13010         * spam-stat.el (spam-stat): Add :version.
13011
13012         * sieve.el (sieve): Add :version.
13013
13014         * sha1.el (sha1): Add :version.
13015         (sha1-use-external): Remove redundant version.
13016
13017         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13018         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13019         (nnmail-split-fancy-match-partial-words)
13020         (nnmail-split-lowercase-expanded): Add :version.
13021
13022         * nndiary.el (nndiary): Add :version.
13023
13024         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13025
13026         * mml-sec.el (mml-default-sign-method)
13027         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13028         Add :version.
13029
13030         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13031
13032         * mm-url.el (mm-url-use-external, mm-url-program)
13033         (mm-url-arguments): Add :version.
13034
13035         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13036         (mm-attachment-file-modes, mm-decrypt-option)
13037         (mm-w3m-safe-url-regexp): Add :version.
13038
13039         * message.el (message-cite-prefix-regexp)
13040         (message-sendmail-envelope-from, message-minibuffer-local-map)
13041         (message-user-fqdn, message-completion-alist): Add :version.
13042
13043         * gnus-win.el (gnus-configure-windows-hook)
13044         (gnus-use-frames-on-any-display): Add :version.
13045
13046         * gnus-art.el (gnus-article-address-banner-alist)
13047         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13048         (gnus-treat-from-picon, gnus-treat-mail-picon)
13049         (gnus-treat-x-pgp-sig): Add :version.
13050
13051         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13052         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13053         (gnus-summary-article-delete-hook)
13054         (gnus-summary-display-while-building): Add :version.
13055
13056         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13057         (gnus-get-top-new-news-hook): Add :version.
13058
13059         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13060         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13061
13062         * gnus-registry.el (gnus-registry): Add :version.
13063
13064         * gnus-spec.el (gnus-use-correct-string-widths)
13065         (gnus-make-format-preserve-properties): Add :version.
13066
13067         * gnus.el (gnus-group-charter-alist)
13068         (gnus-group-fetch-control-use-browse-url)
13069         (gnus-install-group-spam-parameters): Add :version.
13070
13071         * gnus-diary.el (gnus-diary): Add :version.
13072
13073         * gnus-delay.el (gnus-delay): Add :version.
13074
13075         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13076         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13077         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13078         Add :version.
13079
13080         * gnus-agent.el (gnus-agent-max-fetch-size)
13081         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13082         (gnus-agent-prompt-send-queue): Add :version.
13083
13084         * deuglify.el (gnus-outlook-deuglify): Add :version.
13085
13086         * html2text.el: Beautify code.  Improve doc strings.  Some
13087         checkdoc cleanup.
13088         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13089
13090 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13091
13092         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13093
13094 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13095
13096         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13097         when package is loaded.
13098
13099         * spam.el (spam-summary-score-preferred-header): Add global preference
13100         for people who want to override the default SpamAssassin over
13101         Bogofilter preference (when both are set).
13102         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13103         (spam-user-format-function-S): Check
13104         spam-summary-score-preferred-header.
13105         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13106         (spam-user-format-function-S): Format the score correctly.
13107
13108 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13111         signature file.  Suggested by Manoj Srivastava
13112         <srivasta@golden-gryphon.com>.
13113
13114         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13115         iso-2022-jp even in the Japanese language environment.
13116         Suggested by Jason Rumney <jasonr@gnu.org>.
13117
13118 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13121         use the same characters as the dummy marks; make it free from
13122         getting affected by the language environment.
13123         (gnus-summary-read-group-1): Update mark positions only when the
13124         format spec is updated.
13125
13126         * gnus-spec.el (gnus-update-format-specifications): Return a list
13127         of updated types.
13128
13129 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13132         of boundp to check if display-warning is available.
13133
13134 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13137
13138 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * nnspool.el (nnspool-spool-directory): Use news-path if the
13141         news-directory variable is not bound.
13142
13143         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13144         function instead of display-warning if it is not available.
13145
13146 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13149         v5-10: Use `point-at-bol'.
13150
13151 2004-10-26  Simon Josefsson  <jas@extundo.com>
13152
13153         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13154         <chenggao@gmail.com>.
13155
13156 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13159         instead.
13160
13161 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13162
13163         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13164         to remove a server from the nnimap-server-buffer-alist.
13165         (nnimap-open-connection, nnimap-close-server): Use it.
13166
13167         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13168
13169 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13172         running the major-mode function.
13173
13174 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13177         dummy marks in the right way.
13178
13179 2004-10-18  David Edmondson  <dme@dme.org>
13180
13181         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13182         excessively.
13183
13184 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13185
13186         * gnus-util.el (gnus-split-references): Accept a nil references
13187         string and go on blissfully.
13188
13189         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13190         cases where the references string is non-nil but has no references.
13191
13192         * encrypt.el: Add autoload tags.
13193
13194         * spam.el (spam-resolve-registrations-routine): Remove article
13195         from unregistration list too.  Reported by David Hanak
13196         <dhanak@isis.vanderbilt.edu>
13197
13198 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13201         nil.  Changed custom type.
13202
13203 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13206
13207         * gnus-sum.el (gnus-summary-move-article): Use it.
13208
13209 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13210
13211         * encrypt.el: Add autoload cookies.
13212
13213         * spam.el (spam-backend-article-list-property)
13214         (spam-backend-get-article-todo-list)
13215         (spam-backend-put-article-todo-list)
13216         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13217         Resolve registrations separately.
13218         (spam-register-routine): Format comments.
13219         (spam-unregister-routine, spam-register-routine): Always call with
13220         specific-articles, no default list.
13221         (spam-summary-prepare-exit): Use the spam-classifications function.
13222
13223         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13224         gnus-encrypt.el.
13225
13226         * encrypt.el: Copied from gnus-encrypt.el.
13227
13228         * gnus-encrypt.el: Commented that it's obsolete.
13229
13230 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13233         (gnus-score-save): Use it.
13234
13235         * message.el (message-bury): Use `window-dedicated-p'.
13236
13237 2004-10-15  Simon Josefsson  <jas@extundo.com>
13238
13239         * pop3.el (top-level): Don't require nnheader.
13240         (pop3-read-timeout): Add.
13241         (pop3-accept-process-output): Add.
13242         (pop3-read-response, pop3-retr): Use it.
13243
13244 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13245
13246         * spam.el (spam-register-routine): Move comment.
13247         (spam-verify-bogofilter): Use 'unknown for the initial
13248         spam-bogofilter-valid state, not 'never.
13249
13250         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13251         for netrc-machine.
13252
13253         * nnimap.el (nnimap-open-connection): Use
13254         netrc-machine-user-or-password.
13255
13256 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13257
13258         * gnus-registry.el (gnus-registry-unload-hook):
13259         Set as a variable with add-hook.
13260
13261         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13262         of news-path.
13263
13264         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13265
13266         * spam.el: Delete duplicate `provide'.
13267         (spam-unload-hook): Set as a variable with add-hook.
13268
13269 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13272         in the doc string.
13273
13274         * message.el (message-ignored-news-headers)
13275         (message-ignored-supersedes-headers)
13276         (message-ignored-resent-headers)
13277         (message-forward-ignored-headers): Improve custom type.
13278
13279 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * message.el (message-tokenize-header): Fix 2004-09-06 change
13282         which used point-min in the wrong place.
13283
13284 2004-10-12  Simon Josefsson  <jas@extundo.com>
13285
13286         * tls.el (tls-certtool-program): New variable.
13287         (tls-certificate-information): New function, based on
13288         ssl-certificate-information.
13289
13290 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * compface.el: Move the version of ELisp-based uncompface program
13293         to the contrib directory because of the copyright problem.
13294
13295 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * message.el (message-kill-buffer): Raise the current frame.
13298
13299 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13302
13303         * gnus.el (message-y-or-n-p): Autoload.
13304
13305         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13306         (pop3-password-required, pop3-authentication-scheme)
13307         (pop3-leave-mail-on-server): Made customizable.
13308         (pop3): New custom group.
13309         (pop3-retr): Remove `sleep-for' statements.
13310         Suggested by Dave Love <fx@gnu.org>.
13311
13312         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13313         Windows/DOS.
13314
13315         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13316         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13317         Dave Love <fx@gnu.org>.
13318
13319         * mml.el (mml-minibuffer-read-disposition): Require match.
13320         Suggested by Dave Love <fx@gnu.org>.
13321
13322 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13325         doc string.
13326
13327 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13330
13331 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13332
13333         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13334         instead of calling `mm-insert-inline', to decode text/* parts
13335         before displaying them.
13336
13337 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * mm-uu.el (mm-uu-text-plain-type): New variable.
13340         (mm-uu-pgp-signed-extract-1): Use it.
13341         (mm-uu-pgp-encrypted-extract-1): Use it.
13342         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13343         bind mm-uu-text-plain-type with that value.
13344         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13345         mm-uu-dissect.
13346
13347 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-group.el (gnus-update-group-mark-positions):
13350         * gnus-sum.el (gnus-update-summary-mark-positions):
13351         * message.el (message-check-news-body-syntax):
13352         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13353         of string-as-multibyte.
13354
13355 2004-10-05  Juri Linkov  <juri@jurta.org>
13356
13357         * gnus-group.el (gnus-update-group-mark-positions):
13358         * gnus-sum.el (gnus-update-summary-mark-positions):
13359         * message.el (message-check-news-body-syntax):
13360         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13361         8-bit unibyte values to a multibyte string for search functions.
13362
13363 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13366         (mm-uu-dissect-text-parts): New function.
13367
13368         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13369         dissect text parts.
13370
13371         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13372         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13373
13374         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13375
13376         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13377         gnus-current-topics instead of gnus-current-topic.
13378
13379 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13380
13381         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13382
13383 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13384
13385         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13386         where approriate.
13387
13388         * nnml.el (nnml-generate-active-info): do.
13389
13390         * nndiary.el (nndiary-generate-active-info): do.
13391
13392         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13393         (gnus-topic-move): do.
13394
13395         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13396         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13397
13398         * gnus-srvr.el (gnus-server-prepare)
13399         (gnus-server-open-all-servers): do.
13400
13401         * gnus-msg.el (gnus-summary-cancel-article)
13402         (gnus-summary-resend-message)
13403         (gnus-summary-mail-crosspost-complaint): do.
13404
13405         * gnus-move.el (gnus-change-server): do.
13406
13407         * gnus-group.el (gnus-group-unmark-all-groups)
13408         (gnus-group-set-current-level): do.
13409
13410 2004-10-04  Simon Josefsson  <jas@extundo.com>
13411
13412         * message.el (message-generate-hashcash): Doc fix.
13413
13414 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13415
13416         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13417         avoid infinite recursion via gnus-get-function.
13418
13419 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13420
13421         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13422
13423         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13424
13425         * nnmail.el (nnmail-split-history): do.
13426
13427         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13428         (nnml-request-delete-group): do.
13429
13430         * nnslashdot.el (nnslashdot-read-groups): do.
13431
13432         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13433         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13434
13435         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13436         (nnspool-sift-nov-with-sed): Use last.
13437         (nnspool-retrieve-headers-with-nov): Use mapc.
13438         (nnspool-request-newgroups): Use dolist.
13439         (nnspool-request-group): Use last.
13440
13441         * nntp.el (nntp-read-server-type): Use dolist.
13442
13443         * nnvirtual.el (nnvirtual-create-mapping)
13444         (nnvirtual-update-read-and-marked): Use dolist.
13445         (nnvirtual-convert-headers): Simplify.
13446
13447 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13448
13449         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13450         support for sync'ing tick marks.
13451
13452 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13455         there's no visible header.
13456
13457 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13458
13459         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13460         necessary, pass full group name to gnus-request-set-marks.
13461
13462 2004-10-01  Simon Josefsson  <jas@extundo.com>
13463
13464         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13465         acroread.
13466
13467 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13468
13469         * spam-report.el (spam-report-gmane): Fix interactive.
13470
13471         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13472
13473         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13474         when writing file.
13475         (gnus-agent-synchronize-flags): Don't default to being
13476         interactive.
13477
13478 2004-09-30  Simon Josefsson  <jas@extundo.com>
13479
13480         * message.el (message-generate-hashcash): Add.
13481         (message-send-mail): Use it, call mail-add-payment.
13482
13483 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13484
13485         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13486
13487 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13488
13489         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13490         gnus-requst-update-info with explicit code to sync the in-memory
13491         info read flags with the marks being sync'd to the backend.
13492
13493         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13494
13495 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13496
13497         * spam.el (spam-verify-bogofilter): Add new function.
13498         (spam-check-bogofilter)
13499         (spam-bogofilter-register-with-bogofilter): Use it.
13500         (spam-verify-bogofilter): Add small fixes.
13501
13502 2004-09-28  Simon Josefsson  <jas@extundo.com>
13503
13504         * hashcash.el (hashcash-generate-payment): Revert.
13505
13506 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13507
13508         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13509         gnus-extract-references instead of gnus-split-references.
13510
13511         * gnus-util.el (gnus-extract-references): Add new function, analogous
13512         to gnus-split-references but extracts only the message-ID without
13513         anything extra.
13514
13515         * hashcash.el (hashcash-generate-payment)
13516         (hashcash-check-payment): Do the right thing if hashcash-path is
13517         nil (because the hashcash program could not be found).
13518
13519         * spam.el (spam-use-hashcash): Remove comment.
13520
13521 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13522
13523         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13524         (gnus-cache-enter-article, gnus-cache-remove-article)
13525         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13526
13527         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13528
13529         * gnus-art.el (article-hide-boring-headers)
13530         (article-translate-strings, article-display-face)
13531         (gnus-article-mime-match-handle-first)
13532         (gnus-article-highlight-headers)
13533         (gnus-article-add-buttons-to-head): do.
13534
13535 2004-09-27  Simon Josefsson  <jas@extundo.com>
13536
13537         * hashcash.el: New version, from
13538         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13539         ../contrib/.
13540
13541 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13544
13545 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13546
13547         * gnus-dup.el (gnus-dup-open): Use mapc.
13548         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13549
13550         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13551         Reported by Stefan Wiens <s.wi@gmx.net>.
13552
13553         * gnus.el (gnus-shutdown): Use dolist.
13554
13555         * gnus-undo.el (gnus-undo): Use mapc.
13556
13557         * nnrss.el (nnrss-generate-active): do.
13558
13559         * message.el (message-cite-original-without-signature)
13560         (message-cite-original): Use mapc.
13561         (message-do-actions, message-make-forward-subject): Use dolist.
13562
13563 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13564
13565         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13566         deletion to remove entire duplicate line.  Fixes merged article
13567         number bug.
13568
13569 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13570
13571         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13572         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13573         first ask if you want to open a server and then, even when you
13574         responded with no, asking if you want to synchronize the server's
13575         flags.
13576         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13577         multi-line expressions.
13578         (gnus-agent-synchronize-group-flags): New internal function.
13579         Updates marks in memory (in the info structure) AND in the
13580         backend.
13581
13582         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13583
13584         * nnagent.el (nnagent-request-set-mark): Use
13585         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13586         method, to ensure that synchronization updates marks in the
13587         backend and in the info (in memory) structure.
13588
13589 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13592         convention fully; don't miss the root article of a thread; make
13593         the X-Draft-From header with correct article numbers.
13594
13595 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13596
13597         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13598         unless plugged.  Disable the agent so that an open failure causes
13599         an error.
13600
13601         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13602         Reverted 2004-09-21 change.  The backend must be opened while
13603         synchronizing flags even when the backend stores the flags
13604         locally.
13605
13606 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13609         in `header' match.  Reported by Svend Tollak Munkejord.
13610
13611         * message.el (message-cite-original): Fix use of
13612         `message-cite-articles-with-x-no-archive'.
13613
13614 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13617         (gnus-window-to-buffer): Ditto.
13618
13619         * mml.el (mml-preview-buffer): New variable.
13620         (mml-preview): Manage window layout with gnus-buffer-configuration.
13621
13622         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13623         X-Draft-From header even if those articles aren't quoted.
13624
13625 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13626
13627         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13628         (gnus-request-set-mark, gnus-request-update-mark): Use new
13629         g-s-t-u-l-m to decide to use backend even when unplugged.
13630
13631 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13634         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13635
13636 2004-09-20  Simon Josefsson  <jas@extundo.com>
13637
13638         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13639         "utf-16-le".
13640
13641 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13642
13643         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13644
13645 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * uudecode.el (uudecode-use-external): Add :version.
13648
13649         * smime.el (smime-CA-file, smime-encrypt-cipher)
13650         (smime-dns-server): Add :version.
13651
13652         * smiley.el (gnus-smiley-file-types): Add :version.
13653
13654         * sha1.el (sha1-use-external): Add :version.
13655
13656         * pgg-def.el (pgg-query-keyserver): Add :version.
13657
13658         * nnmail.el (nnmail-fancy-expiry-targets)
13659         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13660         Add :version.
13661
13662         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13663         (nnimap-retrieve-groups-asynchronous): Add :version.
13664         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13665
13666         * mml.el (mml-content-disposition-parameters)
13667         (mml-insert-mime-headers-always): Add :version.
13668
13669         * mm-util.el (mm-coding-system-priorities): Add :version.
13670
13671         * mm-decode.el (mm-inline-text-html-with-images)
13672         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13673         (mm-verify-option): Add :version.
13674         (mm-text-html-renderer): Change :version.
13675
13676         * message.el (message-fcc-externalize-attachments)
13677         (message-required-headers, message-draft-headers)
13678         (message-subject-trailing-was-query)
13679         (message-subject-trailing-was-ask-regexp)
13680         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13681         (message-mark-insert-end, message-archive-header)
13682         (message-archive-note, message-cross-post-default)
13683         (message-cross-post-note, message-followup-to-note)
13684         (message-cross-post-note-function, message-use-mail-followup-to)
13685         (message-subscribed-address-functions)
13686         (message-subscribed-address-file, message-subscribed-addresses)
13687         (message-subscribed-regexps, message-allow-no-recipients)
13688         (message-yank-cited-prefix, message-signature-insert-empty-line)
13689         (message-hidden-headers, message-hierarchical-addresses)
13690         (message-mail-user-agent, message-use-idna)
13691         (message-valid-fqdn-regexp)
13692         (message-strip-special-text-properties, message-header-synonyms)
13693         (message-beginning-of-line, message-tab-body-function): Add :version.
13694         (message-insert-canlock, message-wide-reply-confirm-recipients):
13695         Change :version.
13696
13697         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13698         and :version.
13699         (mail-source-delete-old-incoming-confirm)
13700         (mail-source-movemail-program): Add :version.
13701
13702         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13703         (gnus-agent-cache, gnus-agent): Change :version.
13704
13705         * gnus-util.el (gnus-use-byte-compile): Change :version.
13706
13707         * gnus-sum.el (gnus-summary-make-false-root-always)
13708         (gnus-summary-default-high-score)
13709         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13710         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13711         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13712         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13713         (gnus-sum-thread-tree-single-indent)
13714         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13715         (gnus-sum-thread-tree-leaf-with-other)
13716         (gnus-sum-thread-tree-single-leaf): Add :version.
13717         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13718         (gnus-article-loose-mime): Change :version.
13719
13720         * gnus-start.el (gnus-backup-startup-file)
13721         (gnus-save-startup-file-via-temp-buffer): Add :version.
13722
13723         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13724         (gnus-server-offline-face): Add :version.
13725
13726         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13727
13728         * gnus-msg.el (gnus-gcc-externalize-attachments)
13729         (gnus-debug-files, gnus-debug-exclude-variables)
13730         (gnus-discouraged-post-methods): Change :version.
13731         (gnus-confirm-mail-reply-to-news)
13732         (gnus-confirm-treat-mail-like-news): Add :version.
13733
13734         * gnus-int.el (gnus-server-unopen-status): Add :version.
13735
13736         * gnus-group.el (gnus-group-jump-to-group-prompt)
13737         (gnus-large-ephemeral-newsgroup)
13738         (gnus-fetch-old-ephemeral-headers): Add :version.
13739
13740         * gnus-fun.el (gnus-x-face-directory)
13741         (gnus-convert-pbm-to-x-face-command)
13742         (gnus-convert-image-to-x-face-command)
13743         (gnus-convert-image-to-face-command): Add :version.
13744
13745         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13746
13747         * gnus-cite.el (gnus-cite-blank-line-after-header)
13748         (gnus-article-boring-faces): Add :version.
13749
13750         * gnus-art.el (gnus-buttonized-mime-types)
13751         (gnus-inhibit-mime-unbuttonizing)
13752         (gnus-treat-display-face)
13753         (gnus-treat-body-boundary): Change :version.
13754         (gnus-body-boundary-delimiter, gnus-picon-databases)
13755         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13756         (gnus-treat-date-english, gnus-treat-fold-headers)
13757         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13758         (gnus-treat-mail-picon, gnus-treat-wash-html)
13759         (gnus-article-encrypt-protocol)
13760         (gnus-use-idna, gnus-article-over-scroll)
13761         (gnus-mime-display-multipart-alternative-as-mixed)
13762         (gnus-mime-display-multipart-related-as-mixed)
13763         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13764         (gnus-ctan-url, gnus-button-ctan-handler)
13765         (gnus-button-handle-ctan-bogus-regexp)
13766         (gnus-button-ctan-directory-regexp)
13767         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13768         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13769         (gnus-button-man-level, gnus-button-emacs-level)
13770         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13771
13772         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13773         (gnus-agent-go-online): Change :version.
13774         (gnus-agent-expire-unagentized-dirs)
13775         (gnus-agent-auto-agentize-methods): Add :version.
13776
13777         * flow-fill.el (fill-flowed-display-column)
13778         (fill-flowed-encode-column): Add :version.
13779
13780         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13781         (gnus-outlook-deuglify-unwrap-max)
13782         (gnus-outlook-deuglify-cite-marks)
13783         (gnus-outlook-deuglify-unwrap-stop-chars)
13784         (gnus-outlook-deuglify-no-wrap-chars)
13785         (gnus-outlook-deuglify-attrib-cut-regexp)
13786         (gnus-outlook-deuglify-attrib-verb-regexp)
13787         (gnus-outlook-deuglify-attrib-end-regexp)
13788         (gnus-outlook-display-hook): Add :version.
13789
13790         * binhex.el (binhex-use-external): Add :version.
13791
13792 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13795         and `invisible'.
13796
13797 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13798
13799         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13800         in gnus-registry-trim.
13801
13802 2004-09-13  Simon Josefsson  <jas@extundo.com>
13803
13804         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13805
13806         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13807
13808         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13809         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13810         <yamaoka@jpl.org>.
13811         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13812         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13813         <yamaoka@jpl.org>.
13814
13815         * sieve.el (sieve-manage-mode): Ditto.
13816
13817 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13820
13821 2004-09-11  Simon Josefsson  <jas@extundo.com>
13822
13823         * dns-mode.el: Add.
13824
13825         * mm-view.el (mm-display-dns-inline): Add.
13826
13827         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13828         (mm-automatic-display): Ditto.
13829
13830         * mailcap.el (mailcap-mime-data): Add text/dns.
13831         (mailcap-mime-extensions): Map .soa to text/dns.
13832
13833 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13834
13835         * gnus-art.el (article-decode-mime-words, article-babel)
13836         (gnus-article-highlight-signature, gnus-article-add-buttons)
13837         (gnus-signature-toggle): Remove unnecessary bindings of
13838         `inhibit-read-only' inherited from v5.10 merge.
13839
13840 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * nntp.el (nntp): New customization group.
13843         (nntp-authinfo-file): Add customization group.
13844
13845         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13846
13847         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13848
13849         * gnus.el (to-address, to-list, subscribed)
13850         (large-newsgroup-initial): Ditto.
13851
13852         * flow-fill.el (fill-flowed-display-column)
13853         (fill-flowed-encode-column): Ditto.
13854
13855 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13856
13857         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13858         Use point-min rather than 1.
13859         (message-send-mail): Use buffer-size rather than point-max.
13860
13861         * gnus-sum.el (gnus-summary-search-article-forward):
13862         Signal a specific `search-failed' rather than a generic `error'.
13863
13864         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13865         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13866         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13867
13868 2004-09-10  Simon Josefsson  <jas@extundo.com>
13869
13870         * nndb.el (require): Remove tcp and duplicate cl.
13871
13872 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * gnus-agent.el (directory-files-and-attributes): Move forward.
13875
13876 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13877
13878         * gnus-agent.el (directory-files-and-attributes): Optionally
13879         defined to support XEmacs.
13880
13881 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13882
13883         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13884         to avoid run-time CL dependencies.
13885         (gnus-agent-unfetch-articles): New function.
13886         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13887         article numbers even when local .overview file is missing.
13888         (gnus-agent-read-article-number): New function.  Only accepts
13889         27-bit article numbers.
13890         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13891         gnus-agent-read-article-number.
13892         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13893         from backend while recognizing that article numbers in .overview
13894         must be valid.
13895         (gnus-agent-update-files-total-fetched-for): Use
13896         directory-files-and-attributes to improve performance.
13897         * gnus-int.el (gnus-request-move-article): Use
13898         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13899         improve performance.
13900
13901         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13902         some users confused by references to .newsrc when they only have a
13903         .newsrc.eld file.
13904         (gnus-convert-mark-converter-prompt)
13905         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13906         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13907         New function.  Used internally to only display 'gnus converting
13908         files' message when actually necessary.
13909
13910         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13911         methods now autoloaded.
13912
13913 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13916         identifiers.
13917
13918 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13919
13920         * gnus-picon.el: Fix indentation and closing parenthesis.
13921
13922 2004-09-01  Simon Josefsson  <jas@extundo.com>
13923
13924         * message.el (message-canlock-generate): Require sha1, not
13925         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13926         to require within a function.  Sadly, if sha1.el isn't loaded, the
13927         let binding in m-c-g will hide the defcustom definition, which is
13928         bad.)
13929
13930         * canlock.el: Require sha1, not sha1-el.
13931
13932         * message.el: Don't autoload sha1 (there is a autoload cookie in
13933         sha1.el).
13934
13935         * sha1-el.el: Renamed to sha1.el.
13936
13937 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13938
13939         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13940
13941 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13942
13943         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13944
13945 2004-08-30  Kim F. Storm  <storm@cua.dk>
13946
13947         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13948
13949         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13950         Add :group 'nnimap.
13951
13952 2004-08-30  Andreas Schwab  <schwab@suse.de>
13953
13954         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13955         ?* and ?\;.
13956
13957         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13958         and ?\' to symbol instead of whitespace.
13959
13960 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13963
13964         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13965         instead of re-search-forward.
13966
13967         * gnus-uu.el (gnus-uu-save-article): Ditto.
13968         (gnus-uu-post-encode-uuencode): Ditto.
13969
13970         * html2text.el (html2text-clean-list-items): Ditto.
13971         (html2text-clean-dtdd): Ditto.
13972         (html2text-format-tags): Ditto.
13973
13974         * message.el (message-send-mail-with-sendmail): Fix regexp.
13975         (message-fill-field-general): Use search-forward instead of
13976         re-search-forward.
13977         (unbold-region): Ditto.
13978
13979         * nnrss.el (nnrss-request-article): Ditto.
13980
13981         * nnslashdot.el (nnslashdot-request-article): Ditto.
13982
13983         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13984
13985         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13986         "Unrecognized menu descriptor" error in XEmacs.
13987
13988 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13989
13990         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13991         parent article of a sparse article in the thread hashtb.
13992
13993 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13994
13995         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13996         (nnmail-expand-newtext): Lowercase expanded entries if
13997         nnmail-split-lowercase-expanded is non-nil.
13998
13999 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14002
14003         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14004         of gnus-tmp-news-method into string under XEmacs.  It will be
14005         passed to gnus-correct-length which takes only a string argument.
14006
14007 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * gnus-util.el (gnus-bind-print-variables): New macro.
14010         (gnus-prin1): Use it.
14011         (gnus-prin1-to-string): Use it.
14012         (gnus-pp): New function.
14013         (gnus-pp-to-string): New function.
14014
14015         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14016         Replace pp-to-string with gnus-pp-to-string.
14017         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14018         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14019         * gnus-msg.el (gnus-debug): Ditto.
14020         * gnus-score.el (gnus-score-save): Ditto.
14021         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14022         gnus-pp-to-string.
14023         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14024         with gnus-pp.
14025         * score-mode.el (gnus-score-pretty-print): Ditto.
14026         * webmail.el (webmail-debug): Ditto.
14027
14028 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-art.el (article-display-face, article-display-x-face):
14031         Use buffer-read-only.
14032
14033 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (article-hide-list-identifiers):
14036         Bind inhibit-read-only as t.
14037
14038 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14041
14042 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14043
14044         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14045         (gnus-narrow-to-page): Don't assume point-min == 1.
14046         (gnus-article-edit-mode): Derive from message-mode.
14047
14048         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14049         point-min == 1.
14050
14051         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14052         Disable incorrect use of `assert'.
14053
14054         * message.el (message-mode): Set comment-start-skip.
14055
14056
14057 2004-08-22  Sam Steingold  <sds@gnu.org>
14058
14059         * pop3.el (pop3-leave-mail-on-server): New user variable.
14060         (pop3-movemail): Delete mail only when it is nil.
14061
14062 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14065
14066         * mml.el (mml-preview): Use `pop-to-buffer'.
14067
14068         * message.el (message-goto-mail-followup-to): Insert after "To".
14069         (message-carefully-insert-headers): Add comment.
14070
14071         * gnus.el: Remove unused variable `gnus-article-check-size'.
14072
14073         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14074
14075         * gnus-art.el (gnus-button-alist): Improve
14076         `gnus-button-handle-library' entry.
14077
14078 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14079
14080         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14081         downcase, since XEmacs capitalizes error messages differently.
14082
14083 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14084
14085         * nntp.el: Add (require 'gnus) due to reference to
14086         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14087
14088 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14089
14090         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14091         `mm-fill-flowed'.
14092
14093         * mm-decode.el (mm-dissect-singlepart): Check it.
14094
14095 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14096
14097         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14098         'imap' for netrc parsing.
14099
14100 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * mailcap.el (mailcap-mime-data): Mark as risky.
14103
14104 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14107         may be included in the encoded word.
14108         (rfc2047-encode): Don't append a space if the encoded word
14109         includes close parenthesis.
14110
14111 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14114         of text within parentheses.
14115
14116 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14117
14118         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14119         (gnus-encrypt-write-file-contents): Make the password key the file
14120         name PLUS the cipher, not just the cipher.  Also remove failed
14121         passwords from the cache.
14122
14123 2004-08-06  Simon Josefsson  <jas@extundo.com>
14124
14125         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14126         fix.
14127
14128 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14131         LWSP.
14132
14133 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14134
14135         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14136         to append in-reply-to: data to the references: header.
14137
14138         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14139         (netrc-parse): Use gnus-encrypt.el functions.
14140
14141         * gnus-encrypt.el: Add new file for encryption support; currently
14142         does only a few GPG ciphers and an internal XOR cipher.
14143
14144         * password.el: Add comments on using password-read-and-add.
14145         (password-read-and-add): Add function to read and add the
14146         password to the cache at once.
14147
14148 2004-07-28  Simon Josefsson  <jas@extundo.com>
14149
14150         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14151         parameter (but don't use it, for now).
14152
14153         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14154         instead of hard coding to nil.
14155
14156 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14159         as mm-inline-image-xemacs does.
14160
14161 2004-07-26  Simon Josefsson  <jas@extundo.com>
14162
14163         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14164         Revert part of 2004-07-17 change below.
14165
14166 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14169         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14170
14171 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14172
14173         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14174         quotes that actually start with ">" at the beginning of the
14175         lines.
14176
14177 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * rfc2047.el (rfc2047-encode-region): Fix last change.
14180         (rfc2047-encode-parameter): Remove useless concat.
14181
14182 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14185         encode special characters; fix some kind of misconfigured headers;
14186         signal a real error if debug-on-quit or debug-on-error is non-nil.
14187         (rfc2047-encode-max-chars): New variable.
14188         (rfc2047-encode-1): Use it.
14189         (rfc2047-encode-parameter): New function.
14190
14191         * mml.el (mml-insert-parameter): Remove an excessive space.
14192
14193 2004-07-17  Simon Josefsson  <jas@extundo.com>
14194
14195         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14196         Kai Grossjohann <kai@emptydomain.de>.
14197         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14198         (gnus-group-make-menu-bar): Ditto.
14199
14200         * gnus-util.el (gnus-group-server): Add.
14201
14202 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14203
14204         * message.el (message-clone-locals): Clone sendmail and smtp
14205         variables.
14206
14207 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * rfc2047.el (rfc2047-encode-region): Fix last change.
14210
14211 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14214         characters as non-special.
14215
14216 2004-07-09  Simon Josefsson  <jas@extundo.com>
14217
14218         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14219         Users will lose all flag changes made while unplugged with
14220         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14221         good default.  See numerous reports on ding mailing list.
14222
14223 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14226         add generate-head-function and generate-article-function to the
14227         rfc822-forward entry.
14228         (nndoc-rfc822-forward-generate-article): New function.
14229         (nndoc-rfc822-forward-generate-head): New function.
14230
14231         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14232
14233 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14234
14235         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14236         respect display group parameter and gnus-summary-expunge-below.
14237         (gnus-articles-to-read): Remove unused reference to display group
14238         parameter.
14239
14240 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14241
14242         * nnheader.el (nnheader-uniquify-message-id): New experimental
14243         variable.
14244         (nnheader-nov-read-message-id): Use it.
14245
14246         * spam-report.el (spam-report-gmane): Add interactive.
14247
14248 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14251         qp-or-base64 for the application/* types.
14252
14253 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14254
14255         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14256
14257 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14258
14259         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14260         trim value.
14261
14262 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14263
14264         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14265         New macro and function.
14266         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14267
14268 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14271         after-load-alist.
14272
14273 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14274
14275         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14276         update info that isn't there.
14277
14278 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14279
14280         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14281         entry.
14282
14283 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * mm-view.el (mm-inline-render-with-function): Use multibyte
14286         buffer; decode html source by charset.
14287
14288         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14289
14290         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14291         Mule-UCS is loaded under XEmacs.
14292         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14293
14294 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14295
14296         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14297
14298 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * mm-util.el (mm-coding-system-p): Return a coding-system.
14301         (mm-mime-mule-charset-alist): Use shift_jis instead of
14302         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14303         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14304         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14305         instead of japanese-shift-jis and iso-latin-1 respectively in
14306         order to share the default value with both Emacs and XEmacs-mule.
14307         (mm-mule-charset-to-mime-charset): Make
14308         mm-coding-system-priorities effective.
14309         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14310         while predicating of candidates upon the priorities.
14311
14312 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14313
14314         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14315         gnus-uu-invert-processable.
14316
14317         * gnus.el: Autoload gnus-uu-invert-processable.
14318
14319 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * mm-util.el (mm-with-multibyte-buffer): New macro.
14322
14323         * rfc2047.el (rfc2047-encode-string): Use it.
14324         (rfc2047-encode-region): Move point to the end of the region after
14325         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14326
14327 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14330         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14331
14332 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14335         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14336         Karl Chen <quarl@nospam.quarl.org>.
14337
14338 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14339
14340         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14341         invalid addresses.
14342
14343 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14344
14345         * spam.el: Change section markers, revise TODO list.
14346         (spam-backends): Make new master list of all installed backends.
14347         (spam-summary-exit-behavior): Add new variable to determine how
14348         messages moves are done at summary exit.
14349         (spam-move-spam-nonspam-groups-only)
14350         (spam-process-ham-in-nonham-groups)
14351         (spam-process-ham-in-spam-groups): Remove variables, the
14352         spam-summary-exit-behavior variable should be used to manage this
14353         behavior.
14354         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14355         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14356         and spam-old-spam-articles.
14357         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14358         Add empty variables, placeholders for the backends they represent.
14359         (spam-set-difference): Move, unchanged.
14360         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14361         unless the user has a processor variable.
14362         (spam-classifications, spam-classification-valid-p)
14363         (spam-backend-properties, spam-backend-property-valid-p)
14364         (spam-backend-function-type-valid-p)
14365         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14366         (spam-report-articles-gmane, spam-report-articles-resend):
14367         Remove functions, they are not needed.
14368         (spam-install-backend-super, spam-backend-list)
14369         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14370         (spam-backend-function, spam-backend-ham-registration-function)
14371         (spam-backend-spam-registration-function)
14372         (spam-backend-ham-unregistration-function)
14373         (spam-backend-spam-unregistration-function)
14374         (spam-backend-statistical-p, spam-backend-mover-p)
14375         (spam-install-backend-alias, spam-install-checkonly-backend)
14376         (spam-install-mover-backend, spam-install-nocheck-backend)
14377         (spam-install-backend, spam-install-statistical-backend)
14378         (spam-install-statistical-checkonly-backend): Add backend installation
14379         support.
14380         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14381         (spam-group-processor-p): Use the new backend code and respect the
14382         summary exit behavior.
14383         (spam-mark-spam-as-expired-and-move-routine): Remove.
14384         (spam-summary-prepare): Change to use the new spam-old-articles
14385         variable.
14386         (spam-copy-or-move-routine, spam-copy-spam-routine)
14387         (spam-move-spam-routine, spam-copy-ham-routine)
14388         (spam-move-ham-routine): Add code to copy/move ham or spam.
14389         (spam-fetch-field-fast): Improve doc and code, plus allow the
14390         'number request.
14391         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14392         variables.
14393         (spam-split, spam-find-spam): Use the new backend code.
14394         (spam-registration-functions): Remove variable.
14395         (spam-unregister-routine): Add convenience wrapper.
14396         (spam-log-undo-registration, spam-register-routine)
14397         (spam-log-processing-to-registry)
14398         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14399         where possible.
14400         (spam-check-gmane-xref, spam-check-regex-headers)
14401         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14402         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14403         (spam-check-bogofilter-headers, spam-check-spamoracle)
14404         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14405         (spam-check-crm114-headers): Use the spam-split-group that
14406         spam-split prepares, no need to determine it every time.
14407
14408         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14409         to the nnheader-parse-naked-head call.
14410
14411         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14412
14413         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14414         the nnheader-nov-read-message-id call.
14415
14416 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14419         gnus-activate-group twice.  Suggested by Markus Peter
14420         <warp@spin.de>.
14421
14422 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-art.el (gnus-article-time-format): Exchange the order of
14425         day and month in the default value; fix customization type.
14426         (article-date-ut): Use add-text-properties.
14427         (article-make-date-line): Use message-make-date instead of
14428         current-time-string.
14429
14430         * message.el (message-fetch-field): Don't use set-text-properties.
14431         (message-make-date): Simplify.
14432
14433         * messagexmas.el (message-xmas-make-date): New function.
14434         (message-xmas-redefine): Defalias message-make-date to it.
14435
14436 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14439         (rfc2047-encode-region): Treat text within parentheses as special;
14440         show the original text when error has occurred.
14441
14442         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14443         already-computed method to gnus-activate-group.
14444
14445         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14446         same select-methods identical Lisp objects.
14447
14448         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14449         object when modifying the info.
14450
14451 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14454         gnus-opened-servers since it has never been opened with the new
14455         configuration yet.
14456
14457 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14460         arg to nnheader-generate-fake-message-id.
14461
14462 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14465         number and build a fake message ID localized to a group and
14466         article number (so it's repeatable from that point on).
14467         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14468         ID format.
14469
14470         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14471         nnheader-generate-fake-message-id with the article number.
14472
14473 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14474
14475         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14476         end-of-buffer.
14477
14478 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14479
14480         * message.el (message-ignored-supersedes-headers): Add Approved.
14481
14482 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14485         goto-char.
14486         (rfc2047-encode): Fold the line before encoding.
14487
14488 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14489
14490         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14491         folding -- not all headers can be folded, and this should be done
14492         by the message composition mode.  Probably.  I think.
14493
14494 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14497         fast.
14498
14499         * gnus-ems.el (gnus-remove-image): Don't use
14500         message-text-with-property; remove only the image found first.
14501
14502         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14503         found first.
14504
14505 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14506
14507         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14508
14509 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * message.el (message-text-with-property): Make it fast and accept
14512         optional arguments.
14513         (message-strip-forbidden-properties): Use it.
14514         (message-fix-before-sending): Follow the m-t-w-p change.
14515
14516         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14517
14518 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-art.el (article-hide-headers): Don't change the buffer
14521         mistakenly when performing mml-preview even if
14522         gnus-single-article-buffer is nil.
14523
14524 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14525
14526         * message.el (message-expand-name-databases): New user option.
14527         (message-expand-name): Use it.
14528
14529 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14530
14531         * spam.el (spam-report-articles-resend)
14532         (spam-report-resend-register-routine): Allow ham reporting.
14533         (spam-report-resend-register-ham-routine): Add wrapper.
14534         (spam-registration-functions): Add ham resending functions.
14535         (spam-list-of-processors): Add ham resend processor.
14536
14537         * gnus.el (ham-resend-to): Add new group parameter.
14538         (spam-process): Add ham resend option.
14539
14540         * spam-report.el (spam-report-resend): Allow reporting ham.
14541         (spam-report-resend-ham): Add wrapper.
14542
14543 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14544
14545         * message.el (message-cite-articles-with-x-no-archive): New
14546         variable.
14547         (message-cite-original): Use it.
14548
14549 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14550
14551         * message.el (message-cite-original): Respect X-No-Archive.
14552
14553 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-art.el (article-hide-headers): Refer to the values for
14556         gnus-ignored-headers and gnus-visible-headers in the summary
14557         buffer since a user may have set them as group parameters.
14558
14559 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14560
14561         * assistant.el (assistant-node-name): Add convenience function.
14562         (assistant-render-text, assistant-render-node): Add error handling,
14563         plus handle multiple next nodes.
14564         (assistant-find-next-node): Comment out for now.
14565         (assistant-find-next-nodes): Add function, returns list of next
14566         nodes.
14567
14568 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * mail-source.el (mail-source-directory): Fix doc-string.
14571
14572 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14573
14574         * assistant.el (assistant-render-text, assistant-eval): Add :set
14575         widget type, which is different because it takes and returns a
14576         list.  Much hilarity ensues.
14577
14578 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14581
14582         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14583         doc-string.
14584
14585         * gnus-start.el (gnus-activate-group): Added doc-string.
14586
14587 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14590
14591 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14592
14593         * assistant.el (assistant-render-text): Try to add a :set
14594         widget, more to come.
14595
14596         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14597         strings.
14598         (spam-report-articles-resend)
14599         (spam-register-routine): Do registration iff any articles warrant
14600         it.
14601         (spam-summary-prepare-exit): Change log message for nil group
14602         destinations.
14603
14604 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14605
14606         * spam.el (spam-report-resend-register-routine): Allow
14607         spam-report-resend-to to be a group parameter or a global value.
14608
14609 2004-05-26  Simon Josefsson  <jas@extundo.com>
14610
14611         * starttls.el: Merge with my GNUTLS based starttls.el.
14612         (starttls-gnutls-program, starttls-use-gnutls)
14613         (starttls-extra-arguments, starttls-process-connection-type)
14614         (starttls-connect, starttls-failure, starttls-success): New
14615         variables.
14616         (starttls-program, starttls-extra-args): Doc fix.
14617         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14618         functions.
14619         (starttls-negotiate, starttls-open-stream): Check
14620         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14621         function if it is set.
14622
14623 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14626         structured fields.
14627
14628 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14631
14632 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14633
14634         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14635         variable.
14636         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14637         assigning the spam-mark to new messages.
14638
14639 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14640
14641         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14642
14643 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14646
14647         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14648         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14649         default.
14650
14651 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14652
14653         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14654         correct data.
14655
14656 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14657
14658         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14659         (spam-group-processor-p): Fix function.
14660         (spam-group-processor-multiple-p)
14661         (spam-group-spam-processor-report-gmane-p)
14662         (spam-group-spam-processor-report-resend-p)
14663         (spam-group-spam-processor-bogofilter-p)
14664         (spam-group-spam-processor-blacklist-p)
14665         (spam-group-spam-processor-ifile-p)
14666         (spam-group-ham-processor-ifile-p)
14667         (spam-group-spam-processor-spamoracle-p)
14668         (spam-group-spam-processor-crm114-p)
14669         (spam-group-ham-processor-bogofilter-p)
14670         (spam-group-spam-processor-stat-p)
14671         (spam-group-ham-processor-stat-p)
14672         (spam-group-ham-processor-whitelist-p)
14673         (spam-group-ham-processor-BBDB-p)
14674         (spam-group-ham-processor-spamoracle-p)
14675         (spam-group-ham-processor-copy-p): Remove functions with some
14676         prejudice against unneeded code.
14677         (spam-report-articles-resend)
14678         (spam-report-resend-register-routine): Allow the group/topic
14679         spam-resend-to value to override spam-report-resend-to.
14680         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14681         properly now.
14682
14683         * gnus.el (spam-resend-to): Add group/topic parameter.
14684         (spam-process): Move the OBSOLETE processors to the end of the
14685         choices.
14686
14687 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14688
14689         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14690         with resend-to set to nil, and then ask the user if necessary.
14691         (spam-report-resend): spam-report-resend takes a list of articles, not
14692         separate article numbers.
14693
14694 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14697         addition to emacs-w3m.
14698
14699 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14700
14701         * assistant.el (assistant-authinfo-data): New function.
14702         (assistant-eval): Eval for entire assistant.
14703
14704         * netrc.el (netrc-services-file): New variable.
14705         (netrc-parse-services): New function.
14706         (netrc-find-service-name): New function.
14707         (netrc-find-service-number): New function.
14708         (netrc-port-equal): New function.
14709         (netrc-machine): Use it.
14710
14711         * nnimap.el (nnimap-open-connection): Use netrc.
14712
14713         * gnus-util.el (gnus-netrc-get): Remove aliases.
14714
14715         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14716
14717         * assistant.el (wid-edit): Fix compilation.
14718
14719         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14720
14721 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14722
14723         * gnus-util.el (gnus-set-file-modes): New function.  (small
14724         patch).
14725
14726 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14727
14728         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14729
14730         * assistant.el (assistant-render-node): Fix up rendering and
14731         read-only text.
14732         (assistant-render-node): Reset.
14733         (assistant-make-read-only): Not sticky.
14734
14735 2004-05-20  Danny Siu  <dsiu@adobe.com>
14736
14737         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14738         centered even when gnus-auto-center-summary is t.
14739
14740 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14741
14742         * dns.el (dns-get-txt-answer): New function.
14743         (dns-read-txt): Ditto.
14744         (query-dns): Use it.
14745
14746 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14749         active for foreign groups even if the group level is higher than
14750         the specified value.
14751
14752 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14753
14754         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14755         non-active groups.
14756
14757         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14758
14759 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14760
14761         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14762
14763 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14764
14765         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14766         (spam-crm114-header, spam-crm114-spam-switch)
14767         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14768         (spam-crm114-positive-spam-header)
14769         (spam-crm114-database-directory, spam-list-of-processors)
14770         (spam-group-spam-processor-crm114-p)
14771         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14772         (spam-generic-score, spam-list-of-checks)
14773         (spam-list-of-statistical-checks, spam-registration-functions)
14774         (spam-check-crm114-headers, spam-crm114-score)
14775         (spam-check-crm114, spam-crm114-register-with-crm114)
14776         (spam-crm114-register-spam-routine)
14777         (spam-crm114-unregister-spam-routine)
14778         (spam-crm114-register-ham-routine)
14779         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14780         asjo@koldfront.dk (Adam Sjøgren).
14781
14782         * gnus.el: Add spam-use-crm114.
14783
14784         * spam.el (spam-list-of-processors, spam-registration-functions):
14785         Add spam-use-resend.
14786         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14787         (spam-report-articles-gmane): Add doc fix.
14788         (spam-report-articles-resend, spam-report-resend-register-routine):
14789         Add wrappers around spam-report-resend-to.
14790
14791         * spam-report.el (spam-report-resend-to, spam-report-resend):
14792         Add support for resending spam.
14793         (spam-report-gmane): Fix line length >80.
14794
14795         * gnus.el (spam-process): Add spam-use-resend.
14796
14797 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14798
14799         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14800         number of processed spam messages.
14801         (spam-ham-copy-or-move-routine): Return the number of processed
14802         ham messages.
14803         (spam-summary-prepare-exit): Use the above values to decide
14804         whether status messages shouled be displayed.
14805
14806 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14809         `rfc2047-encoding-function-alist' in order to avoid conflicting
14810         with the old version.
14811         (rfc2047-encode-region): Concatenate words containing non-ASCII
14812         characters in structured fields; don't encode space-delimited
14813         ASCII words even in unstructured fields; don't break words at
14814         char-category boundaries.
14815         (rfc2047-encode-1): New function.
14816         (rfc2047-encode): Use it; encode text so that it occupies the
14817         maximum width within 76-column; work correctly on Q encoding for
14818         iso-2022-* charsets.
14819         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14820         sure not to break a line just after the header name.
14821         (rfc2047-b-encode-region): Removed.
14822         (rfc2047-b-encode-string): New function.
14823         (rfc2047-q-encode-region): Removed.
14824         (rfc2047-q-encode-string): New function.
14825
14826         * mm-util.el (mm-replace-in-string): New function.
14827
14828 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14829
14830         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14831         get it right.
14832         (gnus-inews-make-draft): Really.
14833
14834 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14835
14836         * nnmh.el (nnmh-request-list-1): Don't check the link count
14837         before descending.  (small patch)
14838
14839 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14842         stuff.
14843
14844         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14845         on real group name.
14846
14847         * gnus-art.el (gnus-signature-limit): Doc fix.
14848
14849         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14850
14851         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14852
14853 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14854
14855         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14856         isn't a string.
14857
14858 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14859
14860         * gnus-draft.el (gnus-draft-send): Bind
14861         rfc2047-encode-encoded-words.
14862
14863         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14864         (rfc2047-encodable-p): Say that =? needs encoding.
14865         (rfc2047-encode-encoded-words): New variable.
14866
14867         * gnus-group.el (gnus-group-select-group): Doc fix.
14868
14869         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14870
14871         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14872         to nil.
14873
14874         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14875
14876         * nnheader.el (nnheader-get-lines-and-char): New function.
14877
14878 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * gnus-msg.el (gnus-summary-followup-with-original): Document
14881         yanking of region when active.
14882
14883 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14886         groups if the group level is higher than the specified value.
14887
14888 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14891         (gnus-group-jump-to-group): Added prefix argument using
14892         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14893         non-active group.
14894
14895         * compface.el (uncompface): Be verbose when changing
14896         `uncompface-use-external'.
14897
14898         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14899         handle manual section.
14900
14901 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14902
14903         * gnus-art.el (gnus-button-alist): Revert previous change.
14904
14905 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14908
14909 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14912         whether backend can accept message.
14913
14914         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14915
14916 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14917
14918         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14919         Avoid creating directory when nntp-marks-is-evil is true.
14920         Reported by Reiner Steib.
14921
14922 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * gnus-picon.el (gnus-picon-style): New variable.
14925         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14926         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14927         Jesper Harder <harder@ifa.au.dk>.
14928
14929 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14930
14931         * message.el (message-fill-field): Return point.
14932         (message-generate-headers): Go to end of field.
14933
14934         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14935         stuff for non-living groups.
14936
14937 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14938
14939         * gnus-art.el (gnus-article-followup-with-original)
14940         (gnus-article-reply-with-original): gnus-mark-active-p ->
14941         gnus-region-active-p.
14942
14943 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14944
14945         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14946         only when there is spam or ham to be processed.
14947
14948 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14949
14950         * mail-source.el (mail-source-delete-crash-box): Refactor.
14951         (mail-source-fetch): Use it.
14952         (mail-source-fetch-file): Ditto.
14953         (mail-source-fetch-directory): Run postscript in loop.
14954         (mail-source-fetch-pop): Delete.
14955         (mail-source-fetch-maildir): Ditto.
14956         (mail-source-fetch-imap): Ditto.
14957
14958         * imap.el (imap-authenticators): Comment out sasl.
14959
14960         * message.el (message-skip-to-next-address): New function.
14961         (message-fill-header-address): Refactor.
14962         (message-fill-address): Use it.
14963         (message-delete-address): Use it.
14964         (message-fill-header-general): Refactor.
14965         (message-fill-field-address): Rename.
14966         (message-narrow-to-field): Find the start of the header.
14967         (message-header-format-alist): Don't pre-fill.
14968         (message-fill-header): Removed.
14969         (message-insert-header): New function.
14970         (message-shorten-references): Use it.
14971
14972         * rfc2047.el (rfc2047-field-value): Strip props.
14973
14974         * mail-parse.el (mail-header-make-address): New alias.
14975
14976         * ietf-drums.el (ietf-drums-make-address): New function.
14977
14978         * imap.el: Add compiler directives.
14979
14980         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14981
14982         * gnus-art.el (article-decode-idna-rhs): Don't use
14983         message-idna-inside-rhs-p.
14984
14985 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14986
14987         * message.el (message-idna-inside-rhs-p): Removed.
14988         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14989
14990         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14991         false positives.
14992
14993 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14994
14995         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14996
14997 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14998
14999         * nneething.el (nneething-file-name): Don't create spurious
15000         files.
15001
15002         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15003         (gnus-inews-do-gcc): Remove sleep.
15004
15005         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15006         part under point.
15007
15008         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15009         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15010
15011 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15012
15013         * spam.el (spam-summary-prepare-exit): Fixed (length).
15014
15015 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15016
15017         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15018         as expired without moving it" message when there are spam
15019         messages left.
15020
15021 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15022
15023         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15024         header is not nil.
15025
15026 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15027
15028         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15029         nntp-possibly-create-directory, not nntp-possibly-change-group.
15030         (nntp-marks-changed-p): New arg SERVER.
15031         (nntp-request-update-info): Adjust caller.
15032
15033 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15034
15035         * nntp.el (nntp-save-marks): Pass missing arg.
15036
15037 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15038
15039         * nntp.el: Support marks.
15040         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15041         (nntp-marks-modtime, nntp-marks-directory): New variables.
15042         (nntp-request-set-mark, nntp-request-update-info)
15043         (nntp-possibly-create-directory, nntp-marks-changed-p)
15044         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15045         functions.
15046
15047 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15048
15049         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15050         (gnus-xmas-redefine): Rename.
15051
15052         * gnus-score.el (gnus-score-insert-help): Use
15053         gnus-select-lowest-window.
15054
15055         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15056         appt-select-lowest-window and rename to gnus-select-lowest-window.
15057
15058         * gnus.el: do.
15059
15060 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15061
15062         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15063         encodings of MIME-encoded words, in order to improve
15064         interoperability with several broken MUAs.
15065
15066 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15067
15068         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15069         tags, only when charsets are not specified in headers.
15070         (mm-inline-text-html-render-with-w3m): Ditto.
15071
15072         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15073         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15074
15075 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15076
15077         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15078         instead of MIME-decoded from fields when checking
15079         `gnus-article-address-banner-alist'.
15080
15081 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15082
15083         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15084         description rather than subject.
15085
15086 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15087
15088         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15089
15090 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15091
15092         * gnus.el (gnus-version-number): Bump.
15093
15094 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15095
15096         * gnus.el: No Gnus v0.2 is released.
15097
15098 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15099
15100         * gnus-agent.el (gnus-agent-read-agentview): Inline
15101         gnus-uncompress-range.
15102
15103 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15104
15105         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15106         `exec-installed-p'.
15107
15108 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15109
15110         * gnus.el (spam-process, spam-autodetect-methods): Add
15111         bsfilter and bsfilter-headers.
15112
15113         * spam.el (spam-bsfilter): New customize group.
15114         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15115         (spam-bsfilter-header, spam-bsfilter-probability-header)
15116         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15117         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15118         (spam-bsfilter-database-directory): New options.
15119         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15120         (spam-list-of-statistical-checks, spam-registration-functions):
15121         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15122         (spam-bsfilter-score): New command.
15123         (spam-check-bsfilter-headers, spam-check-bsfilter)
15124         (spam-bsfilter-register-with-bsfilter)
15125         (spam-bsfilter-register-spam-routine)
15126         (spam-bsfilter-unregister-spam-routine)
15127         (spam-bsfilter-register-ham-routine)
15128         (spam-bsfilter-unregister-ham-routine): New functions.
15129         (spam-generic-score): Support bsfilter; Accept an optional argument
15130         to recalcurate spam score even if scoring header has already been
15131         added.
15132         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15133         optional argument to recalcurate spam score even if scoring header
15134         has already been added.
15135
15136 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15137
15138         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15139         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15140         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15141         link is missing.
15142
15143 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15144
15145         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15146         (html2text-get-attr): Rewrite.
15147
15148         * message.el (message-setup-1): Remove redundant put-text-property
15149         on mail-header-separator.
15150
15151 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15152
15153         * gnus-registry.el (gnus-registry-cache-whitespace)
15154         (gnus-registry-action, gnus-registry-spool-action)
15155         (gnus-registry-split-fancy-with-parent): Change message levels
15156         from 5 to 3 or 7, as needed.
15157
15158         * spam.el (spam-summary-prepare-exit)
15159         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15160         (spam-split, spam-find-spam, spam-log-undo-registration)
15161         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15162         level from 5 to 6.
15163
15164 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15167         2004-03-04 change).
15168
15169 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15170
15171         * sieve-manage.el (sieve-manage-open):
15172         * nnweb.el (nnweb-insert-html):
15173         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15174         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15175         * nnspool.el (nnspool-request-group):
15176         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15177         * nnml.el (nnml-request-update-info):
15178         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15179         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15180         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15181         (nnimap-request-set-mark):
15182         * nnfolder.el (nnfolder-request-update-info):
15183         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15184         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15185         * gnus-uu.el (gnus-uu-find-articles-matching):
15186         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15187         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15188         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15189         * gnus-nocem.el (gnus-nocem-scan-groups):
15190         * gnus-int.el (gnus-start-news-server):
15191         * gnus-group.el (gnus-group-make-kiboze-group)
15192         (gnus-group-browse-foreign-server):
15193         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15194         Use mapc when appropriate.
15195
15196 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15197
15198         FIXME: Make separate entries for each person.
15199
15200         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15201         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15202         <shields@msrl.com>:
15203
15204         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15205         may need for spam sorting and scoring.
15206         (spam-user-format-function-S): Add user format function suitable for
15207         general use.
15208         (spam-article-sort-by-spam-status): Add sorting function for summary
15209         sorting.
15210         (spam-extra-header-to-number): Add function to get a score from a
15211         header.
15212         (spam-summary-score): Add function to get a numeric score from the
15213         headers.
15214         (spam-generic-score): Fix function doc, was in wrong place.
15215         (spam-initialize): Take symbols when it's run, and install the
15216         extra headers that spam-necessary-extra-headers thinks we need.
15217
15218 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15219
15220         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15221         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15222
15223 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15224
15225         * gnus-sum.el (gnus-set-global-variables)
15226         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15227         (gnus-article-get-xrefs, gnus-summary-best-group)
15228         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15229         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15230         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15231         Use with-current-buffer.
15232
15233 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * spam.el (spam-summary-prepare-exit): Simplify logic.
15236         (spam-fetch-article-header): Read the article header if it's not
15237         available.
15238         (spam-list-articles): Simplify logic.
15239         (spam-filelist-register-routine): Fix bug with unregister-list.
15240
15241         * gnus-registry.el: Fix comments at beginning.
15242
15243 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15244
15245         * message.el (message-cater-to-broken-inn): Remove.
15246         (message-shorten-references): Make sure the total folded length of
15247         References is shorter than 998 characters to cater to a bug in INN
15248         2.3.  Also, don't pretend that references aren't folded -- this
15249         hasn't worked for a while.
15250
15251 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15252
15253         * gnus-agent.el (gnus-agentize):
15254         gnus-agent-send-mail-real-function no longer set to current value
15255         of message-send-mail-function but rather a lambda that calls
15256         message-send-mail-function.  The change makes the agent real-time
15257         responsive to user changes to message-send-mail-function.
15258
15259 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15260
15261         * legacy-gnus-agent.el
15262         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15263         help from Florian Weimer <fw@deneb.enyo.de>
15264
15265 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * nnmail.el (nnmail-cache-insert): Revert last change.
15268
15269 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * nnmail.el (nnmail-cache-insert): Always check whether
15272         nnmail-cache-ignore-groups matches a group name.
15273
15274 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15275
15276         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15277         (spam-find-spam, spam-log-processing-to-registry)
15278         (spam-log-registered-p, spam-log-unregistration-needed-p)
15279         (spam-log-undo-registration): Use gnus-message instead of
15280         gnus-error, none of these errors are fatal.
15281
15282         * gnus-registry.el (gnus-registry-clean-empty-function)
15283         (gnus-registry-clean-empty): Remove only empty entries without
15284         extra data.
15285
15286 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * spam-stat.el (spam-stat-buffer-change-to-spam)
15289         (spam-stat-buffer-change-to-non-spam): Change (error) to
15290         (gnus-message 8) invocation.
15291
15292 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * nntp.el (nntp-via-netcat-command): New variable.
15295         (nntp-via-netcat-switches): New variable.
15296         (nntp-open-via-rlogin-and-netcat): New function.
15297         (nntp-open-connection-function): Doc fix.
15298         (nntp-telnet-command): Doc fix.
15299         (nntp-end-of-line): Doc fix.
15300         (nntp-via-rlogin-command): Doc fix.
15301         (nntp-via-user-name): Doc fix.
15302         (nntp-via-address): Doc fix.
15303
15304 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15307         error in Emacs 21.1.
15308
15309 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15310
15311         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15312
15313 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15314
15315         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15316         (gnus-agent-with-refreshed-group): New macro.
15317         (gnus-agent-rename-group): New function.
15318         (gnus-agent-delete-group): New function.
15319         (gnus-agent-save-group-info): Use gnus-command-method when
15320         `method' parameter is nil.  Don't write nil entries into the
15321         active file.
15322         (gnus-agent-get-group-info): New function.
15323         (gnus-agent-fetch-articles): Use
15324         gnus-agent-update-files-total-fetched-for to increment disk space
15325         used.
15326         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15327         gnus-agent-update-view-total-fetched-for to increment disk space
15328         used.
15329         (gnus-agent-get-local): Added optional parameters to avoid calling
15330         gnus-group-real-name and gnus-find-method-for-group.
15331         (gnus-agent-set-local): Delete stored entry if either min, or max,
15332         are nil.
15333         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15334         quit, use gnus-agent-regenerate-group to record existance of any
15335         articles fetched to disk before the quit occurred.
15336         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15337         gnus-agent-update-view-total-fetched-for, and
15338         gnus-agent-update-files-total-fetched-for to decrement disk space
15339         used.
15340         (gnus-agent-retrieve-headers): Use
15341         gnus-agent-update-view-total-fetched-for to increment disk space
15342         used.
15343         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15344         with gnus-agent-update-files-total-fetched-for to decrement disk
15345         space and fresh group buffer.
15346         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15347         (gnus-agent-need-update-total-fetched-for): New variable.
15348         (gnus-agent-update-files-total-fetched-for): New function.
15349         (gnus-agent-update-view-total-fetched-for): New function.
15350         (gnus-agent-total-fetched-for): New function.
15351
15352         * gnus-cache.el (gnus-cache-save-buffers): Use
15353         gnus-cache-update-overview-total-fetched-for to change disk space
15354         used by this group.
15355         (gnus-cache-possibly-enter-article): Use
15356         gnus-cache-update-file-total-fetched-for to increment disk space
15357         used by this group.
15358         (gnus-cache-possibly-remove-article): Use
15359         gnus-cache-update-file-total-fetched-for to decrement disk space
15360         used by this group.
15361         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15362         (gnus-cache-rename-group): New function.
15363         (gnus-cache-delete-group): New function.
15364         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15365         (gnus-cache-need-update-total-fetched-for): New variable.
15366         (gnus-cache-with-refreshed-group): New macro.
15367         (gnus-cache-update-file-total-fetched-for): New function.
15368         (gnus-cache-update-overview-total-fetched-for): New function.
15369         (gnus-cache-rename-group-total-fetched-for): New function.
15370         (gnus-cache-delete-group-total-fetched-for): New function.
15371         (gnus-cache-total-fetched-for): New function.
15372
15373         * gnus-group.el: Require gnus-sum and autoload functions to
15374         resolve warnings when gnus-group.el compiled alone.
15375         (gnus-group-line-format): Documented new %F.
15376         (size of Fetched data) group line format; identifies disk space
15377         used by agent and cache.
15378         (gnus-group-line-format-alist): Defined new F format.
15379         (gnus-total-fetched-for): New function.
15380         (gnus-group-delete-group): No longer update
15381         gnus-cache-active-altered as gnus-request-delete-group now keeps
15382         the cache in sync.
15383         (gnus-group-list-active): Let the agent store a server's active
15384         list if currently plugged.
15385
15386         * gnus-int.el (gnus-request-delete-group):
15387         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15388         local disk in sync with the server.
15389         (gnus-request-rename-group):
15390         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15391         local disk in sync with the server.
15392
15393         * gnus-start.el (gnus-get-unread-articles):
15394         Cosmetic simplification to logic.
15395
15396         * gnus-util.el (gnus-rename-file): New function.
15397
15398 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15399
15400         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15401
15402 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15403
15404         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15405         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15406
15407 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15410         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15411
15412 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15413
15414         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15415
15416 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15417
15418         * spam.el (spam-set-difference): Add function to replace
15419         gnus-set-difference in spam.el.
15420         (spam-summary-prepare-exit): Use spam-set-difference.
15421
15422 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15423
15424         * gnus-registry.el (gnus-registry-cache-file): Update to use
15425         gnus-dribble-directory OR gnus-home-directory OR ~.
15426         (gnus-registry-split-fancy-with-parent): Fix doc.
15427
15428 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * message.el (message-exchange-point-and-mark): Use
15431         message-mark-active-p.  Suggested by Jesper Harder
15432         <harder@ifa.au.dk>.
15433
15434 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * message.el (message-exchange-point-and-mark): Don't activate
15437         region if it was inactive.  Suggested by Hiroshi Fujishima
15438         <pooh@nature.tsukuba.ac.jp>.
15439
15440 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (article-display-face): Display Faces in the same
15443         order as X-Faces.
15444
15445 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15448
15449 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15452         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15453         (gnus-article-mime-hierarchy): Remove.
15454         (gnus-article-mime-hierarchy-next): Remove.
15455         (gnus-article-mode): Revert 2004-03-19 change.
15456         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15457         (gnus-insert-mime-button): Revert 2004-03-19 change.
15458         (gnus-mime-accumulate-hierarchy): Remove.
15459         (gnus-mime-enter-multipart): Remove.
15460         (gnus-mime-leave-multipart): Remove.
15461         (gnus-mime-display-part): Revert 2004-03-19 change.
15462         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15463
15464         * mml.el (mml-preview): Revert 2004-03-19 change.
15465
15466 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15467
15468         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15469
15470 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15473         t while entering a file name using the mm-with-multibyte macro.
15474         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15475
15476         * mm-util.el (mm-with-multibyte): New macro.
15477
15478 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15481         user option.
15482         (gnus-mime-multipart-functions): Doc and customization fix.
15483         (gnus-article-mime-hierarchy): New variable.
15484         (gnus-article-mime-hierarchy-next): New variable.
15485         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15486         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15487         gnus-article-mime-hierarchy-next to nil.
15488         (gnus-insert-mime-button): Show hierarchy numbers.
15489         (gnus-mime-accumulate-hierarchy): New function.
15490         (gnus-mime-enter-multipart): New function.
15491         (gnus-mime-leave-multipart): New function.
15492         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15493         (gnus-mime-display-alternative): Show hierarchy numbers.
15494
15495         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15496         gnus-article-mime-hierarchy-next to nil.
15497
15498 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15499
15500         * dns.el: Don't require gnus-xmas.
15501
15502 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15503
15504         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15505         inline PGP.
15506         (mml-menu): Disable mml-quote-region if mark is inactive.
15507
15508 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15511         when the group's active is not available.
15512
15513 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15516         error.
15517
15518 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * imap.el (imap-store-password): New variable.
15521         (imap-interactive-login): Use it.
15522         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15523
15524 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15527         window-start and hscroll to summary window.
15528
15529 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15530
15531         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15532         conversion message to newsrc-dribble when an actual conversion is
15533         performed.
15534
15535 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15536
15537         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15538
15539 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * mm-decode.el (mm-complicated-handles): New function reviving
15542         former definition of mm-multiple-handles.
15543
15544         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15545         (gnus-mime-delete-part): Use it.
15546
15547 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15548
15549         * gnus-agent.el (gnus-agent-read-local): Bind
15550         nnheader-file-coding-system to gnus-agent-file-coding-system to
15551         avoid the implicit assumption that they will always be equal.
15552         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15553         coding-system-for-write, as the with-temp-file macro first prints
15554         to a buffer then saves the buffer.
15555
15556 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-art.el (gnus-article-edit-part): New function.
15559         (gnus-mime-save-part-and-strip): Use it; do query instead of
15560         signaling an error; don't use mm-multiple-handles.
15561         (gnus-mime-delete-part): Ditto.
15562
15563 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15564
15565         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15566         old file versions.
15567         (gnus-group-prepare-hook): Removed function that converted list
15568         form of gnus-agent-expire-days to group properties.
15569
15570         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15571         (gnus-request-accept-article): Re-indented.
15572
15573         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15574         converters to handle old agent file formats.  Added logic for a
15575         "backup before upgrading warning".
15576         (gnus-convert-mark-converter-prompt): Developers can mark
15577         functions as needing (default), or not needing,
15578         gnus-convert-old-newsrc's "backup before upgrading warning".
15579         (gnus-convert-converter-needs-prompt): Tests whether the user
15580         should be protected from potentially irreversable changes by the
15581         function.
15582
15583         * legacy-gnus-agent.el: New.  Provides converters that are only
15584         loaded when gnus-convert-old-newsrc needs to call them.
15585
15586 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * mail-source.el (mail-source-touch-pop): Doc fix.
15589
15590         * message.el (message-smtpmail-send-it): Doc fix.
15591
15592 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15593
15594         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15595
15596         * nnmail.el (nnmail-split-fancy): do.
15597
15598         * gnus-kill.el (gnus-kill, gnus-execute): do.
15599
15600 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15601
15602         * gnus-sum.el (gnus-widget-reversible-match)
15603         (gnus-widget-reversible-to-internal)
15604         (gnus-widget-reversible-to-external): New functions.
15605         (gnus-widget-reversible): New widget.
15606         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15607
15608 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15609
15610         * gnus-sum.el (gnus-thread-sort-functions)
15611         (gnus-article-sort-functions): Document `(not F)' items.
15612
15613 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15614
15615         * spam.el (spam-use-gmane-xref): Add new backend.
15616         (spam-gmane-xref-spam-group): Add variable to control the name of the
15617         Gmane spam group.
15618         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15619         (spam-regex-headers-spam, spam-regex-headers-ham)
15620         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15621         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15622         backends and checks.
15623         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15624
15625         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15626         an autodetect method.
15627
15628 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15629
15630         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15631         articles are being added to a group.
15632         (gnus-request-replace-article): Inform the agent that articles
15633         need to be uncached as the cached contents are no longer valid.
15634
15635 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * binhex.el: Don't autoload executable-find.
15638
15639         * canlock.el: Don't autoload mail-fetch-field.
15640
15641         * dgnushack.el: Autoload c-mode for XEmacs.
15642
15643         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15644
15645         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15646         rmail-dont-reply-to and rmail-output.
15647
15648         * gnus-score.el: Don't autoload ffap-string-at-point.
15649
15650         * gnus-setup.el: Don't autoload sc-cite-original.
15651
15652         * imap.el: Don't autoload base64-decode-string,
15653         base64-encode-string and md5.
15654
15655         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15656         and rmail-msg-restore-non-pruned-header.
15657
15658         * mm-decode.el: Don't autoload executable-find.
15659
15660         * mm-url.el: Don't autoload executable-find.
15661
15662         * mm-view.el: Don't autoload diff-mode.
15663
15664         * nndb.el: Don't autoload news-reply-mode, news-setup,
15665         cancel-timer and telnet.
15666
15667         * password.el: Don't autoload run-at-time for Emacs.
15668
15669         * sha1-el.el: Don't autoload executable-find.
15670
15671         * sieve-mode.el: Don't autoload c-mode.
15672
15673         * uudecode.el: Don't autoload executable-find.
15674
15675 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15676
15677         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15678         (gnus-agent-possibly-alter-active): Avoid null in numeric
15679         comparison.
15680         (gnus-agent-set-local): Refuse to save null in local object table.
15681         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15682         list of articles that will be marked as unread.
15683
15684 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15687
15688 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15689
15690         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15691         language tags.
15692
15693 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15694
15695         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15696         Don't bind "obarray".
15697
15698         * gnus-sum.el (gnus-thread-sort-functions): Added
15699         `gnus-thread-sort-by-most-recent-number' and
15700         `gnus-thread-sort-by-most-recent-date'.
15701         Reported by Kai Grossjohann <kai@emptydomain.de>.
15702
15703 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15706
15707 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15708
15709         * gnus-cus.el (gnus-agent-customize-category): Removed
15710         ignore-errors macro reference that required cl to be loaded at
15711         run-time.
15712
15713         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15714         single-interval range of the form (min . max).  Previously the
15715         range had to look like ((min . max)).  Likewise, return
15716         (min . max) rather than ((min . max)).
15717         (gnus-range-map): Use gnus-range-normalize to accept
15718         single-interval range.
15719
15720         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15721         the cache, but not the agent, now appear with their usual face.
15722
15723         * dgnushack.el (loaddir): New variable that is bound to the
15724         directory containing the dgnushack.el file. Use loaddir, rather
15725         than srcdir, to update load-path. Change lets dgnushack compile
15726         code in directories other than GNUS/lisp.
15727
15728 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * lpath.el: Don't bind w3m-safe-url-regexp.
15731
15732         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15733         w3m-safe-url-regexp variable buffer-local.
15734
15735         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15736
15737 2004-02-27  Simon Josefsson  <jas@extundo.com>
15738
15739         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15740         gnus-group-real-prefix.
15741         (gnus-summary-move-article): Use it, instead of
15742         gnus-group-real-prefix.
15743
15744 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * lpath.el: Bind w3m-safe-url-regexp.
15747
15748         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15749         w3m-safe-url-regexp variable buffer-local and set it as the value
15750         of mm-w3m-safe-url-regexp.
15751
15752         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15753
15754         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15755         parsing gnus-posting-styles when the message is not for replying.
15756
15757         * dgnushack.el: Autoload sgml-mode for XEmacs.
15758
15759         * nnrss.el (nnrss-opml-export): Use
15760         mm-set-buffer-file-coding-system instead of
15761         set-buffer-file-coding-system.
15762
15763 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15764
15765         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15766         of checkdoc.el).
15767         * nnrss.el: do.
15768         * gnus-mlspl.el: do.
15769         * gnus-ml.el: do.
15770         * gnus-srvr.el: do.
15771
15772         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15773
15774 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15775
15776         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15777         Corrections to custom-manual links.
15778
15779         * gnus-art.el (gnus-article): Ditto.
15780
15781         * mm-decode.el (mime-display, mime-security): Ditto.
15782
15783 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15784
15785         * flow-fill.el: Typo.
15786
15787 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15788
15789         * spam-wash.el: New file.
15790
15791 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15792
15793         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15794
15795 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15796
15797         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15798         to be run with new-articles as LIST1, not LIST2.
15799         (spam-registration-functions): Add spam-use-ham-copy as a nil
15800         registration backend.
15801
15802 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15803
15804         * spam-stat.el (spam-stat-washing-hook): New option.
15805         (spam-stat-buffer-words): Use it.
15806         (spam-stat-process-directory, spam-stat-test-directory): Use
15807         insert-file-contents-literally.
15808         (spam-stat-coding-system): New variable.
15809         (spam-stat-load, spam-stat-save): Use it.
15810
15811 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * spam-report.el (spam-report-plug-agent): Quote
15814         spam-report-url-to-file and spam-report-url-ping-plain.
15815
15816 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15819         / in mailto URLs.
15820
15821 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * spam-report.el (spam-report-process-queue): Fix interactive use.
15824         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15825         (spam-report-unplug-agent): Doc fixes.
15826         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15827         (spam-report-agentize, spam-report-deagentize): Autoload.
15828
15829 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15832
15833         * message.el (message-setup-fill-variables): Add mml tags to
15834         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15835         <ajk@iu.edu>.
15836         (message-mode): Don't modify paragraph-separate there.
15837
15838 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * compface.el (uncompface-use-external): Default to undecided.
15841         (uncompface-use-external-threshold): New variable.
15842         (uncompface-float-time): New macro.
15843         (uncompface): Determine whether to use the external decoder if
15844         uncompface-use-external is undecided.
15845
15846 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15847
15848         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15849         after images.
15850
15851         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15852
15853 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15854
15855         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15856
15857         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15858
15859         * gnus-sum.el (gnus-summary-limit-to-age)
15860         (gnus-summary-limit-children): do.
15861
15862         * gnus-int.el (gnus-request-scan): do.
15863
15864         * gnus-group.el (gnus-group-suspend): do.
15865
15866         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15867
15868         * gnus-cite.el (gnus-cite-parse-attributions): do.
15869
15870         * gnus-agent.el (gnus-summary-set-agent-mark)
15871         (gnus-agent-regenerate-group): do.
15872
15873         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15874
15875         * binhex.el (binhex-decode-region-internal): do.
15876
15877 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-fun.el (gnus-face-properties-alist): New user option.
15880         (gnus-display-x-face-in-from): Use it.
15881
15882         * gnus-art.el (article-display-face): Ditto.
15883
15884         * compface.el (uncompface-use-external): Default to nil.
15885
15886 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15887
15888         * nntp.el (nntp-erase-buffer): New function.
15889         (nntp-retrieve-data, nntp-send-command)
15890         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15891         (nntp-possibly-change-group): Use it.
15892
15893         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15894         with-current-buffer.
15895
15896 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15897
15898         * compface.el: Merge the ELisp-based uncompface program.
15899         (compface): New customization group.
15900         (uncompface-use-external): New user option.
15901         (uncompface): Call uncompface-internal if uncompface-use-external
15902         is nil.
15903         (uncompface-internal): New function.  Note that there are also
15904         some other functions and variables added for this function.
15905
15906 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15907
15908         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15909         if necessary.
15910
15911 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15912
15913         * spam-report.el (spam-report-unplug-agent)
15914         (spam-report-plug-agent, spam-report-deagentize)
15915         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15916         Add support for the Agent in spam-report: when unplugged, report to a
15917         file; when plugged, submit all the requests.
15918
15919         * spam.el (spam-register-routine): Fix message about
15920         registration.
15921
15922 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15923
15924         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15925         dependencies.
15926         (rfc2047-encode): Use it.
15927
15928         * gnus-art.el (gnus-button-marker-list): Move before first
15929         reference.
15930
15931         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15932         (imap-parse-body): Fix format string mismatch.
15933
15934         * gnus-score.el (gnus-summary-increase-score): do.
15935
15936         * nnrss.el (nnrss-close): New function.
15937
15938 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15939
15940         * nnrss.el (nnrss-make-filename): New function.
15941         (nnrss-request-delete-group, nnrss-read-server-data)
15942         (nnrss-save-server-data, nnrss-read-group-data)
15943         (nnrss-save-group-data): Use it.
15944         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15945         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15946         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15947
15948 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15949
15950         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15951
15952 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15953
15954         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15955         files.
15956
15957         * message.el (message-generate-headers-first): Don't quote nil
15958         and t in docstrings.
15959
15960         * imap.el (imap-id): do.
15961
15962         * gnus-agent.el (gnus-agent-consider-all-articles)
15963         (gnus-agent-queue-mail): do.
15964
15965 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * spam-report.el (spam-report-process-queue): New function.
15968         Process requests from `spam-report-requests-file'.
15969         (spam-report-process-queue): Doc fix.
15970
15971 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15972
15973         * spam.el (spam-register-routine)
15974         (spam-log-processing-to-registry, spam-log-registered-p)
15975         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15976         Change "check" to "spam-check" for semi-clarity.
15977
15978 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15979
15980         * pop3.el: Require nnheader.
15981
15982         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15983
15984         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15985
15986         * gnus-picon.el: Require cl.
15987
15988         * gnus-fun.el: Require gnus-ems and gnus-util.
15989
15990         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15991
15992         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15993
15994         * gnus-art.el (gnus-article-edit-mode): Define before first
15995         reference.
15996
15997 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15998
15999         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16000         (gnus-uu-post-encoded): Use point-at-bol.
16001
16002         * gnus-topic.el (gnus-group-active-topic-p): do.
16003
16004         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16005
16006         * gnus-group.el (gnus-group-kill-region): do.
16007
16008         * gnus-art.el (article-date-ut): do.
16009
16010         * message.el (message-fetch-field): Remove redundant
16011         case-fold-search binding.
16012         (message-narrow-to-field): Simplify.
16013
16014 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16015
16016         * spam.el (spam-directory): Derive from `gnus-directory'.
16017
16018         * spam-report.el (spam-report-url-to-file)
16019         (spam-report-requests-file): New function and variable for offline
16020         reporting.
16021         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16022         and user defined function.
16023         (spam-report-url-ping-mm-url): Remove doubled slash.
16024
16025 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16026
16027         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16028
16029 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16030
16031         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16032         format string mismatch.
16033
16034         * sieve.el (sieve-deactivate-all): do.
16035
16036         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16037
16038         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16039
16040         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16041
16042         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16043
16044 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16045
16046         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16047         the list of checks.
16048
16049 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16050
16051         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16052         padding.
16053
16054 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16055
16056         * mm-view.el (mm-fill-flowed): New variable.
16057         (mm-inline-text): Use it.
16058
16059 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16060
16061         * spam.el (spam-spamassassin-register-ham-routine)
16062         (spam-spamassassin-register-spam-routine): Fix function names.
16063
16064 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * gnus.el (gnus-tmp-grouplens): Remove.
16067         (gnus-summary-line-format): Remove grouplens.
16068
16069         * gnus-group.el (gnus-group-line-format): Ditto.
16070
16071         * gnus-spec.el (gnus-format-specs): Ditto.
16072         (gnus-update-format-specifications): Flush the group format spec
16073         cache if there's the grouplens stuff.
16074         (gnus-parse-simple-format): Replace %l with the empty string.
16075
16076 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16077
16078         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16079         omission.
16080
16081 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16084         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16085
16086 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16087
16088         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16089         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16090         New macros and functions.
16091         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16092         Handle > NLINK_MAX messages.
16093         * nnmaildir.el (nnmaildir-request-set-mark): Use
16094         nnmaildir--emlink-p and nnmaildir--eexist-p.
16095
16096 2004-01-25  Alex Schroeder  <alex@gnu.org>
16097
16098         * spam-stat.el (spam-stat-process-directory-age): New option.
16099         (spam-stat-process-directory): Use it.
16100
16101 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16102
16103         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16104         (spam-stat-save): Accept prefix argument.
16105
16106 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16107
16108         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16109         links" error.
16110
16111 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16114         the rest of the and/or forms.
16115
16116 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16117
16118         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16119         compatibility with old .newsrc.eld files.
16120
16121         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16122
16123         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16124
16125         * gnus-start.el (gnus-1): do.
16126
16127         * gnus-group.el (gnus-group-line-format-alist): do.
16128
16129         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16130
16131         * gnus-gl.el: Remove.
16132
16133 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16134
16135         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16136         marks consisting of a single range {for example, (3 . 5)} rather
16137         than a list of a single range { ((3 . 5)) }.
16138
16139 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16140
16141         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16142         with-current-buffer.
16143         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16144         avoid consing a string.
16145
16146         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16147         Remove obsolete entries for big5 and gb2312.
16148
16149 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16150
16151         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16152         uncompressed list.
16153
16154 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16155
16156         * spam-stat.el (spam-stat-strip-xref): New function.
16157         (spam-stat-process-directory): Use it.
16158
16159         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16160         here -- it's done in message-fetch-field.
16161
16162 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16163
16164         * gnus-agent.el (gnus-agent-queue-mail)
16165         (gnus-agent-prompt-send-queue): New variables.
16166         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16167         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16168         "nndraft:queue" along to gnus-draft-send.  Use
16169         gnus-agent-prompt-send-queue.
16170         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16171         is "nndraft:queue".  Suggested by Gaute Strokkenes
16172         <gs234@srcf.ucam.org>
16173
16174         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16175         (agent-enable-undownloaded-faces): Added.
16176         (gnus-agent-cat-groups): Use eval-and-compile, not
16177         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16178         method of gnus-agent-cat-groups even when the buffer has been
16179         evaled.
16180         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16181         delete gnus-agent-save-active-1.
16182         (gnus-agent-save-groups): Deleted.  Identical to
16183         gnus-agent-save-active.
16184         (gnus-agent-write-active): No longer adjust agent's copy of active
16185         file as agent's adjustments are now stored in their own
16186         file.  Removed optional parameter.
16187         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16188         servers.  Add use of min/max range limits from server's local
16189         file.
16190         (gnus-agent-save-alist): Removed unused optional argument.
16191         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16192         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16193         (gnus-agent-set-local): A per-server file that keeps min/max range
16194         limits for articles known to the agent.  Provides a fast mechanism
16195         for altering many active ranges.
16196         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16197         active file (local makes it unnecessary).
16198         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16199
16200         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16201         (agent-enable-undownloaded-faces): Added.
16202
16203         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16204         disable it when sending to "nndraft:queue".
16205         (gnus-group-send-queue): Add safety check to avoid sending queue
16206         when unplugged.
16207
16208         * gnus-group.el (gnus-group-catchup): Use new
16209         gnus-sequence-of-unread-articles, not
16210         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16211         numbers of articles.  Use gnus-range-map to avoid having to
16212         uncompress the unread list.
16213         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16214         Fixed invalid ange-ftp reference.
16215
16216         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16217         (gnus-sorted-range-intersection): Intersection of two ranges
16218         without requiring that they first be uncompressed.
16219
16220         * gnus-start.el (gnus-activate-group): Unless blocked by the
16221         caller, possibly expand the active range to include both cached
16222         and agentized articles.
16223         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16224         multiple version-dependent converters.
16225         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16226         gnus-agent-save-active.
16227         (gnus-save-newsrc-file): Save dirty agent range limits.
16228
16229         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16230         gnus-agent-possibly-alter-active.
16231         (gnus-adjust-marked-articles): Faster handling of simple lists.
16232
16233 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16234
16235         * spam-stat.el (spam-stat-test-directory): New optional argument
16236         displays a list of files detected.  Suggested by Andrew Cohen
16237         <cohen@andy.bu.edu>.
16238         (spam-stat-buffer-words-with-scores): Don't narrow and change
16239         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16240
16241 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16242
16243         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16244         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16245         (spam-spamassassin-arguments)
16246         (spam-spamassassin-spam-flag-header)
16247         (spam-spamassassin-positive-spam-flag-header)
16248         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16249         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16250         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16251         (spam-list-of-processors, spam-list-of-checks)
16252         (spam-list-of-statistical-checks, spam-registration-functions)
16253         (spam-check-spamassassin-headers, spam-check-spamassassin)
16254         (spam-spamassassin-score)
16255         (spam-spamassassin-register-with-sa-learn)
16256         (spam-spamassassin-register-spam-routine)
16257         (spam-spamassassin-register-ham-routine)
16258         (spam-assassin-register-spam-routine)
16259         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16260         (spam-bogofilter-score): Fix to show article before scoring.
16261
16262 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16263
16264         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16265         default scoring function.
16266         (spam-generic-score): Call spam-spamassassin-score if
16267         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16268         spam-bogofilter-score otherwise.
16269
16270         * gnus.el (spam-process, spam-autodetect-methods): Add
16271         spamassassin and spamassassin-headers.
16272
16273 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16274
16275         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16276         Suppress unnecessary messages.
16277
16278 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16279
16280         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16281         make-hash-table.
16282
16283 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * canlock.el (base64-encode-string): Don't autoload it.
16286
16287 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * run-at-time.el: Remove useless (require 'itimer),
16290         eval-and-compile and (featurep 'xemacs).
16291
16292 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16293
16294         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16295         GROUP is a virtual group.
16296
16297 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16298
16299         * gnus.el: Autoload `message-y-or-n-p'.
16300
16301 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16302
16303         * pgg-parse.el: Remove unnecessary (require 'custom).
16304
16305         * pgg-def.el: do.
16306
16307         * nnmail.el: do.
16308
16309         * gnus-undo.el: do.
16310
16311         * gnus-picon.el: do.
16312
16313         * gnus-util.el: do.
16314
16315 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16318
16319 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16322         handle, as well as a list.
16323
16324         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16325         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16326         (mm-w3m-cid-retrieve): Simplify.
16327
16328 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16329
16330         * message.el (message-kill-to-signature): Allow prefix arg to
16331         specify number of lines to keep before signature.
16332
16333 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16334
16335         * message.el (message-kill-to-signature): Change docstring.
16336
16337 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * canlock.el: Always require sha1-el.
16340         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16341
16342         * message.el: Autoload sha1 only when compiling.
16343
16344         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16345         eudc-expand-inline for XEmacs.
16346
16347 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * message.el (message-canlock-generate): Require sha1-el.
16350
16351 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16352
16353         * message.el (message-expand-name): Silence the byte compiler.
16354
16355         * lpath.el: Add detect-coding-system.
16356
16357         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16358         cus-edit.
16359
16360 2004-01-13  Simon Josefsson  <jas@extundo.com>
16361
16362         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16363         Invoke gnus-score-mode.  Reported by
16364         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16365
16366         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16367         Jim Blandy <jimb@redhat.com> (tiny change).
16368
16369 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16370
16371         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16372
16373 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16374
16375         * spam.el (spam-get-article-as-string): Update to use
16376         gnus-request-article-this-buffer, much simpler.
16377         (spam-get-article-as-buffer): Remove.
16378
16379 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16380
16381         * message.el (message-expand-name): Use EUDC if the user uses that.
16382
16383 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16384
16385         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16386         character for the encoding to avoid consing a string.
16387
16388         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16389         unnecessarily.
16390
16391         * mm-util.el (mm-replace-chars-in-string): Remove.
16392
16393         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16394         of mm-replace-chars-in-string.
16395
16396 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16397
16398         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16399
16400         * mm-util.el (mm-subst-char-in-string): Support inplace.
16401
16402         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16403         a new string in every iteration.  Use shy groups.
16404
16405 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16406
16407         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16408         * gnus-soup.el (gnus-soup-group-brew):
16409         * gnus-msg.el (gnus-put-message):
16410         * gnus-move.el (gnus-group-move-group-to-server):
16411         * gnus-kill.el (gnus-batch-score):
16412         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16413         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16414         (gnus-group-update-group, gnus-group-read-group)
16415         (gnus-group-make-group, gnus-group-make-help-group)
16416         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16417         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16418         (gnus-group-sort-by-unread, gnus-group-catchup)
16419         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16420         (gnus-group-yank-group, gnus-group-set-info)
16421         (gnus-group-list-groups):
16422         * gnus.el (gnus-generate-new-group-name):
16423         * gnus-delay.el (gnus-delay-send-queue):
16424         * nnvirtual.el (nnvirtual-catchup-group):
16425         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16426         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16427         (gnus-group-prepare-topics, gnus-topic-check-topology):
16428         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16429         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16430         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16431         (gnus-group-make-articles-read):
16432         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16433         (gnus-group-change-level, gnus-kill-newsgroup)
16434         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16435         (gnus-get-unread-articles, gnus-make-articles-unread)
16436         (gnus-make-ascending-articles-unread): Use accessor
16437         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16438         to get group information for improved readability.
16439
16440
16441 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16442
16443         * gnus-art.el (article-decode-mime-words, article-babel)
16444         (gnus-article-highlight-signature, gnus-article-add-buttons)
16445         (gnus-signature-toggle): Use gnus-with-article-buffer.
16446
16447         * gnus-art.el (gnus-article-highlight-headers)
16448         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16449
16450         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16451         (gnus-article-set-globals, gnus-request-article-this-buffer)
16452         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16453         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16454         (gnus-mime-display-alternative): Use with-current-buffer.
16455
16456 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16457
16458         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16459         also under 80 char limit, and call gnus-error if needed.
16460         (spam-fetch-article-header): Fix - it was a
16461         buffer-local variable (gnus-newsgroup-data).
16462         (spam-find-spam): Use spam-generate-fake-headers, forget about
16463         spam-insert-fake-headers.
16464         (spam-insert-fake-headers): Remove.
16465
16466 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16467
16468         * deuglify.el (gnus-article-outlook-unwrap-lines)
16469         (gnus-outlook-rearrange-article)
16470         (gnus-outlook-repair-attribution-outlook)
16471         (gnus-outlook-repair-attribution-block)
16472         (gnus-outlook-repair-attribution-other): Remove redundant
16473         save-excursion.
16474
16475 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16476
16477         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16478         (spam-fetch-field-subject-fast)
16479         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16480         (spam-fetch-article-header): Add functions to deal with Gnus
16481         internals for fast retrieval of article header data.
16482         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16483
16484 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16485
16486         * pop3.el (pop3-md5): Remove.
16487         (pop3-apop): Replace pop3-md5 with md5.
16488
16489         * mm-bodies.el: base64 is always built-in.
16490
16491         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16492         with-current-buffer.
16493
16494 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * canlock.el (canlock-insert-header): Remove excessive grouping in
16497         regexp.
16498
16499         * gnus-sum.el (gnus-summary-read-document): Ditto.
16500
16501         * gnus-uu.el (gnus-uu-part-number): Ditto.
16502
16503         * html2text.el (html2text-remove-tags): Ditto.
16504         (html2text-format-tags): Ditto.
16505         (html2text-format-single-elements): Ditto.
16506
16507         * mml.el (mml-parse-1): Ditto.
16508
16509 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16510
16511         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16512
16513         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16514
16515         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16516
16517         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16518
16519 2003-11-15  Simon Josefsson  <jas@extundo.com>
16520
16521         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16522         (pgg-gpg-lookup-key): Use regexp match instead of
16523         split-string (split-string is different between emacs 21.2 and
16524         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16525
16526 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16527
16528         * gnus-art.el (gnus-mime-view-all-parts)
16529         (gnus-article-part-wrapper, gnus-article-view-part): Use
16530         with-current-buffer.
16531
16532 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16533
16534         * spam.el (spam-disable-spam-split-during-ham-respool)
16535         (spam-spamoracle-database, spam-cache-lookups)
16536         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16537         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16538         (spam-group-ham-marks, spam-group-spam-marks)
16539         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16540         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16541         also add spam-use-blackholes to the statistical checks.
16542         (spam-fetch-field-fast): Add interface to fetching fields, may
16543         become a macro.
16544         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16545         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16546         (spam-insert-fake-headers): Fake an article when needed.
16547         (spam-find-spam): Fake article when possible.
16548         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16549         (spam-check-bogofilter-headers): Use message-fetch-field instead
16550         of nnmail-fetch-field.
16551
16552 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16555
16556 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16557
16558         * spam.el (spam-split): Do not require spam-use-CHECK to be
16559         enabled if that check is passed to spam-split explicitly; also
16560         fix so 'spam doesn't get converted to spam-split-group when
16561         spam-split-symbolic-return is t.
16562         (spam-find-spam): Find registrations of the article and use those
16563         instead of re-running spam-split to find the spam/ham
16564         classification of the article.
16565         (spam-log-processing-to-registry, spam-log-registered-p)
16566         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16567         Use gnus-error instead of gnus-message.
16568         (spam-log-registration-type): Add function to determine the
16569         classification of a message based on registry entries; will
16570         return nil if both 'spam and 'ham are found.
16571         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16572         a reasonably fast local cache without the loading errors.
16573         (spam-cache-lookups): Set to t by default.
16574         (spam-find-spam): Don't try to guess spam-cache-lookups.
16575         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16576         spam-caches entry.
16577         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16578         caching of whitelist/blacklist entries.
16579         (spam-check-whitelist, spam-check-blacklist): Invoke
16580         spam-from-listed-p with a type, not a cache variable.
16581         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16582
16583 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16584
16585         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16586
16587         * nnmail.el (nnmail-split-fancy): do.
16588
16589         * mml.el (mml-parse): do.
16590
16591         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16592         (gnus-score-adaptive): do.
16593
16594 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16597         (gnus-mime-button-map): Don't set keymap parent.
16598         (gnus-button-ctan-directory-regexp): Use shy grouping.
16599         (gnus-prev-page-map): Don't set keymap parent.
16600         (gnus-prev-page-map): Remove duplicated one.
16601         (gnus-next-page-map): Don't set keymap parent.
16602         (gnus-mime-security-button-map): Ditto.
16603
16604         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16605         version number.
16606
16607         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16608
16609 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * canlock.el (canlock-sha1-function): Remove.
16612         (canlock-sha1-function-for-verify): Remove.
16613         (canlock-openssl-program): Remove.
16614         (canlock-openssl-args): Remove.
16615         (canlock-ignore-errors): Remove.
16616         (canlock-sha1-with-openssl): Remove.
16617         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16618         (canlock-verify): Don't use canlock-ignore-errors.
16619
16620         * sha1-el.el (sha1-string-external): Make it can return a string
16621         in binary form.
16622         (sha1-region-external): Ditto.
16623         (sha1-string-internal): Ditto.
16624         (sha1-region-internal): Ditto.
16625         (sha1-region): Ditto.
16626         (sha1-string): Ditto.
16627         (sha1): Ditto.
16628
16629 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16630
16631         * spam.el (spam-report-articles-gmane): New command.
16632
16633 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16636
16637         * run-at-time.el (run-at-time-saved): Remove.
16638         (run-at-time): Doc fix.
16639
16640 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16643         (gnus-summary-limit-map): Add it.
16644         (gnus-summary-make-menu-bar): do.
16645
16646 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16647
16648         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16649         Make attempt at some caching support (done for BBDB only now).
16650         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16651         addresses to be checked.
16652         (spam-clear-cache-BBDB): Add function, to be invoked by
16653         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16654         (spam-check-BBDB): Check and use the caches, if
16655         spam-cache-lookups is on, remove superfluous (provide).
16656
16657 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16660
16661 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16662
16663         * run-at-time.el (run-at-time-saved): Move to after the definition
16664         of `run-at-time'.
16665
16666         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16667
16668 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16671         mm-w3m-local-map-property.
16672
16673         * mm-view.el (mm-w3m-mode-map): Remove.
16674         (mm-w3m-local-map-property): Remove.
16675         (mm-inline-text-html-render-with-w3m): Don't use
16676         mm-w3m-local-map-property.
16677
16678 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16679
16680         * run-at-time.el: New file.
16681
16682         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16683         under Emacs.
16684
16685         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16686         of gnus-set-text-properties.
16687
16688         * gnus-uu.el (gnus-uu-save-article): Ditto.
16689
16690         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16691
16692         * gnus-cite.el (gnus-cite-parse): Ditto.
16693
16694         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16695         of gnus-.
16696
16697         * gnus-xmas.el (run-at-time): Require run-at-time.
16698
16699         * gnus.el: Changed calls to nnheader-run-at-time and
16700         password-run-at-time throughout to use run-at-time directly.
16701
16702         * password.el: Removed definition of run-at-time.
16703
16704         * nnheaderxm.el: Remove definition of run-at-time.
16705
16706 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16707
16708         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16709         in prompt.
16710
16711 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16712
16713         * messagexmas.el (message-xmas-redefine): Alias
16714         `message-make-caesar-translation-table' to
16715         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16716         version.
16717
16718         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16719         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16720         `gnus-xmas-set-text-properties'.
16721         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16722         `gnus-xmas-completing-read'.
16723         (gnus-xmas-completing-read): Removed.
16724         (gnus-xmas-open-network-stream): Removed.
16725
16726         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16727         XEmacs version.
16728
16729         * dns.el (dns-make-network-process): Use `open-network-stream'
16730         instead of `gnus-xmas-open-network-stream'.
16731
16732         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16733
16734         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16735
16736 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16737
16738         * gnus-art.el (gnus-mime-display-alternative)
16739         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16740         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16741         Don't use gnus-local-map-property.
16742
16743         * gnus-util.el (gnus-local-map-property): Remove.
16744
16745         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16746         gnus-completing-read-maybe-default with completing-read.
16747
16748         * gnus-util.el (gnus-completing-read): do.
16749         (gnus-completing-read-maybe-default): Remove.
16750
16751 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16752
16753         * password.el: Only autoload `run-at-time' if not XEmacs.
16754         Only autoload the itimer functions if XEmacs.
16755
16756 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16759         XEmacsen.
16760
16761         * dgnushack.el: Autoload executable-find for XEmacs.
16762
16763 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16764
16765         * gnus-art.el (gnus-read-string): Remove.
16766         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16767         read-string.
16768
16769 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16770
16771         * netrc.el: Autoload password-read.
16772         (netrc): Add configuration group.
16773         (netrc-encoding-method, netrc-openssl-path): Add
16774         variables for encoding and decoding of files with symmetric
16775         ciphers.
16776         (netrc-encode): Add assistant function to encode a file with
16777         netrc-encoding-method.
16778         (netrc-parse): Add interactive parameter, added optional
16779         decoding if netrc-encoding-method is non-nil but otherwise
16780         behavior is standard.
16781         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16782         Do s/encode/encrypt/ everywhere.
16783
16784         * spam.el: Remove executable-find autoload.
16785
16786 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16787
16788         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16789
16790         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16791
16792 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16793
16794         * gnus-art.el (gnus-treat-ansi-sequences)
16795         (article-treat-ansi-sequences): New variable and function.
16796         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16797
16798         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16799         Use it.
16800
16801 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16802
16803         * mm-util.el (mm-quote-arg): Remove.
16804
16805         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16806         shell-quote-argument.
16807
16808         * gnus-uu.el (gnus-uu-command): do.
16809
16810         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16811
16812         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16813         with make-char.
16814
16815         * mm-util.el (mm-make-char): Remove.
16816
16817         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16818         add-minor-mode.
16819
16820         * gnus-undo.el (gnus-undo-mode): do.
16821
16822         * gnus-topic.el (gnus-topic-mode): do.
16823
16824         * gnus-sum.el (gnus-dead-summary-mode): do.
16825
16826         * gnus-start.el (gnus-slave-mode): do.
16827
16828         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16829
16830         * gnus-ml.el (gnus-mailing-list-mode): do.
16831
16832         * gnus-gl.el (gnus-grouplens-mode): do.
16833
16834         * gnus-draft.el (gnus-draft-mode): do.
16835
16836         * gnus-dired.el (gnus-dired-mode): do.
16837
16838         * gnus-ems.el (gnus-add-minor-mode): Remove.
16839
16840         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16841         Replace gnus-char-width with char-width.
16842
16843         * gnus-ems.el (gnus-char-width): Remove.
16844
16845         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16846         Replace gnus-char-width with char-width.
16847
16848         * gnus-ems.el (gnus-char-width): Remove.
16849
16850         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16851         definition.
16852         Remove Emacs 20 hash table compatibility code.
16853
16854         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16855         20 compatibility code.
16856
16857         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16858
16859         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16860
16861         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16862         with point-at-{eol,bol}.
16863
16864         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16865
16866         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16867
16868         * flow-fill.el (fill-flowed-point-at-bol)
16869         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16870
16871         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16872         Replace with point-at-{eol,bol} throughout all files.
16873
16874 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * ntlm.el (ntlm-string-as-unibyte): New macro.
16877         (ntlm-build-auth-response): Use it.
16878
16879         Remove Emacs 20 stuff:
16880         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16881         (butlast, mapc, remove): Remove the compiler macros.
16882         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16883         of delq and copy-sequence.
16884         * gnus-art.el (popup-menu): Remove the compiler macro.
16885         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16886         Emacs 20.
16887
16888 2004-01-05  Simon Josefsson  <jas@extundo.com>
16889
16890         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16891         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16892         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16893         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16894         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16895         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16896         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16897         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16898         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16899         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16900         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16901         string-xor into ntlm-string-xor.  Suggested by
16902         Jesper Harder <harder@myrealbox.com>.
16903
16904         * ntlm.el: Don't include poem.
16905
16906         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16907         Jesper Harder <harder@myrealbox.com>.
16908
16909         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16910
16911         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16912         probably breaks emacs with DL patch, but do we care? Is anyone
16913         still using the DL stuff?)
16914
16915         * sieve-manage.el: Use the password package.
16916         (sieve-manage-read-passwd): Remove.
16917         (sieve-manage-interactive-login): Use password.  Re-add
16918         condition-case around loop.
16919
16920         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16921         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16922         the password package.
16923
16924 2003-02-19  Simon Josefsson  <jas@extundo.com>
16925
16926         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16927         token.
16928
16929 2002-08-07  Simon Josefsson  <jas@extundo.com>
16930
16931         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16932         (sieve-manage-authenticators):
16933         (sieve-manage-authenticator-alist): Add some SASL mechs.
16934         (sieve-sasl-auth): New function.
16935         (sieve-manage-cram-md5-auth):
16936         (sieve-manage-plain-auth): Rewrite using SASL library.
16937         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16938         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16939         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16940         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16941
16942 2004-01-05  Simon Josefsson  <jas@extundo.com>
16943
16944         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16945         New files.
16946
16947 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16948
16949         * gnus-group.el (gnus-no-groups-message): Update.
16950
16951         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16952
16953 2003-11-09  Simon Josefsson  <jas@extundo.com>
16954
16955         * imap.el: Support for ID IMAP extension (RFC 2971).
16956         (imap-local-variables): Add imap-id.
16957         (imap-id): New variable.
16958         (imap-id): New function.
16959         (imap-parse-response): Parse untagged ID response.
16960         * nnimap.el (nnimap-id): New variable.
16961         (nnimap-open-connection): Use it.
16962
16963 2003-12-28  Simon Josefsson  <jas@extundo.com>
16964
16965         * gnus-score.el (gnus-score-edit-all-score): New.
16966         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16967
16968 2004-01-04  Simon Josefsson  <jas@extundo.com>
16969
16970         * password.el: Add.
16971
16972 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16973
16974         * dns.el (dns-query-types): Fix typo.
16975         (dns-query-types): New function.
16976         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16977         PTR and SOA replies, see RFC 1035.
16978
16979 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16980
16981         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16982
16983         * Moved to Changelog.2.
16984
16985 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16986
16987         * gnus.el (gnus-version-number): Bump version.
16988
16989 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16990
16991         * gnus.el: No Gnus v0.1 is released.
16992
16993 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16994
16995         * gnus.el: No Gnus v0.0 is released.
16996
16997 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16998
16999         * gnus.el (gnus-version-number): Bump.
17000         (gnus-version): No.
17001
17002 See ChangeLog.2 for earlier changes.
17003
17004     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17005       Free Software Foundation, Inc.
17006
17007   This file is part of GNU Emacs.
17008
17009   GNU Emacs is free software: you can redistribute it and/or modify
17010   it under the terms of the GNU General Public License as published by
17011   the Free Software Foundation, either version 3 of the License, or
17012   (at your option) any later version.
17013
17014   GNU Emacs is distributed in the hope that it will be useful,
17015   but WITHOUT ANY WARRANTY; without even the implied warranty of
17016   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17017   GNU General Public License for more details.
17018
17019   You should have received a copy of the GNU General Public License
17020   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17021
17022 ;; Local Variables:
17023 ;; coding: utf-8
17024 ;; fill-column: 79
17025 ;; add-log-time-zone-rule: t
17026 ;; End: