Search further when we're not using streaming.
[gnus] / lisp / ChangeLog
1 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4         using streaming.
5
6 2010-09-25  Julien Danjou  <julien@danjou.info>
7
8         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9         gnus-window-inside-pixel-edges.
10
11 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
14
15         * mm-decode.el (mm-save-part): Allow saving to other directories the
16         normal Emacs way.
17
18         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
19         by Jay Berkenbilt.
20
21         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
22         there isn't a single byte.
23
24         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
25         just do it.  It doesn't really seem to matter what the user responds
26         here, I think, so it's just a confusing question.
27
28         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
29         non-streaming case.
30
31         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
32         (gnus-article-encrypt-body): Use it.
33
34         * gnus-sum.el (gnus-summary-show-complete-article): New command and
35         keystroke.
36
37         * nnimap.el (nnimap-find-wanted-parts-1): Use
38         gnus-fetch-partial-articles.
39
40         * gnus-art.el (gnus-fetch-partial-articles): New variable.
41
42         * nnimap.el (nnimap-insert-partial-structure): New function.
43         (nnimap-get-partial-article): New function.
44         (nnimap-request-article): Use it.
45         (nnimap-wait-for-response): Return whether the wait was successful.
46         (nnimap-finish-retrieve-group-infos): Don't do anything if the
47         retrieval wasn't successful.
48         (nnimap-retrieve-group-data-early): Allow throttling servers.
49         (nnimap-streaming): New variable.
50         (nnimap-fetch-partial-articles): Removed.
51
52         * mm-decode.el (mm-with-part): Protect against killed buffers.
53
54         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
55         for prettier summary display.
56
57 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
58
59         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
60         directly.
61
62 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
65         apparently third-party libraries depend on it.
66
67         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
68         before starting negotiation.
69
70         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
71         privacy reasons.
72         (gnus-treat-mail-gravatar): Ditto.
73
74         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
75         buffer when inserting images.  Inserting text into the headers, for
76         instance, can make them invalid.
77
78 2010-09-25  Julien Danjou  <julien@danjou.info>
79
80         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
81         variables.
82
83         * nnheader.el: Remove useless variables news-reply-yank-from and
84         news-reply-yank-message-id.
85
86         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
87         variables.
88
89         * mml1991.el: Remove useless mml1991-verbose.
90
91         * gnus.el: Remove useless variable gnus-use-generic-from.
92         Remove obsolete variable gnus-topic-indentation.
93
94         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
95
96         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
97
98         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
99
100         * gnus-group.el: Remove useless gnus-group-icon-cache.
101         Remove useless gnus-ephemeral-group-server.
102
103         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
104
105         * mml2015.el: Remove useless mml2015-verbose.
106
107         * mml-smime.el: Remove useless mml-smime-verbose.
108
109         * gnus.el: Remove useless gnus-local-domain.
110
111         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
112         gnus-gravatar-size.
113
114         * gnus-art.el: Remove useless gnus-treat-translate.
115
116 2010-09-24  Julien Danjou  <julien@danjou.info>
117
118         * gnus-sum.el: Add support for Gravatars.
119
120         * gnus-art.el: Add support for Gravatars.
121
122         * gnus-gravatar.el: Add this file.
123
124         * gravatar.el: Add this file.
125
126 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
129
130         * gnus-group.el (gnus-group-fetch-faq): Removed.
131
132         * gnus.el (gnus-group-faq-directory): Removed.
133
134         * gnus-group.el (gnus-group-fetch-charter): Removed.
135
136         * gnus.el (gnus-group-charter-alist): Removed.
137
138         * gnus-group.el (gnus-group-archive-directory): Removed.
139         (gnus-group-recent-archive-directory): Ditto.
140         (gnus-group-make-archive-group): Removed.
141
142         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
143
144         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
145         use the same article number for all the cached articles.
146
147         * nnimap.el (nnimap-command): Register the last command time so
148         that we can use it for idling NOOPs.
149         (nnimap-open-connection): Start the keeplive timer.
150         (nnimap-make-process-buffer): Store all the process buffers.
151         (nnimap-keepalive): New function.
152
153         * starttls.el: (starttls-open-stream): Add autoload cookie.
154
155 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
156
157         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
158         handling.
159
160 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
163         its data structures.
164
165         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
166         instead of the cl.el copy-list.
167         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
168         equalp.
169
170 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
173         and tool-bar-local-item-from-menu.
174
175         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
176         mode-line-highlight face for Emacs.
177
178         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
179         loading gnus-sum.elc; fix comment for canlock-verify.
180         (gnus-article-jump-to-part): Use read-number.
181         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
182         Emacs pre-21 compatible code for help-echo.
183         (gnus-article-next-page-1): No need to adjust the number of lines.
184         (gnus-article-describe-bindings): Always use help-buffer.
185
186         * gnus-audio.el (gnus-audio-inline-sound)
187         * gnus-cus.el (gnus-custom-mode)
188         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
189
190         * gnus-sum.el (gnus-remove-overlays): Doc fix.
191
192         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
193         compatible code.
194
195 2010-09-24  Glenn Morris  <rgm@gnu.org>
196
197         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
198         visiting the fcc file in rmail-mode.
199
200         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
201
202 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * nnir.el: Silence the byte compiler.
205
206         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
207         alias to browse-url-url-encode-chars if any.
208         (gnus-html-encode-url): Use it.
209
210 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-start.el (gnus-use-backend-marks): New variable.
213         (gnus-get-unread-articles-in-group): Use it.
214
215         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
216         makeover.
217
218 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
219
220         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
221
222 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
225         Removed.
226         (gnus-setup-news-hook): Removed
227         gnus-fixup-nnimap-unread-after-getting-new-news.
228
229         * gnus-int.el (gnus-request-update-info): Protect against backends not
230         having the function.
231
232         * nnimap.el (nnimap-stream): Mention starttls.
233         (nnimap-open-connection): Add starttls support.
234
235 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
236
237         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
238
239 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
242         BODYSTRUCTUREs.
243         (nnimap-transform-headers): Unfold quoted {42} headers.
244
245         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
246         the info.
247         (gnus-get-unread-articles): Only call updatep on backends that support
248         it.
249
250         * nnweb.el (nnweb-request-update-info): NOOP.
251
252         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
253
254         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
255         since it only deals with marks.
256
257         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
258         gnus-request-marks, and make a new gnus-request-update-info.
259
260         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
261         the active instead of the high number, which is usually too low.
262
263 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * netrc.el (netrc-parse): Remove encrypt.el mentions.
266         * encrypt.el: Removed.
267
268 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
271         server in symbolic form.
272
273         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
274         0.9.
275
276 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
279         (nnimap-update-info): Fix up code slightly.
280
281         * gnus-int.el (gnus-open-server): Add tracing for performance
282         debugging.
283
284         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
285         (gnus-group-insert-group-line): Pass the real group name so that it
286         gets the right data.
287
288         * gnus-start.el (gnus-get-unread-articles): Don't have
289         `gnus-get-unread-articles-in-group' update info, since that can be
290         really slow and doesn't seem to be needed?
291
292 2010-09-22  Dan Christensen  <jdc@uwo.ca>
293
294         * time-date.el (date-to-time): Try using parse-time-string first before
295         using the slower timezone-make-date-arpa-standard.
296
297 2010-09-22  Julien Danjou  <julien@danjou.info>
298
299         * gnus-group.el (gnus-group-insert-group-line): Call
300         gnus-group-highlight-line.
301         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
302         default hook list.
303         (gnus-group-update-eval-form): Add new function.
304         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
305         (gnus-group-get-icon): Use gnus-group-update-eval-form.
306
307 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
310         immediate, then expire all articles.
311         (nnimap-update-info): Fix off-by-one errors.
312         (nnimap-flags-to-marks): Would return no marks lists for group with no
313         flags.  Instead return the other data.
314
315 2010-09-22  Julien Danjou  <julien@danjou.info>
316
317         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
318         Only return an icon.
319         (gnus-group-insert-group-line): Compute icon to return.
320
321         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
322         variable.
323         (gnus-html-image-fetched): Only cache if
324         gnus-html-image-automatic-caching is set.
325         (gnus-html-image-fetched): Check for errors.
326
327 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
330         once per method on `g'.  This ensures that backends like nnfolder don't
331         open all their folders.
332
333         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
334         (nnimap-request-list): Nix out group in the correct buffer.
335         (nnimap-parse-flags): Implement by using `read' instead of
336         hand-parsing.
337         (nnimap-flags-to-marks): Pass on permanent-flags.
338         (nnimap-make-process-buffer): Record the server name.
339         (nnimap-parse-flags): Fix typo.
340         (nnimap-request-scan): Run split on the server in general, not just a
341         single group.
342
343         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
344         parameter, and propagate this downwards.
345
346         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
347         since EXAMINE changes it on the server.
348
349         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
350         this command might take a while.
351
352 2010-09-22  Julien Danjou  <julien@danjou.info>
353
354         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
355         harmful if you have 2 images side-by-side, they can't be properly
356         update on text deletion.  Using text-property is safer here.
357         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
358         data.
359
360 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * nnimap.el (nnimap-expunge-inbox): Removed.
363         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
364         (nnimap-expunge): Flip default to t.
365
366         * gnus.el (gnus-method-to-server): Don't push things to the cache
367         unless it's unique.
368         (gnus-server-to-method): Ditto.
369
370 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
371
372         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
373
374 2010-09-22  Julien Danjou  <julien@danjou.info>
375
376         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
377         get the start of data.
378         (gnus-html-encode-url): Add this function to encode special chars in
379         URL.
380         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
381         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
382
383         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
384         default.
385         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
386
387         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
388         images alt-text.
389         (gnus-html-put-image): Put alt-text as help-echo.
390
391 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
394         * mm-util.el (mm-decompress-buffer)
395         * nnir.el (nnir-run-find-grep)
396         * pop3.el (pop3-list): Use 3rd arg of split-string.
397
398         * time-date.el (format-seconds): Comment fix.
399
400         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
401         and byte-optimize-form-code-walker.
402         (dgnushack-make-auto-load): Don't advise make-autoload.
403
404         * lpath.el: Remove Emacs 21 stuff.
405
406 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
409         outside the active range.  Suggested by Dan Christensen.
410
411         * gnus-start.el (gnus-get-unread-articles): Get the extended method
412         slightly later to avoid double-getting it.
413
414         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
415         previous patch.
416
417         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
418
419 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
420
421         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
422
423 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * gnus-int.el (gnus-open-server): Give a better error message in the
426         "go offline" case.
427
428         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
429         marks for nnimap, which is seldom the right thing to do.
430
431         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
432         (gnus-same-method-different-name): New function.
433
434         * nnimap.el (parse-time): Require.
435
436         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
437         method in the presence of many similar methods.
438
439         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
440
441         * nnimap.el (nnimap-find-expired-articles): Don't refer to
442         nnml-inhibit-expiry.
443
444         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
445         find out whether methods are equal.
446
447         * nnimap.el (nnimap-find-expired-articles): New function.
448         (nnimap-process-expiry-targets): New function.
449         (nnimap-request-move-article): Request the article before looking at
450         what the Message-ID is.  Fix found by Andrew Cohen.
451         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
452
453         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
454         for oldness in addition to being a predicate.
455
456         * nnimap.el (nnimap-request-group): When we have zero articles, return
457         the right data to Gnus.
458         (nnimap-request-expire-articles): Only delete articles immediately if
459         the target is 'delete.
460
461         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
462         method, this would bug out.
463
464         * gnus-group.el (gnus-group-expunge-group): Renamed from
465         gnus-group-nnimap-expunge, and implemented as a normal interface
466         function.
467
468         * gnus-int.el (gnus-request-expunge-group): New function.
469
470         * nnimap.el (nnimap-request-create-group): Implement.
471         (nnimap-request-expunge-group): New function.
472
473 2010-09-21  Julien Danjou  <julien@danjou.info>
474
475         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
476         (gnus-html-cache-expired): Add new function.
477         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
478         wethever we should display image for fetch it.
479         Compute alt-text earlier to pass it to the fetching function too.
480         (gnus-html-schedule-image-fetching): Change function argument to only
481         get one image at a time, not a list.
482         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
483         cache.
484         (gnus-html-get-image-data): New function to retrieve image data from
485         cache.
486         (gnus-html-put-image): Change buffer argument to use image data rather
487         than file, and place image above region rather than inserting a new
488         one. Do not take alt-text as argument, since it's useless now: we place
489         the image above alt-text.
490         (gnus-html-prune-cache): Remove.
491         (gnus-html-show-images): Start to fetch image when we find one, do not
492         push into a temporary list.
493         (gnus-html-prefetch-images): Only fetch image if they have expired.
494         (gnus-html-browse-image): Fix, use 'gnus-image-url.
495         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
496
497 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
500
501 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
504         spec inser "*" if the group isn't active instead of 0.
505
506         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
507         opening the server.
508         (nnimap-request-delete-group): Implement group deletion.
509         (nnimap-transform-headers): Return the size of the entire message in
510         the Bytes header, not just the size of the first part.
511         (nnimap-request-move-article): When moving an article from nnimap,
512         request the article first so the accepting form has an article to
513         accept.  Reported by Dan Christensen.
514         (nnimap-command): Make sure that the error message doesn't error out.
515
516 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
517
518         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
519         we haven't requested anything.
520
521 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
524         "".  Fix found by Andrew Cohen.
525
526         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
527         instead of -encode-string.
528
529 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
532
533         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
534         by mm-subst-char-in-string.
535
536 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
539         waiting for the connection string.
540
541         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
542         arriving.
543
544         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
545         bogus characters.  This allows selecting certain Gmail groups.
546
547         * nnimap.el (nnimap-find-wanted-parts-1): New function.
548         (nnimap-fetch-partial-articles): New variable.
549         (nnimap-open-connection): When looking for credentials, also use the
550         nnimap-server-port.
551         (nnimap-request-article): Return the group/article number, so that Gnus
552         `^' works as expected.
553         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
554         them.
555
556         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
557         comments.
558         (gnus-methods-sloppily-equal): New function.
559         (gnus): When using the development version of Gnus, load the gnus-load
560         file.
561
562         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
563         `gnus-open-server' on each method before trying to scan them etc.  This
564         ensures that all the backend parameters are set correctly.
565
566         * nnimap.el (nnimap-authenticator): New variable.
567         (nnimap-open-connection): Allow anonymous login.
568         (nnimap-transform-headers): The chars header is called Chars not
569         Bytes.
570         (nnimap-wait-for-response): Don't infloop if the IMAP connection
571         drops.
572
573         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
574         patch, found by Knut Anders Hatlen.
575
576 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
577
578         * gnus-agent.el (gnus-agent-batch-confirmation)
579         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
580         to gnus-message.
581         * gnus-art.el (gnus-article-describe-briefly): Likewise.
582         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
583         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
584         * gnus-int.el (gnus-open-server): Likewise.
585         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
586         (gnus-score-check-syntax): Likewise.
587         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
588         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
589         Likewise.
590         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
591
592 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
595         calling conventions so that prefetch doesn't bug out.
596
597 2010-09-19  Julien Danjou  <julien@danjou.info>
598
599         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
600         rather than `subst-char-in-region' in order to be able to replace ASCII
601         char by UTF-8 ones.
602
603         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
604         than curl.
605         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
606         the right URL and ALT text on images.
607         (gnus-html-wash-tags): Fix tag case.
608         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
609         (gnus-article-html): Add -o display_ins_del=2 option.
610         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
611
612 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
615         the extra mail headers, which sometimes seem to happen for unknown
616         reasons.
617
618         * mail-parse.el (mail-header-encode-parameter): Define as
619         rfc2045-encode-string instead of as rfc2231-encode-string, since some
620         (or most, perhaps?) mail readers don't understand the latter, but do
621         understand the former.
622
623         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
624         to nil, so that no methods are automatically agentized.  I think this
625         is probably what most users want.
626
627         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
628         from url-retrieve, for instance about invalid URLs.
629
630         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
631         groups that have no articles.
632         (nnimap-request-article): Check that we really got an article when we
633         requested one.
634
635         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
636         doesn't exist.
637
638         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
639         nntp buffer so the agent can save it.
640         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
641         that CRLF doesn't get translated to \n.
642         (nnimap-open-connection): Don't make 'shell commands only send \n.
643
644 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
645
646         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
647         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
648         Update var name.
649         (nnml-generate-nov-file): Use dolist.
650         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
651         Use with-current-buffer.
652
653 2010-09-18  Julien Danjou  <julien@danjou.info>
654
655         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
656         parallel.
657
658 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * nnimap.el (nnimap-update-info): When doing partial marks update, get
661         the range update right.
662         (nnimap-request-group): Don't make `M-g' bug out on group with no
663         marks.
664         (nnoo): Required, so that other packages can require nnimap.
665         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
666         command we're looking for.  This helps when the server sends more
667         responses after we've gotten everything we expected.
668         (nnimap): Add a `newlinep' field to keep track of end-of-line
669         conventions.
670         Don't send CRLF to things that don't want it.
671         (nnimap-request-accept-article): Ditto.
672
673 2010-09-18  Julien Danjou  <julien@danjou.info>
674
675         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
676         than curl to retrieve images.
677
678 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * nnimap.el (nnimap-update-info): Extend the info so that we can set
681         the marks.
682         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
683         (nnimap-wait-for-connection): New function.
684         (nnimap-open-connection): If we have PREAUTH, don't query for login
685         credentials.
686         (nnimap-update-info): Fix off-by-one error when concatenating ranges
687         when doing a partial update.
688
689 2010-09-18  Julien Danjou  <julien@danjou.info>
690
691         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
692         tags.
693
694 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * nnimap.el (nnimap-credentials): New function.
697         (nnimap-open-connection): Use the new function to look for credentials
698         also on the numeric equivalents of "imap" and "imaps".
699
700         * gnus-start.el (gnus-activate-group): Send the info to
701         gnus-request-group.
702
703         * nnimap.el (nnimap-request-group): Have the "check" version of the
704         function parse flags and update the info, so that a `M-g' get a total
705         resync of all flags from the group.
706
707         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
708         to allow backends to alter the info on group selection.  Also alter all
709         the backend -request-group functions to take the parameter.
710
711         * nnimap.el (nnimap-store-info): New function.
712         (nnimap-update-info): Store the info for later usage.
713         (nnimap-request-group): Use the stored info for the dont-check case, so
714         that we don't retrieve all marks when we enter a group.
715
716         * nnimap.el: Use deffoo instead of defun for interface functions.
717
718         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
719         update the group info.  This makes the nndraft groups, for instance, go
720         back to their old behaviour.
721
722         * gnus-sum.el (gnus-select-newsgroup): Indent.
723
724         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
725         in.
726         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
727         nothing.
728
729         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
730         from methods that are denied.
731
732         * gnus-int.el (gnus-method-denied-p): New function.
733
734         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
735         store the password instead of netrc.
736         (nnimap-open-connection): Don't error out when we can't make a
737         connections.
738
739         * auth-source.el (auth-source-create): In the password prompt, say what
740         we're querying for.  Also prompt for user name if that hasn't been
741         given.
742
743         * nnimap.el (nnimap-with-process-buffer): Removed.
744
745 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
748         method when we're reading from the agent.
749
750         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
751
752         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
753         that's probably most useful for users.
754
755         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
756         "failed" all the time.
757
758         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
759         ...)) with (with-current-buffer ... ).
760
761         * nntp.el (nntp-open-server): Return whether the open was successful or
762         not.
763
764         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
765         select an unread unseen article first.
766
767         * nnimap.el (nnimap-open-connection): If the user doesn't have a
768         /etc/services, supply some sensible port defaults.
769
770         * dgnushack.el: Define netrc-credentials.
771
772 2010-09-17  Julien Danjou  <julien@danjou.info>
773
774         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
775
776 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
777
778         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
779         doesn't have any parameters.
780
781 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
784         only upcased checks.
785
786         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
787
788         * nnimap.el (nnimap-open-shell-stream): New function.
789         (nnimap-open-connection): Use it.
790         (nnimap-transform-headers): Get the number of lines in each message.
791         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
792         number of lines.
793         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
794         problem.
795
796         * utf7.el (utf7-encode): Autoload.
797
798         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
799         to allow the mail splitting to not return a default group.  This is
800         useful for nnimap, which will leave unmatched mail in the inbox.
801
802         * nnimap.el: Rewritten.
803
804         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
805         nnimap usage.
806
807         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
808         if the move is internal, so that nnimap can do fast internal moves.
809
810         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
811         data.
812         (gnus-read-active-for-groups): Support finishing the early retrieval of
813         data.
814
815         * gnus-range.el (gnus-range-nconcat): New function.
816
817         * gnus-int.el (gnus-finish-retrieve-group-infos)
818         (gnus-retrieve-group-data-early): New functions.
819
820 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
821
822         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
823         (nnrss-retrieve-groups):
824         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
825         (pop3-quit): Use with-current-buffer.
826
827 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
830         instead of nnheader-accept-process-output.
831
832         * dgnushack.el (dgnushack-compile): Add comment.
833
834         * lpath.el: No need to fbind propertize for XEmacs 21.4.
835
836         * gnus-html.el (gnus-html-schedule-image-fetching)
837         (gnus-html-prefetch-images): Replace process-kill-without-query by
838         gnus-set-process-query-on-exit-flag.
839
840 2010-09-16  Romain Francoise  <romain@orebokech.com>
841
842         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
843
844 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * gnus-registry.el (gnus-registry-install-shortcuts): The second
847         parameter to unintern is mandatory-ish in Emacs 24.
848
849         * gnus-html.el (gnus-html-schedule-image-fetching)
850         (gnus-html-prefetch-images): Check for curl before using it.
851
852         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
853         depend on curl, which isn't essential.
854
855         * imap.el: Revert back to version
856         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
857         seem problematic.
858
859 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
860
861         * gnus-registry.el (gnus-registry-install-shortcuts):
862         Explicitly pass `obarray' to `unintern' to avoid a warning.
863
864 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
867         change.
868
869         * nnrss.el (nnrss-request-list): Removed this function and related
870         functions, including the moreover stuff.
871
872 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * nnrss.el (nnrss-retrieve-groups): New function.
875
876 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
877
878         * .dir-locals.el: Add no-byte-compile cookie.
879
880 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * time-date.el (format-seconds): Comment fix.
883
884         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
885         for back end that doesn't support request-scan.
886
887 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
890         then do request scans from the backends.
891
892         * netrc.el (netrc-credentials): New conveniency function.
893
894         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
895         avoid running a hook per line, since this takes a lot of time,
896         profiling shows.
897         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
898         directly if gnus-visual-p is true.
899
900 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
903         groups; replace mapcar with dolist which is a bit faster; pass groups
904         info to gnus-read-active-file-1.
905         (gnus-read-active-file-1): Scan only specified groups if the new
906         optional arg `infos' is given.
907
908 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
911
912         * pop3.el (pop3-movemail): Removed.
913         (pop3-streaming-movemail): Renamed to pop3-movemail.
914
915         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
916         don't restrict end-tag searches to the end of the line.
917
918 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
921         articles of every unchecked group to t, which means unknown since the
922         server has never been opened.
923
924 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus-html.el (gnus-html-show-alt-text): New command.
927         (gnus-html-browse-image): Ditto.
928         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
929         to browse the image directly.
930         (gnus-html-wash-tags): Search for images first, so that <a><img> works
931         better.
932
933         * gnus-async.el (gnus-async-article-callback): Call
934         `gnus-html-prefetch-images' unconditionally.
935
936         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
937         before feeding URLs to curl.
938
939 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
942         internal images as deletable by `W D D'.
943
944         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
945         (gnus-async-article-callback): Fix typo.
946
947 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
950         current line to work around bugs in the output from w3m.
951
952         * gnus-async.el (gnus-async-article-callback): Always prefetch images
953         for groups that want that.
954
955         * nntp.el (nntp-wait-for-string): Supply a timeout for
956         accept-process-output to ensure progress.
957
958         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
959         level to get unread articles from, then use that for foreign groups,
960         too.
961
962         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
963         confuses the rest of the function.
964
965         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
966         for the methods that support -retrieve-groups, too.
967
968         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
969
970 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
973         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
974
975         * pop3.el: Require cl when compiling.
976         (pop3-number-of-responses): Search for "+OK", not "+OK ".
977
978 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
981         that aren't going to be activated.
982         (gnus-get-unread-articles): Fix up the last commit.
983
984         * gnus-html.el (gnus-article-html): Allow calling without specifying
985         the handle.  In that case, dissect the buffer first.
986
987         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
988
989         * nnimap.el (nnimap-open-connection): Revert the change that would look
990         into authinfo for imaps instead of imap.
991
992         * gnus-start.el (gnus-activate-group): Take an optional parameter to
993         say that you don't want to call gnus-request-group with don-check, but
994         do check the reponse.  This is for virtual groups only.
995         (gnus-get-unread-articles): Count the archive groups as secondary, so
996         that they're activated the same way as before.
997
998         * imap.el (imap-message-map): Removed optional buffer parameter, since
999         no callers use it.
1000         (imap-message-get): Ditto.
1001         (imap-message-put): Ditto.
1002         (imap-mailbox-map): Ditto.
1003         (imap-mailbox-put): Ditto.
1004         (imap-mailbox-get): Ditto.
1005         (imap-mailbox-get): Revert last change for this function.
1006
1007         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1008         case-insensitively.
1009         (nnimap-debug): Removed.
1010
1011         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1012         to use `imap-fetch' instead.  According to the comments, this should be
1013         safe, since all other IMAP clients use the 1:* syntax.
1014         (imap-enable-exchange-bug-workaround): Removed.
1015         (imap-debug): Removed -- doesn't seem very useful.
1016
1017         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1018         mail from a file, and the file doesn't exist.
1019
1020         * imap.el (imap-log): New convenience function used throughout instead
1021         of repeating the same code all over the place.
1022
1023         * pop3.el (pop3-streaming-movemail): Return t for success.
1024
1025         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1026         .authinfo if we're using ssl connection.
1027
1028         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1029         already have if we're in a main Gnus `g' run.
1030
1031         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1032
1033 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1036
1037         * nnmh.el (nnmh-request-list-1): Bind `file'.
1038
1039         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1040         alias to set-process-query-on-exit-flag or process-kill-without-query.
1041         (pop3-open-server): Use it.
1042
1043 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1046         box to the Incoming file.  Fixes mistake in previous checkin.
1047
1048         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1049         request loop (for debugging purposes) removed.
1050
1051         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1052         culprit is more visible.
1053         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1054         (nnml-add-incremental-nov): New functions to do "incremental" nov
1055         updates, where we just append to the end of the existing nov files
1056         without reading/writing them in full.
1057
1058         * mail-source.el (mail-source-delete-crash-box): Really only check the
1059         incoming files once in a while.
1060
1061         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1062
1063         * mail-source.el (mail-source-delete-crash-box): Only check the
1064         incoming files for deletion once per day to save a lot of file
1065         accesses.
1066
1067         * pop3.el (pop3-logon): Fix up unbound variable typo.
1068
1069         * mail-source.el (pop3-streaming-movemail): Autoload.
1070
1071         * pop3.el (pop3-streaming-movemail): Respect
1072         pop3-leave-mail-on-server.
1073
1074         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1075         retrieval.
1076
1077         * pop3.el (pop3-process-filter): Removed unused function.
1078         (pop3-streaming-movemail, pop3-send-streaming-command)
1079         (pop3-wait-for-messages, pop3-write-to-file)
1080         (pop3-number-of-responses): New functions for streaming pop3
1081         retrieval.
1082
1083         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1084         come from no known methods.
1085         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1086         list.
1087
1088         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1089         message sizes.
1090         (pop3-movemail): Use erase-buffer instead of looping and deleting
1091         regions, which seems rather odd.
1092
1093         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1094         file once per `g' run.
1095
1096         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1097         directories.  This makes the draft queue directory work.
1098
1099         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1100         data from the backends, so that we only request the list of groups from
1101         each method once.  This should speed things up considerably.
1102
1103         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1104         detect that it's not implemented.
1105
1106         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1107         we actually do recurse down into the tree, but don't stat all leaf
1108         nodes.
1109
1110         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1111         then say so instead of bugging out.
1112
1113         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1114         files exist before trying to read them.
1115
1116         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1117         around <pre_int>.
1118
1119         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1120
1121         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1122
1123 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * mm-util.el (mm-image-load-path): Just return the image directories,
1126         not all directories in the path in addition to the image directories.
1127         (mm-image-load-path): Maintain a cache of the image directories so that
1128         the `g' command in Gnus doesn't have to stat dozens of directories each
1129         time.
1130
1131         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1132         (gnus-html-wash-tags): Add a new `i' command to insert images.
1133         (gnus-html-insert-image): New command and keystroke.
1134         (gnus-html-redisplay-with-images): New command and keystroke.
1135         (gnus-html-show-images): Renamed command.
1136         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1137         spacers.
1138         (gnus-html-wash-tags): Decode entities at the end, so that entities
1139         inside the tags don't mess up the rest of the "parsing".
1140
1141         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1142         so that nnimap methods aren't agentized by default.  There's apparently
1143         many problems related to agent/imap behaviour.
1144
1145         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1146
1147         * gnus-html.el: Doc fix.
1148
1149 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1152         specifier-spec-list for Emacs 21.
1153
1154         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1155         glyph-width and glyph-height instead of display-graphic-p and
1156         image-size; make avoidance of displaying small images work for XEmacs.
1157
1158         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1159         for XEmacs.
1160
1161         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1162         of symbol that holds plist data.
1163         (gnus-process-plist): Remove plist of process after getting it.
1164
1165 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * message.el (message-generate-hashcash): Change default to
1168         'opportunistic if hashcash is installed.
1169
1170         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1171         (gnus-html-put-image): Only call image-size once, since it's somewhat
1172         time-consuming on remote X servers.
1173
1174 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1177         type on data, not a file name.
1178
1179         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1180         window-pixel-edges for Emacs 21.
1181
1182         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1183         decoded contents.
1184         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1185
1186 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1189         group line format, since it isn't very interesting.
1190
1191         * gnus-agent.el (gnus-agent-short-article),
1192         (gnus-agent-long-article): Increase values for these two variables,
1193         since most people are likely to have more network connection and
1194         storage than before.
1195
1196         * gnus.el (gnus-refer-article-method): Change default to 'current.
1197         When referring an article, the common behaviour is to refer it from the
1198         current select method, not the native select method.  The chances of
1199         the native select method having the message in question is rather slim
1200         these days.
1201
1202         * gnus-sum.el (gnus-auto-select-subject): Change default to
1203         `unseen-or-unread'.  I think it's likely that most people want to
1204         select an unseen article over a previously seen, but unread one.
1205
1206         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1207         means that in the article buffer none of the minor mode elements will
1208         be shown, usually, and this is not desirable in most cases.
1209
1210         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1211         that commands like `d' (and the like) go to the next line in the
1212         buffer, instead of the next unread article.  I think this is the
1213         behaviour that is most natural for most users.
1214         (gnus-single-article-buffer): Change default to nil, so that people can
1215         have as many article buffers open as they have summary buffer.  I think
1216         this is the most natural way for the groups to behave.
1217
1218         * message.el (message-generate-new-buffers): Change default to
1219         `unsent', so that all new message buffers start their names with the
1220         string "*unsent", and it's easier to find the buffers if you move from
1221         them.
1222
1223 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1226         small.  They're probably tracking images.
1227         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1228         (gnus-html-rescale-image): Yet another try at getting the image sizing
1229         right.
1230
1231         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1232         nntp-marks-file-name is nil.
1233
1234 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1235
1236         * gnus-html.el (gnus-html-wash-tags)
1237         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1238         Better logging.
1239
1240 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1243
1244         * gnus-html.el (gnus-html-wash-tags): Check the value of
1245         gnus-blocked-images in the summary buffer.
1246
1247 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1248
1249         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1250
1251 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1254         like "a", it seems like.
1255         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1256         since it needs to be picked from the correct buffer.
1257
1258         * nnwfm.el: Removed.
1259
1260         * nnlistserv.el: Removed.
1261
1262 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1263
1264         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1265         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1266
1267 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nnkiboze.el: Removed.
1270
1271         * nndb.el: Removed.
1272
1273         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1274         alt text.
1275         (gnus-html-rescale-image): Try to get the rescaling logic right for
1276         images that are just wide and not tall.
1277
1278         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1279         overshadow variable bindings.
1280
1281 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1282
1283         * gnus-html.el (gnus-html-wash-tags)
1284         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1285         extra logging.
1286
1287 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1290         (gnus-max-image-proportion): New variable.
1291         (gnus-html-rescale-image): New function.
1292         (gnus-html-put-image): Rescale images.
1293
1294 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1295
1296         Fix up some byte-compiler warnings.
1297         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1298         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1299         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1300         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1301         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1302         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1303         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1304
1305 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * gnus-html.el (gnus-article-html): Decode contents by charset.
1308
1309 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1312         (gnus-html-frame-width, gnus-blocked-images)
1313         * message.el (message-prune-recipient-rules): Add custom version.
1314         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1315
1316         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1317         functions.
1318
1319         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1320         gnus-process-get.
1321
1322 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1323
1324         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1325         instead of lsub directly.
1326
1327 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * nnwarchive.el: Removed.
1330
1331         * gnus-soup.el: Removed.
1332
1333         * nnsoup.el: Removed.
1334
1335         * nnultimate.el: Removed.
1336
1337         * gnus-html.el (gnus-blocked-images): New variable.
1338
1339         * message.el (message-prune-recipients): New function.
1340         (message-prune-recipient-rules): New variable.
1341
1342         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1343         guess whether a long line is natural text or not.
1344
1345         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1346         gnus-process-plist and friends for compatibility.
1347
1348 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1349
1350         * gnus-html.el: Require packages that define macros used in this file.
1351         (gnus-article-mouse-face): Declare to silence byte-compiler.
1352         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1353         process-get.
1354         (gnus-html-put-image): Use plist-get to avoid getf.
1355         (gnus-html-prefetch-images): Use with-current-buffer.
1356
1357 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-ems.el: Provide compatibility functions for
1360         gnus-set-process-plist.
1361
1362         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1363         header-line-format for XEmacs 21.4.
1364
1365         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1366         * gnus.el (gnus-valid-select-methods)
1367         * message.el (message-send-mail-partially-limit)
1368         * mm-decode.el (mm-text-html-renderer)
1369         * mml.el (mml-insert-mime-headers-always)
1370         * smiley.el (smiley-regexp-alist): Bump custom version.
1371
1372 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-html.el: require mm-url.
1375         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1376         with the url to `url'.
1377         (gnus-html-wash-tags): Support cid: URLs/images.
1378
1379 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1382         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1383         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1384
1385         * gnus-move.el: Removed file, since it doesn't really work.
1386
1387         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1388         UTF-8.  This seems to fix problems with some German web feeds.
1389
1390         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1391         at the top so that the proper colours are applied.
1392
1393         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1394         don't have dots in their names.
1395
1396         * gnus-art.el (gnus-article-view-part): Doc fix.
1397
1398         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1399         XEmacs-compatible.
1400         (gnus-html-put-image): Don't do images on non-graphic displays.
1401
1402         * nnslashdot.el: Removed this unused backend.
1403
1404         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1405         actions.
1406         (gnus-undo-register-1): Revert last change.
1407
1408         * gnus-group.el (gnus-group-completing-read): Protect against not
1409         having completion-styles bound.
1410
1411         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1412         make broken recipients happier.
1413
1414         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1415
1416         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1417         point parameter.
1418
1419         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1420
1421         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1422         completion-styles for group selection.
1423
1424 2009-02-04  Andreas Schwab  <schwab@suse.de>
1425
1426         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1427         headers and regexp-quote the match if necessary.
1428
1429 2009-03-24  Miles Bader  <miles@gnu.org>
1430
1431         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1432         the blinking smiley.
1433
1434 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1435
1436         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1437         blink smiley.
1438
1439 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1442         where the dribbel file lives exists.
1443
1444         * message.el (message-send-mail-partially-limit): Change the default to
1445         nil, since most people don't want this.
1446
1447         * mm-url.el (mm-url-decode-entities): Also decode entities like
1448         &#x3212.
1449
1450 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1451
1452         * gnus-sum.el (gnus-summary-idna-message):
1453         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1454         Hyperlink urls in docstrings with URL `...'.
1455
1456 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1457
1458         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1459         functions.
1460
1461 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1464         say what the mouseover text should be.
1465
1466         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1467         version of the mm-w3m-safe-url-regexp variable to only download images
1468         in the groups where we want that to happen.
1469
1470         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1471
1472         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1473         easier debugging.
1474         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1475         big pictures in the article buffer.
1476
1477         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1478         gnus-article-html.
1479         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1480         w3m.
1481
1482         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1483
1484 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1487         which doesn't exist.
1488
1489         * message.el (message-inhibit-ecomplete): New variable to allow some
1490         function to inhibit ecomplete address storage.
1491         (message-resend): Disable ecomplete message storage when resending
1492         messages.
1493
1494         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1495
1496 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1499         Save excursion while copying, moving, and deleting articles in order to
1500         prevent the cursor from jumping to unforeseen place.
1501
1502 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * lpath.el: No need to bind bookmark-current-buffer,
1505         bookmark-yank-point and bookmark-make-record-function.
1506
1507 2010-08-17  Glenn Morris  <rgm@gnu.org>
1508
1509         * gnus-sync.el: Require gnus components whose functions are used.
1510
1511         * gnus-art.el (bookmark-make-record-function):
1512         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1513         Declare for compiler.
1514
1515         * mm-url.el (mml-compute-boundary): Autoload.
1516
1517 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1520
1521 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1522
1523         Typo fix "hoo4a" -> "hook".
1524
1525         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1526
1527 2010-08-14  Glenn Morris  <rgm@gnu.org>
1528
1529         * gnus-sync.el (gnus-sync): Fix defgroup version.
1530
1531 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1532
1533         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1534
1535         * gnus-sync.el: Fix docs.
1536         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1537         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1538
1539 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1540
1541         Optimizations for gnus-sync.el.
1542
1543         * gnus-sync.el: Add docs about gnus-sync-backend
1544         possibilities.
1545         (gnus-sync-save): Remove unnecessary message.
1546         (gnus-sync-read): Optimize and show what groups were skipped.
1547
1548 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1549
1550         Minor bug fixes for gnus-sync.el.
1551
1552         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1553         read the sync on get-new-news.
1554
1555         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1556         quiet.
1557
1558         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1559
1560 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1561
1562         Make saving and restoring of hidden threads work with overlays.
1563         Patch applied by Ted Zlatanov.
1564
1565         * gnus-sum.el (gnus-hidden-threads-configuration)
1566         (gnus-restore-hidden-threads-configuration): Update to deal with text
1567         properties, rather than searching for a magic character.
1568
1569 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         New gnus-sync.el library for synchronization of marks.
1572
1573         * gnus-sync.el: New library for synchronization of marks.
1574
1575         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1576         renamed from `gnus-registry-grep-in-list'.
1577
1578         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1579
1580         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1581
1582 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1585         determining charset of text fails.
1586
1587 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * nnmail.el (nnmail-get-new-mail-1): Revert.
1590
1591         * nnml.el (nnml-active-number): Make sure names of newly created groups
1592         in nnml-group-alist are encoded.
1593
1594 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1597         containing non-ASCII characters in active file for nnml back end.
1598
1599 2010-07-24  David Engster  <dengste@eml.cc>
1600
1601         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1602         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1603
1604 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1605
1606         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1607         tag (Bug#6654).
1608
1609 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1612         the article buffer, not the summary buffer.
1613
1614 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1617         Emacs 23 as well.
1618
1619 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1622         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1623
1624 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1625
1626         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1627         Patch applied by Karl Fogel.
1628
1629         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1630         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1631
1632 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1633
1634         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1635         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1636         C-w still not working correctly from Article buffers; Thierry's
1637         patch to fix that will be applied after this.
1638
1639         * gnus-art.el (bookmark-make-record-function): New local variable.
1640
1641         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1642         article buffer.
1643         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1644
1645 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1646
1647         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1648         on changes in bookmark.el.
1649
1650 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1653         `no-log' instead of message not to log prompt string.
1654
1655 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1656
1657         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1658         the *other* type of HTML form submission.
1659
1660 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1661
1662         * auth-source.el (auth-source-pick): If choice does not contain a
1663         questioned keyword, set the check to t.
1664
1665 2010-06-12  Romain Francoise  <romain@orebokech.com>
1666
1667         * gnus-util.el (gnus-date-get-time): Move up before first use.
1668
1669 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1672         (gnus-article-edit-part): Bind it to make last part that is substituted
1673         or deleted visible.
1674         (gnus-mime-display-single): Buttonize part of which id equals to
1675         gnus-mime-buttonized-part-id.
1676
1677 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1678
1679         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1680         (gnus-dd-mmm): Use gnus-date-get-time.
1681         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1682         simplify logic.
1683         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1684         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1685
1686 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1687
1688         * auth-source.el (top): Autoload `secrets-list-collections',
1689         `secrets-create-item', `secrets-delete-item'.
1690         (auth-sources): Fix tag string.
1691         (auth-get-source, auth-source-retrieve, auth-source-create)
1692         (auth-source-delete): New defuns.
1693         (auth-source-pick): Rewrite in order to avoid 2 passes.
1694         (auth-source-forget-user-or-password): New parameter USERNAME.
1695         (auth-source-user-or-password): New parameters CREATE-MISSING and
1696         DELETE-EXISTING.  Retrieve password interactively, if needed.
1697
1698 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1699
1700         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1701         deleting unused directories when gnus-expert-user is t.
1702
1703 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1706         for each temp file when gnus-article-browse-delete-temp is ask.
1707
1708 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1709
1710         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1711         Lisp calls to delete-backward-char by calls to delete-char.
1712
1713 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1714
1715         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1716
1717 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1718
1719         * password-cache.el (password-cache-remove): Fix docstring.
1720
1721 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1724         article unless decoding article to be saved.
1725
1726 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1729         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1730         generated within the mm-with-unibyte-current-buffer macro.
1731
1732 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1735         to nil when we're in a mml-preview buffer and no group is selected.
1736
1737 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1738
1739         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1740         when catching the `C-g'.  Reported by "Leo".
1741
1742 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * message.el (message-forward-make-body-plain)
1745         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1746         multibyte-string-p.
1747
1748         * lpath.el: Revert.
1749
1750 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * message.el (message-forward-make-body-mml): Assume original message
1753         is multibyte string; error on unibyte.
1754         (message-forward-make-body-plain): Ditto; don't add excessive newline
1755         in body end.
1756
1757         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1758
1759 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1760
1761         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1762         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1763
1764 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * mm-extern.el (mm-extern-url): Don't use
1767         mm-with-unibyte-current-buffer.
1768         (mm-extern-cache-contents): Use with-current-buffer instead of
1769         save-excursion + set-buffer.
1770
1771 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * mm-util.el (mm-emacs-mule): Remove.
1774
1775 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1776
1777         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1778         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1779         change.
1780
1781 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1784         bind the default value of enable-multibyte-characters to nil.
1785
1786 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * message.el (message-forward-make-body-plain)
1789         (message-forward-make-body-mml):
1790         Don't use mm-with-unibyte-current-buffer.
1791
1792 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1793
1794         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1795
1796 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1797
1798         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1799         (Bug#5592).
1800
1801 2010-05-07  Julien Danjou  <julien@danjou.info>
1802
1803         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1804         it to mm-pipe-part.
1805
1806         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1807         it is given.
1808
1809 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * binhex.el (binhex-decode-region-internal)
1812         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1813         (dns-query)
1814         * nnweb.el (nnweb-gmane-search)
1815         * pgg-parse.el (pgg-parse-armor)
1816         * pgg.el (pgg-verify-region)
1817         * sha1.el (sha1-string-external)
1818         * uudecode.el (uudecode-decode-region-internal)
1819         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1820         XEmacs.
1821
1822         * gnus-art.el (gnus-article-browse-html-parts)
1823         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1824         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1825         make-temp-file.
1826
1827         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1828         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1829         compiling.
1830
1831         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1832         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1833         XEmacs when compiling.
1834
1835         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1836         gnus-pick-mode-off-hook for XEmacs when compiling.
1837         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1838         gnus-binary-mode-off-hook for XEmacs when compiling.
1839
1840         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1841         nil if char-charset is not available.
1842
1843         * imap.el (imap-disable-multibyte)
1844         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1845         macros.
1846
1847         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1848         instead of encode-coding-string.
1849
1850         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1851         'xemacs) instead of mm-emacs-mule to switch function definitions.
1852         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1853
1854         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1855         bind temporary-file-directory for XEmacs;
1856         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1857         timer-set-function for XEmacs 21.4 and SXEmacs;
1858         bind timer-list for XEmacs 21.4 and SXEmacs;
1859         fbind char-charset and find-charset-region for non-Mule XEmacs;
1860         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1861         encode-coding-region and encode-coding-string for XEmacs having no
1862         file-coding feature.
1863
1864 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1865
1866         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1867
1868 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1871         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1872
1873 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1874
1875         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1876         alias `jka-compr-delete-temp-file' no longer exists.
1877
1878 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1879
1880         Use define-minor-mode in Gnus where applicable.
1881         * mml.el (mml-mode): Use define-minor-mode.
1882         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1883         (gnus-undo-mode): Use define-minor-mode.
1884         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1885         (gnus-dead-summary-mode): Use define-minor-mode.
1886         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1887         Initialize in declaration.
1888         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1889         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1890         (gnus-mailing-list-mode): Use define-minor-mode.
1891         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1892         (gnus-draft-mode): Use define-minor-mode.
1893         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1894         (gnus-dired-mode): Use define-minor-mode.
1895
1896 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1897
1898         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1899         handles on recursive mml-to-mime translation and check them for
1900         boundary delimiter collisions.  Reported by Greg Troxel.
1901
1902 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1905
1906 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1907
1908         * mm-util.el (mm-find-buffer-file-coding-system):
1909         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1910
1911 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1912
1913         * message.el (message-generate-headers): Record insertion of optional
1914         headers as well.  Otherwise the check to prevent repeated insertion of
1915         optional headers is a no-op.
1916
1917 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1918
1919         * smime.el: Don't mention CVS.
1920
1921         * nnrss.el (nnrss-fetch): Don't mention CVS.
1922
1923         * nnir.el: Don't mention CVS.
1924
1925 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1926
1927         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1928
1929 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * lpath.el: Fbind bookmark-default-handler,
1932         bookmark-get-bookmark-record, bookmark-make-record-default,
1933         bookmark-prop-get for Emacs <23 and XEmacs.
1934
1935 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1936
1937         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1938         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1939         Use with-current-buffer to silence the byte-compiler.
1940         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1941         bother to require `gnus'.
1942         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1943
1944 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1945
1946         * gnus-sum.el (gnus-summary-bookmark-make-record)
1947         (gnus-summary-bookmark-jump): New functions.
1948         (gnus-summary-mode): Setup bookmark support.
1949
1950 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1951
1952         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1953         if set.
1954
1955 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1958         gnus-article-browse-html-save-cid-image; make it work recursively for
1959         forwarded messages as well.
1960         (gnus-article-browse-html-parts): Work when prefix arg is given.
1961         (gnus-article-browse-html-article): Doc fix.
1962
1963 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1964
1965         * message.el (message-default-mail-headers):
1966         (message-default-headers): Carry the value mail-default-headers over
1967         into message-default-mail-headers, rather than message-default-headers.
1968
1969 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1970
1971         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1972         charset.
1973
1974         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1975         charset into the <meta> tag when the article is encoded to utf-8.
1976
1977 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1980         directories as well.
1981         (gnus-article-browse-html-parts): Work for images that do not specify
1982         file names; delete temp directory when quitting; insert header at the
1983         right place; use file: scheme for image files.
1984
1985 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1986
1987         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1988         (gnus-article-browse-html-parts): Use it to make temporary cid image
1989         files in addition to html file so that browser may display them.
1990
1991 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1994
1995 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1998
1999 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2000
2001         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2002         about Secret Service API sources.  Improve Customize options.
2003         (auth-source-pick): Change to accept any number of search parameters.
2004         Implement fallbacks iteratively, not recursively.  Add scoring on the
2005         second pass and sort by score.  Call Secret Service API when needed.
2006         (auth-source-user-or-password): Use it.  Call Secret Service API
2007         directly when needed to get the user name and the password.
2008
2009 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2010
2011         * message.el (message-interactive): Doc fix.
2012         (message-qmail-inject-args): Reflow.
2013         (message-kill-to-signature): Fix typo in docstring.
2014
2015         * smiley.el (smiley-buffer): Fix typo in docstring.
2016
2017 2010-03-24  Glenn Morris  <rgm@gnu.org>
2018
2019         * mail-source.el (gnus-message): Declare.
2020         (mail-source-delete-old-incoming): Require gnus-util.
2021
2022 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2025
2026         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2027
2028         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2029         password-cache's default if it is not bound.
2030         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2031         password-cache-expiry's default if it is not bound.
2032
2033         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2034         available in Emacs 21.
2035
2036         * lpath.el: Suppress compiler warnings for:
2037         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2038         XEmacs;
2039         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2040         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2041         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2042
2043 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2044
2045         * auth-source.el (auth-sources): Fix up definition so extra parameters
2046         are always inline.
2047
2048 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2049
2050         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2051         wasn't updated after mismatch.  Clear cached mailbox info correctly
2052         when uidvalidity changes.
2053         (nnimap-group-prefixed-name): New function to avoid some code
2054         duplication.
2055         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2056         (nnimap-request-group): Use it.
2057         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2058         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2059         with many imap folders.  This is done by caching the group status from
2060         the imap server persistently in a group parameter `imap-status'.  (This
2061         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2062         but not persistently, so every Gnus startup was still very slow.)
2063
2064 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2065
2066         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2067         delete the extra newline.  Otherwise editing of :string and :number
2068         types don't work.
2069
2070 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2071
2072         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2073         secrets.el dependency.
2074         (auth-sources): Add optional user name.  Add secrets.el configuration
2075         choice (unused right now).
2076
2077 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2078
2079         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2080         `gnus-registry-install-shortcuts' fill in the functions.
2081
2082         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2083         warnings.
2084         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2085         (gnus-registry-install-shortcuts): Populate and use it in a
2086         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2087
2088 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2089
2090         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2091         In-place substitutions for the group name encoding/decoding.
2092         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2093         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2094         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2095         (nnimap-update-unseen, nnimap-request-list)
2096         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2097         (nnimap-request-set-mark, nnimap-split-to-groups)
2098         (nnimap-split-articles, nnimap-request-newgroups)
2099         (nnimap-request-create-group, nnimap-request-accept-article)
2100         (nnimap-request-delete-group, nnimap-request-rename-group)
2101         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2102         `encoded-mbx' for consistency.
2103         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2104         variable `imap-current-mailbox'.
2105
2106         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2107         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2108
2109 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2110
2111         * pop3.el (pop3-display-message-size-flag): Display message size byte
2112         counts during POP3 download.
2113         (pop3-movemail): Use it.
2114         (pop3-list): Implement listing of available messages.
2115
2116 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2117
2118         * nnir.el (nnir-get-article-nov-override-function): New function to
2119         override the normal NOV retrieval.
2120         (nnir-retrieve-headers): Use it.
2121
2122 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2123
2124         * auth-source.el (netrc-machine-user-or-password): Autoload.
2125
2126 2010-03-19  Glenn Morris  <rgm@gnu.org>
2127
2128         Stop message.el from loading about 40 libraries it doesn't always need.
2129         The general approach is to autoload rather than require, and to
2130         require in the specific functions rather than the file.  (Bug#5642)
2131
2132         * gmm-utils.el: Don't require wid-edit.
2133         (widget-create-child-value, widget-convert, widget-default-get):
2134         Autoload.
2135
2136         * gnus-util.el: Don't require time-date, netrc.
2137         (message-fetch-field, gnus-group-name-decode): Declare rather than
2138         autoloading.
2139         (gnus-fetch-field): Require message.
2140         (gnus-decode-newsgroups): Require gnus-group.
2141
2142         * ietf-drums.el: Don't require time-date.
2143
2144         * message.el: Don't require hashcash, canlock, ecomplete.
2145         Do require mail-utils.  Require nnheader only when compiling.
2146         (smtpmail-default-smtp-server): Remove declaration.
2147         (message-send-mail-function): Check smtpmail-default-smtp-server
2148         is bound rather than requiring smtpmail.
2149         (message-auto-save-directory, message-insert-signature): Use
2150         expand-file-name rather than nnheader-concat.
2151         (nnheader-insert-file-contents): Autoload.
2152         (hashcash-wait-async): Declare.
2153         (message-send-mail): Only call gnus-setup-posting-charset if
2154         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2155         (message-send-mail-with-sendmail): Require sendmail.
2156         (canlock-password, canlock-password-for-verify): Declare.
2157         (message-canlock-password): Require canlock.
2158         (nnheader-get-report): Autoload.
2159         (gnus-setup-posting-charset): Declare.
2160         (message-send-news): Require gnus-msg.
2161         (message-make-references, message-make-in-reply-to): Use mail-header-id
2162         rather than the alias mail-header-message-id.
2163         (ecomplete-add-item, ecomplete-save): Declare.
2164         (message-put-addresses-in-ecomplete): Require ecomplete.
2165         (ecomplete-display-matches): Autoload.
2166
2167         * mm-decode.el: Don't require mailcap, gnus-util.
2168         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2169         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2170         Autoload.
2171         (mailcap-mime-extensions): Declare.
2172
2173         * mm-encode.el: Don't require mailcap.
2174         (mailcap-extension-to-mime): Autoload.
2175
2176         * mml-sec.el: Don't require password-cache.
2177
2178         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2179         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2180         (mml-minibuffer-read-type): Require mailcap.
2181         (mml-preview): Require gnus-msg.
2182
2183         * mml1991.el: Require password-cache.
2184         (password-cache-expiry): Remove declaration.
2185
2186         * mml2015.el: Require password-cache.
2187         (password-cache-expiry): Remove declaration.
2188
2189         * nneething.el (mailcap): Require mailcap.
2190
2191         * nnheader.el (declare-function): Add compatibility stub.
2192         (message-remove-header): Declare rather than autoload.
2193         (nnheader-replace-header): Require message.
2194
2195         * nnimap.el (declare-function): Add compatibility stub.
2196         (netrc-parse, netrc-machine-user-or-password): Declare.
2197         (nnimap-open-connection): Require netrc.
2198
2199         * nntp.el (declare-function): Add compatibility stub.
2200         (netrc-parse, netrc-machine, netrc-get): Declare.
2201         (nntp-send-authinfo): Require netrc.
2202
2203         * rfc2047.el: Don't require qp.
2204         (quoted-printable-encode-region, quoted-printable-decode-string):
2205         Autoload.
2206
2207         * sieve-mode.el: Don't require easymenu.
2208         (easy-menu-add-item): Autoload it.
2209
2210         * spam-stat.el (time-to-number-of-days): Autoload it.
2211
2212 2010-03-19  Glenn Morris  <rgm@gnu.org>
2213
2214         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2215
2216 2010-03-18  Glenn Morris  <rgm@gnu.org>
2217
2218         * hashcash.el (declare-function): Remove duplicate definition.
2219
2220 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2221
2222         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2223         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2224         value if any backslash escapes).
2225
2226 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2229         if it is available.  (bug#5647)
2230
2231         * lpath.el: Suppress compiler warning for coding-system-from-name for
2232         Emacs 21 and XEmacs.
2233
2234 2010-03-14  Juri Linkov  <juri@jurta.org>
2235
2236         * hmac-def.el:
2237         * hmac-md5.el:
2238         * netrc.el: Fix keywords.
2239
2240 2010-02-26  Glenn Morris  <rgm@gnu.org>
2241
2242         * message.el (message-send-mail-function): Change the default, so that
2243         it inherits from a customized send-mail-function.  (Bug#5643)
2244
2245 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2246
2247         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2248         shell-command-to-string signals an error (bug#5299).
2249
2250 2010-02-24  Glenn Morris  <rgm@gnu.org>
2251
2252         * message.el (message-smtpmail-send-it)
2253         (message-send-mail-with-mailclient): Doc fixes.
2254
2255 2010-02-16  Glenn Morris  <rgm@gnu.org>
2256
2257         * message.el (message-default-mail-headers): Change the default value
2258         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2259
2260 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2263         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2264
2265 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2266
2267         * time-date.el (date-to-time): Doc fix (Bug#5408).
2268
2269 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2270
2271         * message.el (message-mail): Just pass yank-action on to message-setup.
2272         (message-setup): Handle (FUN . ARGS) form of yank-action.
2273         (message-with-reply-buffer, message-widen-reply)
2274         (message-yank-original): Handle non-buffer values of
2275         message-reply-buffer (Bug#4080).
2276         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2277
2278 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2279
2280         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2281         Fix typo in docstring.
2282
2283 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2284
2285         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2286         response.
2287
2288 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2291
2292         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2293
2294         * message.el (message-check-news-header-syntax): Protect against a
2295         string that `rfc822-addresses' returns when parsing fails.
2296
2297 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2300         (gnus-previous-char-property-change): New functions.
2301
2302         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2303
2304 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2305
2306         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2307         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2308
2309 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2310
2311         * message.el (message-exchange-point-and-mark): Rework last change to
2312         avoid using optional arg of exchange-point-and-mark, for backward
2313         compatibility.
2314
2315 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2316
2317         * message.el (message-exchange-point-and-mark): Call
2318         exchange-point-and-mark with an argument rather than setting
2319         mark-active by hand (Bug#5175).
2320
2321 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * nntp.el (nntp-service-to-port): Work for service expressed with
2324         numeric string; replace [:digit:] with [0-9] for XEmacs.
2325
2326 2009-12-17  Glenn Morris  <rgm@gnu.org>
2327
2328         * gnus-group.el (gnus-bug-group-download-format-alist):
2329         Change emacs entry to debbugs.gnu.org.  Bump :version.
2330
2331 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2332
2333         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2334
2335 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2336
2337         * message.el (message-info): Explain why we use `Info-goto-node'.
2338
2339 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2342
2343 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2344
2345         * message.el (message-completion-in-region): New compatibility function.
2346         (message-expand-group): Use it.
2347
2348 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2351         with no unread article should be listed if the 2nd arg `predicate' is
2352         given.
2353
2354 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2357
2358 2009-11-29  Juri Linkov  <juri@jurta.org>
2359
2360         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2361         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2362         on `gnus-recenter'. (Bug#4698, Bug#4981)
2363
2364 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2365
2366         * sha1.el (sha1-string-external): default-directory "/" in case
2367         otherwise non-existent.  process-connection-type pipe for touch of
2368         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2369
2370 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2371
2372         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2373         it's comms related and sgml-mode.el has "comm" on that basis too.
2374
2375 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2378         containing tspecial characters if they have been already quoted.
2379
2380 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2381
2382         * dns-mode.el (auto-mode-alist): Purecopy string.
2383
2384 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2385
2386         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2387
2388 2009-10-24  Glenn Morris  <rgm@gnu.org>
2389
2390         * gnus-art.el (help-xref-stack-item): Define for compiler.
2391
2392 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2393
2394         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2395
2396 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2399
2400 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2403         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2404
2405 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2408         (gnus-overlays-in): New alias to overlays-in.
2409
2410         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2411         gnus-overlay-get, and gnus-delete-overlay.
2412         (gnus-summary-show-thread): Make it work as well for systems in which
2413         next-single-char-property-change is not available.
2414         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2415
2416         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2417         (gnus-overlay-get): New alias to extent-property.
2418         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2419
2420         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2421         SXEmacs.
2422
2423         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2424         SXEmacs.
2425
2426 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2427
2428         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2429
2430 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2431
2432         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2433         and XEmacs that don't have `remove-overlays'.
2434
2435 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2436
2437         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2438         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2439         selective display.  Use overlays instead.
2440
2441 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2442
2443         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2444
2445 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2446
2447         * spam-stat.el (spam-stat-load): Fix typo in message.
2448
2449 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2450
2451         * dig.el (dig-invoke): Fix typo in docstring.
2452         (query-dig): Reflow docstring.
2453
2454 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2455
2456         * gnus-art.el (gnus-article-encrypt-body):
2457         * message.el (message-check-recipients):
2458         * mm-util.el (mm-codepage-setup):
2459         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2460         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2461
2462 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2463
2464         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2465         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2466         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2467         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2468         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2469
2470 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2471
2472         * dig.el: Add "Keywords: comm", as per net-utils.el.
2473
2474 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2475
2476         * dig.el (dig-mode): Use define-derived-mode.
2477
2478 2009-09-19  Glenn Morris  <rgm@gnu.org>
2479
2480         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2481
2482 2009-09-18  Glenn Morris  <rgm@gnu.org>
2483
2484         * gnus-diary.el (gnus-diary-check-message):
2485         * message.el (message-insert-formatted-citation-line):
2486         * nnbabyl.el (top-level):
2487         * nndiary.el (nndiary-schedule):
2488         Fix typos in condition-case handlers.
2489
2490 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2493         configuration that provides the sole article window in a frame;
2494         position point correctly after deleting a part.
2495
2496 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2497
2498         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2499         (spam-resolve-registrations-routine): Use it to unregister articles
2500         that change status.
2501
2502 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2505         with XEmacs.
2506         (parse-time-string-chars): Use it.
2507
2508 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2509
2510         * imap.el (imap-interactive-login): Better messages.
2511         (imap-open): Fix bug with renamed buffer on reconnect.
2512         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2513         for easier debugging and cleaner code.  On successful (guessed based on
2514         server capabilities) secondary authentication, set imap-state
2515         correctly.
2516         (imap-last-authenticator): Define imap-last-authenticator as a variable
2517         to avoid warnings.
2518
2519 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * nnrss.el (nnrss-request-article): Remove binding of
2522         default-enable-multibyte-characters that has gotten needless by
2523         the 2007-07-13 change in rfc2047-encode-message-header.
2524
2525         * mml.el (mml-insert-multipart): Error on the message header.
2526         (mml-insert-part): Error on the message header; position point at
2527         the end of a MIME tag.
2528
2529 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * time-date.el (autoload): Expand define-obsolete-function-alias into
2532         defalias and make-obsolete for old Emacsen that Gnus supports.
2533         (with-no-warnings): Define it for old Emacsen.
2534         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2535         is available.
2536         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2537         float-time is available; suppress compile warning for time-to-seconds.
2538
2539         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2540         (gnus-float-time): Alias to float-time if it exists.
2541
2542         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2543         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2544         float-time is available; suppress compile warning for time-to-seconds.
2545
2546         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2547         XEmacs.
2548
2549 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2550
2551         * imap.el (imap-message-map): Docstring fix.
2552
2553 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2556         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2557         Add the optional argument `encoding' that overrides the default.
2558
2559         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2560         mm-encode-buffer.
2561
2562 2009-09-04  Glenn Morris  <rgm@gnu.org>
2563
2564         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2565         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2566         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2567         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2568         * mm-util.el (mm-with-unibyte-current-buffer)
2569         (mm-find-buffer-file-coding-system):
2570         * yenc.el (yenc-decode-region): Use default-value rather than
2571         default-enable-multibyte-characters.
2572
2573 2009-09-03  Glenn Morris  <rgm@gnu.org>
2574
2575         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2576         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2577         than default-enable-multibyte-characters.
2578
2579 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2580
2581         * gnus-art.el (gnus-article-read-summary-keys):
2582         Fix gnus-buffer-configuration's value temporarily used.
2583
2584 2009-09-02  Glenn Morris  <rgm@gnu.org>
2585
2586         * gnus-util.el (gnus-float-time): New function.
2587         * gnus-delay.el (gnus-delay-article):
2588         * gnus-sum.el (gnus-thread-latest-date):
2589         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2590         * nnspool.el (nnspool-request-newgroups):
2591         Use gnus-float-time rather than time-to-seconds.
2592         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2593
2594         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2595         (gnus-header-subject-face, gnus-header-newsgroups-face)
2596         (gnus-header-name-face, gnus-header-content-face):
2597         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2598         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2599         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2600         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2601         (gnus-cite-face-11):
2602         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2603         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2604         (gnus-server-closed-face, gnus-server-denied-face)
2605         (gnus-server-offline-face):
2606         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2607         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2608         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2609         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2610         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2611         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2612         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2613         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2614         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2615         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2616         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2617         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2618         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2619         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2620         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2621         (gnus-summary-high-undownloaded-face)
2622         (gnus-summary-low-undownloaded-face)
2623         (gnus-summary-normal-undownloaded-face)
2624         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2625         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2626         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2627         (gnus-splash-face):
2628         * message.el (message-header-to-face, message-header-cc-face)
2629         (message-header-subject-face, message-header-newsgroups-face)
2630         (message-header-other-face, message-header-name-face)
2631         (message-header-xheader-face, message-separator-face)
2632         (message-cited-text-face, message-mml-face):
2633         * sieve-mode.el (sieve-control-commands-face)
2634         (sieve-action-commands-face, sieve-test-commands-face)
2635         (sieve-tagged-arguments-face):
2636         * spam.el (spam-face):
2637         Mark face aliases with "-face" in the name as obsolete.
2638
2639 2009-09-01  Glenn Morris  <rgm@gnu.org>
2640
2641         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2642         than goto-line.
2643
2644 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2647         Don't move point if the command is invoked inside the message header.
2648
2649 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         * imap.el (imap-send-command): Simplify.
2652         (imap-wait-for-tag): point-max -> buffer-size.
2653
2654 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2655
2656         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2657         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2658         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2659         * nnir.el (nnir-swish-e-index-file):
2660         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2661         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2662         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2663         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2664         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2665         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2666
2667 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2670         Don't save excursion.
2671
2672 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2673
2674         * nnheader.el (nnheader-find-file-noselect):
2675         * mm-util.el (mm-insert-file-contents):
2676         Use (default-value 'major-mode) instead of default-major-mode.
2677
2678 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2681
2682 2009-08-26  Glenn Morris  <rgm@gnu.org>
2683
2684         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2685         than placing in files.el.
2686
2687 2009-08-25  Glenn Morris  <rgm@gnu.org>
2688
2689         * nnir.el (top-level): Don't require cl at run-time.
2690         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2691         Replace cl-function substitute with gnus-replace-in-string.
2692         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2693         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2694         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2695         simplified expansions.
2696
2697 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2698
2699         * dig.el (dig): Add autoload cookie.
2700
2701 2009-08-22  Glenn Morris  <rgm@gnu.org>
2702
2703         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2704         goto-line.
2705
2706 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2707
2708         * parse-time.el (parse-time-string-chars): Save match data.
2709
2710 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2711
2712         * parse-time.el (parse-time-string-chars): Compute using character
2713         classes, to handle non-ascii characters (Bug#3190).
2714
2715 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2718
2719         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2720         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2721         (gnus-mm-display-part, gnus-mime-display-single)
2722         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2723         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2724
2725         * gnus-sum.el
2726         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2727         (gnus-summary-move-article): Add expirable mark to articles copied or
2728         moved to group that has auto-expire turned on if the option is non-nil.
2729
2730 2009-07-24  Glenn Morris  <rgm@gnu.org>
2731
2732         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2733         Fix typo.  (Bug#3903)
2734
2735 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2738         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2739         that should not be used for draft articles.
2740         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2741         that has no concern in minor mode keys.
2742         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2743         Abolish.
2744
2745 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2748         article without making inquiry to a user for unknown encoding.
2749
2750         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2751         (nnmaildir--scan): Assume i-node and device number that file-attributes
2752         returns might be cons-cell.
2753
2754         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2755
2756         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2757
2758 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2759
2760         * auth-source.el: Remove docs now in auth.texi.  Don't use
2761         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2762         `auth-source-hide-passwords' and use them.
2763
2764 2009-07-15  Glenn Morris  <rgm@gnu.org>
2765
2766         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2767
2768 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2771         excessive whitespace from the default values of title and description.
2772
2773 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2776         mail-fetch-field to fetch Content-Description header in order to
2777         exclude newlines.
2778
2779 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2780
2781         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2782         format used by GnuPG 2.0.11.
2783
2784 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2787         to deleted part.
2788
2789 2009-05-30  David Engster  <dengste@eml.cc>
2790
2791         * nnmairix.el: Remove old documentation in the commentary block.
2792         (nnmairix-request-group): Do not update active file for nnml back ends.
2793         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2794         end so that overview files are ignored.
2795         (nnmairix-update-groups): Make updating the groups more robust by using
2796         marks.
2797         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2798         with dollar characters in message-id.
2799
2800 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2801
2802         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2803         2008-12-25 in dns.el.
2804
2805 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2806
2807         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2808         could happen if the text is only composed of spaces and/or tabs.
2809
2810 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2811
2812         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2813         when sending a queued message to avoid extra mml tags.
2814
2815 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2818
2819 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2822         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2823         rmail-toggle-header for XEmacs;
2824         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2825
2826 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * gnus-dired.el: Remove autoload for gnus-setup-message.
2829         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2830         displaying Gnus logo; always use compose-mail.
2831
2832 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2835
2836 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2839         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2840         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2841         available.
2842         (gnus-nocem-epg-verify): New function.
2843
2844 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2845
2846         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2847
2848 2009-02-15  Glenn Morris  <rgm@gnu.org>
2849
2850         * gnus-util.el (rmail-insert-rmail-file-header)
2851         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2852         autoloads.
2853         (rmail-default-rmail-file): Remove unnecessary declaration.
2854         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2855
2856 2009-02-14  Glenn Morris  <rgm@gnu.org>
2857
2858         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2859         variable (only used in gnus-util, which declares it anyway).
2860         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2861         which was only needed by gnus-art (changed to not use it any more).
2862         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2863         only used in gnus-util, which autoloads it itself.
2864         (rmail-update-summary): Fix autoload.
2865
2866         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2867         rather than rmail-output-to-rmail-file.
2868
2869 2009-02-07  Glenn Morris  <rgm@gnu.org>
2870
2871         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2872         autoload of function that no longer exists.
2873         (rmail-toggle-header): Declare.
2874         (message-forward-rmail-make-body): Handle mbox Rmail.
2875
2876 2009-01-31  Glenn Morris  <rgm@gnu.org>
2877
2878         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2879         2009-01-09 change.
2880
2881 2009-01-31  Dave Love  <fx@gnu.org>
2882
2883         * imap.el (imap-fetch-safe): Bind debug-on-error.
2884         (imap-debug): Add imap-fetch-safe.
2885
2886 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2887
2888         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2889         (auth-source-forget-all-cached): New convenience function.
2890         (auth-source-user-or-password): Accept list of modes or a single mode.
2891
2892         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2893         auth-source modes.
2894
2895         * netrc.el (netrc-machine-user-or-password): Use list of
2896         auth-source modes.
2897
2898         * nnimap.el (nnimap-open-connection): Use list of
2899         auth-source modes.
2900
2901         * nntp.el (nntp-send-authinfo): Use list of
2902         auth-source modes.
2903
2904 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2905
2906         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2907         now.
2908
2909 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2912         coding system in XEmacs; add a workaround for XEmacs.
2913
2914         * lpath.el: Fbind coding-system-aliasee.
2915
2916 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2919         of current-language-environment.
2920
2921 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2924         available at runtime.
2925
2926 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2929
2930 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2931
2932         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2933         the greatest positive fixnum value doesn't work under an XEmacs with
2934         bignum support; use the most-positive-fixnum constant instead,
2935         available since Emacs 21.1 with cl and XEmacs 21.1.
2936
2937 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2940         XEmacs gets not to work.
2941
2942 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * mm-util.el (mm-coding-system-priorities): Allow the value like
2945         "Japanese (UTF-8)" of current-language-environment.
2946
2947 2009-01-09  Glenn Morris  <rgm@gnu.org>
2948
2949         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2950         with last-command-event.
2951
2952 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2953
2954         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2955         in the doc string.
2956
2957         * message.el (message-fix-before-sending): Amend comment.
2958
2959 2009-01-08  Dave Love  <fx@gnu.org>
2960
2961         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2962
2963 2009-01-07  David Engster  <dengste@eml.cc>
2964
2965         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2966         simplified server definitions by converting it via
2967         gnus-server-to-method.
2968
2969 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2972         parameter's operands.
2973
2974 2009-01-06  David Engster  <dengste@eml.cc>
2975
2976         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2977         primary select method (for gnus-group-mark-article-as-read).
2978
2979 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2980
2981         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2982         `(gnus)Face', not `(gnus)X-Face'.
2983
2984 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * mm-util.el (mm-ucs-to-char): New function.
2987
2988         * mm-url.el (mm-url-decode-entities): Use it.
2989
2990         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2991         unicode-to-char.
2992
2993 2009-01-05  Dave Love  <fx@gnu.org>
2994
2995         * time-date.el: Require cl for `declare'.
2996
2997 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2998
2999         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3000         Dave Love.
3001
3002 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3003
3004         * message.el (message-fix-before-sending): Add `eight-bit' to
3005         illegible-text check.
3006
3007 2009-01-03  Michael Olson  <mwolson@gnu.org>
3008
3009         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3010         `headers' is nil.  This can occur if the IMAP server does not have
3011         permissions to read messages from a folder, but can write new messages
3012         to the folder.
3013         (nnimap-request-article-part): Do not insert `data' if it is nil.
3014
3015         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3016         characters which will confuse `read', so skip past them.
3017
3018 2009-01-01  Dave Love  <fx@gnu.org>
3019
3020         * imap.el (imap-string-to-integer): Fix typo.
3021         (imap-fetch-safe): New function.
3022         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3023
3024         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3025
3026         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3027         (imap-parse-greeting): Fix doc strings.
3028         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3029         (imap-parse-flag-list): Make messages unique.
3030         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3031
3032         * nnimap.el: Fix author email.
3033         (nnimap-split-rule): Add FIXME comment.
3034         (nnimap-debug): Fix doc string.
3035
3036 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3037
3038         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3039
3040 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3041
3042         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3043         nslookup if resolv.conf isn't available.
3044         (dns-query): Rename from query-dns.
3045         (dns-query-cached): Rename from query-dns-cached.
3046
3047 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3050         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3051         to check if those variables exist (first appeared in Emacs 18.50).
3052
3053 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * mm-util.el (mm-line-number-at-pos): New function.
3056
3057         * spam-report.el (spam-report-process-queue): Use it.
3058
3059 2008-12-24  David Engster  <dengste@eml.cc>
3060
3061         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3062         parameters that haven't existed as variables as buffer-local variables.
3063
3064 2008-12-23  Dave Love  <fx@gnu.org>
3065
3066         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3067         cadar.
3068
3069         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3070         imap-starttls-p.
3071         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3072
3073 2008-12-22  Dave Love  <fx@gnu.org>
3074
3075         * imap.el: Fix author email.  Doc fixes.
3076         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3077         reply.
3078
3079 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3080
3081         * spam-report.el (spam-report-gmane-max-requests): New constant.
3082         (spam-report-gmane-wait): New variable.
3083         (spam-report-gmane-ham, spam-report-gmane-spam)
3084         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3085         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3086         the server.
3087
3088         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3089         Add explanations.
3090
3091         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3092         nnheader-accept-process-output and nnheader-read-timeout if available.
3093         (pop3-movemail): Use it.
3094
3095         * message.el (message-check-news-body-syntax): Fix signature check if
3096         there's an attachment.
3097
3098 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * mm-util.el: Add comments to the mm- emulating functions.
3101
3102 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3105         by Stephen Berman <stephen.berman@gmx.net>.
3106
3107 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * mm-util.el (mm-substring-no-properties): New function.
3110         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3111         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3112         (mm-string-to-multibyte): Doc fix.
3113
3114         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3115
3116 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * mml.el (mml-attach-file): Strip text properties from file name.
3119         (Bug#1574)
3120
3121 2008-12-16  Glenn Morris  <rgm@gnu.org>
3122
3123         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3124
3125 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3128         knows since the charset specified might be a bogus alias that
3129         mm-charset-synonym-alist provides.
3130
3131 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3132
3133         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3134         "ISO_8859-1".
3135
3136         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3137
3138 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * mm-util.el (mm-charset-eval-alist):
3141         Define it before mm-charset-to-coding-system.
3142         (mm-charset-to-coding-system): Add optional argument `silent';
3143         define it before mm-charset-override-alist.
3144         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3145         default value if it can be used in Emacs currently running;
3146         silence mm-charset-to-coding-system.
3147
3148 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3151         `allow-override' which says whether to use `mm-charset-override-alist'.
3152         (rfc2047-decode-encoded-words): Use it.
3153
3154         * mm-util.el (mm-charset-override-alist): Fix custom type;
3155         add `(gb2312 . gbk)' to choices.
3156
3157 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3160         fast.
3161
3162         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3163
3164         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3165
3166 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3167
3168         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3169         on links.
3170
3171         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3172
3173 2008-12-03  Lute Kamstra  <lute@gnu.org>
3174
3175         * sha1.el: Remove leading * from docstrings of defcustoms,
3176         deffaces, defconsts and defuns.
3177
3178 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3181         users' addresses that don't have domain parts.
3182         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3183         rather than message-narrow-to-head since there will be the message
3184         header separator.
3185
3186 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3187
3188         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3189         since the result is inserted in a unibyte buffer anyway.
3190         (nnimap-demule-use-string-to-multibyte): Remove.
3191         (nnimap-demule): Alias it to mm-string-to-multibyte.
3192
3193 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3196         variable for debugging bug#464 and bug#1174.
3197         (nnimap-demule): Use it.
3198
3199 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3202         score calculation correctly.
3203
3204 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3205
3206         * message.el (message-send-mail): Just set the buffer to unibyte
3207         rather than use mm-with-unibyte-current-buffer which does a lot more.
3208         (message-send-mail-partially): Don't bother with
3209         mm-with-unibyte-current-buffer since it's already been made unibyte by
3210         message-send-mail.
3211
3212 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3213
3214         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3215
3216 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3217
3218         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3219
3220 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3223         require itself and to remove `with-no-warnings'.
3224
3225 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         * starttls.el (starttls-any-program-available): Get the name of the
3228         available TLS layer program.
3229         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3230         well as the host name in the "opening" message.
3231
3232         * auth-source.el (auth-source-cache, auth-source-do-cache)
3233         (auth-source-user-or-password): Cache passwords and logins by default,
3234         allow override with `auth-source-do-cache'.
3235         (auth-source-forget-user-or-password): Allow users to remove cache
3236         entries if needed.
3237
3238 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3239
3240         * md4.el (md4-buffer): Fix typo in docstring.
3241         (md4, md4-64): Doc fixes.
3242         (md4-pack-int32): Reflow docstring.
3243
3244 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3245
3246         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3247         condition-case to only the forward-sexp call.
3248
3249 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3252         quotes contained.  Make it more robust regardless by an extra
3253         condition-case wrapper.
3254
3255 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3258
3259 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * nnml.el (nnml-request-expire-articles): Check if the function set to
3262         `nnmail-expiry-target' returns the symbol `delete'.
3263
3264         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3265
3266         * nnmail.el (nnmail-expiry-target): Fix custom type.
3267
3268 2008-10-02  Glenn Morris  <rgm@gnu.org>
3269
3270         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3271         Silence compiler warning.
3272
3273 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3274
3275         * tls.el (open-tls-stream): Show the actual command being
3276         executed, instead of the format string.
3277
3278 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * lpath.el: Fbind codepage-setup for Emacs 23.
3281
3282 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3283
3284         * mml.el (mml-menu): Don't assume mml2015 is bound.
3285
3286 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3289         exists.
3290
3291 2008-09-27  Glenn Morris  <rgm@gnu.org>
3292
3293         * gnus-util.el (mail-header-remove-comments): Autoload it.
3294
3295 2008-09-27  Andreas Schwab  <schwab@suse.de>
3296
3297         * gnus-util.el (gnus-split-references): Strip comments.
3298         (gnus-parent-id): Likewise.
3299
3300 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * message.el (message-confirm-send): Fix version.
3303
3304 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * message.el (message-idna-to-ascii-rhs-1): Use
3307         mail-extract-address-components rather than mail-header-parse-addresses
3308         that is an alias by default to ietf-drums-parse-addresses that does not
3309         support non-ASCII names in headers' contents.
3310
3311 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * message.el (message-confirm-send): Fixed variable documentation to
3314         avoid the "y/n" wording.
3315
3316 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3317
3318         * message.el (message-set-auto-save-file-name): Save to a different
3319         filename so multiple messages (especially drafts) can be recovered.
3320
3321 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3322
3323         * message.el (message-confirm-send): Add appropriate version.
3324
3325 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3326
3327         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3328         defvar.
3329
3330 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3331
3332         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3333         (mm-pkcs7-enveloped-magic): Ditto.
3334
3335 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3336
3337         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3338         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3339
3340 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3341
3342         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3343         default, it's better.
3344
3345 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3346
3347         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3348         summary line gnus-number property and ignore them (with a warning
3349         message).
3350
3351 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3354         macro caddr in the interactive form since it won't be expanded.
3355
3356 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3359         `charset'; fix name of function called recursively.
3360         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3361
3362 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3365         (gnus-mime-set-charset-parameters): New function.
3366         (gnus-mime-view-part-as-charset): Use it to correctly display part
3367         specifying wrong charset.
3368
3369 2008-09-08  David Engster  <dengste@eml.cc>
3370
3371         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3372         in completing-read for back end server.
3373
3374 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3375
3376         * message.el (message-confirm-send): New variable to confirm sending a
3377         message.
3378         (message-send): Use it.
3379
3380 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3383
3384 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3387
3388 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3389
3390         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3391         prevent tracking too many groups.
3392         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3393         Use it.
3394
3395 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3396
3397         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3398         moving point to the bottom of the window in order to avoid recentering.
3399
3400 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3403
3404         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3405         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3406         (gnus-article-beginning-of-window): Fix calculation.
3407
3408 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-msg.el (gnus-summary-supersede-article)
3411         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3412         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3413         message header.
3414
3415 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3416
3417         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3418         pending output coming after the status change.
3419
3420 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3421
3422         * message.el:
3423         * gnus-start.el:
3424         * gnus-registry.el: Remove VMS support.
3425
3426 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3429         macro.
3430         (rfc2104-hash): Use it.
3431
3432 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3433
3434         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3435         (gnus-summary-sort-by-most-recent-date): New commands.
3436         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3437         and menu entries.
3438
3439 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3442         don't redisplay article for raw contents; remove plural articles stuff.
3443
3444         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3445         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3446         on gnus-summary-save-article; display results properly.
3447
3448 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * lpath.el: No need to fbind ns-focus-frame.
3451
3452 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3455
3456 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3459         gnus-save-all-headers.
3460
3461 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3462
3463         * gnus-util.el (ns-focus-frame): Remove declaration.
3464         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3465         like x.
3466
3467 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3468
3469         * rfc2104.el (rfc2104-zero): Delete defconst.
3470         (rfc2104-hex-alist): Likewise.
3471         (rfc2104-hex-to-int): Delete func.
3472         (rfc2104-hexstring-to-bitstring): Likewise.
3473         (rfc2104-nybbles): New defconst.
3474         (rfc2104-hash): Rewrite for speed.
3475
3476 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * tls.el (open-tls-stream): Make it work with the 2nd argument
3479         BUFFER that is a string but does not exist as a buffer object, as
3480         mentioned in the doc-string.
3481
3482 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3485         SXEmacs.
3486
3487 2008-07-16  Glenn Morris  <rgm@gnu.org>
3488
3489         * gnus-util.el (ns-focus-frame): Declare for compiler.
3490
3491 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3494         set as a group parameter.
3495         (gnus-summary-save-in-pipe): Work when it is called independently.
3496         (gnus-summary-pipe-to-muttprint): Don't modify
3497         gnus-summary-pipe-output-default-command.
3498
3499 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3500
3501         * message.el (message-send-mail-with-sendmail):
3502         Display the error message.
3503
3504 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus-art.el (gnus-default-article-saver):
3507         Add gnus-summary-save-in-pipe to choices.
3508         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3509         gnus-summary-pipe-output-default-command as the default command.
3510         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3511         instead of gnus-last-shell-command.
3512
3513         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3514         New user option.
3515         (gnus-summary-muttprint-program): Mention the value will be changed.
3516         (gnus-summary-save-article): Force showing of all headers.
3517         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3518
3519 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3520
3521         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3522
3523 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3524
3525         * nnimap.el (nnimap-id):
3526         * sieve-manage.el (sieve-manage-open): Doc fixes.
3527
3528 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3529
3530         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3531         if available.
3532
3533 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3534
3535         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3536
3537         * nnkiboze.el (nnkiboze-generate-group):
3538         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3539
3540         * nnmairix.el: Require CL.
3541
3542 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * dgnushack.el: Autoload get-display-table and put-display-table for
3545         XEmacs 21.5.
3546
3547         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3548         21.4 and SXEmacs.
3549
3550 2008-06-15  David Engster  <dengste@eml.cc>
3551
3552         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3553
3554 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3555
3556         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3557         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3558         runtime choice under XEmacs.
3559
3560         * gnus-sum.el (gnus-summary-set-display-table):
3561         Use `gnus-put-display-table', `gnus-get-display-table',
3562         `gnus-set-display-table' for the display table, instead of `aset'.
3563
3564         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3565         Use `gnus-put-display-table', `gnus-get-display-table',
3566         `gnus-set-display-table' for the display table.
3567
3568 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * nnmairix.el: Add autoloads.
3571
3572 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3573
3574         * nnmairix.el (nnmairix-delete-recreate-group)
3575         (nnmairix-update-and-clear-marks): Fix error messages.
3576
3577 2008-06-14  David Engster  <dengste@eml.cc>
3578
3579         * nnmairix.el: Upgrade to version 0.6.
3580         (nnmairix-group-toggle-propmarks-this-group)
3581         (nnmairix-group-toggle-readmarks-this-group)
3582         (nnmairix-group-delete-recreate-this-group)
3583         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3584         (nnmairix-remove-tick-mark-original-article): New commands.
3585         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3586         (nnmairix-propagate-marks-to-nnmairix-groups)
3587         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3588         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3589         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3590         functions needed for marks propagation and manipulation of read marks.
3591         (nnmairix-update-groups): New function.
3592         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3593         (nnmairix-determine-original-group-from-registry)
3594         (nnmairix-determine-original-group-from-path)
3595         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3596         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3597         New helper functions.
3598         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3599         keystrokes for new commands.
3600         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3601         (nnmairix-request-group): Check allow-fast group parameter.
3602         (nnmairix-request-create-group): Set allow-fast group parameter if
3603         nnmairix-allowfast-default is set.
3604         (nnmairix-close-group): Propagate marks upon closing if needed.
3605         (nnmairix-group-toggle-threads-this-group): Use new.
3606         nnmairix-group-toggle-parameter helper function.
3607         (nnmairix-search): Better check for empty search result.
3608         (nnmairix-goto-original-article): Use new helper functions for
3609         determining original article.
3610         (nnmairix-show-original-article): Make sure message-id is in brackets.
3611         (nnmairix-call-mairix-binary): Change variable name.
3612         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3613         helper function.
3614         (nnmairix-widget-toggle-activate): Fix doc string.
3615
3616 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * nnir.el: Require edmacro when compiling with XEmacs.
3619         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3620         available in Emacs 21.
3621
3622 2008-06-11  Glenn Morris  <rgm@gnu.org>
3623
3624         * gnus-util.el (x-focus-frame):
3625         * gnus.el (image-size):
3626         * mm-decode.el (image-size): Declare.
3627
3628         * gnus-picon.el (declare-function): Add compat definition.
3629         (image-size): Declare.
3630
3631         * gnus-group.el (tool-bar-map):
3632         * gnus-sum.el (tool-bar-map): Define for compiler.
3633
3634         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3635
3636         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3637
3638         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3639         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3640         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3641         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3642         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3643         * sieve-manage.el, spam-report.el, spam.el:
3644         Remove unnecessary eval-and-compile of autoloads.
3645
3646 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3647
3648         * auth-source.el: Precise Tramp doc.
3649
3650 2008-06-07  Glenn Morris  <rgm@gnu.org>
3651
3652         * nnmairix.el: Remove unnecessary eval-when-compile.
3653
3654 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * lpath.el: Fbind propertize for XEmacs 21.4.
3657
3658 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3659
3660         * nnir.el: Move here from ../contrib.
3661
3662 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3663
3664         * gnus-util.el (gnus-read-shell-command): New function.
3665         * mm-decode.el (mm-pipe-part):
3666         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3667
3668 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3671
3672 2008-06-03  Glenn Morris  <rgm@gnu.org>
3673
3674         * pop3.el (nnheader-accept-process-output): Autoload it.
3675
3676 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3679         are not 2-digit hexadecimal characters that follow `%'s.
3680
3681 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * message.el (message-bogus-recipient-p): Fix type in doc string.
3684         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3685         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3686         Improve custom options.
3687         (message-bogus-recipient-p): Adjust accordingly.
3688
3689 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3690
3691         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3692         long-form month and day names.
3693
3694 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * dgnushack.el: Autoload debug, eudc-expand-inline and
3697         pgg-snarf-keys-region for XEmacs.
3698
3699         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3700
3701         * nnmairix.el: Require edmacro when compiling with XEmacs.
3702
3703 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3704
3705         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3706         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3707
3708 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3709
3710         * auth-source.el: Add more docs.
3711
3712         * netrc.el (netrc-machine): Always match if the port is not given.
3713
3714 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3717         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3718         retrieval faster in some cases, but might make CPU usage larger.  If
3719         this has any bad side effects, we might revert this change.
3720
3721         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3722         seems to make mail retrieval much, much faster.
3723         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3724         unconditionally.
3725
3726         * gnus-draft.el (gnus-group-send-queue): Bind
3727         message-send-mail-partially-limit to nil to avoid being prompted.
3728
3729 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3730
3731         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3732
3733         * message.el (message-bogus-address-regexp): Fix and improve custom
3734         type.
3735         (message-setup-hook): Add message-check-recipients as custom option.
3736
3737 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3738
3739         * message.el (message-cite-function): Remove bogus autoload which crept
3740         in during merge from v5-10.
3741
3742 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3745
3746         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3747
3748         * auth-source.el: Preliminary Tramp docs.
3749         (auth-sources): Change the default auth-sources to use
3750         EPA .gpg files.
3751
3752 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3753
3754         * nntp.el: Autoload `auth-source-user-or-password'.
3755         (nntp-send-authinfo): Use it.
3756
3757         * nnimap.el: Autoload `auth-source-user-or-password'.
3758         (nnimap-open-connection): Use it.
3759
3760         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3761         for the gnus-message function.
3762         (auth-source-user-or-password): Use it.
3763
3764 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3765
3766         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3767         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3768         (rfc2104-hash): Use it.
3769
3770 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3771
3772         * gnus-art.el (gnus-article-toggle-truncate-lines):
3773         Don't use `iff' in docstring.
3774
3775 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3778
3779         * gnus-util.el (gnus-extract-address-component-name)
3780         (gnus-extract-address-component-email): Convenience functions around
3781         `gnus-extract-address-components'.
3782
3783         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3784         Use `gnus-extract-address-component-email' to fix bug of comparing full
3785         sender name to `user-mail-address'.
3786
3787 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3788
3789         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3790         catch/throw to optimize.
3791         (gnus-registry-find-keywords): Just use member to find a keyword.
3792
3793 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3794
3795         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3796         is current before calling gnus-server-prepare.
3797         (gnus-server-setup-buffer, gnus-server-update-server)
3798         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3799
3800 2008-05-04  Juri Linkov  <juri@jurta.org>
3801
3802         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3803         (mailcap-file-default-commands): Use mailcap-replace-in-string
3804         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3805         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3806
3807 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3808
3809         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3810
3811 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3812
3813         * gnus.el: Bump version to 0.11.
3814
3815 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3816
3817         * gnus.el: No Gnus v0.10 is released.
3818
3819 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3822         hooks.
3823         (gnus-update-read-articles): Speed up non-marks-using users.
3824         (gnus-use-marks): Define gnus-use-marks.
3825         (gnus-propagate-marks): Rename variable to something more sensible.
3826
3827 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3828
3829         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3830         (gmm-image-load-path-for-library): Fix typos in docstrings.
3831         (gmm-message): Reflow docstring.
3832
3833 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3834
3835         * mail-source.el (mail-source-set-1, mail-source-bind):
3836         Move auth-source code out of the macro to clean it up and fix bugs.
3837
3838 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3839
3840         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3841         by sender if it's equal to user-mail-address, it's likely to be
3842         useless.
3843
3844         * mail-source.el (mail-source-bind): Don't use user or password if they
3845         are not bound.  Unintern them if they are nil.  Don't use server unless
3846         it's bound, and default it to empty string otherwise.
3847
3848 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * mail-source.el: Load auth-source.el.
3851         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3852         get user name or password, if auth-sources is set up.
3853
3854         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3855         strategy of splitting with parent.
3856         (gnus-registry-split-fancy-with-parent)
3857         (gnus-registry-post-process-groups): Use it and fix prior
3858         bug (returning a list as the split result).
3859
3860         * auth-source.el (auth-sources): Remove server parameter.
3861         (auth-source-pick, auth-source-user-or-password)
3862         (auth-source-user-or-password-imap)
3863         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3864         (auth-source-user-or-password-sftp)
3865         (auth-source-user-or-password-smtp): Remove server parameter.
3866
3867 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3868
3869         * smime.el (smime-sign-region, smime-encrypt-region)
3870         (smime-decrypt-region):
3871         Remove redundant calls to `generate-new-buffer-name'.
3872
3873 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3874
3875         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3876         Don't use QP for message/rfc822.
3877         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3878
3879 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3880
3881         * sieve-manage.el (sieve-string-bytes): Remove.
3882         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3883         correct byte-length only if the process's coding-system is the same as
3884         the one used internally by Emacs to represent strings.
3885
3886 2008-04-22  Juri Linkov  <juri@jurta.org>
3887
3888         * mailcap.el (mailcap-file-default-commands): New function.
3889
3890 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3891
3892         * message.el (message-signature-separator, message-cite-function):
3893         Change custom version.
3894
3895 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3896
3897         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3898         commands.
3899         (tls-checktrust): Ditto.
3900
3901 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3902
3903         * mm-decode.el (mm-display-external): Make temp file read-only.
3904
3905 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3906
3907         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3908         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3909         `C-c C-f d'.
3910
3911 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3912
3913         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3914
3915 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3916
3917         * gnus.el: Bump version to 0.9.
3918
3919 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3920
3921         * gnus.el: No Gnus v0.8 is released.
3922
3923 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3924
3925         * mail-source.el (mail-source-value):
3926         Prefer fboundp to functionp so it works with macros as well.
3927
3928 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3929
3930         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3931         Fix last change in case the element is not even a symbol.
3932
3933 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3934
3935         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3936         Prefer fboundp to functionp so it works with macros as well.
3937
3938 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * auth-source.el: Added docs.
3941         (auth-sources): Modify format to support server.
3942         (auth-source-pick, auth-source-user-or-password)
3943         (auth-source-user-or-password-imap)
3944         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3945         (auth-source-user-or-password-sftp)
3946         (auth-source-user-or-password-smtp): Add server parameter.
3947
3948 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3949
3950         * gnus-registry.el: Initialize the registry when gnus-registry-install
3951         is t.
3952
3953 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * compface.el (uncompface): Make buffer unibyte.
3956
3957 2008-04-05  Glenn Morris  <rgm@gnu.org>
3958
3959         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3960
3961 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3962
3963         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3964         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3965
3966         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3967         multibyteness after rather than before erasing it.
3968
3969         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3970         mm-with-multibyte.
3971         (gnus-request-article-this-buffer): Make sure the proper decoding is
3972         used if gnus-original-article-buffer happens to be unibyte.
3973
3974         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3975         default-enable-multibyte-characters.
3976
3977         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3978         default-enable-multibyte-characters.
3979
3980         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3981
3982         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3983
3984 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3985
3986         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3987         (imap-message-copyuid-1): Use it.
3988         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3989         J. Williams in
3990         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3991
3992         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3993         imap-enable-exchange-bug-workaround.
3994         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3995
3996 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3997
3998         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3999         a 100 byte status-checks into a 2-3MB transfer for each group.
4000         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4001         to enable bug workaround or not.
4002         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4003
4004 2008-03-31  Glenn Morris  <rgm@gnu.org>
4005
4006         * message.el (mml2015-use): Declare for compiler.
4007         (message-info): Require mml2015 when appropriate.
4008
4009 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4012         whitespace.
4013
4014 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4015
4016         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4017         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4018         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4019         (nntp-service-to-port): New function.
4020         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4021         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4022         (nntp-open-netcat-stream): New function.
4023         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4024
4025 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4026
4027         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4028
4029 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4030
4031         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4032
4033 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4034
4035         * dns.el (dns-write): Use set-buffer-multibyte.
4036
4037 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4038
4039         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4040
4041 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4042
4043         * message.el (message-signature-separator): Change default.
4044         Improve custom type.
4045         (message-cite-function): Change default to
4046         message-cite-original-without-signature.
4047
4048         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4049         toggle.
4050
4051         * message.el (message-check-news-body-syntax): Fix signature check.
4052         (message-setup-1): Mark buffer as unmodified _after_ running
4053         message-setup-hook and handling message-alternative-emails.
4054         (message-shorten-references): Be more strict when building list of
4055         valid references to comply with GNKSA.
4056
4057         * gnus-group.el (gnus-read-ephemeral-bug-group)
4058         (gnus-read-ephemeral-debian-bug-group)
4059         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4060
4061         * message.el (message-info): Don't use booleanp which isn't supported
4062         in Emacs 21 and XEmacs.
4063
4064 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4065
4066         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4067         gnus-group-gmane-group-download-format.
4068         (gnus-group-read-ephemeral-gmane-group): Rename from
4069         gnus-group-read-ephemeral-gmane-group.
4070         (gnus-read-ephemeral-gmane-group-url): Rename from
4071         gnus-group-read-ephemeral-gmane-group-url.
4072         (gnus-bug-group-download-format-alist): New variable.
4073         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4074         (gnus-read-ephemeral-emacs-bug-group): New commands.
4075
4076 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4077
4078         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4079         (gnus-visible-headers): Improve custom type.
4080
4081 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4082
4083         * mml.el (mml-menu): Add workarounds for XEmacs.
4084
4085         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4086         X-Boundary header.
4087
4088         * message.el (message-simplify-recipients): Fix previous commit.
4089
4090 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4091
4092         * mm-util.el (mm-set-buffer-multibyte): New function.
4093         * mm-decode.el (mm-copy-to-buffer): Use it.
4094
4095 2008-03-19  Glenn Morris  <rgm@gnu.org>
4096
4097         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4098         Accidentally removed in the sync process with Emacs.
4099
4100 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * message.el (message-alter-recipients-discard-bogus-full-name):
4103         New function.
4104         (message-alter-recipients-function): New variable.
4105         (message-get-reply-headers): Use it.
4106         (message-replace-header): New helper function.
4107         (message-recipients-without-full-name): New variable.
4108         (message-simplify-recipients): New command.
4109
4110         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4111
4112         * message.el (message-info): Handle EasyPG manual.
4113
4114         * mml.el (mml-menu): Add entry for EasyPG.
4115
4116 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4117
4118         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4119         parameter.
4120
4121         * message.el (message-disassociate-draft): Specify drafts group name
4122         fully.
4123
4124 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4125
4126         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4127         unnecessary duplicates from the match list.
4128
4129 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4132
4133         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4134
4135         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4136         args of `how-many' of which the XEmacs version doesn't take; declare
4137         Info-index-next as function.
4138
4139 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * gnus-score.el (gnus-score-headers): Fix handling of
4142         gnus-inhibit-slow-scoring.
4143
4144         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4145         string.
4146         (gnus-button-url-regexp): Improve handling of parenthesis.
4147         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4148         (gnus-button-handle-info-keystrokes): Handle index entries.
4149
4150 2008-03-15  Glenn Morris  <rgm@gnu.org>
4151
4152         * parse-time.el (parse-time-string): Simplify.
4153
4154 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4157         Incoming* files.
4158
4159 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4160
4161         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4162         (auth-source-pick): Use it.
4163
4164 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4165
4166         * binhex.el (binhex-decode-region-internal):
4167         * uudecode.el (uudecode-decode-region-internal):
4168         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4169         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4170         setting default-enable-multibyte-characters.
4171
4172 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4173
4174         * auth-source.el (auth-source-protocols)
4175         (auth-source-protocols-customize, auth-source-choices): Added and
4176         modified variable customizations and defaults.
4177         (auth-source-pick, auth-source-user-or-password)
4178         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4179         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4180         (auth-source-user-or-password-sftp)
4181         (auth-source-user-or-password-smtp): Use new variables and provide an
4182         interface to netrc.el.
4183
4184 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4187         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4188         Make sure the nntp port to specify is a string.
4189
4190 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4191
4192         * nntp.el: Use with-current-buffer.
4193         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4194         dubious mm-with-unibyte-current-buffer.
4195         (nntp-with-open-group-function): New function extracted from
4196         nntp-with-open-group macro.
4197         (nntp-with-open-group): Use the function, so it's easier to debug.
4198         Add indentation and debugging info.
4199         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4200         the use of the netcat alternatives.
4201
4202         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4203         Avoid mm-string-as-multibyte as well.
4204
4205         * nnweb.el (nnweb-insert-html):
4206         Remove use of nnheader-string-as-multibyte.
4207
4208         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4209         (nnheader-string-as-multibyte): Remove.
4210
4211         * mm-view.el: Use inhibit-read-only.
4212         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4213         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4214         or unibyte-string.
4215
4216         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4217         (mm-uu-yenc-extract): Use with-current-buffer.
4218
4219         * gnus-soup.el (gnus-soup-send-packet): Don't use
4220         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4221
4222         * nnmh.el: Use with-current-buffer.
4223         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4224         mm-string-as-multibyte on the output of mm-encode-coding-string.
4225
4226         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4227         (nnimap-request-move-article): Use with-current-buffer.
4228
4229         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4230         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4231         conversion uses string-make-unibyte rather than string-as-unibyte.
4232
4233         * gnus-msg.el: Use with-current-buffer.
4234
4235         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4236
4237 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4238
4239         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4240         string for caching if it is 'PIN.
4241
4242 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * lpath.el: Consider the case without Emacs/W3.
4245
4246 2008-03-08  Glenn Morris  <rgm@gnu.org>
4247
4248         * time-date.el (date-to-time, time-subtract, time-add)
4249         (safe-date-to-time): Doc fixes.
4250
4251 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4252
4253         * mail-source.el (mail-source-delete-old-incoming-confirm):
4254         Change default to nil.
4255         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4256
4257 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * lpath.el: Rearrange.
4260
4261         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4262         (gnus-article-goto-prev-page): Work for articles having ^L's.
4263
4264         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4265
4266         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4267
4268 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4269
4270         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4271         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4272         (gnus-bookmark-jump): Adjust some variable names.
4273
4274 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4275
4276         * auth-source.el: New package.
4277         (auth-source-choices): Add customization entry point variable.
4278
4279         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4280         bug.
4281
4282 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4283
4284         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4285         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4286         (gnus-registry-install-shortcuts): Rename from
4287         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4288         the `gnus-registry-mark-map' keymap dynamically from
4289         `gnus-registry-marks'.  The generated functions update the summary line
4290         when a registry mark is added or deleted, and will call
4291         `gnus-registry-install-p' (see the comments in the code).
4292         (gnus-registry-user-format-function-M): Use concat intelligently.
4293
4294         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4295         the registry mark functions.
4296
4297 2008-03-05  Glenn Morris  <rgm@gnu.org>
4298
4299         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4300         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4301         gnus-art.
4302         (top-level): No need to load own source when compiling.
4303
4304 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4305
4306         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4307         Suggested by <chris.anderton@zetnet.co.uk>.
4308
4309 2008-03-04  Glenn Morris  <rgm@gnu.org>
4310
4311         * gnus-sum.el (top-level): No need to require gnus when compiling,
4312         since unconditionally required near start of file.
4313         (gnus-summary-display-while-building): Move definition before use.
4314
4315 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4318         formatting function.
4319
4320 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4323         with plists.
4324         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4325         Use new format.
4326
4327 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4330         `where-is-internal' that returns a range of key sequences.
4331
4332 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4333
4334         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4335
4336         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4337         (gnus-summary-jump-to-group): Consider windows on other displayed
4338         frames as well.  Similar changes might be needed elsewhere, but that's
4339         the one I've bumped into during my use.
4340
4341         * nndoc.el (nndoc-oe-dbx-type-p):
4342         * gnus-msg.el (gnus-debug):
4343         * gnus-group.el (gnus-update-group-mark-positions):
4344         Use mm-string-to-multibyte.
4345
4346 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4349         doesn't handle NotDashEscaped.
4350
4351         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4352         (mml-dnd-attach-options): Fix typo in custom choice.
4353
4354         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4355         nndoc-article-type to mbox.
4356         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4357
4358         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4359         to nil, instead of html2text.
4360
4361         * imap.el (imap-debug): Add `imap-ping-server'.
4362
4363         * gnus-bookmark.el: Add FIXMEs.
4364
4365         * message.el (message-form-letter-separator)
4366         (message-send-form-letter-delay): New variables.
4367         (message-send-form-letter): Use them.  New command to send form
4368         letters.  Requested by Uwe Siart.
4369         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4370
4371 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * Update copyright years.
4374
4375 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4376
4377         Sync from EMACS_22_BASE.
4378
4379         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4380
4381 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4382
4383         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4384         empty author.
4385
4386 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * gnus-registry.el (gnus-registry-marks): Add variable for
4389         customization of marks and their appearance.
4390         (gnus-registry-read-mark): Use it.
4391         (gnus-registry-do-marks): Add utility function to loop through
4392         `gnus-registry-marks'.
4393         (gnus-registry-install-shortcuts-and-menus): Add function to install
4394         shortcuts and menus.
4395         (gnus-registry-initialize): Use it.
4396         (gnus-registry-default-mark): Clarify documentation.
4397
4398 2008-02-29  Glenn Morris  <rgm@gnu.org>
4399
4400         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4401         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4402         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4403         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4404         Change defcustom :version from 23.0 to 23.1.
4405
4406 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4407
4408         * gnus-registry.el (gnus-registry-follow-group-p)
4409         (gnus-registry-post-process-groups): Add functions to aid registry
4410         splitting and improve logging.  Clarify behavior in function
4411         documentation.
4412         (gnus-registry-split-fancy-with-parent): Use them.
4413
4414 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4415
4416         * gnus-art.el: Use with-current-buffer.
4417
4418 2008-02-27  David Engster  <dengste@eml.cc>
4419
4420         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4421         Express real group name in the response.
4422
4423 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4426         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4427         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4428         autoload gnus-registry-fetch-group when compiling.
4429         (nnmairix-request-group-with-article-number-correction): Remove
4430         unreferenced argument passed to nnmairix-call-backend.
4431
4432 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4435         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4436         Wilde.
4437
4438 2008-02-27  Glenn Morris  <rgm@gnu.org>
4439
4440         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4441         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4442         variables to defconsts.  Convert comments to doc-strings.
4443         (nnmairix-last-server, nnmairix-current-server): Convert from free
4444         variables to defvars.  Convert comments to doc-strings.
4445         (gnus-registry-fetch-group): Autoload.
4446         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4447         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4448         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4449         caddr.
4450         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4451         nnmairix-request-group-with-article-number-correction call.
4452         (nnmairix-fast, nnmairix-group): New, less general names, for free
4453         variables passed from nnmairix-request-group to
4454         nnmairix-request-group-with-article-number-correction.  Declare.
4455         (nnmairix-request-group-with-article-number-correction):
4456         Use nnmairix-fast, nnmairix-group rather than fast, group.
4457
4458 2008-02-26  David Engster  <dengste@eml.cc>
4459
4460         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4461         version 0.5.
4462
4463 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4466         instead of making an extra function call.  Don't add the current group
4467         to articles only when they have the group.  Use
4468         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4469         Reported by David <de_bb@arcor.de>.
4470
4471 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4474         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4475
4476 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * mail-source.el (mail-source-delete-incoming): Change default.
4479         Supplement doc string.
4480
4481         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4482
4483 2008-02-14  Glenn Morris  <rgm@gnu.org>
4484
4485         * time-date.el (format-seconds): New function.
4486
4487 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4488
4489         * nnmail.el (nnmail-message-id-cache-file): Derive from
4490         `gnus-home-directory'.
4491
4492 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4495         Document negative prefix.
4496
4497         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4498
4499 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * message.el (message-unsent-separator): Add the Exim bounce
4502         separator.
4503
4504 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4505
4506         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4507         list.
4508         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4509         recipient/signer list.
4510
4511 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * Makefile.in (datarootdir): Define.
4514         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4515         name that might contain whitespace.
4516
4517 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4520         fbound (Emacs 23 unicode), signal an error.
4521
4522 2008-02-08  Glenn Morris  <rgm@gnu.org>
4523
4524         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4525
4526 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4527
4528         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4529         ports to the calls to `netrc-machine-user-or-password' in addition to
4530         "imap" and "imaps".
4531
4532 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4533
4534         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4535
4536         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4537
4538 2008-02-01  Kenichi Handa  <handa@m17n.org>
4539
4540         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4541         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4542         (rfc2104-hash): Convert the result of concat to unibyte string.
4543
4544 2008-02-01  Dave Love  <fx@gnu.org>
4545
4546         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4547         coding-system-for-read.
4548         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4549
4550 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4551
4552         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4553         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4554         <hanche@math.ntnu.no>.
4555
4556 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4559
4560         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4561
4562 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4563
4564         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4565         * message.el (message-beginning-of-line): Use featurep instead of bound
4566         tests in order to resolve conditionals at compile time.
4567
4568 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4569
4570         * mail-source.el (mail-sources): Add `group' choice.
4571
4572         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4573         parameter `in-group' to control into which group the articles go.
4574         Add treatment of `group' mail-source.
4575
4576 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4579
4580         * mm-decode.el (mm-dissect-buffer): Decode description.
4581
4582         * mml.el (mml-to-mime): Encode message header first.
4583
4584 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4587         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4588
4589         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4590         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4591
4592 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4595
4596 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4599         prefix keys.
4600         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4601         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4602         gnus-xmas.el.
4603
4604         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4605         (gnus-xmas-article-describe-bindings): New function.
4606         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4607         gnus-xmas-article-describe-bindings.
4608
4609         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4610
4611 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4612
4613         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4614         Add new variables for article mark management.
4615         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4616         list of extra data entries which, when present, will indicate that the
4617         article ID should not be trimmed from the registry.
4618         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4619         functions.
4620         (gnus-registry-read-mark): New function to read a mark name from the
4621         user.
4622         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4623         (gnus-registry-set-article-mark-internal): New functions to add and
4624         remove marks.
4625         (gnus-registry-get-article-marks): New function to show the marks for
4626         an article, or retrieve them for further use.
4627
4628 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4631         keys when no argument is given.
4632
4633 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4634
4635         * imap.el (imap-ping-server): New variable.
4636         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4637         (imap-ping-server): Minor doc string fixes.
4638
4639 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4640
4641         * imap.el (imap-ping-server): New function.
4642         (imap-opened): Call imap-ping-server.
4643
4644 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4645
4646         * gnus-sum.el (gnus-article-sort-by-random)
4647         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4648         jidanni@jidanni.org.
4649
4650 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * gnus-art.el (gnus-article-describe-bindings): New function.
4653         (gnus-article-read-summary-keys): Use it.
4654         (gnus-article-mode-map): Bind `C-h b' to it.
4655
4656 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4659         XEmacs.
4660         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4661         against non-character events.
4662
4663         * lpath.el: Fbind map-keymap for Emacs 21.
4664
4665 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4666
4667         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4668         command.
4669         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4670         instead of END.  Change name of the temp file.
4671         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4672         customizable.
4673
4674 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4677         bind `S W' to gnus-article-wide-reply-with-original; set default
4678         binding to gnus-article-read-summary-send-keys.
4679         (gnus-article-read-summary-keys): Fix the order of keys; display
4680         continuation keys correctly in the echo area; describe bindings
4681         correctly when keys end with `C-h'.
4682         (gnus-article-read-summary-send-keys): New function.
4683         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4684         for gnus-article-read-summary-send-keys; display continuation keys
4685         correctly in the echo area.
4686         (gnus-article-reply-with-original): Ignore prefix argument.
4687         (gnus-article-wide-reply-with-original): New function.
4688
4689         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4690         Emacs 21.
4691
4692 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4695         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4696
4697 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4698
4699         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4700         (gnus-group-read-ephemeral-gmane-group): New command.
4701
4702 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4703
4704         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4705
4706 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * message.el (message-send-mail-function): Increase custom version.
4709
4710         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4711         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4712
4713 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4714
4715         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4716         for the cases where imap-authenticate is called with a nil buffer
4717         parameter.
4718
4719 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4722         html parts correctly; support forwarded messages.
4723         (gnus-article-browse-html-article): Remove work buffers.
4724
4725         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4726         compiling.
4727         (netrc-bound-and-true-p): New macro.
4728         (netrc-parse): Use it instead of bound-and-true-p that is not available
4729         in XEmacs 21.4.
4730
4731 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4732
4733         * gnus-registry.el (gnus-registry-mark-article)
4734         (gnus-registry-article-marks): Add functionality to mark articles
4735         through the Gnus registry.
4736
4737         * encrypt.el: Clarify documentation for the new pgg method.
4738         (encrypt-file-alist): Add PGG option.
4739         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4740         functionality.  Abstract password key and messaging to external
4741         functions.
4742         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4743         (encrypt-message-method-and-cipher): Add new convenience external
4744         functions.
4745         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4746         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4747
4748         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4749         (netrc-parse): Use encrypt-file-alist to determine if
4750         encrypt-find-model or encrypt-insert-file-contents should be used.
4751
4752         * encrypt.el: Clarify documentation.  Load password-cache or
4753         password, whichever one is found first, instead of autoloading.
4754
4755 2007-12-19  Glenn Morris  <rgm@gnu.org>
4756
4757         * mml.el (message-options-set, message-narrow-to-head)
4758         (message-in-body-p, message-mail-p, message-encode-message-body):
4759         Autoload.
4760         (message-remove-header, message-narrow-to-headers-or-head)
4761         (message-subscribed-p, message-make-mail-followup-to)
4762         (message-position-on-field, message-news-p)
4763         (message-options-set-recipient, message-generate-headers)
4764         (message-sort-headers): Declare as functions.
4765
4766 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4767
4768         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4769         convention in doc string.
4770
4771 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4774         title to html parts.
4775         (gnus-article-browse-html-article): Pass message header to it.
4776
4777         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4778
4779 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4780
4781         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4782         or password compatible with XEmacs.
4783
4784 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4785
4786         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4787         format document.
4788         (gnus-mime-delete-part): Don't write description line if empty.
4789         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4790
4791 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4792
4793         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4794         (gnus-summary-mark-read-and-unread-as-read)
4795         (gnus-summary-mark-current-read-and-unread-as-read)
4796         (gnus-summary-mark-unread-as-ticked): Doc fix.
4797         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4798
4799 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4800
4801         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4802         Christoph Conrad <christoph.conrad@gmx.de>.
4803
4804 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4807         yes-or-no-p.
4808
4809 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * mm-decode.el (mm-add-meta-html-tag): New function.
4812         (mm-save-part-to-file, mm-pipe-part): Use it.
4813
4814         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4815         gnus-y-or-n-p instead of y-or-n-p.
4816         (gnus-article-browse-html-parts): Work with message/external-body; use
4817         mm-add-meta-html-tag.
4818
4819 2007-12-11  Glenn Morris  <rgm@gnu.org>
4820
4821         * gnus-cache.el: Require gnus-sum not just when compiling.
4822
4823         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4824
4825         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4826         definitions before use.
4827
4828         * mm-decode.el: Require gnus-util.
4829         (mm-remove-part): Only call delete-annotation on XEmacs.
4830
4831         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4832
4833         * nnmail.el: Require gnus-int.
4834
4835         * spam.el: Move `require's before `eval-when-compile's.
4836
4837         * gnus-ems.el (gnus-alive-p):
4838         * gnus-fun.el (message-goto-eoh):
4839         * gnus-util.el (gnus-group-name-decode):
4840         * mail-source.el (gnus-compress-sequence):
4841         * message.el (Info-goto-node, format-spec):
4842         * mm-bodies.el (message-options-get):
4843         * mm-decode.el (mm-view-pkcs7):
4844         * mm-util.el (gmm-write-region):
4845         * mml-smime.el (mml-compute-boundary)
4846         (gnus-completing-read-with-default):
4847         * mml.el (widget-button-press, gnus-make-hashtable):
4848         * mml1991.el (mm-decode-content-transfer-encoding)
4849         (mm-encode-content-transfer-encoding)
4850         (message-options-get, message-options-set):
4851         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4852         * nnfolder.el (gnus-request-group):
4853         * nnheader.el (ietf-drums-unfold-fws):
4854         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4855         * smime.el (gnus-run-mode-hooks):
4856         * spam-stat.el (gnus-message): Autoload.
4857
4858         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4859         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4860         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4861         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4862         Add declare-function compatibility definition.
4863
4864         * gnus-cache.el (nnvirtual-find-group-art):
4865         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4866         (gnus-add-image, gnus-add-wash-type):
4867         * gnus-group.el (nnkiboze-score-file):
4868         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4869         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4870         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4871         (message-tokenize-header, gnus-get-buffer-create)
4872         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4873         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4874         * gnus.el (gnus-group-decoded-name):
4875         * mail-source.el (imap-capability):
4876         * mm-bodies.el (message-options-set):
4877         * mm-decode.el (gnus-configure-windows):
4878         * mm-extern.el (message-goto-body):
4879         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4880         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4881         (epg-sub-key-validity, message-options-set):
4882         * mml.el (widget-event-point, gnus-configure-windows):
4883         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4884         * mml2015.el (epg-check-configuration, epg-configuration)
4885         (message-options-set):
4886         * nndb.el (nndb-request-article):
4887         * nnfolder.el (gnus-request-create-group):
4888         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4889         * nnmaildir.el (gnus-group-mark-article-read):
4890         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4891         * rfc1843.el (message-fetch-field):
4892         * spam.el (gnus-extract-address-components):
4893         Declare as functions.
4894
4895 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4898
4899         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4900
4901         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4902         bind show-trailing-whitespace for XEmacs.
4903
4904 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4905
4906         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4907         new no-op macro for backward compatibility.
4908
4909         * imap.el (imap-string-to-integer): New function.
4910
4911 2007-12-09  Glenn Morris  <rgm@gnu.org>
4912
4913         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4914
4915         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4916         * message.el, mm-view.el, sieve-manage.el, smime.el:
4917         Add declare-function compatibility definition.
4918
4919         * gnus-art.el (w3-region, w3m-region, Info-menu):
4920         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4921         * gnus-sum.el (gnus-get-predicate):
4922         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4923         * message.el (mail-abbrev-in-expansion-header-p):
4924         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4925         (w3m-detect-meta-charset, w3m-region):
4926         * sieve-manage.el (password-read, password-cache-add)
4927         (password-cache-remove):
4928         * smime.el (password-read-and-add): Declare as functions.
4929
4930 2007-12-08  David Kastrup  <dak@gnu.org>
4931
4932         * gnus-sum.el (gnus-summary-simplify-subject-query):
4933         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4934         `message'.
4935
4936 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4939         it to bind idna-program, installation-directory, defined-colors, and
4940         face-attribute for XEmacs of the version that compiles defcustom forms.
4941
4942 2007-12-07  Glenn Morris  <rgm@gnu.org>
4943
4944         * gnus-art.el (article-make-date-line): Revert previous change.
4945
4946 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4947
4948         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4949
4950 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4951
4952         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4953         Call gnus-add-to-range ranges only once with a prepared article-list.
4954
4955 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4956
4957         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4958         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4959         group names with backslashes.  Reported by Tassilo Horn
4960         <tassilo@member.fsf.org>.
4961
4962 2007-12-06  Deepak Goel  <deego3@gmail.com>
4963
4964         * gnus-art.el (article-make-date-line):
4965         * gnus-start.el (gnus-load):
4966         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4967
4968 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-art.el (gnus-use-idna)
4971         * gnus-start.el (gnus-site-init-file)
4972         * message.el (message-use-idna)
4973         * mm-uu.el (mm-uu-hide-markers)
4974         * smiley.el (smiley-style): Revert changes that suppress warnings.
4975
4976 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4979         specify charset to html source.  Reported by Christoph Conrad
4980         <christoph.conrad@gmx.de>.
4981
4982 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4985         idna-program in order to suppress byte compile warning issued by XEmacs
4986         that came to byte compile the default value section of defcustom forms
4987         recently.
4988
4989         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4990         value of installation-directory.
4991
4992         * message.el (message-use-idna): Don't directly refer to the value of
4993         idna-program.
4994
4995         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4996
4997         * smiley.el (smiley-style): Don't directly call face-attribute.
4998
4999 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5002
5003         * gnus-dired.el: Reduce Gnus dependencies.
5004         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5005         require.  Use autoloads instead.
5006         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5007         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5008         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5009         (gnus-dired-mode): Adjust doc string.
5010         (gnus-dired-mail-mode): New variable.
5011         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5012         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5013         (gnus-dired-mail-buffers): New function.  Return mail or message
5014         composition buffers.
5015         (gnus-dired-attach): Use it.
5016         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5017         NO-DECODE.
5018         (gnus-dired-print): Use `gnus-print-buffer' depending on
5019         `gnus-dired-mail-mode'.
5020
5021 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * rfc2047.el (rfc2047-encoded-word-regexp)
5024         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5025         explaining what regexp patterns are for.
5026
5027 2007-12-04  Glenn Morris  <rgm@gnu.org>
5028
5029         * password.el: Move to password-cache.el.
5030
5031         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5032         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5033         * mml-smime.el (password-read, password-cache-add)
5034         (password-cache-remove):
5035         No need to autoload, since mml-sec requires password.
5036
5037         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5038         * message.el (gnus-extract-address-components):
5039         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5040
5041         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5042         password.
5043
5044 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5045
5046         * mailcap.el: Reduce dependencies.
5047         (mail-header-parse-content-type): Autoload.
5048         (mailcap-delete-duplicates): New alias.
5049         (mailcap-mime-info): Add optional argument NO-DECODE.
5050         (mailcap-mime-types): Use mailcap-delete-duplicates.
5051
5052         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5053
5054 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5055
5056         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5057         (imap-parse-status): Upcase status-att for servers that sends them
5058         lower-case (e.g., MS Exchange 2007).
5059
5060 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5063         function.
5064
5065         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5066         (gnus-uu-yenc-article): New function.
5067
5068         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5069
5070         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5071         buffer.
5072
5073 2007-12-02  Glenn Morris  <rgm@gnu.org>
5074
5075         * binhex.el (binhex): New custom group.
5076         (binhex-decoder-program, binhex-decoder-switches)
5077         (binhex-use-external): Move to the binhex custom group.
5078
5079         * uudecode.el (uudecode): New custom group.
5080         (uudecode-decoder-program, uudecode-decoder-switches)
5081         (uudecode-use-external): Move to the uudecode custom group.
5082
5083         * netrc.el (top-level): Don't load `encrypt' features.
5084         (netrc-parse): Don't use encrypt.
5085         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5086
5087         * encrypt.el: Remove file.
5088
5089 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5092         matches on patches.
5093
5094         * gnus-art.el (gnus-article-browse-html-article): Mention
5095         `mm-text-html-renderer' in the doc string.
5096
5097         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5098         string.  Add comments.
5099
5100         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5101         if rhs is ASCII.
5102
5103 2007-12-01  Glenn Morris  <rgm@gnu.org>
5104
5105         * mail-source.el (top-level): Require format-spec before
5106         eval-when-compile.
5107
5108 2007-11-30  Glenn Morris  <rgm@gnu.org>
5109
5110         * encrypt.el: Require password, rather than autoloading password-read.
5111
5112 2007-11-29  Glenn Morris  <rgm@gnu.org>
5113
5114         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5115         (sasl-make-client, sasl-next-step, sasl-step-data)
5116         (sasl-step-set-data): Declare as functions.
5117
5118 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5121
5122 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5123
5124         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5125         certs should be verified and what is to be done in the event of a
5126         verification failure.
5127
5128         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5129         caller can indicate whether the cache should be disregarded for this
5130         call.  This way the result of the call is reproducible at all times and
5131         can be considered a canonical server name for the supplied method.
5132         (gnus-agent-method-p): Canonicalize server names by pushing their
5133         method through `gnus-method-to-server' using the no-cache argument.
5134
5135         * gnus-srvr.el (gnus-server-insert-server-line): Call
5136         `gnus-method-to-server' with `no-cache' argument.
5137
5138         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5139         gnus-agent-possibly-synchronize-flags as this should be called when the
5140         server is actually being opened.
5141         (gnus-agent-possibly-synchronize-flags)
5142         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5143         flags file of an agentized server to the latter function.
5144
5145         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5146         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5147         after a connection has been established successfully.
5148
5149 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-art.el (article-display-face): Force to display face if called
5152         interactively; check if gnus-article-x-face-too-ugly matches author.
5153         (article-display-x-face): Display face even if From header is missing
5154         as article-display-face does.
5155
5156 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5157
5158         * hashcash.el (message-narrow-to-headers-or-head)
5159         (message-fetch-field, message-goto-eoh)
5160         (message-narrow-to-headers): Declare as functions.
5161
5162 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * mail-source.el (mail-sources): Default to fetch from file for
5165         compatibility with default of nnmail-spool-file.
5166
5167 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5170         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5171         to look for encoded word that should be encoded again.
5172         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5173         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5174         encoding pattern.
5175         (rfc2047-decode-region): Switch strict regexp and loose one according
5176         to rfc2047-allow-irregular-q-encoded-words.
5177
5178 2007-11-25  Romain Francoise  <romain@orebokech.com>
5179
5180         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5181
5182 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5183
5184         * tls.el (tls-program): Provide more custom choices from
5185         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5186         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5187
5188 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5191         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5192
5193         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5194         `nnmail-spool-file'.
5195
5196         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5197         `nnmail-spool-file'.
5198
5199         * gnus-move.el (gnus-change-server): Ditto.
5200
5201         * gnus-kill.el (gnus-batch-score): Ditto.
5202
5203         * gnus-cache.el (gnus-jog-cache): Ditto.
5204
5205         * gnus-msg.el (gnus-summary-reply):
5206         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5207
5208 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5211         version.  Minor improvement to doc strings.
5212         (tls-program): Add comment.
5213
5214 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5215
5216         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5217         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5218         mismatch between the hostname provided in the certificate and the name
5219         of the host connnecting to.
5220         (open-tls-stream): Use them.  Check certificates against trusted root
5221         certificates.
5222
5223 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5224
5225         * gnus-cache.el (gnus-cache-generate-nov-databases):
5226         Use nnml-generate-nov-databases-directory instead of
5227         nnml-generate-nov-databases-1.
5228
5229 2007-11-24  Glenn Morris  <rgm@gnu.org>
5230
5231         * message.el (message-tool-bar-retro): Update for rename
5232         mail_send.xpm->mail-send.xpm.
5233
5234 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5235
5236         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5237         `smime-ldap-search' for Emacs 22 and up.
5238
5239 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5240
5241         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5242
5243         * message.el (message-send-mail-function): Fix error convention.
5244         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5245         (message-widen-reply, message-send-mail, message-talkative-question)
5246         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5247         (message-clone-locals, message-send-news): Use with-current-buffer.
5248         (message-insert-or-toggle-importance): Remove unused var `valid'.
5249         (message-make-references): Remove unused var `new-references'.
5250         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5251
5252 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5253
5254         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5255         (spam-split-symbolic-return-positive): Reflow docstring.
5256         (spam-backends, spam-summary-exit-behavior)
5257         (spam-mark-ham-unread-before-move-from-spam-group)
5258         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5259         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5260         (spam-clear-cache, spam-backend-check, spam-install-backend)
5261         (spam-install-statistical-backend, spam-list-of-processors)
5262         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5263         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5264         (spam-check-crm114, spam-initialize, spam-unload-hook):
5265         Fix typos in docstrings.
5266
5267 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5270         been checked if they have never been read and those group levels are
5271         higher than the one that a user specified.
5272
5273 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5276         foreign groups unless a group level is specified by a user.
5277         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5278
5279 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5280
5281         * message.el (message-send-mail-function): Require sendmail.
5282
5283 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5284
5285         * message.el (message-send-mail-function): Check for smtpmail too.
5286
5287         * utf7.el (utf7-encode, utf7-decode): Use coding system
5288         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5289
5290         * message.el (message-send-mail-function): New function.
5291         (message-send-mail-function): Set default using
5292         message-send-mail-function.  Adjust doc string.
5293         (message-send-mail-with-mailclient): New function.
5294
5295 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5296
5297         * smime.el (from):
5298         * rfc2047.el (message-posting-charset):
5299         * qp.el (mm-use-ultra-safe-encoding):
5300         * pop3.el (parse-time-months):
5301         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5302         * nnml.el (files):
5303         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5304         (jka-compr-compression-info-list, ange-ftp-path-format)
5305         (efs-path-regexp):
5306         * nndiary.el (files):
5307         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5308         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5309         (epg-digest-algorithm-alist, inhibit-redisplay)
5310         (password-cache-expiry):
5311         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5312         (pgg-output-buffer, password-cache-expiry):
5313         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5314         (efs-path-regexp):
5315         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5316         (inhibit-redisplay):
5317         * mm-uu.el (file-name, start-point, end-point, entry)
5318         (gnus-newsgroup-name, gnus-newsgroup-charset):
5319         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5320         (latin-unity-ucs-list):
5321         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5322         (mm-uu-binhex-decode-function):
5323         * message.el (gnus-message-group-art, gnus-list-identifiers)
5324         (rmail-enable-mime-composing, gnus-local-organization)
5325         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5326         (gnus-read-active-file, facemenu-add-face-function)
5327         (facemenu-remove-face-function, gnus-article-decoded-p)
5328         (tool-bar-mode):
5329         * mail-source.el (display-time-mail-function):
5330         * gnus-util.el (nnmail-pathname-coding-system)
5331         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5332         (gnus-original-article-buffer, gnus-user-agent)
5333         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5334         (xemacs-codename, sxemacs-codename, emacs-program-version):
5335         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5336         * gnus-start.el (gnus-agent-covered-methods)
5337         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5338         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5339         (gnus-newsgroup-headers, gnus-group-list-mode)
5340         (gnus-group-mark-positions, gnus-newsgroup-data)
5341         (gnus-newsgroup-unreads, nnoo-state-alist)
5342         (gnus-current-select-method, mail-sources)
5343         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5344         (nnmail-spool-file, gnus-cache-active-hashtb):
5345         * gnus-mh.el (mh-lib-progs):
5346         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5347         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5348         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5349         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5350         (gnus-group-buffer):
5351         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5352         (font-lock-set-defaults):
5353         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5354         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5355         (gnus-summary-post-menu, total-parts, type, condition, length):
5356         * gnus-agent.el (gnus-agent-read-agentview):
5357         * flow-fill.el (show-trailing-whitespace):
5358         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5359         eval-and-compile wrappers for byte compiler pacifiers.
5360
5361         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5362         (mm-display-inline-fontify): Check for featurep 'xemacs not
5363         extent-list.
5364
5365         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5366         itimer-list.
5367         (mm-create-image-xemacs): Only do something for XEmacs.
5368         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5369
5370         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5371
5372         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5373         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5374
5375 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5376
5377         * nnimap.el (nnimap-split-download-body):
5378         * gnus-demon.el (gnus-demon):
5379         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5380
5381 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5384         macros.
5385         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5386         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5387         copy data from unibyte buffer to multibyte current buffer.
5388         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5389         to copy data from unibyte current buffer to multibyte buffer.
5390         (nntp-make-process-buffer): Make process buffer unibyte.
5391
5392         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5393
5394 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5395
5396         * pop3.el (pop3-open-server): Accept and process data more robustly at
5397         connexion start to avoid spurious "POP SSL connexion failed" errors.
5398
5399 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5402         read group names.
5403
5404 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5407
5408 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5411         (nnmail-save-active): Use a unibyte buffer when saving active file,
5412         which may contain non-ASCII group names.
5413
5414         * nnml.el (nnml-request-group): Decode group names in messages.
5415
5416 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5417
5418         * message.el (message-citation-line-function)
5419         (message-insert-formatted-citation-line): Fix spelling of
5420         `message-insert-formated-citation-line'.
5421
5422 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5423
5424         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5425
5426 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5429         nnmail-pathname-coding-system.
5430
5431         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5432         that a user enters; decode group names in messages.
5433
5434         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5435
5436 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5439
5440         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5441
5442         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5443         risky local variable.
5444
5445         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5446
5447 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5448
5449         * encrypt.el: Improve documentation to fix function name typo.
5450         Reported by Daiki Ueno <ueno@unixuser.org>.
5451
5452 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5455         even if the point is not in the last page of an article.
5456         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5457         back to the previous page.
5458
5459 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5460
5461         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5462
5463 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5466
5467 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5468
5469         * message.el (message-check-news-body-syntax): Avoid
5470         mm-string-as-multibyte.
5471         (message-hide-headers): Don't assume (point-min)==1.
5472
5473 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * message.el (message-remove-blank-cited-lines): Fix if remove is
5476         given.
5477         (message-bogus-address-regexp): New variable.
5478         (message-bogus-recipient-p): New function.
5479         (message-check-recipients): New command.
5480         (message-syntax-checks): Add `bogus-recipient'.
5481         (message-fix-before-sending): Add `bogus-recipient'.
5482
5483         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5484         (gnus-treat-body-boundary): Don't test window-system.
5485
5486 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5487
5488         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5489
5490 2007-10-28  Miles Bader  <miles@gnu.org>
5491
5492         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5493         at compile-time too.
5494
5495 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gnus-msg.el (gnus-message-setup-hook): Add
5498         `message-remove-blank-cited-lines' to options.
5499
5500 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * message.el (message-remove-blank-cited-lines): New function.
5503         Suggested by Karl Plästerer.
5504
5505 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5508         mapc.
5509
5510         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5511         (top-level): Use mapc to set functions to be traced for debugging.
5512
5513         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5514         called for effect with while loop.
5515
5516         * message.el (message-talkative-question): Replace mapcar called for
5517         effect with mapc.
5518
5519         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5520         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5521         called for effect with dolist.
5522
5523         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5524
5525         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5526         gnus-extra-headers and nnmail-extra-headers.
5527
5528         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5529         called for effect with dolist.
5530         (top-level): Use mapc to set functions to be traced for debugging.
5531
5532         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5533         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5534         dolist.
5535
5536         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5537         Replace mapcar called for effect with mapc.
5538         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5539         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5540         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5541         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5542
5543         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5544         remove-if that's a cl function.
5545
5546         * webmail.el (webmail-debug): Replace mapcar called for effect with
5547         dolist.
5548
5549         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5550         with mapc.
5551
5552 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5555         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5556         with while loop.
5557
5558         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5559         functions from article-* functions.
5560         (gnus-multi-decode-header): Replace mapcar called for effect with
5561         dolist.
5562
5563         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5564         (gnus-bookmark-show-details): Replace mapcar called for effect with
5565         while loop.
5566
5567         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5568         called for effect with while loop.
5569
5570         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5571         with dolist.
5572
5573         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5574         mapcar called for effect with dolist.
5575
5576         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5577
5578         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5579         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5580         Replace mapcar called for effect with dolist.
5581         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5582         mapc.
5583
5584         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5585         Replace mapcar called for effect with dolist.
5586         (gnus-topic-list): Replace mapcar called for effect with mapc.
5587
5588         * gnus.el: Use mapc instead of mapcar to add autoloads.
5589
5590 2007-10-23  Richard Stallman  <rms@gnu.org>
5591
5592         * gnus-group.el (gnus-group-highlight): Mark as risky.
5593
5594 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * gnus.el (gnus-server-to-method): Return method found first in
5597         gnus-newsrc-alist.
5598
5599         * gnus-art.el (gnus-article-highlight-signature)
5600         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5601         button overlay without the front stickiness.
5602
5603 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5604
5605         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5606         overview buffer needed a catch to receive its throw.
5607         (gnus-agent-flush-cache): Declared as interactive to make this function
5608         easier to use.
5609
5610 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5613         `next-line'.
5614
5615 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5618         exclude address matching message-dont-reply-to-names.
5619
5620 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-util.el (gnus-string<): New function.
5623
5624         * gnus-sum.el (gnus-article-sort-by-author)
5625         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5626
5627 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5630         the frame-focus tag is set in gnus-buffer-configuration.
5631
5632 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5635         the front stickiness.
5636
5637 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5640         url pattern; remove duplicate one.
5641         (gnus-article-extend-url-button): New function.
5642         (gnus-article-add-buttons): Use it.
5643         (gnus-button-push): Use concatenated url that it makes.
5644
5645 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5646
5647         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5648
5649 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5650
5651         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5652         Don't hardcode point-min==1.
5653
5654 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5655
5656         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5657         Fix comment about "iso8859-1".
5658
5659 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5660
5661         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5662         ones returned from the verify-function.
5663
5664         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5665         mml2015-extract-cleartext-signature if extraction failed.
5666
5667 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5668
5669         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5670         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5671         failed.
5672
5673 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5674
5675         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5676
5677 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5680         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5681         recommends to use EasyPG instead of PGG.
5682
5683         * pgg.el: Revert to revision 6.23.2.16.
5684
5685         * pgg-def.el: Revert to revision 6.6.2.14.
5686
5687         * pgg-gpg.el: Revert to revision 6.23.2.34.
5688
5689 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5692         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5693         thread for both the null and zero (kill/expire thread) universal prefix
5694         cases.
5695         (gnus-summary-expire-thread): Add new function to expire a thread,
5696         using gnus-summary-kill-thread.
5697         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5698         shortcuts for gnus-summary-expire-thread.
5699         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5700         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5701
5702 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5705         extras value, so an extras entry can be deleted.
5706         (gnus-registry-delete-extra-entry): Use it.
5707         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5708         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5709         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5710         storage through the gnus-registry, and provide an appropriate API for
5711         it.
5712
5713 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5716         Suggested by Leo <sdl.web@gmail.com>.
5717
5718         * gnus.el: Do.
5719
5720 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5723         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5724
5725         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5726
5727         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5728         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5729
5730 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5733         newline.
5734         (nnmbox-request-accept-article): Don't change article in source buffer;
5735         narrow to header to use message-fetch-field rather than
5736         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5737         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5738         as delimiters; make sure article ends with newline.
5739         (nnmbox-delete-mail): Correct last position of article to be deleted;
5740         ignore X-Gnus-Newsgroup header in article body.
5741         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5742         positions; make sure article ends with newline.
5743
5744         * message.el (message-display-abbrev): Don't infloop when a user
5745         inserts SPC in the beginning of header.
5746
5747         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5748         coding-system-for-read and coding-system-for-write for XEmacs having no
5749         file-coding feature.
5750
5751         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5752
5753 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5756         list of groups not followed by default.  Fix type to be regexp.
5757         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5758
5759 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5760
5761         * hmac-def.el (define-hmac-function): Switch from old-style to
5762         new-style backquotes.
5763
5764         * md4.el (md4-make-step): Likewise.
5765
5766 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5769         raw-text coding system when saving .newsrc file, which may contain
5770         non-ASCII group names.
5771
5772 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * gnus-cus.el (gnus-score-extra): New widget.
5775         (gnus-score-extra-convert): New function.
5776         (gnus-score-customize): Use it for Extra.
5777
5778 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5779
5780         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5781         (mml2015-mailcrypt-clear-verify): Use it.
5782         (mml2015-gpg-clear-verify): Use it.
5783         (mml2015-pgg-clear-verify): Use it.
5784         (mml2015-epg-clear-verify): Replace the current part with the output
5785         from GnuPG; don't extract the plaintext by itself.
5786
5787         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5788         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5789         mml2015-clear-verify-function; don't touch the armor headers or
5790         dash-escaped text here.
5791
5792 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5795         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5796         parts, or application/octet-stream as a last resort.
5797         (gnus-mime-view-part-as-type): Don't toggle display.
5798         (gnus-mime-view-part-as-charset): Don't turn off display before
5799         querying charset.
5800
5801         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5802         stuff to undisplayer function in Emacs.
5803         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5804
5805         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5806         text/calendar parts.
5807
5808 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5811         decoding text/calendar parts.
5812
5813         * message.el (message-forward-make-body-mime): Always mark body as
5814         having no illegible text; remove signed-or-encrypted argument.
5815         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5816
5817         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5818         (mml-generate-mime-1): Don't encode body if it is specified to be in
5819         raw form; don't make buffer be unibyte when inserting multibyte string.
5820
5821 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5822
5823         * sha1.el: Fix up comment style.
5824         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5825         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5826
5827         * hex-util.el: Fix up comment style.
5828         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5829
5830         * gnus-salt.el: Use with-current-buffer.
5831         (gnus-pick-setup-message): Fix long-standing typo.
5832
5833 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * imap.el (imap-logout-timeout): New variable.
5836         (imap-logout, imap-logout-wait): New functions.
5837         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5838
5839         * nnimap.el (nnimap-logout-timeout): New server variable.
5840         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5841         nnimap-logout-timeout.
5842
5843         * gnus-art.el (gnus-article-summary-command-nosave)
5844         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5845
5846 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * gnus.el (gnus-maximum-newsgroup): New variable.
5849
5850         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5851         according to gnus-maximum-newsgroup.
5852
5853         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5854         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5855         Limit the range of articles according to gnus-maximum-newsgroup.
5856
5857 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5858
5859         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5860         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5861         Don't perform gnus-configure-windows here; reuse existing sticky
5862         article buffer.
5863
5864         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5865         it doesn't exist in gnus-article-mode.
5866
5867 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5870         (gnus-agent-decoded-group-name): New function.
5871         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5872         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5873
5874 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5875
5876         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5877         Add binding for gnus-sticky-article.
5878         (gnus-summary-exit): Don't kill sticky article buffers.
5879
5880         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5881         article buffer.
5882         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5883         (gnus-kill-sticky-article-buffers): New commands.
5884
5885 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * nntp.el (nntp-xref-number-is-evil): New server variable.
5888         (nntp-find-group-and-number): If it is non-nil, don't trust article
5889         numbers in the Xref header.
5890
5891 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-agent.el (gnus-agent-read-group): New function.
5894         (gnus-agent-flush-group, gnus-agent-expire-group)
5895         (gnus-agent-regenerate-group): Use it.
5896         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5897         nnmail-pathname-coding-system.
5898
5899 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5902
5903         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5904         that are unread as unread, and also as selected so that information of
5905         marks having been changed by a user may be updated when exiting group.
5906
5907 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5910         calculated ignoring signature parts to gnus-treat-article.
5911
5912 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5915         a point here in order to keep the window start.
5916         (gnus-insert-mime-security-button): Make a button overlay without the
5917         front stickiness.
5918         (gnus-mime-display-security): Goto the end of a button.
5919
5920         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5921
5922 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5925         group-name-at-point.
5926         (gnus-group-completing-read): New function that offers decoded
5927         non-ASCII group names for completion.
5928         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5929         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5930         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5931         (gnus-group-fetch-control): Use it.
5932         (gnus-fetch-group): Use group-name-at-point for the initial value
5933         rather than the default value; use gnus-alive-p.
5934
5935         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5936         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5937         (gnus-summary-post-news): Use gnus-group-completing-read.
5938
5939         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5940         (gnus-read-move-group-name): Decode group name for completion.
5941
5942 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5943
5944         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5945         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5946         Yamaoka slightly modified the code).
5947
5948 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5951         (nnmail-split-incoming): Bind it.
5952
5953         * nnml.el (nnml-group-name-charset): New function.
5954         (nnml-decoded-group-name): Use it; don't decode group name if
5955         nnmail-group-names-not-encoded-p is non-nil.
5956         (nnml-encoded-group-name): New function.
5957         (nnml-group-pathname): Inline nnml-decoded-group-name.
5958         (nnml-request-expire-articles): Decode group name in message.
5959         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5960         nnmail-pathname-coding-system.
5961         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5962         not decoded ones according to nnmail-group-names-not-encoded-p.
5963         (nnml-generate-active-info): Use nnml-encoded-group-name.
5964
5965 2007-08-08  Glenn Morris  <rgm@gnu.org>
5966
5967         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5968         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5969         doc-strings and comments.
5970
5971 2007-07-25  Glenn Morris  <rgm@gnu.org>
5972
5973         * Relicense all FSF files to GPLv3 or later.
5974
5975 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-sum.el (gnus-summary-move-article): Make
5978         gnus-summary-respool-article work.
5979
5980 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5983         string.
5984
5985 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5986
5987         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5988         that should be ignored when comparing distant RSS articles with local
5989         ones.
5990         (nnrss-make-hash-index): New function.  Create a hash index according
5991         to the ignored fields.
5992         (nnrss-check-group): Use it.
5993
5994 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5997
5998         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5999
6000         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6001         the new optional argument ENCODED is non-nil.
6002         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6003         coding system for encoding group name.
6004         (gnus-group-make-rss-group): Pass un-encoded group name to
6005         gnus-group-make-group.
6006         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6007         encoded.
6008
6009         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6010         Encode group name to which articles are moved or copied.
6011         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6012         coding system for encoding Newsgroup, Followup-To and Xref headers.
6013
6014         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6015         marks; use nnheader-file-coding-system to write a file.
6016         (nnagent-retrieve-headers): Bind file-name-coding-system to
6017         nnmail-pathname-coding-system.
6018
6019         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6020
6021         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6022         (nnml-request-article, nnml-request-create-group)
6023         (nnml-request-rename-group, nnml-find-id)
6024         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6025         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6026         (nnml-save-marks): Use nnml-group-pathname instead of
6027         nnmail-group-pathname.
6028
6029         (nnml-request-create-group, nnml-request-expire-articles)
6030         (nnml-request-move-article, nnml-request-delete-group)
6031         (nnml-deletable-article-p, nnml-possibly-create-directory)
6032         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6033         (nnml-open-marks): Bind file-name-coding-system to
6034         nnmail-pathname-coding-system.
6035
6036         (nnml-request-article): Pass server argument to nnml-find-group-number.
6037         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6038         server argument to nnml-possibly-create-directory.
6039         (nnml-request-accept-article): Pass server argument to
6040         nnml-active-number and nnml-save-mail.
6041         (nnml-find-group-number): Pass server argument to nnml-find-id.
6042         (nnml-request-update-info): Pass server argument to
6043         nnml-marks-changed-p.
6044
6045         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6046         (nnml-save-mail, nnml-active-number): Add server argument.
6047
6048         (nnml-request-delete-group): Warn if group is missing.
6049         (nnml-get-nov-buffer): Decode group name.
6050         (nnml-generate-active-info): Encode group name.
6051         (nnml-open-marks): Decode group name in messages.
6052
6053 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6056         if it is not specified.
6057         (gnus-article-pipe-part, gnus-article-save-part)
6058         (gnus-article-interactively-view-part, gnus-article-copy-part)
6059         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6060         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6061         (gnus-article-replace-part, gnus-article-delete-part)
6062         (gnus-article-view-part-as-type): Pass raw prefix argument to
6063         gnus-article-part-wrapper.
6064
6065 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-agent.el (gnus-agent-save-active): Bind
6068         nnheader-file-coding-system to gnus-agent-file-coding-system.
6069
6070         * gnus-cache.el (gnus-cache-save-buffers)
6071         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6072         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6073         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6074         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6075         (gnus-cache-generate-active, gnus-cache-rename-group)
6076         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6077         (gnus-cache-update-overview-total-fetched-for): Bind
6078         file-name-coding-system to nnmail-pathname-coding-system.
6079         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6080         variables.
6081         (gnus-cache-decoded-group-name): New function.
6082         (gnus-cache-file-name): Use it.
6083         (gnus-cache-generate-active): Use non-decoded group name for active.
6084
6085         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6086         right place.
6087         (gnus-write-active-file): Don't break non-ASCII group names.
6088
6089         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6090         nnmail-pathname-coding-system.
6091
6092         * lpath.el: Bind default-file-name-coding-system,
6093         file-name-coding-system and language-info-alist for XEmacs.
6094
6095         * gnus-uu.el (gnus-uu-decode-save): Typo.
6096
6097 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6100
6101 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6104         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6105         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6106         (gnus-agent-flush-group, gnus-agent-flush-cache)
6107         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6108         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6109         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6110         (gnus-agent-regenerate-group)
6111         (gnus-agent-update-files-total-fetched-for)
6112         (gnus-agent-update-view-total-fetched-for): Bind
6113         file-name-coding-system to nnmail-pathname-coding-system.
6114         (gnus-agent-group-pathname): Don't encode file names by
6115         nnmail-pathname-coding-system.
6116         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6117         coding-system-for-write instead of buffer-file-coding-system to
6118         gnus-agent-file-coding-system.
6119
6120         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6121         Decode group name.
6122
6123         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6124
6125         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6126         (gnus-read-newsrc-el-file): Make group names unibyte.
6127
6128         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6129         nnmail-pathname-coding-system.
6130
6131         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6132         (nnrss-request-delete-group): Bind file-name-coding-system to
6133         nnmail-pathname-coding-system.
6134         (nnrss-read-server-data, nnrss-read-group-data): Bind
6135         file-name-coding-system correctly.
6136         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6137
6138         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6139         (nntp-server-to-method-cache): New variable.
6140         (nntp-group-pathname): New function that decodes non-ASCII group names.
6141         (nntp-possibly-create-directory, nntp-marks-changed-p)
6142         (nntp-save-marks, nntp-open-marks): Use it.
6143         (nntp-possibly-create-directory, nntp-open-marks):
6144         Bind file-name-coding-system to nnmail-pathname-coding-system.
6145         (nntp-open-marks): Decode group names when bootstrapping marks.
6146
6147         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6148         Newsgroups and Folowup-To headers.
6149
6150 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6153         (gnus-server-closed-face, gnus-server-denied-face)
6154         (gnus-server-offline-face): Remove variable.
6155         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6156
6157         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6158         of modifying message-stack directly for XEmacs.
6159
6160         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6161         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6162         if the coding-system argument is nil for XEmacs.
6163
6164         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6165         mm-charset-override-alist.
6166
6167         * rfc2047.el: Don't require base64; require rfc2045 for the function
6168         rfc2045-encode-string.
6169         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6170         to quote the parameter value.
6171
6172 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6175         form in gnus-group-name-charset-method-alist.
6176
6177         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6178         overrides the default layout edit-form.
6179
6180         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6181
6182         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6183
6184 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6187         as unfetched articles.
6188
6189 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6192
6193 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6196         original back end that keeps marks in the local system.
6197
6198 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6201         arg of pop-to-buffer for XEmacs.
6202         (gnus-article-read-summary-keys): Ditto; don't restore window
6203         configuration if summary command ends up with neither article buffer
6204         nor summary buffer; describe bindings if summary keys end with C-h.
6205
6206 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * message.el (message-fix-before-sending): Skip raw message part to be
6209         forwarded while checking illegible text.
6210         (message-forward-make-body-mime, message-forward-make-body): Mark
6211         signed or encrypted raw message as having no illegible text.
6212
6213 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6216         (gnus-message-with-timestamp-1): New macro.
6217         (gnus-message-with-timestamp): New function.
6218         (gnus-message): Use them.
6219
6220         * nnheader.el (nnheader-message): Use them.
6221
6222 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6225         .newsrc.eld file.
6226
6227 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-agent.el (gnus-agent-fetch-headers)
6230         (gnus-agent-retrieve-headers): Bind
6231         gnus-decode-encoded-address-function to identity.
6232
6233         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6234         available also when the server returns simply a dot.
6235
6236         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6237
6238 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6241
6242 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-ems.el (gnus-x-splash): Make it work.
6245
6246         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6247         from being used.
6248
6249         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6250
6251 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6254         4th and the 5th arguments.
6255
6256         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6257         the front stickiness.
6258         (gnus-article-summary-command-nosave): Correct the order of the
6259         arguments passed to pop-to-buffer.
6260         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6261         summary command ends up with the article buffer.
6262
6263         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6264         the same faces.
6265
6266 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6267
6268         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6269
6270 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6271
6272         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6273         * gnus-sum.el (gnus-summary-highlight):
6274         * pgg.el (pgg-sign-region, pgg-sign):
6275         * mail-source.el (mail-source-delete-old-incoming-confirm):
6276         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6277
6278 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-art.el (gnus-mime-view-part-externally)
6281         (gnus-mime-view-part-internally): Fix predicate function passed to
6282         completing-read.
6283
6284         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6285
6286         * gnus.el (gnus-update-message-archive-method): Add :version.
6287
6288 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus.el (gnus-update-message-archive-method): New variable.
6291
6292         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6293         according to gnus-message-archive-method if
6294         gnus-update-message-archive-method is non-nil.
6295
6296 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6299         by Loic Dachary <loic@dachary.org>.
6300         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6301
6302 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * message.el (message-pop-to-buffer): Add switch-function argument.
6305         (message-mail): Pass switch-function argument to it.
6306
6307 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6310         Improve doc string.
6311
6312 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6315         (gnus-header-content)
6316         * gnus-cite.el (gnus-cite-10)
6317         * gnus-srvr.el (gnus-server-closed)
6318         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6319         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6320         (gnus-group-mail-3-empty, gnus-group-mail-low)
6321         (gnus-group-mail-low-empty, gnus-splash)
6322         * message.el (message-header-to, message-header-cc)
6323         (message-header-subject, message-header-other, message-header-name)
6324         (message-header-xheader, message-separator, message-cited-text)
6325         (message-mml): Lighten colors of faces used for dark background.
6326
6327 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6328
6329         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6330         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6331
6332 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * message.el (message-narrow-to-headers-or-head):
6335         Ignore mail-header-separator in the body.
6336
6337 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6340         same as window size.
6341
6342 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6343
6344         * message.el (message-font-lock-keywords): Use message-header-xheader
6345         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6346         ahead of the anything pattern, to get it recognised.
6347
6348 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6351         spam.el loads uses it in the compiled defadvice form.
6352
6353 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6354
6355         * gnus-sum.el (gnus-articles-to-read)
6356         (gnus-summary-insert-old-articles): Don't truncate group name for
6357         `read-string'.
6358
6359         * gnus-util.el (gnus-limit-string): Delete this function.
6360
6361         * gnus-sum.el (gnus-simplify-subject-fully): Use
6362         `truncate-string-to-width' instead.
6363
6364 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6365
6366         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6367         if, on summary exit, the next group has to be selected.
6368         (gnus-summary-exit): Use it.
6369
6370 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6371
6372         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6373         non-break space.
6374
6375 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6378         Check if group is not a directory.
6379         (nnfolder-request-expire-articles): Don't delete articles if the target
6380         group is not available.
6381
6382         * nnml.el (nnml-request-create-group): Properly check if group is not a
6383         file.
6384         (nnml-request-expire-articles): Don't delete articles if the target
6385         group is not available.
6386
6387         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6388         Don't quote characters that are within parentheses.
6389
6390 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6393         (gnus-handle-ephemeral-exit): Select article according to it.
6394
6395 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * message.el (message-insert-formated-citation-line): Remove newline.
6398         (message-citation-line-format): Add final \n here so that the user can
6399         avoid a blank line.
6400
6401 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6402
6403         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6404         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6405         Update lanl/arXiv support.
6406
6407 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * gnus.el: Bump version number.
6410
6411 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * gnus.el (gnus-version-number): Bump version.
6414
6415 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6416
6417         * gnus.el: No Gnus v0.6 is released.
6418
6419 2007-04-27  Didier Verna  <didier@xemacs.org>
6420
6421         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6422         * gmm-utils.el (gmm-regexp-concat): here.
6423         * message.el: Don't require 'gnus-util.
6424         (message-dont-reply-to-names): Handle name change above.
6425         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6426
6427 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6430         since the initial value varies according to the system.
6431
6432 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6435
6436 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6437
6438         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6439
6440 2007-04-24  Didier Verna  <didier@xemacs.org>
6441
6442         Improve the type of gnus-ignored-from-addresses.
6443         * gnus-util.el (gnus-orify-regexp): New function.
6444         * message.el (gnus-util): Require it.
6445         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6446         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6447         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6448
6449 2007-04-24  Didier Verna  <didier@xemacs.org>
6450
6451         * gnus-sum.el:
6452         * gnus-utils.el: Fix some trailing whitespaces.
6453
6454 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6457         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6458         article's Message-ID; refer parent article in summary buffer.
6459
6460         * message.el (message-bounce): Call mime-to-mml.
6461
6462         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6463         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6464         optimize and/or forms properly.
6465
6466 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6469         URL.
6470
6471 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6474
6475 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6478         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6479         displayed of multipart/alternative part if it is invoked from summary
6480         buffer.
6481
6482         * mm-view.el (mm-inline-text-html-render-with-w3m)
6483         (mm-inline-text-html-render-with-w3m-standalone)
6484         (mm-inline-render-with-function): Use mail-parse-charset by default.
6485
6486 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6487
6488         * parse-time.el (parse-time-string-chars): Check if CHAR
6489         is less than the length of parse-time-syntax.
6490
6491 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6494         from gnus-newsgroup-processable.
6495
6496 2007-04-16  Didier Verna  <didier@xemacs.org>
6497
6498         * gnus-msg.el (gnus-configure-posting-styles): Handle
6499         message-signature-directory properly with :file syntax.  Reported by
6500         "Leo".
6501
6502 2007-04-11  Didier Verna  <didier@xemacs.org>
6503
6504         New user option: message-signature-directory.
6505         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6506         * message.el (message-insert-signature): Ditto.
6507         * message.el (message-signature-file): Doc update.
6508         * message.el (message-signature-directory): New.
6509
6510 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-msg.el (gnus-inews-yank-articles): Use
6513         message-exchange-point-and-mark instead of exchange-point-and-mark.
6514
6515 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * message.el (message-yank-original): Make sure cited text ends with
6518         newline; don't exchange point and mark.
6519
6520 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6521
6522         * tls.el (open-tls-stream): Properly handle case where there
6523         is no associated buffer.
6524
6525 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6526
6527         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6528         message-yank-original, make sure (< mark TEXT point).
6529
6530 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * message.el (message-fill-column): New variable.
6533         (message-mode): Use it.  Add comment on a possible new hook.
6534
6535         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6536         (nnmail-get-new-mail): Reformat.
6537
6538         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6539
6540         * gmm-utils.el: Fix Commentary.
6541         (gmm-tool-bar-from-list): Fix typo in doc string.
6542
6543 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6544
6545         * message.el (message-yank-original): Don't switch point and mark
6546         unnecessarily to put point and mark as documented.
6547
6548 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6551         from the message heads.
6552
6553 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6554
6555         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6556         article buffer does not have a window.  This may not be the best
6557         solution but is certainly better than setting the start of the null,
6558         that is the current, window.
6559
6560 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6563         (gnus-draft-setup): Run it.
6564
6565         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6566         gnus-score-fast-scoring.  Allow regexp.
6567         (gnus-score-headers): Use it.
6568
6569         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6570         XEmacs.
6571
6572         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6573         string.
6574         (gnus-button-alist): Also catch `<f1> k ...'.
6575         (gnus-treat-display-x-face): Fix doc string.
6576
6577 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6578
6579         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6580         evaluation of gnus-extended-version to ensure correct generation of the
6581         User-Agent header when message-generate-headers-first is used.
6582
6583 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6584
6585         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6586         hashcash-path is nil.  Don't call callback with incorrect number of
6587         parameters if val is 0.
6588
6589 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6590
6591         * message.el (message-required-news-headers):
6592         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6593
6594 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6595
6596         * tls.el (open-tls-stream): In handshake-waiting loop,
6597         don't wait more if there is output available to process.
6598
6599 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6600
6601         * tls.el (tls-program): Doc fix.
6602
6603 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * message.el (message-generate-new-buffers): Change the meaning of the
6606         nil value; add `standard' to the choices; treat t as `unique'; improve
6607         doc string.
6608         (gnus-select-frame-set-input-focus): Autoload.
6609         (message-buffer-name): Search for the existing message buffer if
6610         message-generate-new-buffers is nil or `standard'; treat the value t of
6611         message-generate-new-buffers as `unique'.
6612         (message-pop-to-buffer): Raise the frame already displaying the message
6613         buffer; clear the echo area after querying.
6614         (message-setup): Pass the `continue' argument to compose-mail.
6615         (message-mail): Prefer `switch-function' if it is given; search for the
6616         existing message buffer if the `continue' argument is non-nil; pass
6617         continue and switch-function arguments to compose-mail by way of
6618         message-setup.
6619         (message-mail-other-window): Adjust argument of message-setup.
6620         (message-mail-other-frame): Ditto.
6621
6622 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6625         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6626         to turn font-lock on when turning gnus-message-citation-mode on.
6627
6628 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6629
6630         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6631         (mml-smime-function-alist): New variable; add epg as the backend.
6632         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6633         mml-smime- functions instead.
6634         * mm-view.el: Require smime.
6635
6636 2007-03-05  Didier Verna  <didier@xemacs.org>
6637
6638         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6639         instead of just inheritance for posting styles.
6640         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6641
6642 2007-02-24  Chris Moore  <dooglus@gmail.com>
6643
6644         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6645         * pgg-pgp.el (pgg-pgp-encrypt-region):
6646         * pgg-gpg.el (pgg-gpg-encrypt-region):
6647         Check pgg-encrypt-for-me if no other recipients.
6648
6649 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6650
6651         * tls.el (tls-certtool-program): Fix custom type.
6652
6653 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6656         and point-at-eol instead of line-(beginning|end)-position.
6657
6658         * assistant.el (assistant-parse-buffer): Ditto.
6659
6660         * netrc.el (netrc-parse-services): Ditto.
6661
6662 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6663
6664         * mml2015.el (mml2015-epg-find-usable-key): New function.
6665         (mml2015-epg-sign): Use it.
6666         (mml2015-epg-encrypt): Use it.
6667
6668 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * message.el (message-make-in-reply-to): Quote name containing
6671         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6672         if there are special characters.  Reported by NAKAJI Hiroyuki
6673         <nakaji@jp.freebsd.org>.
6674
6675 2007-02-27  Didier Verna  <didier@xemacs.org>
6676
6677         Include the group parameters as well as the topic ones in the
6678         inheritance filter process.
6679         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6680         argument GROUP-PARAMS-LIST.
6681         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6682
6683 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * nntp.el (nntp-never-echoes-commands)
6686         (nntp-open-connection-functions-never-echo-commands): New variables.
6687         (nntp-send-command): Use them.
6688
6689 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6690
6691         * mml2015.el (mml2015-epg-verify): Simplified.
6692
6693 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * mml.el (mml-content-disposition-alist): New user option.
6696         (mml-content-disposition): New function.
6697         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6698         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6699
6700 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6701
6702         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6703         verification.
6704
6705 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6706
6707         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6708         articles posted in the last 24 hours.
6709
6710 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6711
6712         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6713
6714 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6715
6716         * nntp.el (nntp-send-command): Don't wait for echoes when
6717         nntp-open-ssl-stream is used.
6718
6719 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6722         (gnus-message-add-citation-keywords)
6723         (gnus-message-remove-citation-keywords): Remove.
6724         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6725         directly, make the variables in font-lock-defaults buffer-local, add
6726         gnus-message-citation-keywords to them and then update the value of
6727         font-lock-keywords.
6728
6729 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * message.el (message-cite-original-1): Don't call
6732         gnus-article-highlight-citation.
6733
6734         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6735         citations; fix line count.
6736
6737 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6740         (gnus-message-add-citation-keywords)
6741         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6742         versions of font-lock-add-keywords and font-lock-remove-keywords to
6743         work with XEmacs correctly.
6744
6745 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-cite.el (gnus-cite-face-list): Set the values of
6748         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6749         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6750         (gnus-message-cite-prefix-regexp): New variable.
6751         (gnus-message-search-citation-line): Use it; protect against long
6752         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6753         the 0th match data for Emacs.
6754         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6755         (gnus-message-add-citation-keywords): Append keywords rather than
6756         prepending; emulate font-lock-add-keywords if it is not available.
6757         (gnus-message-remove-citation-keywords): Emulate
6758         font-lock-remove-keywords if it is not available.
6759
6760         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6761
6762         * message.el (message-cite-prefix-regexp): Set the value of
6763         gnus-message-cite-prefix-regexp.
6764
6765 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6766
6767         * nnweb.el (nnweb-google-parse-1): Update parser.
6768
6769 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6770
6771         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6772
6773 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6774
6775         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6776         regexp.
6777
6778 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6781         string-to-multibyte.
6782         (uudecode-decode-region-internal): Use it.
6783
6784         * lpath.el: Fbind string-as-multibyte for XEmacs.
6785
6786 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6789         custom choice.
6790
6791         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6792
6793 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6794
6795         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6796
6797         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6798         `write-region' to respect `mm-inhibit-file-name-handlers'.
6799
6800 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6803         Use gnus-home-directory instead of "~/" or "$HOME".
6804
6805 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6806
6807         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6808         to mention filename.
6809         Add comments at beginning regarding usage.
6810         (encrypt-write-file-contents): Change interactive so a string is
6811         acceptable.  If the file has no associated model, show an error instead
6812         of a nonsense prompt.
6813
6814 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6815
6816         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6817         Thanks to Yoshihiko Yamada for kind notification of this typo.
6818
6819 2007-01-12  Kenichi Handa  <handa@m17n.org>
6820
6821         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6822         multibyte buffer.
6823
6824 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * gnus-score.el (gnus-score-fast-scoring): New variable.
6827         (gnus-score-headers): Use it.
6828
6829         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6830
6831         * message.el (message-cite-original-1): Call
6832         gnus-article-highlight-citation if requested.
6833         (message-make-from): Allow name and address as optional arguments.
6834
6835         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6836
6837         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6838         bugs to doc string.
6839         (gnus-button-alist): Add mid\\|message-id.
6840         (gnus-button-fetch-group): Extend for use in
6841         `browse-url-browser-function'.
6842         (gnus-button-url-regexp): Try to catch paired parentheses like in
6843         Wikipedia URLs.
6844
6845         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6846         Suggested by Simon Krahnke <overlord@gmx.li>.
6847
6848 2007-01-13  Romain Francoise  <romain@orebokech.com>
6849
6850         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6851         Update copyright.
6852
6853 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6854
6855         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6856
6857 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * gnus-registry.el (gnus-registry-unfollowed-groups)
6860         (gnus-registry-split-fancy-with-parent): Fix documentation.
6861
6862 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6865         from nnweb groups.
6866
6867 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6870         Xref urls.  Erase buffer before requesting head.
6871
6872 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6875         customizable.
6876
6877 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6878
6879         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6880         no signing key is found.
6881         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6882         no encrypting and/or signing key is found.
6883
6884 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6887
6888 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6889
6890         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6891         headers read from disk with the ones newly found in the current search.
6892         This should no longer cause problems, because the article numbers in
6893         Gmane's `nov.php' output are ignored since the previous change.
6894
6895 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6896
6897         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6898
6899 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6902         replace-regexp-in-string; bind url-version; fbind display-images-p and
6903         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6904         find-face and set-itimer-function for Emacs; bind itimer-list for
6905         Emacs.
6906
6907         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6908
6909 2007-01-01  Romain Francoise  <romain@orebokech.com>
6910
6911         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6912
6913 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6914
6915         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6916         `define-minor-mode' macro definition expanded properly.
6917         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6918         exclude it there.
6919
6920         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6921         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6922         `fboundp' test.
6923         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6924         This is OK to autoload in (S)XEmacs now.
6925
6926 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6929         keystroke.
6930         (gnus-summary-limit-to-singletons): Fix typo.
6931
6932         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6933         else fails.
6934
6935 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6936
6937         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6938         docstring.
6939
6940         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6941         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6942         (gnus-summary-insert-dormant-articles): Fix typo in message.
6943
6944 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6945
6946         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6947         nil for XEmacs.
6948         (gnus-message-citation-mode): Don't autoload in XEmacs.
6949
6950         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6951
6952 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6953
6954         * nnimap.el (nnimap-expunge-search-string): Mention
6955         nnimap-search-uids-not-since-is-evil in docstring.
6956
6957 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * spam.el: Revert to make-obsolete-variable because
6960         define-obsolete-variable-alias is not supported in Emacs 21.
6961
6962         * spam.el (spam-ifile-path, spam-ifile-database-path)
6963         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6964         make-obsolete-variable.
6965         (spam-bsfilter-path, spam-bsfilter-program)
6966         (spam-spamassassin-path, spam-spamassassin-program)
6967         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6968         use "path" inappropriately.
6969         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6970         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6971         variable names.
6972
6973 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6974
6975         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6976         summary buffer.
6977
6978         * password.el (password-cache-remove): Use clear-string to burn
6979         password, if available.
6980
6981 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6984
6985         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6986
6987         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6988         (gnus-message-highlight-citation): Move defcustom here from
6989         gnus-cite.el.
6990         (gnus-message-citation-mode): Autoload.
6991
6992         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6993         checks to make it compile with XEmacs.
6994         (gnus-message-citation-mode): New minor mode.
6995         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6996         (gnus-message-highlight-citation): New variables.
6997         (gnus-message-search-citation-line)
6998         (gnus-message-add-citation-keywords)
6999         (gnus-message-remove-citation-keywords)
7000         (turn-on-gnus-message-citation-mode)
7001         (turn-off-gnus-message-citation-mode): New functions.
7002
7003 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7004
7005         * gnus-cite.el: Enable highlighting of different citation levels in
7006         message-mode.
7007
7008 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * message.el (message-make-fqdn): Fix comment.
7011         (message-bogus-system-names): Add ".local".
7012
7013         * spam.el (spam-ifile-path, spam-ifile-program)
7014         (spam-ifile-database-path, spam-ifile-database)
7015         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7016         Don't use "path" inappropriately.
7017         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7018         strings.
7019         (spam-check-ifile, spam-ifile-register-with-ifile)
7020         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7021         new variable names.
7022
7023         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7024         (gnus-treat-display-smileys): Simplify using
7025         gnus-image-type-available-p.
7026
7027         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7028         available.
7029
7030         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7031         `display-images-p' if available.
7032
7033 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7036         one after turning on the buffer's multibyteness instead of decoding
7037         them directly in the unibyte buffer that causes unexpected conversion
7038         in Emacs 23 (unicode).
7039
7040 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7041
7042         * message.el (message-generate-hashcash): Fix custom type.
7043
7044 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7047
7048 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7051         disconnect icons.  Add help text.
7052
7053 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7056         negated to be consistent with the others we handle.
7057
7058 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7061         version of gnus-summary-buffer to something, so that we can use two
7062         article buffers at the same time.
7063
7064 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7065
7066         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7067         trigger all the extra headers.
7068         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7069         sorting.
7070
7071 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7072
7073         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7074         solid groups.
7075
7076 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7077
7078         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7079
7080 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * legacy-gnus-agent.el: Add Copyright notice.
7083
7084 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7085
7086         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7087
7088 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089
7090         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7091
7092         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7093         to make it work reliably in CVS Emacs.
7094         (gnus-summary-limit-strange-charsets-predicate)
7095         (gnus-summary-limit-to-predicate): New functions.
7096
7097 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7098
7099         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7100         specifying array size.
7101         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7102         array if it is too small.
7103         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7104         (gnus-sort-threads-loop): New function.
7105
7106 2006-12-06  Chris Moore  <dooglus@gmail.com>
7107
7108         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7109         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7110
7111 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7112
7113         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7114         options.
7115
7116 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117
7118         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7119         DOS-ing the recipient.
7120
7121         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7122         the headers when creating the mapping to avoid mismappings.
7123         (nnweb-gmane-create-mapping): Always nix out old mapping.
7124
7125 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7128         and mm-verify-option to never.
7129
7130 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * message.el (message-signed-or-encrypted-p): New function.
7133         (message-forward-make-body): Use it.
7134
7135         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7136         Replace encode-coding-string with mm-encode-coding-string.
7137
7138 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * nneething.el (nneething-decode-file-name): Replace
7141         decode-coding-string with mm-decode-coding-string.
7142
7143         * gnus-int.el (gnus-open-server): Say failed server's name.
7144
7145 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7146
7147         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7148         strings to a single string.  Quote `errors-file-name'.
7149         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7150         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7151         Adjust calls.  Use `shell-quote-argument'.
7152
7153 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7154
7155         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7156         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7157
7158         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7159         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7160         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7161         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7162         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7163         (gnus-subscribe-newsgroup, gnus-1):
7164         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7165         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7166         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7167         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7168
7169 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7172         keystroke.
7173         (gnus-summary-limit-to-bodies): Implement headersp.
7174
7175 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7178
7179 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7182
7183 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * message.el (message-generate-hashcash): Expand range of values to
7186         include `opportunistic'.
7187         (message-send-mail): Use it.
7188
7189 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7190
7191         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7192         and comment it.
7193
7194         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7195
7196 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * gnus-util.el (gnus-extract-address-components): Improve comment.
7199
7200 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-util.el (gnus-extract-address-components): Work with address in
7203         which the name portion contains @.
7204
7205         * lpath.el: Fbind custom-autoload.
7206
7207 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * gnus.el (gnus-start): Move custom group up.
7210         (gnus-select-method): Don't autoload, but make it available for
7211         `customize-variable'.
7212         (gnus-getenv-nntpserver): Don't autoload.
7213
7214 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7215
7216         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7217
7218 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * message.el (message-sendmail-extra-arguments): New variable.
7221         (message-send-mail-with-sendmail): Use it.
7222
7223 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7226         mm-with-unibyte-current-buffer to make string unibyte.
7227
7228         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7229         mm-string-as-multibyte.
7230
7231 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7232
7233         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7234         Reported by Werner Koch <wk@gnupg.org>.
7235
7236 2006-11-14  Daiki Ueno  <ueno@p360>
7237
7238         * mml2015.el: Autoload epa-select-keys when compiling.
7239
7240 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7241
7242         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7243         message-options.
7244         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7245
7246 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7247
7248         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7249         EasyPG (< 0.0.6).
7250         (mml2015-always-trust): New user option.
7251         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7252         prompt.
7253
7254 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * nntp.el (nntp-authinfo-force): New variable.
7257         (nntp-send-authinfo): Use it.
7258
7259 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7262         decode encoded words.  Improve prompt.  Add comment about forwarding.
7263         (message-replacement-char): Move up.
7264
7265 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7266
7267         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7268         instead of gnus-intersection because arguments of gnus-sorted-nunion
7269         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7270
7271 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7274         (message-simplify-subject-functions): Enable
7275         message-strip-subject-encoded-words by default.
7276
7277 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * message.el (message-strip-subject-encoded-words): New function.
7280         (message-simplify-subject-functions): New variable.
7281         (message-simplify-subject): Use it.  Fix typo in doc string.
7282         Support message-strip-subject-encoded-words.
7283
7284 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7285
7286         * gnus-diary.el (gnus-diary-delay-format-function):
7287         * nndiary.el (nndiary-reminders):
7288         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7289
7290 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7291
7292         * gnus-art.el (article-hide-boring-headers): Fetch date from
7293         gnus-original-article-buffer to avoid problems with localized date
7294         strings.
7295
7296 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7299
7300 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7303         New variables.
7304         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7305         (mm-charset-synonym-alist): Move some entries to
7306         mm-codepage-iso-8859-list.
7307         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7308         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7309
7310 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7313
7314 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7317         with Emacs 21 and XEmacs.
7318
7319 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7320
7321         * spam.el (spam-parse-address): New function for better parsing,
7322         catching errors, etc.
7323         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7324
7325 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * mm-view.el: Add interactive arg to html2text autoload.
7328
7329 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7332
7333 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7336         variables.
7337         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7338         (mm-charset-synonym-alist): Move some entries to
7339         mm-codepage-iso-8859-list.
7340
7341         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7342
7343 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * message.el (message-citation-line-format)
7346         (message-insert-formated-citation-line): Fix implementation of %E, %N
7347         and %n according to the doc string.
7348
7349 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7350
7351         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7352         car-safe to avoid bad parses.
7353
7354 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7357         names.
7358
7359         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7360
7361 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7364         header.
7365
7366         * message.el (message-draft-headers): Add Date.
7367         (message-headers-to-generate): Fix typo in docstring.
7368
7369         * nndraft.el (nndraft-required-headers): New variable.
7370         (nndraft-generate-headers): Use it.
7371
7372         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7373
7374 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * gnus-registry.el (gnus-registry-wash-for-keywords)
7377         (gnus-registry-find-keywords): New functions to allow easy searching of
7378         articles that are in the registry.
7379
7380 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7383         ietf-drums-parse-address instead of gnus-extract-address-components.
7384         Reported by Damien Elmes <damien@repose.cx>.
7385
7386 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * gnus.el (gnus-mime): Remove unused custom group.
7389
7390 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7391
7392         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7393         "blank line" when searching for end of armor headers.
7394
7395 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * gmm-utils.el (gmm-write-region): Fix variable name.
7398
7399 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * gmm-utils.el (gmm-write-region): New function based on compatibility
7402         code from `mm-make-temp-file'.
7403
7404         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7405
7406         * nnmaildir.el (nnmaildir--update-nov)
7407         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7408         Use `gmm-write-region'.
7409
7410 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7413         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7414
7415         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7416
7417         * message.el (message-replacement-char): New variable.
7418         (message-fix-before-sending): Use it.
7419         (message-simplify-subject): New function to remove duplicate code.
7420         (message-reply, message-followup): Use it.
7421
7422         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7423         gnus-summary-limit-to-articles.
7424
7425 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-util.el (gnus-with-local-quit): New macro.
7428
7429         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7430
7431 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7432
7433         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7434         ignore non-string data.
7435
7436 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7437
7438         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7439         non-string data (needs to be done in the registry too).
7440
7441 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7442
7443         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7444         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7445         (gnus-registry-split-fancy-with-parent)
7446         (gnus-registry-fetch-simplified-message-subject-fast)
7447         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7448         Remove text properties on ingress into the registry and when it's saved.
7449         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7450         registry from entries with no groups.
7451
7452 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7453
7454         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7455         function to remove string properties.
7456
7457 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7458
7459         * gmm-utils.el (gmm): Adjust custom version.
7460
7461         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7462         custom version.
7463
7464         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7465
7466 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gnus-art.el (gnus-insert-prev-page-button)
7469         (gnus-insert-next-page-button): Simplify.  Reformat.
7470
7471 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7472
7473         * gnus-art.el (gnus-insert-prev-page-button)
7474         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7475
7476 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7477
7478         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7479
7480 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7481
7482         * gnus-art.el (gnus-insert-mime-button)
7483         (gnus-insert-mime-security-button):
7484         Apply gnus-article-button-face to MIME and security buttons.
7485
7486 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7489         readable.
7490
7491 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7494
7495 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7496
7497         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7498         `browse-url-of-file' instead of `browse-url'.
7499
7500 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7501
7502         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7503         regexp.  Articles containing quotation were cut prematurely.
7504
7505 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * message.el (message-cite-original-1): Use nobody by default for the
7508         value of From header.
7509         (message-reply): Ditto.
7510
7511 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7512
7513         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7514         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7515         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7516
7517 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7520         mails in the doc string.  Add some URLs in comment.
7521         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7522
7523 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7526         backslashes handling and the way to find boundaries of quoted strings.
7527
7528 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7529
7530         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7531         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7532         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7533         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7534
7535 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7538         doc string.
7539         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7540
7541 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * lpath.el: Fbind epg-check-configuration.
7544
7545 2006-09-06  Simon Josefsson  <jas@extundo.com>
7546
7547         * mml2015.el (mml2015-use): Doc fix, mention epg.
7548
7549 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7550
7551         * mml2015.el (mml2015-use): Default to epg, if available.
7552
7553 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7554
7555         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7556         message-sender.
7557         (mml1991-epg-encrypt): Ditto.
7558         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7559         message-sender.
7560         (mml2015-epg-encrypt): Ditto.
7561
7562 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7563
7564         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7565         several common directories.
7566
7567 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7568
7569         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7570         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7571
7572 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-art.el (article-decode-encoded-words): Make it fast.
7575
7576 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7579
7580         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7581         in quoted string into `\'.
7582
7583 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7586         Use standard-syntax-table.
7587
7588 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-art.el (gnus-decode-address-function): New variable.
7591         (article-decode-encoded-words): Use it to decode headers which are
7592         assumed to contain addresses.
7593         (gnus-mime-delete-part): Remove useless `or'.
7594
7595         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7596         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7597         (gnus-nov-parse-line): Use it to decode From header.
7598         (gnus-get-newsgroup-headers): Ditto.
7599         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7600
7601         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7602         (mail-decode-encoded-address-string): New alias.
7603
7604         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7605         New function.
7606         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7607         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7608         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7609         (rfc2047-decode-string): Ditto.
7610         (rfc2047-decode-address-region): New function.
7611         (rfc2047-decode-address-string): New function.
7612
7613 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7614
7615         * message.el (message-caesar-buffer-body): Allow rotating headers.
7616
7617         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7618
7619         * message.el (message-insert-formated-citation-line): Fix %f.
7620         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7621
7622 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7625         (gnus-bookmark-mouse-available-p): New macro.
7626         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7627         (gnus-bookmark-bmenu-show-infos): Use it.
7628         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7629         (gnus-bookmark-bmenu-hide-infos): Ditto.
7630         (gnus-bookmark-remove-properties): New function.
7631         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7632         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7633         (gnus-bookmark-write-file): Bind coding-system-for-write.
7634         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7635         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7636         group before selecting it.
7637         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7638         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7639         quit-window if it is not available; use gnus-mouse-2 and bind it to
7640         gnus-bookmark-bmenu-select-by-mouse.
7641         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7642         (gnus-bookmark-bmenu-select-by-mouse): New function.
7643
7644 2006-08-13  Romain Francoise  <romain@orebokech.com>
7645
7646         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7647         space.
7648
7649 2006-08-10  Romain Francoise  <romain@orebokech.com>
7650
7651         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7652         (dns-mode-soa-auto-increment-serial): New user option.
7653         (dns-mode-soa-maybe-increment-serial): New function.
7654         (dns-mode): Add the latter to `write-contents-functions'.
7655
7656 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * compface.el (uncompface): Use binary rather than raw-text-unix.
7659
7660 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * compface.el (uncompface): Make sure the eol conversion doesn't take
7663         place when communicating with the external programs.  Reported by
7664         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7665
7666 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7669
7670 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7671
7672         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7673         Make it more robust by parsing author and date independently.
7674
7675 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7678
7679 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7680
7681         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7682         first matching secret key.
7683         (mml2015-epg-encrypt): Ditto.
7684
7685         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7686         first matching secret key.
7687         (mml1991-epg-encrypt): Ditto.
7688
7689         * mml2015.el (mml2015-encrypt-to-self): New user option.
7690         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7691         mml2015-epg-encrypt-to-self is set.
7692
7693         * mml1991.el (mml1991-encrypt-to-self): New variable.
7694         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7695         mml1991-epg-encrypt-to-self is set.
7696
7697         * mml2015.el (mml2015-signers): New user option.
7698         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7699         (mml2015-epg-encrypt): Allow to select signing keys.
7700
7701         * mml1991.el (mml1991-signers): New variable.
7702         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7703         (mml1991-epg-encrypt): Allow to select signing keys.
7704
7705 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * nnheader.el (nnheader-insert-head): Make it work even if the file
7708         uses CRLF for the line-break code.
7709
7710 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7711
7712         * mml2015.el: Require mml-sec instead of password.
7713         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7714         (mml2015-cache-passphrase): Inherit the default value from
7715         mml-secure-cache-passphrase.
7716         (mml2015-passphrase-cache-expiry): Inherit the default value from
7717         mml-secure-passphrase-cache-expiry.
7718
7719         * mml1991.el: Require mml-sec instead of password.
7720         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7721         (mml1991-cache-passphrase): Inherit the default value from
7722         mml-secure-cache-passphrase.
7723         (mml1991-passphrase-cache-expiry): Inherit the default value from
7724         mml-secure-passphrase-cache-expiry.
7725
7726         * mml-sec.el: Require password.
7727         (mml-secure-verbose): New user option.
7728         (mml-secure-cache-passphrase): New user option.
7729         (mml-secure-passphrase-cache-expiry): New user option.
7730
7731 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7732
7733         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7734         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7735         andreas@altroot.de (Andreas Vögele).
7736
7737         FIXME: Use `tiny change'?
7738
7739 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7740
7741         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7742         workaround for the url package included with Emacs.
7743
7744         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7745
7746 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7749         correctly.  This fixes a bug caused by the 2006-05-12 change.
7750
7751 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7752
7753         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7754         some information about the error when saying that the `bogus' mail
7755         group will be used.
7756
7757 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7760         string.
7761
7762 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7763
7764         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7765
7766 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7767
7768         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7769
7770 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7771
7772         * mml1991.el (mml1991-function-alist): Add epg.
7773         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7774         (mml1991-epg-encrypt): New functions.
7775
7776 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7777
7778         * mml2015.el (mml2015-verbose): New variable.
7779         (mml2015-cache-passphrase): Ditto.
7780         (mml2015-passphrase-cache-expiry): Ditto.
7781         (mml2015-function-alist): Add epg.
7782         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7783         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7784         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7785         functions.
7786
7787 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7788
7789         * message.el (message-cite-original-1): Preserve region when removing
7790         quoted text due to X-No-Archive in order to avoid bogus attribution
7791         when citing multiple messages.
7792
7793 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7794
7795         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7796         Kenneth Jacker <khj@be.cs.appstate.edu>.
7797
7798 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * gnus-diary.el (gnus-user-format-function-d)
7801         (gnus-user-format-function-D): Autoload.
7802
7803         * imap.el (Commentary): Fix typo.
7804
7805         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7806         2006-04-22 contribution.
7807
7808 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7809
7810         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7811         It didn't really fix the bogosity I'm seeing with solid web groups.
7812
7813 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7814
7815         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7816         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7817         created using server names.  If we use the feature without declaring
7818         it, Gnus does not properly manage server and group state.
7819
7820         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7821         bound.
7822
7823 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7824
7825         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7826         looking up the method using GROUP's prefix before inventing a new one.
7827         It is used on killed/unknown groups in various places where returning
7828         an all-new method isn't expected by the caller.
7829
7830         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7831         and match semantics of gnus-group-real-prefix.
7832
7833 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * nnmail.el (nnmail-broken-references-mailers): New variable.
7836         (nnmail-ignore-broken-references): New function generalizing
7837         nnmail-fix-eudora-headers.
7838         (nnmail-fix-eudora-headers): Now obsolete.
7839
7840         * gnus-art.el (gnus-button-handle-custom): Support
7841         `customize-apropos*'.
7842
7843 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844
7845         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7846
7847         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7848         articles.
7849
7850 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * message.el (message-cite-reply-above): New variable.
7853         (message-yank-original): Use it.
7854
7855 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7858
7859 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7862         as read.
7863
7864         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7865
7866 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7869         (gnus-bookmark-default-file): Use gnus-directory.
7870         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7871         Remove "*" in doc string.
7872         (gnus-bookmark-write-file): Simplify.
7873         (gnus-bookmark-maybe-sort-alist): Use `when'.
7874         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7875         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7876         FIXME about Emacs 21 and XEmacs compatibility.
7877         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7878         compatibility.
7879         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7880         compatibility.
7881         (gnus-bookmark-menu-heading): Fix version.
7882
7883 2006-06-19  Bastien Guerry  <bzg@altern.org>
7884
7885         * gnus-bookmark.el: New file.
7886
7887 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * message.el (message-syntax-checks): Doc fix.
7890
7891 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7892
7893         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7894         unsubscribed groups as if they were killed ones.  It causes duplicate
7895         entries in gnus-newsrc-alist.
7896
7897 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * message.el (message-syntax-checks): Doc fix.
7900         (message-send-mail): Add check for continuation headers.
7901         (message-check-news-header-syntax): Fix regexp used to check for
7902         continuation headers.
7903
7904 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7907
7908 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7911
7912 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7915         default-truncate-lines.
7916
7917 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7920         to fill the utf-8 entry.
7921
7922         * lpath.el: Fbind unicode-precedence-list.
7923
7924 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7925
7926         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7927
7928 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7929
7930         * gnus-agent.el (directory-files-and-attributes): Move all the way
7931         forward (the third and final move).
7932         (gnus-agent-read-agentview): Trap reconstruction errors due to
7933         nonexistant directory.  Handle by returning nil.
7934
7935 2006-05-30  Didier Verna  <didier@xemacs.org>
7936
7937         * message.el (message-dont-reply-to-names): Update the custom type.
7938         * message.el (message-dont-reply-to-names): New defsubst: potentially
7939         convert a list of regexps into a single one.
7940         * message.el (message-get-reply-headers): Use it.
7941         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7942
7943 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * gnus-agent.el (directory-files-and-attributes): Move forward.
7946
7947 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * gnus-ml.el (gnus-mailing-list-subscribe)
7950         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7951         (gnus-mailing-list-message): Fix doc strings.
7952
7953 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7954
7955         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7956         of doing it manually.
7957
7958 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7961         comment.
7962
7963 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7964
7965         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7966         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7967         (gnus-agent-read-local): All symbols allocated in my-obarray.
7968         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7969         (gnus-agent-regenerate-group): Check numeric names to see if they are
7970         messages or groups.
7971         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7972         better way of do this...)
7973
7974         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7975         'dummy.group' (there should be a better way of do this...)
7976
7977 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7980         (gnus-saved-headers): Ditto.
7981         (gnus-default-article-saver): Mention functions may have properties.
7982         (gnus-article-save): Override gnus-save-all-headers and
7983         gnus-saved-headers by :headers property which saver function may have.
7984         (gnus-summary-save-in-file): Add :headers property.
7985         (gnus-summary-write-to-file): Ditto.
7986
7987         * gnus-sum.el (gnus-summary-save-article): Bind
7988         gnus-prompt-before-saving to t when saving many articles in a file;
7989         always show all headers.
7990
7991         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7992
7993 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7996         marks.
7997
7998         * message.el (message-indent-citation): Add optional arguments to allow
7999         using it outside of message buffers.
8000
8001         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8002         (gnus-article-treat-unfold-headers): Use it.
8003         (gnus-article-truncate-lines): New variable.
8004         (gnus-article-mode): Use it.
8005         (gnus-article-toggle-truncate-lines): New function.
8006
8007         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8008         gnus-article-toggle-truncate-lines.
8009
8010         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8011         coding system in XEmacs, use binary.
8012
8013 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8016         after-load-alist.
8017
8018         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8019         this function should save decoded articles.
8020         (gnus-summary-write-to-file): Use property to specify this function
8021         should save decoded articles and specify gnus-summary-save-in-file
8022         should be used to save articles other than the first one when saving
8023         many articles.
8024         (gnus-summary-save-body-in-file): Use property to specify this
8025         function should save decoded articles.
8026         (gnus-summary-write-body-to-file): Use property to specify this
8027         function should save decoded articles and specify
8028         gnus-summary-save-body-in-file should be used to save articles other
8029         than the first one when saving many articles.
8030
8031         * gnus-sum.el (gnus-summary-save-article): Simplify.
8032
8033 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-art.el (gnus-default-article-saver): Add
8036         gnus-summary-write-body-to-file.
8037         (gnus-article-save-coding-system): Don't use coding system object
8038         in XEmacs.
8039         (gnus-read-save-file-name): Add optional `dir-var' argument which
8040         specifies directory in which files are saved; work even if optional
8041         `variable' argument is not specified.
8042         (gnus-summary-write-to-file): Read file name.
8043         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8044         (gnus-summary-write-body-to-file): New function.
8045
8046         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8047         (gnus-summary-local-variables): Add it.
8048         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8049         (gnus-summary-save-article): Remove optional `decode' argument;
8050         determine whether to decode articles by the value of
8051         gnus-default-article-saver; when saving many files using
8052         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8053         it first and use gnus-summary-save-in-file or
8054         gnus-summary-save-body-in-file thereafter unless
8055         gnus-prompt-before-saving is always; move point to article which
8056         will be saved.
8057         (gnus-summary-save-article-file): Revert.
8058         (gnus-summary-write-article-file): Revert.
8059         (gnus-summary-save-article-body-file): Revert.
8060         (gnus-summary-write-article-body-file): New function.
8061
8062 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-art.el (gnus-default-article-saver): Doc fix.
8065         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8066         from gnus-summary-save-article-coding-system, and default to a
8067         certain coding system.
8068         (gnus-output-to-file): Add coding cookie and encode text according
8069         to gnus-article-save-coding-system; don't use mm-append-to-file.
8070
8071         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8072         gnus-art.el and rename to gnus-article-save-coding-system.
8073         (gnus-summary-save-article): Require gnus-art; don't show all
8074         headers if it decodes articles; don't add coding cookie here;
8075         don't bind mm-text-coding-system-for-write.
8076         (gnus-summary-save-article-file): Save decoded articles.
8077         (gnus-summary-write-article-file): When saving many files, use
8078         gnus-summary-write-to-file first and gnus-summary-save-in-file
8079         thereafter unless gnus-prompt-before-saving is always.
8080         (gnus-summary-save-article-body-file): Save decoded articles.
8081
8082         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8083
8084 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * nnrss.el (nnrss-check-group): Bind hash-index.
8087
8088 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8089
8090         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8091         its hash index.  Store this hash in `nnrss-group-data'.
8092         (nnrss-read-group-data): Update accordingly.
8093
8094 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8097         entry.
8098
8099         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8100         gnus-article-browse-html-article.
8101
8102 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8103
8104         * gnus-sum.el (gnus-summary-mime-map): Add
8105         gnus-article-browse-html-article.
8106
8107         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8108
8109 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8112         suitable coding systems in customize.
8113
8114 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * mail-source.el (mail-sources): Fix custom type.
8117
8118 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8121         (gnus-summary-expire-articles-now): Shorten prompt.
8122
8123         * gmm-utils.el (wid-edit): Require.
8124         (defun-gmm): Renamed from `gmm-defun-compat'.
8125         (gmm-image-search-load-path): Use it.
8126         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8127
8128 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8131         variable.
8132         (gnus-summary-save-article): Add optional `decode' argument.  If
8133         it is set and gnus-summary-save-article-coding-system is non-nil,
8134         save decoded article.
8135         (gnus-summary-write-article-file): Save decoded article if
8136         gnus-summary-save-article-coding-system is non-nil.
8137
8138         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8139         type.
8140
8141 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8144
8145 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8148         first to test gnus-single-article-buffer which may be buffer-local.
8149
8150         * gnus-sum.el (gnus-summary-setup-buffer): Make
8151         gnus-single-article-buffer buffer-local and nil in ephemeral
8152         group; make gnus-article-buffer, gnus-article-current, and
8153         gnus-original-article-buffer always buffer-local.
8154         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8155         group.
8156         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8157
8158 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * nnml.el (nnml-request-compact-group): Compressed files might not
8161         have .gz extension.
8162
8163 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8164
8165         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8166         (mm-copy-to-buffer): Use with-current-buffer.
8167         (mm-display-part): Simplify.
8168         (mm-inlinable-p): Add optional arg `type'.
8169
8170 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8171
8172         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8173         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8174         Try harder to show the attachment internally or externally using
8175         gnus-mime-view-part-as-type.
8176
8177 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * message.el (message-from-style, message-signature-separator)
8180         (message-user-organization-file, message-send-mail-function)
8181         (message-citation-line-function, message-yank-prefix)
8182         (message-indent-citation-function, message-signature)
8183         (message-signature-file, message-signature-insert-empty-line):
8184         Remove autoloads.
8185
8186         * gnus-art.el (gnus-buttonized-mime-types): Remove
8187         "multipart/signed".  Revert 2006-04-26 change.
8188
8189 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8190
8191         * gnus.el (gnus-version-number): Bump version.
8192
8193 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8194
8195         * gnus.el: No Gnus v0.5 is released.
8196
8197 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8198
8199         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8200         fetching articles by message-id.
8201
8202 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * message.el (hashcash): Require hashcash as normal.
8205
8206         * ecomplete.el (ecomplete-highlight-match-line): Use
8207         point-at-eol.
8208         (ecomplete-highlight-match-line): Use `highlight', because that
8209         face exists in both Emacs and XEmacs.
8210
8211         * message.el (message-display-abbrev): Use point-at-bol.
8212
8213         * mail-source.el: Don't require timer/timer-funcs.
8214
8215         * gnus-async.el: Ditto.
8216
8217         * password.el: Ditto.
8218
8219         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8220
8221         * mm-url.el: Ditto.
8222
8223         * gnus-xmas.el: Don't require timer-funcs.
8224
8225         * mm-util.el: Require timer/timer-funcs.
8226
8227 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8228
8229         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8230         Close.
8231
8232 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8235         unibyte after clear-decrypt function runs.
8236
8237         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8238         returns as a unibyte string.
8239
8240 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * lpath.el: Revert.
8243
8244         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8245         (pgg-gpg-process-sentinel): Revert.
8246
8247         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8248         (pgg-pgp-lookup-key): Revert.
8249
8250         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8251         (pgg-pgp5-lookup-key): Revert.
8252
8253         * pgg.el (pgg-fetch-key): Revert.
8254
8255 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * lpath.el: Fbind string-as-multibyte for XEmacs.
8258
8259         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8260         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8261         (mml1991-pgg-encrypt): Ditto.
8262
8263         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8264         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8265         a multibyte buffer.
8266
8267         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8268         (pgg-pgp-lookup-key): Ditto.
8269
8270         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8271         (pgg-pgp5-lookup-key): Ditto.
8272
8273         * pgg.el (pgg-fetch-key): Ditto.
8274
8275 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * message.el (message-user-organization-file): Check several
8278         locations of the organization file.
8279
8280         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8281         Add gnus-article-view-part-as-type.
8282
8283         * gnus-art.el (gnus-article-view-part-as-type): New function.
8284
8285         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8286         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8287
8288         * mml.el: Simplify autoload.
8289         (mml-mode): defvar dnd-protocol-alist instead of using
8290         symbol-value.
8291         (mml-default-directory): New variable.
8292         (mml-minibuffer-read-file): Use it.
8293         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8294
8295         * message.el (message-citation-line-format): New variable.
8296         (message-insert-formated-citation-line): New function.
8297         (message-citation-line-function): Add
8298         `message-insert-formated-citation-line' to custom type.
8299
8300         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8301         to doc string.
8302
8303         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8304         depending on mm-verify-option.
8305
8306 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8309         binding pgg-* variables; reimplement the section which prevents
8310         MIME header from being signed.
8311         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8312         pgg-text-mode; remove a blank line at the top of body.
8313
8314         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8315         lines at the top of body; use gnus-newsgroup-charset if there's no
8316         Charset header.
8317
8318 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * message.el (message-self-insert-commands): Doc fix.
8321
8322         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8323         (mm-uu-pgp-encrypted-test): Ditto.
8324         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8325         between header and body; return application/pgp-encrypted handle
8326         if decryption failed; decode decrypted body by charset.
8327
8328         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8329         element match to application/pgp-*.
8330
8331 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8332
8333         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8334         HTML.
8335
8336 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * mail-source.el (mail-source-call-script): Message the error
8339         string.
8340
8341 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * gnus-util.el (gnus-byte-compile): Use it.
8344
8345 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8346
8347         * gnus-util.el (kill-empty-logs): New function.
8348
8349 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350
8351         * message.el (message-mail-alias-type): Doc fix.
8352         (message-mail-alias-type-p): New function.
8353         (message-send): Use it.
8354         (message-mode): Ditto.
8355         (message-strip-forbidden-properties): Ditto.
8356
8357         * ecomplete.el (ecomplete-database-file-coding-system): New
8358         variable.
8359         (ecomplete-save): Use it.
8360         (ecomplete-setup): Use it.
8361
8362 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * message.el (message-self-insert-commands): New variable.
8365         (message-strip-forbidden-properties): Use it.
8366
8367 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8368
8369         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8370         that doesn't make XEmacs choke.
8371
8372 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * gnus-util.el (gnus-replace-in-string):
8375         Prefer replace-regexp-in-string over of replace-in-string.
8376
8377 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-util.el (gnus-select-frame-set-input-focus):
8380         Use select-frame-set-input-focus if it is available in XEmacs; use
8381         definition defined in Emacs 22 for old Emacsen.
8382
8383         * dgnushack.el: Autoload unmorse-region for XEmacs.
8384
8385         * lpath.el: Bind cursor-in-non-selected-windows and
8386         select-frame-set-input-focus for XEmacs.
8387
8388 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8391
8392 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * gnus-registry.el (gnus-registry-cache-save): Remove text
8395         properties when saving via the temp buffer.
8396
8397 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * message.el (message-generate-hashcash): Honor custom type.
8400
8401 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * message.el (message-generate-hashcash): Default to non-nil when
8404         hashcash is found.
8405
8406         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8407         (gnus-refer-thread-limit): Increase default to 500.
8408
8409         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8410
8411         * flow-fill.el (fill-flowed): Allow delete-space.
8412
8413 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8414
8415         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8416         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8417         Remove autoloads.
8418
8419 2006-04-18  Simon Josefsson  <jas@extundo.com>
8420
8421         * message.el (message-generate-hashcash): Default to.
8422
8423 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8426         concatenating segments rather than before concatenating them.
8427
8428 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8431
8432 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8435
8436         * message.el (message-forward-make-body-plain): Allow
8437         message-forward-ignored-headers to be a list.
8438         (message-remove-ignored-headers): Factor out into function.
8439         (message-forward-make-body-mml): Use it.
8440
8441         * imap.el (imap-quote-specials): New function.
8442         (imap-login-auth): Quote specials.
8443
8444         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8445         (rfc2231-parse-string): Allow concatanation of parameters that
8446         aren't contiguous.  The test case is
8447           (mail-header-parse-content-type "message/external-body;
8448             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8449             access-type=LOCAL-FILE;
8450             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8451
8452 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8453
8454         * nntp.el (nntp-accept-process-output): Return the value of
8455         `nnheader-accept-process-output'.
8456
8457 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8460         (gnus-button-alist): Recognize more diff formats.
8461         (gnus-button-patch): Strip directory.
8462
8463 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8466         Emacs 22 when setting focus.
8467
8468 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469
8470         * gnus-art.el (gnus-article-treat-types): Do treatment of
8471         text/x-verbatim parts.
8472         (gnus-button-patch): New command.
8473
8474         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8475         addresses that contain invalid characters.
8476
8477 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * message.el (message-put-addresses-in-ecomplete): Use
8480         gnus-replace-in-string.
8481         (message-is-yours-p): Use the more correct
8482         mail-header-parse-address instead of
8483         mail-extract-address-components.
8484         (message-put-addresses-in-ecomplete): Fix typo.
8485
8486         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8487         keystroke.
8488
8489         * gnus-art.el (gnus-treatment-function-alist): Change order of
8490         newsgroups/generic header folding to avoid double-folding.
8491
8492         * message.el (message-hidden-headers): Add X-Draft-From.
8493
8494         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8495         command.
8496         (gnus-summary-repeat-search-article-backward): New command.
8497
8498         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8499         groups in the parent topic.
8500
8501 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8502
8503         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8504         (spam-extra-header-to-number): Return the CRM114 number as a
8505         number instead of a string.
8506
8507 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * gnus-art.el (gnus-face-properties-alist): Moved here from
8510         gnus-fun.
8511
8512         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8513
8514 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515
8516         * message.el (message-strip-forbidden-properties): Only display on
8517         self-insert-command.
8518
8519         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8520         reindent.
8521         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8522
8523 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8524
8525         * smiley.el (smiley-style): Fix typo.
8526
8527 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * hashcash.el (hashcash-insert-payment-async-2): Use
8530         message-goto-eoh instead of doing it manually.
8531         (mail-add-payment): Use message-narrow-to-header instead of trying
8532         to do the same itself.
8533
8534         * message.el (message-hidden-headers): Add Face.
8535
8536         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8537         reparenting code.
8538         (gnus-summary-reparent-children): Refactored out code.
8539         (gnus-summary-thread-map): New keystroke.
8540         (gnus-summary-reparent-children): Make into command.
8541
8542         * smiley.el (smiley-style): Default to `medium' if using a large
8543         font.
8544
8545         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8546         does it itself.
8547
8548         * message.el (message-point-in-header-p): Simplify definition.
8549
8550 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * nnagent.el (nnagent-request-set-mark): Silence log file
8553         writing.
8554         (nnagent-request-set-mark): Use write-region instead of
8555         append-to-file.
8556
8557         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8558         strange select method.
8559
8560         * ecomplete.el (ecomplete-display-matches): Get highlightling
8561         right.
8562         (ecomplete-display-matches): Use literals.
8563         (ecomplete-display-matches): Disable message logging.
8564
8565         * message.el (message-display-abbrev): Small optimization.
8566
8567         * ecomplete.el (ecomplete-display-matches): Allow automatic
8568         display.
8569
8570         * message.el (message-strip-forbidden-properties): Display
8571         abbrevs.
8572         (message-display-abbrev): Get automatic display right.
8573
8574         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8575         keystrokes.
8576
8577 2006-04-13  Romain Francoise  <romain@orebokech.com>
8578
8579         TODO: Backport to v5-10!
8580
8581         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8582         Moved here (and renamed) from gnus-registry.el.
8583
8584         * gnus-registry.el: Require gnus-util.
8585         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8586
8587 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * gnus-group.el (gnus-group-catchup-current): Change
8590         if-then-else-if-then-else into cond.
8591         (gnus-group-catchup): Indent.
8592         (group-name-at-point): New function.
8593         (gnus-fetch-group): Provide default from thing at point.
8594
8595 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * message.el (message-display-abbrev): Fix regexp.
8598
8599         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8600         choosing.
8601         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8602         dead variables.
8603
8604         * message.el (message-newline-and-indent): Remove debugging.
8605         (message-display-abbrev): Use new implementation.
8606
8607 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * gnus-art.el (gnus-article-mode): Set
8610         cursor-in-non-selected-windows to nil.
8611
8612         * smiley.el: Revert previous change.
8613         (smiley-data-directory): defvar it before using it in the
8614         defcustom of `smiley-style'.
8615
8616 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * message.el (message-newline-and-indent): New function.
8619
8620         * ecomplete.el: Implement more bits.
8621
8622         * message.el (message-put-addresses-in-ecomplete): Clean up the
8623         string.
8624
8625         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8626
8627         * gnus-sum.el (gnus-summary-save-parts): Bind
8628         gnus-summary-save-parts-counter and use it to make unique file
8629         names.
8630
8631         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8632
8633         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8634         parameter to say whether to actually parse the individual
8635         addresses.
8636
8637         * message.el (message-put-addresses-in-ecomplete): New function.
8638         (ecomplete): Require.
8639         (message-mail-alias-type): Add ecomplete as an option.
8640
8641 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8642
8643         * flow-fill.el (fill-flowed): Remove trailing space from blank
8644         quoted lines.
8645
8646 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * smiley.el (smiley-style): Move definition later to avoid a
8649         compilation warning.
8650
8651 2006-04-12  Kenichi Handa  <handa@m17n.org>
8652
8653         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8654         buffer and then decode the buffer text if necessary.
8655         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8656         first, and after mm-encode-body, change the buffer to unibyte.
8657         Use mm-disable-multibyte instead of set-buffer-multibyte.
8658
8659 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8662         Content-Type header instead of Content-Disposition header.
8663         (gnus-mime-inline-part): Ditto.
8664         (gnus-mime-view-part-as-charset): Ignore charset that the part
8665         specifies.
8666
8667         * mm-decode.el (mm-display-part): Work with external parts and
8668         usual parts similarly.
8669
8670         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8671         instead of gnus-display-mime.
8672
8673         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8674         instead of with-temp-buffer.
8675
8676         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8677         tag to summarized topics part in order to encode non-ASCII text.
8678
8679 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * smiley.el (smiley-style): New variable.
8682         (smiley-directory): New function.
8683         (smiley-data-directory): Derive from `smiley-style' using
8684         `smiley-directory'.
8685         (smiley-regexp-alist): Add new entries.
8686
8687         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8688         (gnus-article-browse-delete-temp): Add :version.
8689
8690 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8691
8692         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8693         the sieve region.
8694
8695 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus.el (gnus-version-number): Bump version.
8698
8699 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * gnus.el: No Gnus v0.4 is released.
8702
8703 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704
8705         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8706         layout.
8707
8708         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8709         unknown charset.
8710
8711         * message.el (message-header-synonyms): Add Original-To to the
8712         default.
8713
8714         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8715         optional parameter.
8716
8717 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-fun.el (gnus): Require it for gnus-directory.
8720
8721 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8724
8725 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8726
8727         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8728
8729 2006-04-05  Simon Josefsson  <jas@extundo.com>
8730
8731         * password.el (password-reset): New function.
8732
8733 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8734
8735         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8736         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8737
8738 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8739
8740         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8741         Some whitespace was matched into the url, which broke browsing hits
8742         > 100 when mm-url-use-external was nil.
8743
8744 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8747         gnus-extra-headers for 'Newsgroups.
8748
8749         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8750         bound.
8751
8752 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8753
8754         * pgg-gpg.el: Clean up process buffers every time gpg processes
8755         complete.
8756
8757 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8760         doc string.
8761
8762 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8763
8764         * pgg-gpg.el (pgg-gpg-process-filter)
8765         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8766
8767         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8768         lines, temporary fix.
8769
8770 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8773
8774 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8775
8776         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8777         default-enable-multibyte-characters.  This reverts the change from
8778         revision 6.17 which is no longer necessary because the passphrase
8779         is sent separately now.  GnuPG messages are unreadable under
8780         multibyte locales with default-enable-multibyte-characters set to
8781         nil.
8782
8783 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * message.el (message-tool-bar-gnome): Move "spell".
8786
8787 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8790         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8791         instead.
8792
8793 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8794
8795         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8796         newsgroups handling for NNTP overviews which don't include
8797         Newsgroups.
8798
8799 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8800
8801         * message.el (message-resend): Bind message-generate-hashcash to nil.
8802
8803 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8804
8805         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8806         when searching for already-paid recipients.
8807
8808 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8809
8810         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8811         passphrases when it is not needed.
8812         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8813         passphrase stuff from gpg, should only be necessary when you use
8814         gpg with a smartcard.
8815
8816 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * mml.el (mml-insert-mime): Ignore cached contents of
8819         message/external-body part.
8820
8821         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8822         (mm-insert-part): Ditto.
8823
8824 2006-03-23  Simon Josefsson  <jas@extundo.com>
8825
8826         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8827         Reiner.
8828         (pgg-gpg-use-agent-p): Use it again.
8829
8830 2006-03-23  Simon Josefsson  <jas@extundo.com>
8831
8832         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8833         older emacsen.
8834         (pgg-gpg-use-agent-p): Don't use it.
8835
8836 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8839         if we can.
8840
8841 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8842
8843         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8844         (pgg-gpg-update-agent): New function.
8845         (pgg-gpg-use-agent-p): New function.
8846         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8847         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8848         (pgg-gpg-sign-region): Use it.
8849
8850 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8853         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8854
8855 2006-03-21  Simon Josefsson  <jas@extundo.com>
8856
8857         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8858         <wilde@sha-bang.de>.
8859         (pgg-gpg-use-agent): New variable.
8860         (pgg-gpg-process-region): Use it.
8861         (pgg-gpg-encrypt-region): Likewise.
8862         (pgg-gpg-encrypt-symmetric-region): Likewise.
8863         (pgg-gpg-decrypt-region): Likewise.
8864         (pgg-gpg-sign-region): Likewise.
8865         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8866
8867 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8870
8871         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8872         Add comment on version.
8873
8874 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * smiley.el: Add missing test smiley.
8877
8878 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * mm-decode.el (mm-with-part): New macro.
8881         (mm-get-part): Use it; work with message/external-body as well.
8882         (mm-save-part): Treat name and filename equally.
8883
8884         * mm-extern.el (mm-extern-cache-contents): New function.
8885         (mm-inline-external-body): Use it; force the part to be displayed;
8886         move undisplayer added to the cached handle to the parent.
8887
8888         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8889         (gnus-mime-view-part-as-type): Work with message/external-body.
8890
8891         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8892
8893 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8896         images in image-load-path.  [Sync with image.el, revision 1.60, in
8897         Emacs.]
8898
8899 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8902         path rather than symbol.  Always return list of directories.
8903         Guarantee that image directory comes first.  [Sync with image.el,
8904         revision 1.59, in Emacs.]
8905
8906         * message.el (message-make-tool-bar): Adjust to new API of
8907         `gmm-image-load-path-for-library'.
8908
8909         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8910
8911         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8912
8913 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8914
8915         * gnus-art.el (gnus-article-only-boring-p):
8916         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8917         intangible text.
8918         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8919
8920 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8923         `defun' instead of `gmm-defun-compat'.
8924
8925 2006-03-14  Simon Josefsson  <jas@extundo.com>
8926
8927         * message.el (message-unique-id): Don't use message-number-base36
8928         if (user-uid) is a float.
8929         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8930
8931 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8934
8935         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8936         empty line between a part and a message part.
8937
8938 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8939
8940         * smiley.el: Add more test smileys.
8941         (smiley-data-directory, smiley-regexp-alist)
8942         (gnus-smiley-file-types): Fix doc strings.
8943         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8944         adding new elements.
8945         (smiley-mouse-map): Unused code.  Make it a comment.
8946
8947 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8950         scan latest NoCeM messages instead of old ones.
8951         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8952         delimiters that are recently used.
8953         (gnus-nocem-load-cache): Add autoload cookie.
8954
8955         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8956
8957         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8958         level which is larger than gnus-use-nocem is specified.
8959
8960         * gnus-group.el (gnus-group-get-new-news): Ditto.
8961
8962 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gnus-util.el (gnus-tool-bar-update): New function.
8965
8966         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8967         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8968
8969         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8970
8971         * gnus-group.el (gnus-group-redraw-when-idle)
8972         (gnus-group-redraw-check): Remove.
8973         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8974
8975 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8978         if optional last element is specified in splits (FIELD VALUE...).
8979
8980 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8983         to gmm-image-load-path-for-library.  Call with no-error argument.
8984         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8985
8986         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8987
8988         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8989
8990         * gmm-utils.el (gmm-image-load-path): Remove alias.
8991
8992 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * gmm-utils.el (gmm-image-load-path): Add alias.
8995
8996         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8997         nnml-generate-nov-databases-1.
8998         (nnml-generate-nov-databases): Use it.
8999         (nnml-generate-nov-databases-directory): Document no-active
9000         argument.
9001
9002         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9003         directory if path is t.  Add no-error.
9004
9005         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9006         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9007
9008         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9009         resetting gnus-article-browse-html-temp-list.
9010
9011         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9012         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9013         Add example to docstring.  Rename local variables.  Move error
9014         checks to default case in cond and simplify.
9015
9016 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9019         handle is multipart when calling it recursively.
9020         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9021
9022 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9023
9024         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9025         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9026
9027 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9030         is loaded.
9031
9032         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9033         loaded.
9034
9035 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9038         to "Emacs 23 (unicode)" in doc string.
9039
9040         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9041         "Emacs 23 (unicode)" in comment.
9042
9043 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9046
9047         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9048         characters 160 through 255 in Emacs 23.
9049
9050 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9053         gnus-article-browse-html-temp.
9054         (gnus-article-browse-delete-temp): Make it customizable.  Add
9055         `file'.  Adjust doc string.
9056         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9057         query for each file.  Adjust doc string.
9058         (gnus-article-browse-html-parts): Add
9059         `gnus-article-browse-delete-temp-files' to
9060         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9061
9062 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9063
9064         * gnus-art.el (gnus-article-browse-html-temp)
9065         (gnus-article-browse-delete-temp): New variables.
9066         (gnus-article-browse-delete-temp-files): New function.
9067         (gnus-article-browse-html-parts): Use it.
9068
9069 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9072
9073         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9074         string.
9075
9076         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9077         gnus-summary-insert-new-articles when unplugged.  Remove
9078         gnus-summary-search-article-forward.
9079
9080         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9081         display-visual-class instead of display-color-cells.
9082
9083 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * dgnushack.el: Autoload customize-group for XEmacs.
9086
9087         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9088         message/* containing non-ASCII text properly.
9089
9090 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * message.el: Require gmm-utils, remove autoloads.
9093         (message-tool-bar): Set default based on
9094         gmm-tool-bar-style.
9095         (message-tool-bar-gnome): Add gmm-customize-mode.
9096
9097         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9098         gmm-tool-bar-style.
9099         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9100
9101         * gnus-group.el (gnus-group-tool-bar): Set default based on
9102         gmm-tool-bar-style.
9103         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9104
9105         * gmm-utils.el (gmm-image-directory): Rename variable from
9106         gmm-image-load-path.
9107         (gmm-image-load-path): Use gmm-image-directory.
9108         (gmm-customize-mode): New function.
9109         (gmm-tool-bar-style): New variable.
9110
9111         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9112         gnus-group-redraw-line-number.
9113         (gnus-group-redraw-check): Simplify.
9114         (gnus-group-tool-bar-update): Remove redraw check.
9115         (gnus-group-make-tool-bar): Add redraw check.
9116
9117 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9118
9119         * gnus-art.el (gnus-button): Add missing parentheses.
9120
9121 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * lpath.el: Fbind line-number-at-pos.
9124
9125 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9128
9129 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * gnus-art.el (gnus-button): New face.
9132         (gnus-article-button-face): Use it.
9133
9134         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9135         gnus-summary-next-page.  Re-order.
9136
9137         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9138         next-node are now included.
9139         (gnus-group-redraw-line-number): New internal variable.
9140         (gnus-group-redraw-check): Helper function for updating the tool
9141         bar.
9142         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9143
9144         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9145
9146         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9147         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9148         Use it to match format of Spamassassin 3.0 and later.  Reported by
9149         IRIE Tetsuya <irie@t.email.ne.jp>.
9150         (spam-check-bogofilter)
9151         (spam-bogofilter-register-with-bogofilter): Fix args of
9152         `gnus-error' calls.
9153
9154 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9157         unnecessary interaction when sending queued mails.  Reported by
9158         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9159
9160 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9163         first or last are nil.
9164
9165 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9166
9167         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9168
9169 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9172
9173 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9174
9175         * dns.el (query-dns): Protect more against buggy tcp output.
9176
9177 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9180         nov.php.
9181
9182 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9183
9184         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9185         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9186         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9187         output on the server side.
9188         (nnweb-google-create-mapping): Update regexps and add some
9189         progress indication.
9190
9191 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9194         gnus-agent-toggle-plugged.  Re-order icons.
9195         (gnus-group-tool-bar-gnome): Add
9196         gnus-group-{prev,next}-unread-group.
9197         (gnus-group-tool-bar-gnome): Re-order icons.
9198
9199         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9200         gnus-summary-insert-new-articles.
9201
9202         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9203         comments.
9204
9205         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9206         also available in Emacs 21.3.
9207
9208         * message.el (message-fix-before-sending): Change "Emacs 22" to
9209         "Emacs 23 (unicode)" in comment.
9210
9211         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9212         "Emacs 23 (unicode)" in comment.
9213
9214         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9215         comment.
9216         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9217
9218         * mm-view.el (mm-fill-flowed): Add :version.
9219
9220 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9223         and load-path.
9224
9225 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * message.el: Autoload gmm-image-load-path.
9228         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9229         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9230         consitency.
9231
9232         * gmm-utils.el (gmm-image-load-path): Also search in
9233         "../etc/images".  Don't set gmm-image-load-path if we don't find
9234         the image.
9235
9236 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gmm-utils.el (gmm-image-load-path): Don't make
9239         `gmm-image-load-path' include subdirectories which the second arg
9240         `image' might specify.
9241
9242         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9243         subdirectory to icon file names.
9244
9245         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9246
9247 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9250         gmm-image-load-path calls.
9251
9252         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9253
9254         * message.el (message-make-tool-bar): Ditto.
9255
9256         * mml.el (mml-preview): Added comment concerning tool bar icons.
9257
9258         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9259         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9260
9261         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9262         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9263
9264         * message.el (message-tool-bar-gnome): Use new icon names.
9265         (message-make-tool-bar): Use `gmm-image-load-path'.
9266
9267         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9268         functions from MH-E.
9269         (gmm-image-load-path): New variable from MH-E.
9270         (gmm-image-load-path): New function from MH-E.  Added arguments
9271         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9272         *-image-load-path-called-flag.
9273
9274 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9275
9276         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9277
9278 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9279
9280         * nnimap.el (nnimap-request-move-article): Change folder back to
9281         source group before deleting.
9282
9283 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9286
9287         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9288         mm-url.
9289
9290         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9291
9292 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9295         coding system which mm-charset-to-coding-system returns for a
9296         given charset is valid.
9297
9298 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9299
9300         * html2text.el (html2text-remove-tag-list):
9301         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9302
9303 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9304
9305         * gnus-cus.el: Revert 2005-10-17 change.
9306
9307 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * gnus-art.el (article-strip-banner): Call
9310         article-really-strip-banner only when the regexp match is made.
9311
9312 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-art.el (article-strip-banner): Use
9315         gnus-extract-address-components instead of
9316         mail-header-parse-addresses to make it work with non-ASCII text;
9317         remove mail-encode-encoded-word-string.
9318
9319         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9320         values which are surrounded with \"...\"; make it never cause a
9321         Lisp error; give up parsing of parameters if it failed in
9322         extracting type.
9323
9324 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9325
9326         * smime.el (smime-cert-by-ldap-1): Fix bug where
9327         `smime-ldap-search' returns results without userCertificates.
9328
9329 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9332
9333 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * spam.el (spam-check-spamassassin-headers): Adapt format for
9336         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9337         <ari@mbf.ocn.ne.jp>.
9338         (spam-list-of-processors): Add spam-use-gmane.
9339
9340 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9343         make-temp-file; make it work with XEmacs as well.
9344
9345         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9346         mm-make-temp-file.
9347
9348         * mm-decode.el (mm-display-external): Use the 3rd arg of
9349         mm-make-temp-file.
9350         (mm-create-image-xemacs): Ditto.
9351
9352 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9355         with message-narrow-to-headers.
9356         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9357         (gnus-draft-check-draft-articles): New function.
9358         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9359
9360 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * gnus-art.el (gnus-article-browse-html-parts):
9363         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9364         Don't use suffix argument for mm-make-temp-file for Emacs 21
9365         compatibility.  Remove useless `format'.
9366
9367 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9368
9369         * nnweb.el (nnweb-google-wash-article): Update regexps.
9370         (nnweb-group-alist): Use defvoo instead of defvar.
9371
9372 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9375         re-loading nn* modules.
9376
9377 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9380         for `tool-bar-mode' and don't check it's default-value.
9381
9382         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9383
9384         * message.el (message-make-tool-bar): Ditto.
9385
9386         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9387         `substring'.  Shorten tmp-file name.
9388
9389         * gnus.el: Remove bogus comment.
9390
9391 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9392
9393         * gnus-art.el (gnus-article-browse-html-parts): New function.
9394         (gnus-article-browse-html-article): New function for viewing html
9395         articles with a browser.
9396
9397 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9398
9399         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9400         in elisp.
9401         (pgg-gpg-encrypt-symmetric-region): Ditto.
9402         (pgg-gpg-sign-region): Ditto.
9403
9404         * pgg-def.el (pgg-text-mode): New variable.
9405
9406         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9407         (mml2015-pgg-encrypt): Ditto.
9408
9409         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9410         (mml1991-pgg-encrypt): Ditto.
9411
9412 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9415         message-make-date instead of current-time-string.
9416
9417         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9418         to gnus-decoded which mm-uu might set.
9419
9420 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9423         don't decode quoted parameters; remove misimported Emacs code.
9424         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9425         (rfc2231-decode-encoded-string): Don't use split-string which
9426         behaves differently according to Emacs version; use
9427         mm-decode-coding-region to convert charset to coding-system.
9428         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9429         (rfc2231-encode-string): Remove misimported Emacs code.
9430
9431 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9434         when calling mail-header-parse-content-type.
9435         (article-de-quoted-unreadable): Ditto.
9436         (article-de-base64-unreadable): Ditto.
9437         (article-wash-html): Ditto.
9438
9439         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9440         calling mail-header-parse-content-type and
9441         mail-header-parse-content-disposition.
9442         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9443         mail-header-parse-content-type.
9444
9445         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9446         insert charset and format parameters; encode description after
9447         inserting it to buffer.
9448         (mml-insert-parameter): Fold lines properly even if a parameter is
9449         segmented into two or more lines; change the max column to 76.
9450
9451         * rfc1843.el (rfc1843-decode-article-body): Don't use
9452         ignore-errors when calling mail-header-parse-content-type.
9453
9454         * rfc2231.el (rfc2231-parse-string): Return at least type if
9455         possible; don't cause an error even if it fails in parsing of
9456         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9457         (rfc2231-encode-string): Don't break lines at the beginning, leave
9458         it to mml-insert-parameter.
9459
9460         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9461         calling mail-header-parse-content-type.
9462
9463 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * spam-report.el (spam-report-gmane-use-article-number):
9466         Improve doc string.
9467         (spam-report-gmane-internal): Check if a suitable header was found
9468         in the article.
9469
9470 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9473         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9474
9475 2006-02-05  Romain Francoise  <romain@orebokech.com>
9476
9477         Update copyright notices of all files in the gnus directory.
9478
9479 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9480
9481         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9482
9483 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9486         segmented lines of parameter value to cope with Thunderbird 1.5
9487         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9488         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9489         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9490
9491 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9492
9493         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9494         parts.
9495
9496 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9497
9498         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9499         there's only one active file for all servers.
9500         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9501         solid groups.  Gnus might have used a FAST request to select the group.
9502         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9503         and nnweb-search redundantly in the active file.
9504         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9505         (nnweb-request-create-group): Don't use ARGS.
9506         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9507         initialisations.  Let nnoo do the work.
9508
9509 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9512         Say the part has been decoded.
9513
9514         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9515
9516 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9517
9518         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9519         mailcap-viewer-test-cache when there's no 'test clause, since that
9520         will invert the meaning of a "nil" test previously determined by
9521         mailcap-mailcap-entry-passes-test.
9522
9523 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9526         compiling.
9527
9528         * gnus-sum.el: Ditto.
9529
9530         * message.el: Don't bind tool-bar-map when compiling.
9531
9532 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9535
9536 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9537
9538         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9539         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9540         current Google Groups.
9541
9542 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9545         and tool-bar-mode.
9546
9547         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9548         and tool-bar-mode.
9549
9550         * message.el (message-tool-bar-update): Simplify.
9551         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9552
9553         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9554         gnus-summary-buffer.
9555         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9556         gnus-summary-reply.
9557
9558         * gmm-utils.el (gmm): Add :version.
9559
9560 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * Makefile.in (clean): New rule.
9563         (distclean): Use it.
9564
9565 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9566
9567         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9568         autoload.
9569
9570 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gmm-utils.el (gmm-verbose): Add :group.
9573
9574 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * message.el: Change some comments WRT tool-bars.
9577
9578         * gnus-sum.el (gnus-summary-tool-bar)
9579         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9580         (gnus-summary-tool-bar-zap-list): New variables.
9581         (gnus-summary-make-tool-bar): Complete rewrite using
9582         `gmm-tool-bar-from-list'.
9583
9584         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9585         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9586         variables.
9587         (gnus-group-make-tool-bar): Complete rewrite using
9588         `gmm-tool-bar-from-list'.
9589         (gnus-group-tool-bar-update): New function.
9590
9591         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9592
9593 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9596         is dissected into a single part of which the type is the same as
9597         the given one; decode charset.
9598
9599 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9600
9601         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9602         into alists as symbol not string, since that's what
9603         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9604         look for.
9605
9606 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9609         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9610
9611         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9612
9613 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9616         (gnus-xmas-mime-security-button-menu): New function.
9617
9618         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9619         (gnus-mime-security-button-menu): New definition.
9620         (gnus-mime-security-button-map): Use them.
9621         (gnus-mime-security-button-menu): New function.
9622         (gnus-insert-mime-security-button): Addition to help echo.
9623         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9624         (gnus-mime-security-pipe-part): New functions.
9625
9626         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9627         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9628
9629         * mm-decode.el (mm-handle-set-disposition): Remove.
9630         (mm-handle-set-description): Remove.
9631
9632 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9635         (mm-w3m-standalone-supports-m17n-p): New function.
9636         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9637         w3m usage.
9638
9639         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9640         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9641
9642 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * message.el (message-tool-bar-zap-list): Use
9645         gmm-tool-bar-zap-list as custom type.
9646         (message-tool-bar-update): New function.
9647         (message-tool-bar, message-tool-bar-gnome)
9648         (message-tool-bar-retro): Add message-tool-bar-update.
9649         (message-tool-bar-gnome): Add flyspell-buffer.
9650
9651         * gnus-util.el (gnus-error): Describe `args'.
9652
9653         * gmm-utils.el (gmm-error): Describe `args'.
9654         (gmm-tool-bar-zap-list): New widget.
9655         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9656
9657 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9660         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9661         the number of recursive calls.
9662
9663         * mm-decode.el (mm-handle-set-disposition): New macro.
9664         (mm-handle-set-description): New macro.
9665
9666 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9669         encoding.
9670
9671 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * message.el (message-tool-bar-zap-list, message-tool-bar)
9674         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9675         (message-tool-bar-local-item-from-menu): Remove.
9676         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9677         (message-make-tool-bar): New function.
9678         (message-mode): Use `message-make-tool-bar'.
9679
9680         * gmm-utils.el: New file.
9681         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9682         (gmm-lazy): New widget copied from `nnmail.el'.
9683         (gmm-tool-bar-from-list): New function for creating customizable
9684         tool bars.
9685         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9686         output.
9687         (gmm): Add :prefix to defgroup.
9688
9689 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9690
9691         * gmm-utils.el (gmm-widget-p): New function.
9692
9693 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * mml.el (mml-attach-file): Describe `description' in doc string.
9696         (mml-menu): Add Emacs MIME manual and PGG manual.
9697
9698 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9699
9700         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9701
9702 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9703
9704         * nntp.el (nntp-end-of-line): Doc fix.
9705
9706 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9707
9708         * imap.el (imap-open): Handle case where buffer is a buffer
9709         object.
9710
9711 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9712
9713         * gnus-delay.el (gnus-delay): Don't autoload.
9714         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9715         to be re-loaded when customizing the `gnus-delay' group.
9716
9717 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9718
9719         * message.el (message-insert-citation-line): Use newlines.
9720
9721 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9722
9723         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9724         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9725         these routines, so the passphrase can be managed externally and
9726         passed in to the system.
9727         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9728         pgg-add-passphrase-to-cache function.
9729
9730         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9731         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9732         these routines, so the passphrase can be managed externally and
9733         passed in to the system.
9734         (pgg-pgp5-sign-region): Use new name of
9735         pgg-add-passphrase-to-cache function.
9736
9737 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9738
9739         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9740         part of the decoded armor to find the key-identifier.
9741         (pgg-gpg-lookup-key-owner): New function to return the
9742         human-readable identifier of a key owner.
9743         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9744         itself.
9745         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9746         the key value) if we have a key and can match it against a secret
9747         key.  Also, added a note pointing out fact that the prompt only
9748         indicates the first matching key.
9749
9750         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9751         pgg-decrypt-region.
9752         (pgg-add-passphrase-to-cache): Rename from
9753         `pgg-add-passphrase-cache' to reduce confusion (all callers
9754         changed).
9755         (pgg-remove-passphrase-from-cache): Rename from
9756         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9757         changed).
9758         (pgg-read-passphrase, pgg-add-passphrase-cache)
9759         (pgg-remove-passphrase-cache): Add informative docstrings.
9760         (pgg-decrypt): Convey provided passphrase in subordinate call to
9761         pgg-decrypt-region.
9762
9763 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9764
9765         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9766         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9767         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9768         'passphrase' argument, so the passphrase can be managed externally
9769         and then passed in to the system.
9770
9771         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9772         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9773         so the passphrase cache can be used reliably with identifiers
9774         besides a pgp packet's key id.
9775
9776         * pgg-gpg.el (pgg-gpg-encrypt-region)
9777         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9778         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9779         these routines, so the passphrase can be managed externally and
9780         passed in to the system.
9781
9782         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9783         'notruncate' argument, so the passphrase cache can be used
9784         reliably with identifiers besides a pgp packet's key id.
9785
9786 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9787
9788         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9789         symmetric encryption.
9790         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9791         encrypted session key.
9792         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9793         message ask for the passphrase in a proper way.
9794
9795         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9796         New user commands for symmetric encryption.
9797
9798 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9801
9802         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9803
9804 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9805
9806         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9807
9808 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * mm-decode.el (mm-inlined-types): Add application/pgp.
9811         (mm-automatic-display): Ditto.
9812
9813         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9814         part as text.
9815
9816 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * nnrss.el: Update copyright.
9819         (nnrss-opml-import): Query whether to subscribe to each entry.
9820
9821         * gnus-art.el:
9822         * gnus-sum.el:
9823         * gnus-xmas.el:
9824         * messagexmas.el:
9825         * mm-uu.el:
9826         * mm-view.el: Update copyright.
9827
9828 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * message.el (message-info): New function.
9831         (message-mode-menu): Add it.
9832         Update copyright.
9833
9834         * ChangeLog: Fix and update copyright.
9835
9836 2006-01-13  Romain Francoise  <romain@orebokech.com>
9837
9838         * message.el (message-forward-subject-name-subject): Prefer the
9839         address to 'nowhere' if the sender has no name.
9840         Fix typo.  Update copyright year.
9841
9842 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * gnus-art.el (article-wash-html): Use
9845         gnus-summary-show-article-charset-alist if a numeric arg is given.
9846         (gnus-article-wash-html-with-w3m-standalone): New function.
9847
9848         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9849         mm-inline-text-html-render-with-w3m-standalone.
9850         (mm-text-html-washer-alist): Map w3m-standalone to
9851         gnus-article-wash-html-with-w3m-standalone.
9852         (mm-inline-text-html-render-with-w3m-standalone): New function.
9853
9854 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9857         Improve LaTeX.
9858
9859 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9862         (nnrss-request-article): Render text/plain parts as HTML.
9863
9864         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9865         the buffer.
9866
9867 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9870         custom definition of `gnus-posting-styles'.
9871
9872         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9873         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9874
9875 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9878         Use nntp for bug archive.
9879
9880 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9883         parts.
9884         (nnrss-normalize-date): New function converts ISO 8601 date into
9885         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9886         (nnrss-check-group): Use it.
9887
9888 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9891
9892         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9893         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9894         (nnrss-insert-w3): Ditto.
9895
9896 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9899         the articles to be forwarded including the case where neither a
9900         number of articles nor a region is specified.
9901
9902 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * nnrss.el (nnrss-request-article): Fix last change; fill
9905         text/plain parts.
9906
9907 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9910         in text/plain part.
9911         (nnrss-check-group): Don't add excessive newline to dc:subject.
9912
9913 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9914
9915         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9916         article.
9917
9918 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9921         (nnml-use-compressed-files, nnml-save-mail): Support other
9922         comression programs such as bzip2.
9923
9924 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925
9926         * dns.el (query-dns): Make sure we check the buffer size before
9927         removing tcp headers.
9928
9929 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9932         remove MIME buttons associated with multipart/alternative parts.
9933         (gnus-mime-display-alternative): Tag buttons using `article-type'
9934         text property.
9935
9936         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9937         associated with multipart/alternative parts.
9938
9939         * gnus-art.el (gnus-signature-separator): Fix custom type.
9940
9941         * mm-decode.el (mm-inlined-types): Fix custom type.
9942         (mm-keep-viewer-alive-types): Ditto.
9943         (mm-automatic-display): Ditto.
9944         (mm-attachment-override-types): Ditto.
9945         (mm-inline-override-types): Ditto.
9946         (mm-automatic-external-display): Ditto.
9947
9948 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * spam-report.el (spam-report-user-mail-address)
9951         (spam-report-user-agent): New variables.
9952         (spam-report-url-ping-plain): Use spam-report-user-agent.
9953
9954 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9955
9956         * gnus-art.el (gnus-button-handle-custom): Do not just use
9957         `customize-apropos' for any "M-x customize-*" button but the
9958         function called for.  Accept both the function name and its
9959         argument in order to achieve this.
9960         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9961         function name to `gnus-button-handle-custom' in case of "M-x
9962         customize-*" buttons.
9963
9964 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9967         multipart/alternative and add xref to mm-discouraged-alternatives
9968         in doc string.
9969
9970         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9971         gnus-buttonized-mime-types in doc string.
9972
9973 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9976         Suggest image/.* in the doc string.
9977
9978 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9981         message-marks (Debian bug #342521).
9982
9983 2005-12-12  Simon Josefsson  <jas@extundo.com>
9984
9985         * password.el (password-read-from-cache): Add.
9986         (password-read): Use it.
9987
9988 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9991         us-ascii as a MIME charset.
9992
9993         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9994         against the case where the 2nd arg TYPE is nil.
9995
9996 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * pop3.el (pop3-stream-type): Fix custom version.
9999
10000         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10001
10002 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10003
10004         * mm-decode.el (mm-display-external): Add missing cdr.
10005
10006 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10009         RFC1524) if it is in mailcap or add a suffix according to
10010         mailcap-mime-extensions when generating a temp filename; postpone
10011         deleting a temp file for 2 seconds for some wrappers, shell
10012         scripts, and so on, which might exit right after having started a
10013         viewer command as a background job.
10014
10015 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * nntp.el (nntp-marks-directory): Fix custom group.
10018
10019         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10020         steps when < 10.
10021
10022         * gnus-start.el (gnus-no-server-1): Mention
10023         `gnus-level-default-subscribed' in doc string.
10024
10025 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10026
10027         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10028         parens.
10029
10030 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-xmas.el (gnus-use-toolbar): Revert.
10033         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10034         gnus-use-toolbar is default.
10035
10036         * messagexmas.el (message-use-toolbar): Revert.
10037         (message-setup-toolbar): Use global default-toolbar if
10038         message-use-toolbar is default.
10039
10040 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10043         according to default-toolbar-visible-p.
10044
10045         * messagexmas.el (message-use-toolbar): Ditto.
10046
10047 2005-11-26  Dave Love  <fx@gnu.org>
10048
10049         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10050         (tls-program, tls-success): Provide openssl alternative.
10051
10052         * starttls.el: Doc fixes.
10053         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10054         SERVICE to PORT.
10055
10056         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10057         port null or service name.
10058         (starttls-negotiate): Autoload.
10059
10060 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * message.el (message-kill-to-signature): Fix interactive spec.
10063
10064 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * pop3.el (pop3-open-server): Recognize a string as a service name.
10067
10068 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10069
10070         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10071
10072 2005-11-23  Dave Love  <fx@gnu.org>
10073
10074         Add pop3s, pop3/starttls.
10075
10076         * pop3.el (pop3-authentication-scheme): Clarify doc.
10077         (open-tls-stream, starttls-open-stream): Autoload.
10078         (pop3-stream-type): New.
10079         (pop3-open-server): Use it.
10080
10081         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10082         for POP.
10083         (mail-source-keyword-map): Add :stream for POP.
10084         (mail-source-fetch-pop): Use pop3-stream-type.
10085
10086 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10089         of current-time-string.
10090
10091 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10092
10093         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10094         date header.
10095
10096 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10097
10098         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10099         it can seriously impact performance as it bypasses the agent's
10100         local caches.
10101
10102 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10103
10104         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10105         must be explicitly online rather than "not explicitly offline" for
10106         its flags to be synchronized.
10107
10108         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10109         that gnus-uu-unmark-thread will function correctly.
10110
10111         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10112         1024K is instead displayed as 1M.
10113
10114 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10115
10116         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10117
10118 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10119
10120         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10121
10122 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10123
10124         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10125         error message to display actual error condition.
10126         (gnus-agent-save-local): Avoid saving symbols that are bound to
10127         nil as they simply result in a warning message in
10128         gnus-agent-read-local.
10129
10130 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10133         rather than make-variable-buffer-local for file-precious-flag.
10134
10135 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10136
10137         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10138         for duplicates which are removed.  The invalid sort check then
10139         triggers a rescan after the sort as sorting may have moved
10140         duplicate entries such that they can be cheaply detected.
10141
10142 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10145
10146 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10147
10148         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10149         internal variable to a custom variable.  Changed default value
10150         from compressed(2) to uncompressed(1).
10151         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10152         support for uncompressed agentview files.  Taken together, reading
10153         the agentview file should now be 6-7 times faster.
10154
10155 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10156
10157         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10158         as a buffer-local variable.  This avoids creating truncated
10159         dribble files as a result of a hang up, eg.
10160
10161 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10162
10163         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10164         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10165         XEmacs.
10166
10167 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gnus-start.el (gnus-start-draft-setup): Enforce
10170         `gnus-draft-mode' for nndraft:drafts at startup.
10171
10172         * gnus.el (gnus-splash): Change custom group.
10173         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10174         allow-list argument.
10175
10176         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10177         string.
10178
10179 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * gnus-art.el (gnus-default-article-saver): Add user-defined
10182         `function' to custom type.
10183
10184 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10185
10186         * imap.el (imap-open): Handle case where buffer is a buffer
10187         object.
10188
10189 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10192         long lines.
10193         (gnus-cache-delete-group): Wrap doc strings.
10194
10195         * gnus-agent.el (gnus-agent-rename-group)
10196         (gnus-agent-delete-group): Wrap doc strings.
10197
10198 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * messagexmas.el (message-use-toolbar): Change the valid values
10201         into default, top, bottom, left, and right.
10202         (message-toolbar-thickness): New variable.
10203         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10204         well.
10205         (message-setup-toolbar): Make it work.
10206
10207         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10208         (gnus-use-toolbar): Change the valid values into default, top,
10209         bottom, left, and right.
10210         (gnus-toolbar-thickness): New variable.
10211         (gnus-xmas-setup-toolbar): New function.
10212         (gnus-xmas-setup-group-toolbar): Use it.
10213         (gnus-xmas-setup-summary-toolbar): Use it.
10214
10215 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10216
10217         * gnus-start.el (gnus-1): Add "native" to
10218         gnus-predefined-server-alist.
10219
10220         * gnus.el (gnus-method-to-server): Don't add "native" to the
10221         lists here, because that leads to problems when
10222         gnus-select-method is bound.
10223
10224 2005-11-09  Simon Josefsson  <jas@extundo.com>
10225
10226         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10227         use (not sort-by-date) instead.
10228
10229 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10230
10231         * gnus-delay.el (gnus-delay-group): Don't autoload.
10232         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10233         to be re-loaded when customizing the `gnus-delay' group.
10234
10235 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10236
10237         * message.el: Revert last changes.
10238         (message-insert-citation-line): Use newlines.
10239
10240 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10241
10242         * message.el (message-courtesy-message)
10243         (message-mark-insert-begin, message-mark-insert-end)
10244         (message-elide-ellipsis, message-cancel-message)
10245         (message-add-header, message-change-subject)
10246         (message-cross-post-followup-to-header)
10247         (message-cross-post-insert-note, message-reduce-to-to-cc)
10248         (message-widen-reply, message-delete-not-region)
10249         (message-kill-to-signature, message-insert-signature)
10250         (message-insert-importance-high, message-insert-importance-low)
10251         (message-insert-or-toggle-importance)
10252         (message-insert-disposition-notification-to)
10253         (message-indent-citation, message-yank-original)
10254         (message-cite-original-without-signature, message-cite-original)
10255         (message-insert-citation-line, message-position-on-field)
10256         (message-fix-before-sending, message-send-mail-partially)
10257         (message-send-mail, message-send-mail-with-sendmail)
10258         (message-send-mail-with-qmail, message-send-news)
10259         (message-check-news-header-syntax, message-generate-headers)
10260         (message-insert-courtesy-copy, message-fill-address)
10261         (message-fill-header, message-shorten-references)
10262         (message-setup-1, message-cancel-news)
10263         (message-forward-make-body-plain, message-forward-make-body-mime)
10264         (message-forward-make-body-mml, message-encode-message-body)
10265         (message-forward-make-body-digest-plain)
10266         (message-forward-make-body-digest-mime)
10267         (message-use-alternative-email-as-from): Insert `hard-newline'
10268         instead of ordinary newlines.
10269
10270 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * message.el (message-generate-headers): Downcase the argument
10273         given to message-check-element.
10274
10275 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10276
10277         * nntp.el (nntp-authinfo-rejected): New error condition.
10278         (nntp-wait-for): Use new error condition to signal authentication
10279         error.
10280         (nntp-retrieve-data): Rethrow new error condition to break out of
10281         recursive call to nntp-send-authinfo.
10282
10283 2005-11-08  Romain Francoise  <romain@orebokech.com>
10284
10285         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10286         (gnus-summary-exit-map): Bind to `Z p'.
10287         (gnus-summary-make-menu-bar): Add menu item.
10288
10289 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10292         (gnus-treat-*): Add `first' in all doc strings.
10293
10294         * gnus-group.el (gnus-group-compact-group): Fix typo.
10295
10296 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus.el (gnus-parameters-case-fold-search): New variable.
10299         (gnus-parameters-get-parameter): Use it.
10300
10301         * gnus-score.el (gnus-home-score-file): Doc fix.
10302
10303 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10304
10305         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10306
10307 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * mm-util.el (mm-special-display-p): New function.
10310
10311         * mml.el (mml-preview): Use it; doc fix.
10312
10313 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10314
10315         * imap.el (imap-open): Handle case where buffer is a buffer object.
10316
10317 2005-10-29  Romain Francoise  <romain@orebokech.com>
10318
10319         * message.el (message-fix-before-sending): Fix comment.
10320
10321 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10322
10323         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10324
10325 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10326
10327         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10328         Used in gnus-score.el.
10329
10330 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10333
10334 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10337         whitespace removed in revision 7.8.  Use concatenated string to
10338         protect trailing whitespace.
10339
10340 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10341
10342         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10343         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10344         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10345         Courier IMAP ("some version from 2004").  Mostly based on similar
10346         code in the same function.
10347
10348 2005-10-26  Didier Verna  <didier@xemacs.org>
10349
10350         * gnus-group.el (gnus-group-compact-group): Invalidate original
10351         article buffer.
10352         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10353         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10354         NOV database and in article itself.
10355         Invalidate article backlog.
10356
10357 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10360
10361 2005-10-26  Simon Josefsson  <jas@extundo.com>
10362
10363         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10364         part of 2004-07-25 change.
10365
10366 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * message.el (message-display-completion-list): New function.
10369         (message-expand-group): Use it; make sure the Completions buffer
10370         is modifiable.
10371 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10372
10373         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10374         user-mail-name is an empty string.
10375
10376 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10379         depending on gnus-score-decay-constant.
10380
10381         * encrypt.el (encrypt-insert-file-contents)
10382         (encrypt-write-file-contents): Don't use `gnus-message'.
10383
10384         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10385         arguments.
10386         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10387         arguments to mm-uu-verbatim-marks-extract.
10388         (mm-uu-hide-markers): New variable.
10389         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10390
10391         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10392         (gnus-convert-image-to-face-command): Use "convert" by default to
10393         allow other input image formats.
10394         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10395         accordingly.
10396
10397 2005-10-23  Simon Josefsson  <jas@extundo.com>
10398
10399         * imap.el (imap-gssapi-program): Align command line parameters
10400         with latest GNU SASL.
10401         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10402
10403 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10406         HTML.
10407         (nnslashdot-request-article): Ditto.
10408
10409         * lpath.el (featurep): Add nobreak-char-display.
10410
10411 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10412
10413         * mail-source.el (mail-source-fetch-pop): Require pop3.
10414         (mail-source-check-pop): Ditto.
10415
10416 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10419         errors.
10420
10421 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10424         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10425
10426         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10427
10428         * mm-bodies.el (mm-decode-string): Call
10429         `mm-charset-to-coding-system' with allow-override argument.
10430
10431 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10434         (rfc2047-charset-to-coding-system): New function.
10435         (rfc2047-decode-encoded-words): New function.
10436         (rfc2047-decode-region): Use them.
10437         (rfc2047-decode-cte): Remove.
10438         (rfc2047-parse-and-decode): Remove.
10439         (rfc2047-decode): Remove.
10440
10441 2005-10-15  Kenichi Handa  <handa@m17n.org>
10442
10443         * rfc2047.el (rfc2047-decode-cte): New function.
10444         (rfc2047-decode-region): Change the way to decode successive
10445         encoded-words: decode B- or Q-encoding in each encoded-word,
10446         concatenate them, and decode it as charset.
10447
10448 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * lpath.el: Fbind codepage-setup for XEmacs.
10451
10452 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10453
10454         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10455         widget-move-and-invoke.
10456         (gnus-custom-mode): Use gnus-custom-map.
10457
10458 2005-10-15  Bill Wohler  <wohler@newt.com>
10459
10460         * message.el (message-tool-bar-map): Renamed image file from
10461         mail_send to mail/send.
10462
10463 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10464
10465         * message.el (message-expand-group): Pass the common
10466         prefix substring of completion to `display-completion-list'.
10467
10468 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * mml-sec.el (mml-secure-method): New internal variable.
10471         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10472         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10473         functions using mml-secure-method.
10474
10475         * mml.el (mml-mode-map): Add key bindings for those functions.
10476         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10477         Harder <harder@myrealbox.com>.
10478         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10479         end of message if point is the headers of the message.
10480
10481         * message.el (message-in-body-p): New function.
10482
10483         * assistant.el: Autoload gnus-util and netrc.
10484
10485         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10486         Use `mm-charset-override-alist' only when decoding.
10487
10488         * mm-bodies.el (mm-decode-body): Call
10489         `mm-charset-to-coding-system' with allow-override argument.
10490
10491         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10492         `filename' from Content-Disposition if Content-Type doesn't
10493         provide `name'.
10494         (gnus-mime-view-part-as-type): Set default instead of
10495         initial-input.
10496
10497 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10498
10499         * format-spec.el (format-spec): Propagate text properties of % spec.
10500
10501 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus-art.el (gnus-treat-predicate): Add `first'.
10504
10505 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10508         (mm-charset-override-alist): New variable.
10509         (mm-charset-to-coding-system): Use it.
10510         (mm-codepage-setup): New helper function.
10511         (mm-charset-eval-alist): New variable.
10512         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10513         about unknown charsets.
10514
10515         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10516
10517 2005-10-04  David Hansen  <david.hansen@gmx.net>
10518
10519         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10520         (nnrss-check-group): Ditto.
10521
10522 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10525         Rename x-gnus-verbatim to x-verbatim.
10526         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10527
10528         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10529         x-verbatim.
10530
10531         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10532
10533         * gnus-util.el (gnus-remove-duplicates): Remove.
10534
10535         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10536         instead of gnus-remove-duplicates.
10537
10538         * message.el (message-remove-duplicates): Remove.
10539         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10540         message-remove-duplicates.
10541
10542         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10543         available, else use implementation from `delete-dups'.
10544
10545         * message.el (message-insert-expires): New function.
10546         (message-mode-map): Add key binding.
10547         (message-mode-field-menu): Add menu entry.
10548         (message-mode): Document it.
10549         (message-make-expires-date): Use `message-make-date'.
10550
10551 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10552
10553         * message.el (message-make-expires-date): New function.
10554
10555 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * Makefile.in (list-installed-shadows): New entry.
10558         (install): Use it.
10559         (remove-installed-shadows): New entry.
10560
10561         * dgnushack.el (dgnushack-default-load-path): New variable.
10562         (dgnushack-find-lisp-shadows): New function.
10563         (dgnushack-remove-lisp-shadows): New function.
10564
10565 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * Makefile.in (install-el-elc): New entry.
10568         (install): Use it so that .el files are necessarily installed.
10569
10570 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10573
10574 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10575
10576         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10577         function rather than the diff-mode.el package.
10578         (mm-display-external): Use with-current-buffer.
10579         (mm-viewer-completion-map, mm-viewer-completion-map):
10580         Move initialization inside declaration.
10581
10582 2005-09-29  Simon Josefsson  <jas@extundo.com>
10583
10584         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10585         autoload mail-check-payment.
10586         (spam-check-hashcash): Define unconditionally, since hashcash.el
10587         is part of Gnus now.  Ignore errors from payment checking.
10588
10589 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * message.el (message-bold-region, message-unbold-region): Rename
10592         from `bold-region' and `unbold-region'.
10593
10594         * message.el: Remove useless autoloads.
10595
10596 2005-09-28  Simon Josefsson  <jas@extundo.com>
10597
10598         * message.el (message-use-idna): Default to t.
10599         (message-use-idna): Test whether encoding works too.  Doc fix.
10600
10601 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * nntp.el (nntp-warn-about-losing-connection): Remove.
10604
10605 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10608         customizable.  Change default value.
10609         (mm-uu-diff-groups-regexp): Change default value.
10610         (mm-uu-type-alist): Add doc string.
10611         (mm-uu-configure): Add doc string.  Make it interactive.
10612         (mm-uu-tex-groups-regexp): New variable.
10613         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10614         (mm-uu-type-alist): Add LaTeX documents.
10615         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10616         of "text/verbatim".
10617         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10618
10619         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10620         instead of "text/verbatim".
10621
10622         * message.el (message-mark-inserted-region)
10623         (message-mark-insert-file): Use slrn style marks when called with
10624         prefix argument.
10625
10626 2005-09-27  Simon Josefsson  <jas@extundo.com>
10627
10628         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10629
10630 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10631
10632         * message.el (message-remove-duplicates): New function.
10633         Implementation borrowed from `gnus-remove-duplicates'.
10634         (message-idna-to-ascii-rhs): Also encode idna addresses in
10635         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10636         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10637         only ask about the same idna domain once per header and also tell
10638         in what header to replace the idna domain.
10639
10640         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10641         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10642         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10643         a header is decoded and not just the last one.
10644
10645 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10648         has been decoded.
10649
10650         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10651         (mm-insert-part): Don't modify text if it has been decoded.
10652
10653         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10654         decoded.
10655
10656         * mm-view.el (mm-inline-text): Don't strip text props unless
10657         decoding enriched or richtext parts.
10658
10659 2005-09-25  Romain Francoise  <romain@orebokech.com>
10660
10661         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10662         * gnus-start.el (gnus-subscribe-interactively):
10663         * gnus-uu.el (gnus-uu-grab-articles):
10664         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10665         space.
10666
10667 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10668
10669         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10670         * mm-view.el (mm-view-pkcs7-decrypt):
10671         * gnus-sum.el (gnus-summary-limit-to-extra)
10672         (gnus-summary-respool-article, gnus-read-move-group-name):
10673         * gnus-score.el (gnus-summary-increase-score):
10674         * gnus-util.el (gnus-completing-read-with-default):
10675         * gnus-art.el (gnus-read-save-file-name)
10676         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10677         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10678         * message.el (message-check-news-header-syntax):
10679         Follow convention for reading with the minibuffer.
10680
10681 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10682
10683         * spam-report.el (spam-report-url-ping-plain):
10684         Use gnus-extended-version as User-Agent.
10685
10686         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10687         default value is nil.
10688
10689         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10690         (mm-uu-verbatim-marks-extract): New function.
10691         (mm-uu-extract): New face.
10692         (mm-uu-copy-to-buffer): Use it.
10693
10694         * spam-report.el (spam-report-gmane-ham): Renamed from
10695         `spam-report-gmane-unspam'.
10696         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10697         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10698
10699         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10700         Autoload.
10701         (spam-report-gmane-unregister-routine): Renamed
10702         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10703
10704 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10705
10706         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10707         (spam-report-gmane-unregister-routine): Add support for gmane
10708         unregistration.
10709
10710         * spam-report.el (spam-report-gmane-unspam)
10711         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10712         (spam-report-gmane): Change to take a single article and do unspam
10713         registration.
10714
10715 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * mm-url.el (mm-url-decode-entities): Fix regexp.
10718
10719 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10720
10721         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10722         default to nil, to be able to use Gnus at all.  If the default
10723         switches to something else, then the function should be fixed not
10724         be exceedingly slow.
10725
10726 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10727
10728         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10729         fail hard.
10730
10731         * spam-report.el: Add better Keywords line.
10732
10733         * spam.el: Add Maintainer and better Keywords line.
10734
10735 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * gnus-art.el (gnus-article-replace-part)
10738         (gnus-mime-replace-part): New functions.
10739         (gnus-mime-action-alist, gnus-mime-button-commands)
10740         (gnus-mime-save-part-and-strip): Added file argument.
10741         (gnus-article-part-wrapper): Added interactive argument.
10742
10743         * gnus-sum.el (gnus-summary-mime-map): Add
10744         `gnus-article-replace-part'.
10745
10746 2005-09-19  Didier Verna  <didier@xemacs.org>
10747
10748         The nnml compaction feature:
10749         * nnml.el (nnml-request-compact-group): New function.
10750         * nnml.el (nnml-request-compact): New function.
10751         * gnus-int.el (gnus-request-compact-group): New function.
10752         * gnus-int.el (gnus-request-compact): New function.
10753         * gnus-group.el (gnus-group-compact-group): New function.
10754         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10755         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10756         * gnus-srvr.el (gnus-server-compact-server): New function.
10757         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10758         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10759
10760 2005-09-18  Deepak Goel  <deego@gnufans.org>
10761
10762         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10763         format spec.
10764
10765 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10768
10769 2005-09-15  Romain Francoise  <romain@orebokech.com>
10770
10771         * message.el (message-fill-paragraph): Clarify docstring.
10772
10773 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-art.el (gnus-mime-display-part): Protect against broken
10776         MIME messages.
10777
10778 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10781         before parsing header.
10782
10783 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10784
10785         * html2text.el (html2text-replace-list): Add new entities.
10786
10787 2005-09-11  Romain Francoise  <romain@orebokech.com>
10788
10789         * message.el (message-alternative-emails): Improve docstring.
10790         (message-setup-1): Call `message-use-alternative-email-as-from'
10791         after `message-setup-hook' to give it precedence over posting
10792         styles, etc.
10793         (message-use-alternative-email-as-from): Add docstring.  Remove
10794         the original From header if present.
10795
10796         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10797         (nnml-save-mail): Use it.
10798
10799         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10800         articles.  Add new argument `silent'.
10801         (gnus-uu-mark-all): Report the total number of marked articles.
10802
10803 2005-09-10  Romain Francoise  <romain@orebokech.com>
10804
10805         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10806         (gnus-uu-mark-series): Likewise.
10807
10808 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * spam-report.el (spam-report-gmane): Fix generation of spam
10811         report URL.
10812
10813 2005-09-10  Simon Josefsson  <jas@extundo.com>
10814
10815         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10816         t, based on discussion on the ding list with Robert Epprecht
10817         <epprecht@solnet.ch>.
10818
10819 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * spam-report.el (spam-report-gmane): Make it work without
10822         X-Report-Spam header.  Gmane now only provides Archived-At.
10823         This is only used if `spam-report-gmane-use-article-number' is nil.
10824         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10825
10826         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10827         make `gnus-summary-sort-by-recipient' work with threading.
10828
10829         * nnweb.el (nnweb-google-wash-article): Print a message if article
10830         is not available.
10831
10832 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10833
10834         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10835         change.  Decode text/* parts content before displaying.
10836
10837 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10840
10841 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10844
10845         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10846         url-package-name, url-package-version,
10847         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10848         w3m-display-inline-images, and w3m-minor-mode-map.
10849
10850 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * message.el (message-tab-body-function): Fix mismatched custom type.
10853
10854         * gnus.el (gnus-group-change-level-function): Ditto.
10855
10856         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10857
10858         * gnus-art.el (gnus-signature-limit)
10859         (gnus-article-mime-part-function): Ditto.
10860
10861 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * mml.el (mml-mode): Silence the byte compiler.
10864
10865         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10866         using `(sit-for 0)' before moving the point to the specified part;
10867         skip unbuttonized parts.
10868         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10869         return to the summary window if gnus-auto-select-part is non-nil.
10870
10871 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10874         variables.
10875         (mml-dnd-attach-file, mml-mode): Use them.
10876
10877         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10878         Make fetching article by MID work again for Google Groups.  Added
10879         FIXME concerning gnus-group-make-web-group.
10880
10881         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10882         Don't depend on Gnus by using mail-extract-address-components if
10883         gnus-extract-address-components is not bound.
10884
10885 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * gnus-art.el (gnus-mime-display-security): Don't display the
10888         signature, but only the signed part.
10889
10890 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10893
10894         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10895         list, not listp.
10896
10897 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10898
10899         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10900         when encoding.
10901
10902         * mm-bodies.el (mm-decode-content-transfer-encoding):
10903         De-canonicalize CRLF for all text content types, not just
10904         text/plain.
10905
10906 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10909         valid article; point arrow and cursor at the MIME button.
10910
10911 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10914         Suggested by Dan Christensen <jdc@uwo.ca>.
10915
10916         * mm-decode.el (mm-save-part): Enable change of prompt.
10917
10918 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10919
10920         * gnus-msg.el (gnus-inews-add-send-actions): Made
10921         `message-post-method' lambda parameter ARG `&optional'.
10922
10923 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * gnus-sum.el (gnus-summary-mime-map): Added
10926         gnus-article-save-part-and-strip, gnus-article-delete-part and
10927         gnus-article-jump-to-part.
10928
10929         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10930         (gnus-article-edit-part): Use it.
10931         (gnus-article-part-wrapper): Added no-handle argument.
10932         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10933         functions.
10934
10935 2005-08-29  Romain Francoise  <romain@orebokech.com>
10936
10937         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10938         docstring.
10939         (gnus-face-from-file): Likewise.
10940
10941 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10944         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10945         non-nil.
10946         (gnus-auto-select-part): New variable.
10947         (gnus-article-jump-to-part): New function.
10948         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10949         (gnus-mime-delete-part): Allow selecting specified part after
10950         deleting or stripping parts.
10951         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10952         part if argument is bogus.
10953
10954 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10955
10956         * gnus-art.el (w3m-minor-mode-map):
10957         * gnus-spec.el (gnus-newsrc-file-version):
10958         * gnus-util.el (nnmail-active-file-coding-system)
10959         (gnus-original-article-buffer, gnus-user-agent):
10960         * gnus.el (gnus-ham-process-destinations)
10961         (gnus-parameter-ham-marks-alist)
10962         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10963         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10964         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10965         * mm-decode.el (gnus-current-window-configuration):
10966         * mm-extern.el (gnus-article-mime-handles):
10967         * mm-url.el (url-current-object, url-package-name)
10968         (url-package-version):
10969         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10970         (smime-keys, w3m-cid-retrieve-function-alist)
10971         (w3m-current-buffer, w3m-display-inline-images)
10972         (w3m-minor-mode-map):
10973         * mml-smime.el (gnus-extract-address-components):
10974         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10975         (gnus-newsrc-hashtb, message-default-charset)
10976         (message-deletable-headers, message-options)
10977         (message-posting-charset, message-required-mail-headers)
10978         (message-required-news-headers):
10979         * mml1991.el (mc-pgp-always-sign):
10980         * mml2015.el (mc-pgp-always-sign):
10981         * nnheader.el (nnmail-extra-headers):
10982         * rfc1843.el (gnus-decode-encoded-word-function)
10983         (gnus-decode-header-function, gnus-newsgroup-name):
10984         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10985
10986 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10987
10988         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10989         the end of the date treatments.
10990
10991 2005-08-15  Simon Josefsson  <jas@extundo.com>
10992
10993         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10994         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10995         Capello and Romain Francoise.
10996         (pgg-fetch-key-function): Removed, not used?
10997         (pgg-insert-url-with-w3): Require url, to get
10998         url-insert-file-contents regardless of where it is defined.
10999
11000 2005-08-13  Romain Francoise  <romain@orebokech.com>
11001
11002         * message.el (message-cite-original-1): New function.
11003         (message-cite-original): Use it.
11004         (message-cite-original-without-signature): Ditto.
11005
11006 2005-08-08  Romain Francoise  <romain@orebokech.com>
11007
11008         * message.el (message-yank-empty-prefix): New variable.
11009         (message-indent-citation): Use it.
11010         (message-cite-original-without-signature): Respect X-No-Archive.
11011
11012 2005-08-08  Simon Josefsson  <jas@extundo.com>
11013
11014         * pgg.el: Autoload url-insert-file-contents instead of loading
11015         w3/url.
11016         (pgg-insert-url-with-w3): Don't load url here.
11017
11018 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11019
11020         * message.el (message-kill-to-signature): Don't insert newline at
11021         bol.
11022         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11023
11024 2005-08-06  Romain Francoise  <romain@orebokech.com>
11025
11026         * message.el (message-user-fqdn): Fix typo in docstring.
11027
11028 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11029
11030         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11031
11032         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11033
11034 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * mm-bodies.el (mm-encode-body): Use coding system rather than
11037         charset to encode text.
11038
11039         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11040         number of charsets if utf-8 is available (XEmacs).
11041
11042 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11045         taken from `gnus-button-mid-or-mail-regexp'.
11046         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11047         (gnus-button-alist): Improve regexp for domain part of the MIDs
11048         for news:localpart@domain buttons.
11049         (gnus-button-ctan-directory-regexp): Update.
11050
11051 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * sieve-manage.el (sieve-manage-interactive-login): Use
11054         make-local-variable rather than make-variable-buffer-local.
11055         (sieve-manage-open): Ditto.
11056         (sieve-manage-authenticate): Ditto.
11057
11058         * mml.el (mml-generate-mime-1): Make the content type default to
11059         text/plain if the filename is not specified.
11060
11061 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11064         instead of insert-buffer.
11065
11066         * message.el (message-yank-original): Ditto; set the mark at the
11067         end of the yanked message.
11068
11069 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11072         lines to scroll rather than to stop it.
11073
11074         * mml.el (mml-generate-default-type): Add doc string.
11075         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11076         default to application/octet-stream when determining the content
11077         type if it is not specified for the part or the mml contents; add
11078         a comment about mml-generate-default-type.
11079
11080 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11083         make it default to application/octet-stream when determining the
11084         content type if it is not specified for the external contents.
11085
11086 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11089         segmented parameter but also other parameters might be there.
11090
11091 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * mm-decode.el (mm-display-external): Delete temp file, directory
11094         and buffer immediately if the external process is exited.
11095
11096 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11099         fewer lines than that of scroll-margin.
11100         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11101
11102 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * gnus-art.el (gnus-article-next-page): Revert.
11105         (gnus-article-beginning-of-window): New macro.
11106         (gnus-article-next-page-1): Use it.
11107         (gnus-article-prev-page): Ditto.
11108         (gnus-article-edit-part): Use insert-buffer-substring instead of
11109         insert-buffer.
11110         (gnus-article-edit-exit): Ditto.
11111
11112         * gnus-util.el (gnus-beginning-of-window): Remove.
11113         (gnus-end-of-window): Remove.
11114
11115         * lpath.el: Don't bind header-line-format and scroll-margin.
11116
11117 2005-07-25  Simon Josefsson  <jas@extundo.com>
11118
11119         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11120         to have the url package without w3.  Reported by Daiki Ueno
11121         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11122
11123 2005-07-20  Didier Verna  <didier@xemacs.org>
11124
11125         * gnus-diary.el: Remove the description comment (nndiary is now
11126         properly documented in the Gnus manual).
11127         Fix the spelling of "Back End".
11128         * nndiary.el: Ditto.
11129         Fix the copyright notice.
11130
11131 2005-07-18  Romain Francoise  <romain@orebokech.com>
11132
11133         * gnus-sum.el (gnus-summary-to-prefix)
11134         (gnus-summary-newsgroup-prefix): New variables.
11135         (gnus-summary-from-or-to-or-newsgroups): Use them.
11136
11137 2005-07-17  Romain Francoise  <romain@orebokech.com>
11138
11139         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11140         space as it's generally not especially interesting to the user.
11141
11142 2005-07-16  Romain Francoise  <romain@orebokech.com>
11143
11144         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11145         nil to avoid prompting and file modification if one of the
11146         messages at the top of the nnfolder file contains a copyright
11147         notice.
11148         Update copyright notice.
11149
11150         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11151         instead of `current-time-string' as the latter creates a time
11152         string that is not RFC 2822 compliant (it lacks the zone).
11153         Update copyright notice.
11154
11155 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11156
11157         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11158         for text/rtf.  Display default in prompt.  Pass default for M-n.
11159
11160         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11161
11162 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11163
11164         * gnus-msg.el (gnus-button-mailto): Remove
11165         save-selected-window-window hackery because it relies on
11166         save-selected-window internals.
11167
11168 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11171         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11172         (gnus-article-prev-page): Ditto.
11173
11174         * gnus-util.el (gnus-beginning-of-window): New function.
11175         (gnus-end-of-window): New function.
11176
11177         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11178
11179 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11180
11181         * gnus-score.el (gnus-score-edit-all-score): Set
11182         gnus-score-edit-exit-function to gnus-score-edit-done and call
11183         gnus-message.
11184
11185 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11186
11187         * gnus-msg.el (gnus-button-mailto): Remove
11188         save-selected-window-window hackery because it relies on
11189         save-selected-window internals.
11190
11191 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11194         add-minor-mode.
11195         (gnus-binary-mode): Ditto.
11196
11197         * gnus-topic.el (gnus-topic-mode): Ditto.
11198
11199 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11200
11201         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11202         (gnus-article-prev-page): Take scroll-margin into consideration.
11203
11204 2005-07-04  Lute Kamstra  <lute@gnu.org>
11205
11206         Update FSF's address in GPL notices.
11207
11208 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11209
11210         * gnus.el (gnus-exit):
11211         * gnus-group.el (gnus-group-icons):
11212         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11213
11214         * gnus-nocem.el (gnus-nocem):
11215         * message.el (message-various, message-buffers, message-sending)
11216         (message-interface, message-forwarding, message-insertion)
11217         (message-headers, message-news, message-mail):
11218         * pgg-gpg.el (pgg-gpg):
11219         * pgg-parse.el (pgg-parse):
11220         * pgg-pgp.el (pgg-pgp):
11221         * pgg-pgp5.el (pgg-pgp5):
11222         * pop3.el (pop3): Finish `defgroup' description with period.
11223
11224 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-art.el (article-display-face): Improve the efficiency.
11227         (article-display-x-face): Ditto; remove grey x-face stuff.
11228
11229 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-art.el (article-display-face): Correct the position in
11232         which Faces are inserted.
11233
11234 2005-06-29  Didier Verna  <didier@xemacs.org>
11235
11236         * gnus-art.el (article-display-face): Display faces in correct
11237         order.
11238
11239 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11242         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11243         (gnus-nocem-check-article): Fetch the Type header.
11244         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11245         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11246         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11247         make sure gnus-nocem-hashtb is initialized.
11248         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11249         (gnus-nocem-unwanted-article-p): Ditto.
11250
11251         * pgg.el (pgg-verify): Return the verification result.
11252
11253 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254
11255         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11256         is ascii.
11257
11258 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11259
11260         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11261         `show-nonbreak-escape'.
11262
11263 2005-06-23  Lute Kamstra  <lute@gnu.org>
11264
11265         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11266
11267         * dig.el (dig-mode):
11268         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11269
11270 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11271
11272         * nnimap.el (nnimap-split-download-body): Fix spellings.
11273
11274 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11275
11276         * gnus-art.el (gnus-article-encrypt-body):
11277         * gnus-cus.el (gnus-score-customize):
11278         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11279         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11280
11281 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11282
11283         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11284         header by looking for magic "MII" at the beginnig.
11285
11286 2005-06-16  Miles Bader  <miles@gnu.org>
11287
11288         * gnus-xmas.el (gnus-xmas-group-startup-message):
11289         Use renamed gnus-splash face.
11290
11291         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11292         (assistant-field-face): New backward-compatibility alias for renamed
11293         face.
11294         (assistant-render-text): Use renamed assistant-field face.
11295
11296         * spam.el (spam): Remove "-face" suffix from face name.
11297         (spam-face): New backward-compatibility alias for renamed face.
11298         (spam-face, spam-initialize): Use renamed spam face.
11299
11300         * message.el (message-header-to, message-header-cc)
11301         (message-header-subject, message-header-newsgroups)
11302         (message-header-other, message-header-name)
11303         (message-header-xheader, message-separator, message-cited-text)
11304         (message-mml): Remove "-face" suffix from face names.
11305         (message-header-to-face, message-header-cc-face)
11306         (message-header-subject-face, message-header-newsgroups-face)
11307         (message-header-other-face, message-header-name-face)
11308         (message-header-xheader-face, message-separator-face)
11309         (message-cited-text-face, message-mml-face):
11310         New backward-compatibility aliases for renamed faces.
11311         (message-font-lock-keywords): Use renamed message faces.
11312
11313         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11314         (sieve-test-commands, sieve-tagged-arguments):
11315         Remove "-face" suffix from face names.
11316         (sieve-control-commands-face, sieve-action-commands-face)
11317         (sieve-test-commands-face, sieve-tagged-arguments-face):
11318         New backward-compatibility aliases for renamed faces.
11319         (sieve-control-commands-face, sieve-action-commands-face)
11320         (sieve-test-commands-face, sieve-tagged-arguments-face):
11321         Use renamed sieve faces.
11322
11323         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11324         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11325         (gnus-group-news-3-empty, gnus-group-news-4)
11326         (gnus-group-news-4-empty, gnus-group-news-5)
11327         (gnus-group-news-5-empty, gnus-group-news-6)
11328         (gnus-group-news-6-empty, gnus-group-news-low)
11329         (gnus-group-news-low-empty, gnus-group-mail-1)
11330         (gnus-group-mail-1-empty, gnus-group-mail-2)
11331         (gnus-group-mail-2-empty, gnus-group-mail-3)
11332         (gnus-group-mail-3-empty, gnus-group-mail-low)
11333         (gnus-group-mail-low-empty, gnus-summary-selected)
11334         (gnus-summary-cancelled, gnus-summary-high-ticked)
11335         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11336         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11337         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11338         (gnus-summary-low-undownloaded)
11339         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11340         (gnus-summary-low-unread, gnus-summary-normal-unread)
11341         (gnus-summary-high-read, gnus-summary-low-read)
11342         (gnus-summary-normal-read, gnus-splash):
11343         Remove "-face" suffix from face names.
11344         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11345         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11346         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11347         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11348         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11349         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11350         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11351         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11352         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11353         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11354         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11355         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11356         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11357         (gnus-summary-normal-ticked-face)
11358         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11359         (gnus-summary-normal-ancient-face)
11360         (gnus-summary-high-undownloaded-face)
11361         (gnus-summary-low-undownloaded-face)
11362         (gnus-summary-normal-undownloaded-face)
11363         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11364         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11365         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11366         (gnus-splash-face):
11367         New backward-compatibility aliases for renamed faces.
11368         (gnus-group-startup-message): Use renamed gnus faces.
11369
11370         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11371         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11372         (gnus-server-agent): Remove "-face" suffix from face names.
11373         (gnus-server-agent-face, gnus-server-opened-face)
11374         (gnus-server-closed-face, gnus-server-denied-face)
11375         (gnus-server-offline-face):
11376         New backward-compatibility aliases for renamed faces.
11377         (gnus-server-agent-face, gnus-server-opened-face)
11378         (gnus-server-closed-face, gnus-server-denied-face)
11379         (gnus-server-offline-face): Use renamed gnus faces.
11380
11381         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11382         Remove "-face" suffix from face names.
11383         (gnus-picon-xbm-face, gnus-picon-face):
11384         New backward-compatibility aliases for renamed faces.
11385
11386         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11387         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11388         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11389         (gnus-cite-11): Remove "-face" suffix from face names.
11390         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11391         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11392         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11393         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11394         New backward-compatibility aliases for renamed faces.
11395         (gnus-cite-attribution-face, gnus-cite-face-list)
11396         (gnus-article-boring-faces): Use renamed gnus faces.
11397
11398         * gnus-art.el (gnus-signature, gnus-header-from)
11399         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11400         (gnus-header-content): Remove "-face" suffix from face names.
11401         (gnus-signature-face, gnus-header-from-face)
11402         (gnus-header-subject-face, gnus-header-newsgroups-face)
11403         (gnus-header-name-face, gnus-header-content-face):
11404         New backward-compatibility aliases for renamed faces.
11405         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11406
11407         * gnus-sum.el (gnus-summary-selected-face)
11408         (gnus-summary-highlight): Use renamed gnus faces.
11409         * gnus-group.el (gnus-group-highlight): Likewise.
11410
11411 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11412
11413         * gnus-sieve.el (gnus-sieve-article-add-rule):
11414         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11415         * spam-stat.el (spam-stat-buffer-change-to-spam)
11416         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11417
11418         * message.el (message-is-yours-p):
11419         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11420
11421 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * mm-view.el (mm-inline-text): Withdraw the last change.
11424
11425 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11428         executing enriched-decode.
11429
11430 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11433         charset of tar files.
11434
11435 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11436
11437         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11438
11439 2005-06-04  Lute Kamstra  <lute@gnu.org>
11440
11441         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11442         information is never recorded.
11443
11444 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11445
11446         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11447
11448 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * pop3.el (pop3-apop): Run md5 in the binary mode.
11451
11452         * starttls.el (starttls-set-process-query-on-exit-flag):
11453         Use eval-and-compile.
11454
11455 2005-05-31  Simon Josefsson  <jas@extundo.com>
11456
11457         * smime.el (smime-replace-in-string): Define.
11458         (smime-cert-by-ldap-1): Use it.
11459
11460 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-art.el (article-display-x-face): Replace
11463         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11464
11465         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11466         set-process-query-on-exit-flag or process-kill-without-query.
11467
11468         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11469         loop instead of replace-regexp.
11470
11471         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11472         instead of process-kill-without-query if it is available.
11473
11474         * lpath.el: Fbind ldap-search-entries.
11475
11476         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11477         instead of find-file-hooks if it is available.
11478
11479         * mml1991.el: Bind pgg-default-user-id when compiling.
11480
11481         * mml2015.el: Bind pgg-default-user-id when compiling.
11482
11483         * nndraft.el (nndraft-request-associate-buffer):
11484         Use write-contents-functions instead of write-contents-hooks if it is
11485         available.
11486
11487         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11488         instead of find-file-hooks if it is available.
11489
11490         * nntp.el (nntp-open-connection): Replace
11491         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11492         (nntp-open-ssl-stream): Ditto.
11493         (nntp-open-tls-stream): Ditto.
11494
11495         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11496         set-process-query-on-exit-flag or process-kill-without-query.
11497         (starttls-open-stream-gnutls): Use it instead of
11498         process-kill-without-query.
11499         (starttls-open-stream): Ditto.
11500
11501 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11502
11503         * smime.el (smime-cert-by-ldap-1): Don't use
11504         replace-regexp-in-string.
11505
11506 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11507
11508         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11509
11510         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11511         in PEM format.  Adjust to the XEmacs compability.
11512
11513 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11516         by `string-to-number'.
11517         * gnus-agent.el (gnus-agent-regenerate-group)
11518         (gnus-agent-fetch-articles): Ditto.
11519         * gnus-art.el (gnus-button-fetch-group): Ditto.
11520         * gnus-cache.el (gnus-cache-generate-active)
11521         (gnus-cache-articles-in-group): Ditto.
11522         * gnus-group.el (gnus-group-set-current-level)
11523         (gnus-group-insert-group-line): Ditto.
11524         * gnus-score.el (gnus-score-set-expunge-below)
11525         (gnus-score-set-mark-below, gnus-summary-score-effect)
11526         (gnus-summary-score-entry): Ditto.
11527         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11528         (gnus-soup-pack): Ditto.
11529         * gnus-spec.el (gnus-xmas-format): Ditto.
11530         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11531         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11532         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11533         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11534         * nndb.el (nndb-get-remote-expire-response): Ditto.
11535         * nndiary.el (nndiary-parse-schedule-value)
11536         (nndiary-string-to-number, nndiary-request-replace-article)
11537         (nndiary-request-article): Ditto.
11538         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11539         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11540         * nneething.el (nneething-make-head): Ditto.
11541         * nnfolder.el (nnfolder-request-article)
11542         (nnfolder-retrieve-headers): Ditto.
11543         * nnheader.el (nnheader-file-to-number): Ditto.
11544         * nnkiboze.el (nnkiboze-request-article): Ditto.
11545         * nnmail.el (nnmail-process-unix-mail-format)
11546         (nnmail-process-babyl-mail-format): Ditto.
11547         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11548         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11549         (nnmh-request-create-group, nnmh-request-list-1)
11550         (nnmh-request-group, nnmh-request-article): Ditto.
11551         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11552         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11553         * nnsoup.el (nnsoup-make-active): Ditto.
11554         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11555         * nntp.el (nntp-find-group-and-number)
11556         (nntp-retrieve-headers-with-xover): Ditto.
11557         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11558         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11559         (pgg-format-key-identifier): Ditto.
11560         * pop3.el (pop3-last, pop3-stat): Ditto.
11561         * qp.el (quoted-printable-decode-region): Ditto.
11562
11563         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11564         of concat.
11565
11566 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11569
11570         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11571
11572         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11573
11574         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11575
11576         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11577
11578         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11579
11580         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11581         (gnus-carpal-mode): Ditto.
11582
11583         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11584         (gnus-browse-mode): Ditto.
11585
11586         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11587
11588         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11589
11590 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11591
11592         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11593
11594 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * gnus-util.el (gnus-run-mode-hooks): New function.
11597
11598         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11599
11600         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11601         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11602
11603 2005-05-27  Lute Kamstra  <lute@gnu.org>
11604
11605         * dns-mode.el (dns-mode): Specify customization group.
11606
11607 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11608
11609         * gnus-agent.el (gnus-agent-make-mode-line-string):
11610         Use mode-line-highlight as mouse-face.
11611
11612 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * canlock.el (canlock): Change the parent group to news.
11615
11616         * deuglify.el (gnus-outlook-deuglify): Add :group.
11617
11618         * dig.el (dig): Add :group.
11619
11620         * dns-mode.el (dns-mode): Add :group.
11621
11622         * encrypt.el (encrypt): Add :group.
11623
11624         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11625         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11626         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11627         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11628         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11629
11630         * gnus-diary.el (gnus-diary): Add :group.
11631
11632         * gnus.el (gnus-group-news-1-face): Add :group.
11633         (gnus-group-news-1-empty-face): Ditto.
11634         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11635         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11636         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11637         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11638         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11639         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11640         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11641         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11642         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11643         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11644         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11645         (gnus-summary-high-ticked-face): Ditto.
11646         (gnus-summary-low-ticked-face): Ditto.
11647         (gnus-summary-normal-ticked-face): Ditto.
11648         (gnus-summary-high-ancient-face): Ditto.
11649         (gnus-summary-low-ancient-face): Ditto.
11650         (gnus-summary-normal-ancient-face): Ditto.
11651         (gnus-summary-high-undownloaded-face): Ditto.
11652         (gnus-summary-low-undownloaded-face): Ditto.
11653         (gnus-summary-normal-undownloaded-face): Ditto.
11654         (gnus-summary-high-unread-face): Ditto.
11655         (gnus-summary-low-unread-face): Ditto.
11656         (gnus-summary-normal-unread-face): Ditto.
11657         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11658         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11659
11660         * hashcash.el (hashcash): New custom group.
11661         (hashcash-default-payment): Add :group.
11662         (hashcash-payment-alist): Ditto.
11663         (hashcash-default-accept-payment): Ditto.
11664         (hashcash-accept-resources): Ditto.
11665         (hashcash-path): Ditto.
11666         (hashcash-extra-generate-parameters): Ditto.
11667         (hashcash-double-spend-database): Ditto.
11668         (hashcash-in-news): Ditto.
11669
11670         * message.el (message-minibuffer-local-map): Add :group.
11671
11672         * netrc.el (netrc): Add :group.
11673
11674         * sieve-manage.el (sieve-manage-log): Add :group.
11675         (sieve-manage-default-user): Diito.
11676         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11677         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11678         (sieve-manage-authenticators): Ditto.
11679         (sieve-manage-authenticator-alist): Ditto.
11680         (sieve-manage-default-port): Ditto.
11681
11682         * sieve-mode.el (sieve-control-commands-face): Add :group.
11683         (sieve-action-commands-face): Ditto.
11684         (sieve-test-commands-face): Ditto.
11685         (sieve-tagged-arguments-face): Ditto.
11686
11687         * smime.el (smime): Add :group.
11688
11689         * spam-report.el (spam-report): Add :group.
11690
11691         * spam.el (spam, spam-face): Add :group.
11692
11693 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11696         return \n.\n.\n at the end of articles.  Protect against that.
11697         (nntp-with-open-group): Allow debugging.
11698
11699         * nnheader.el (mail-header-set-extra): Make into a function
11700         because I just could't understand how to quote the list properly.
11701
11702         * dns.el (query-dns-cached): New function.
11703
11704 2005-05-26  Lute Kamstra  <lute@gnu.org>
11705
11706         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11707
11708 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11711
11712         * gnus-art.el: Don't autoload mail-extract-address-components.
11713
11714         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11715         eval-and-compile to evaluate it.
11716
11717         * hashcash.el: Don't autoload executable-find.
11718
11719         * nndb.el: Don't declare the nndb back end two or more times; don't
11720         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11721
11722         * nntp.el: Autoload format-spec instead of format; use
11723         eval-and-compile to evaluate autoload forms.
11724
11725 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11726
11727         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11728
11729 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11730
11731         * gnus.el (gnus-version-number): Bump version.
11732
11733 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11734
11735         * gnus.el: No Gnus v0.3 is released.
11736
11737 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11738
11739         * lpath.el (featurep): Bind show-nonbreak-escape.
11740
11741 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * gnus-art.el (gnus-article-edit-part): Disable undo.
11744
11745 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11748         gnus-article-date-lapsed-new-header is t if date timer is active;
11749         skip headers in which the original date value is empty.
11750         (gnus-article-save-original-date): Redefine it as a macro.
11751         (gnus-display-mime): Use it.
11752
11753 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-art.el (article-date-ut): Support converting date in
11756         forwarded parts as well.
11757         (gnus-article-save-original-date): New function.
11758         (gnus-display-mime): Use it.
11759
11760 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11761
11762         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11763         enclosure element of <item>.
11764
11765 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * message.el (message-kill-buffer-query): Renamed from
11768         `message-kill-buffer-query-if-modified'.  Added :version.
11769
11770 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11773         window layout.
11774
11775 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * mml.el: Autoload dnd when compiling.
11778
11779 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11782         x-dnd-*.
11783
11784 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * qp.el (quoted-printable-encode-region): Save excursion.
11787
11788 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11789
11790         * message.el (message-kill-buffer-query-if-modified): Add new variable
11791         so the user can kill a modified message buffer quickly.
11792         (message-kill-buffer): Use it.
11793
11794 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * lpath.el: Fbind display-time-event-handler; don't fbind
11797         string-to-multibyte.
11798
11799         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11800
11801 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11804         contained in text because xml.el decodes entities) with LFs.
11805
11806 2005-04-11  Lute Kamstra  <lute@gnu.org>
11807
11808         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11809         differently.
11810
11811 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11812
11813         * mm-util.el (mm-detect-coding-region): Typo.
11814
11815 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11818
11819 2005-04-06  Deepak Goel  <deego@gnufans.org>
11820
11821         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11822         user-function allow user modifications of the scores.
11823         (spam-stat-score-buffer-user): New function, to allow
11824         user-computed modifications to the score.
11825         (spam-stat-score-buffer-user-functions): List of additional
11826         scoring functions.
11827         (spam-stat-error-holder): Global temporary error holder.
11828         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11829         variable.
11830
11831 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11832
11833         * gnus-registry.el (gnus-registry-clean-empty-function)
11834         (gnus-registry-trim, gnus-registry-fetch-groups)
11835         (gnus-registry-delete-group): Groups that match
11836         `gnus-registry-ignored-groups' are removed from the registry
11837         entries, not just ignored for splitting.  This helps clean up the
11838         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11839         to get all the groups a message ID is in.
11840
11841         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11842         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11843         (spam-stat-score-buffer-user-functions): Add :number custom type.
11844
11845 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11848         argument in XEmacs.
11849
11850         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11851         (nnrss-request-group): Decode group name first.
11852         (nnrss-request-article): Make a text/plain article if mml-to-mime
11853         failed.
11854         (nnrss-get-encoding): Return a compatible encoding according to
11855         nnrss-compatible-encoding-alist.
11856         (nnrss-find-el): Use consp instead of listp.
11857         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11858
11859 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11862         which Emacs 20 doesn't support.
11863         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11864
11865 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11868         silence the byte compiler inside the defun.
11869
11870         * gnus-demon.el (parse-time-string): Add autoload.
11871
11872         * gnus-delay.el (parse-time-string): Add autoload.
11873
11874         * gnus-art.el (parse-time-string): Add autoload.
11875
11876         * nnultimate.el (parse-time): Require for `parse-time-string'.
11877
11878 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11881
11882         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11883
11884         * smime.el (smime-ldap-host-list): Add :version.
11885
11886 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11889         pass it to `gnus-browse-read-group'.
11890         (gnus-browse-read-group): Add NUMBER argument and pass it to
11891         `gnus-group-read-ephemeral-group'.
11892
11893         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11894         argument and pass it to `gnus-group-read-group'.
11895
11896 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11897
11898         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11899         mm-xemacs-find-mime-charset-1 if we have the mule feature
11900         available at runtime.
11901
11902 2005-03-25  Werner Lemberg  <wl@gnu.org>
11903
11904         * nnmaildir.el: Replace `illegal' with `invalid'.
11905
11906 2005-03-23  Lute Kamstra  <lute@gnu.org>
11907
11908         * time-date.el: Add comment on time value formats.
11909         Don't require parse-time.
11910         (with-decoded-time-value): New macro.
11911         (encode-time-value): New function.
11912         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11913         (days-to-time): Return a valid time value when arg is huge.
11914         (time-since): Use time-subtract.
11915         (time-to-number-of-days): Use time-to-seconds.
11916
11917 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11918
11919         * gnus-start.el (gnus-display-time-event-handler):
11920         Check display-time-timer at runtime rather than only at load time
11921         in case display-time-mode is turned off in the mean time.
11922
11923 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11926         used.
11927
11928         * nneething.el (nneething-map-file-directory): Derive from
11929         `gnus-directory'.
11930
11931         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11932         the To/Cc button.
11933
11934 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * nnmaildir.el (nnmaildir-request-accept-article):
11937         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11938
11939 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11940
11941         * gnus-async.el: Require timer-funcs at compile time when in
11942         XEmacs for `run-with-idle-timer'.
11943
11944 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11945
11946         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11947         autoloaded function.
11948
11949 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11950
11951         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11952
11953 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11954
11955         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11956
11957 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11958
11959         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11960         gnus-expert-user to default.
11961
11962 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11963
11964         * nnimap.el (nnimap-open-server): Ditto.
11965
11966         * imap.el (imap-authenticate): Fix typo.
11967
11968 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11969
11970         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11971         buffer (since IMAP server might return FETCH response out of
11972         order, and the nntp buffer must be sorted).
11973
11974 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11975
11976         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11977         comparison on string.
11978
11979         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11980         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11981         (gnus-agent-summary-fetch-series): Modified to protect against
11982         gnus-agent-summary-fetch-group clearing processable flags.
11983         (gnus-agent-synchronize-group-flags): Update live group buffer as
11984         synchronization may occur due to the user toggle the plugged
11985         status.
11986         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11987         successfully downloaded.
11988         (gnus-agent-expire-group-1): Avoid using markers when the overview
11989         is in ascending order; greatly improves performance.
11990         (gnus-agent-regenerate-group): Use
11991         gnus-agent-synchronize-group-flags to reset read status in both
11992         gnus and server.
11993         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11994
11995 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * message.el: Don't autoload former message-utils variables.
11998         (message-strip-subject-trailing-was): Change doc string.
11999
12000         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12001         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12002         (nnweb-google-search): Add "hl=en" here.
12003         (nnweb-google-parse-1, nnweb-google-create-mapping):
12004         Don't hardcode URL.
12005
12006 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * message.el (message-get-reply-headers, message-followup):
12009         Mention related variables `message-use-followup-to' and
12010         `message-use-mail-followup-to', in the information buffer.
12011
12012         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12013         of broken groups(-beta).google.com.
12014
12015 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12016
12017         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12018         parameter to invoked gnus-request-move-article; remove the
12019         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12020         all at once instead of once per article.
12021         (gnus-summary-remove-process-mark): Accept a list of articles as
12022         well as a single article for processing.
12023
12024         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12025         parameter.
12026
12027         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12028
12029         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12030
12031         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12032         parameter.
12033
12034         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12035         parameter.
12036
12037         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12038         parameter and remove the gnus-sum-hint-move-is-internal variable.
12039
12040         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12041         parameter.
12042
12043         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12044         parameter.
12045
12046         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12047         parameter.
12048
12049         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12050
12051         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12052         parameter.
12053
12054         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12055         parameter.
12056
12057 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12058
12059         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12060         a more conservative way.
12061
12062 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12063
12064         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12065         buffer, so it moves the window's cursor.
12066
12067 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12068
12069         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12070         `mm-dissect-multipart' and receive the from field as an (optional)
12071         argument from `mm-dissect-multipart'.
12072         (mm-dissect-multipart): Receive the from field as an argument and
12073         pass it on when we call `mm-dissect-buffer' on MIME parts.
12074         Fixes verification/decryption of signed/encrypted MIME parts.
12075
12076 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12077
12078         * gnus-sum.el (gnus-summary-move-article): Set
12079         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12080         whatever it calls (right now, only nnimap-request-move article
12081         respects it).
12082
12083         * nnimap.el (nnimap-request-move-article): When
12084         gnus-sum-hint-move-is-internal is set, don't do the extra
12085         nnimap-request-article.
12086
12087 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12090
12091         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12092         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12093
12094         * gnus-sum.el (gnus-summary-caesar-message):
12095         Apply `gnus-treat-article' after rotation.
12096
12097         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12098         doc string.
12099
12100 2005-02-22  Simon Josefsson  <jas@extundo.com>
12101
12102         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12103         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12104         <arne@arnested.dk>.
12105         (encrypt): Add password-cache and password-cache-expiry as group
12106         members.
12107
12108 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12109
12110         * smime.el (smime-ldap-host-list): Doc fix.
12111         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12112         cache) password.
12113         (smime-sign-region): Use it.
12114         (smime-decrypt-region): Use it.
12115         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12116         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12117         fails.
12118         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12119         certificate from DER to PEM format rather than calling openssl.
12120
12121         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12122
12123         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12124         for signing/encryption.
12125
12126         * mml.el (mml-parse-1): Use them.
12127
12128 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12129
12130         * nnrss.el (nnrss-verbose): Removed.
12131         (nnrss-request-group): Use `nnheader-message' instead.
12132
12133 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12134
12135         * nnrss.el (nnrss-verbose): New variable.
12136         (nnrss-request-group): Make it say nnrss is requesting a group.
12137
12138 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12141         Handle news URL with given port correctly.
12142
12143 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12146         containing special characters.
12147
12148         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12149
12150         * mml.el (mime-to-mml): Ditto.
12151
12152         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12153         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12154         (rfc2047-decode-region): Quote decoded words containing special
12155         characters when rfc2047-quote-decoded-words-containing-tspecials
12156         is non-nil.
12157
12158 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12159
12160         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12161
12162         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12163
12164 2005-02-15  Simon Josefsson  <jas@extundo.com>
12165
12166         * nnimap.el (nnimap-debug): Doc fix.
12167
12168         * imap.el (imap-debug): Doc fix.
12169
12170 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12173
12174 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12175
12176         * gnus.el (spam-contents): Improve docs for spam-contents
12177         parameter in its variable incarnation.
12178
12179 2005-02-14  Simon Josefsson  <jas@extundo.com>
12180
12181         * smime-ldap.el: Use require instead of load-library for ldap.
12182         (smime-ldap-search): Indent.
12183         (smime-ldap-search-internal): Shorten line.
12184
12185         * smime.el (smime-cert-by-dns): Add doc-string.
12186         (smime-cert-by-ldap-1): Indent.
12187
12188         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12189         mml-smime-get-dns-ldap.
12190         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12191
12192 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12193
12194         * smime.el: Require smime-ldap.
12195         (smime-ldap-host-list): New variable.
12196         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12197
12198         * mml-smime.el (mml-smime-encrypt-query): New function.
12199         (mml-smime-encrypt-query): Use it.
12200
12201         * smime-ldap.el: New file.
12202
12203 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12206
12207 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12210         argument in doc string.  Make query for type more clear.
12211
12212 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * gnus.el (gnus-group-startup-message): Search for gnus images in
12215         etc/images/gnus.
12216         * mm-util.el (mm-image-load-path): Likewise.
12217         * smiley.el (smiley-data-directory): Search for smilies in
12218         etc/images/smilies.
12219
12220 2005-02-09  Kim F. Storm  <storm@cua.dk>
12221
12222         Change Emacs release version from 21.4 to 22.1 throughout.
12223         Change Emacs development version from 21.3.50 to 22.0.50.
12224
12225 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12228
12229         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12230         non-Mule XEmacs as well.
12231         (mm-decompress-buffer): Signal an error intentionally if it does
12232         not decompress compressed data because auto-compression-mode is
12233         disabled.
12234
12235 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12236
12237         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12238         an ID in the registry even if it has no groups.
12239
12240 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12243         merge it into mm-decompress-buffer.
12244         (gnus-mime-copy-part): Use the MIME part charset, the value which
12245         a user specified or gnus-newsgroup-charset for decoding, like
12246         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12247         save-buffer what was used.  Suggested by Kevin Ryde
12248         <user42@zip.com.au>.
12249         (gnus-mime-inline-part): Allow the name parameter as well as the
12250         filename parameter; force decompressing of compressed data; always
12251         display contents being not decoded as unibyte.
12252
12253         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12254         as well as the filename parameter.
12255
12256         * mm-util.el (mm-decompress-buffer): Merge
12257         gnus-mime-jka-compr-maybe-uncompress.
12258         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12259         of compressed data.
12260
12261 2005-02-08  Simon Josefsson  <jas@extundo.com>
12262
12263         * imap.el (imap-log): Doc fix.
12264
12265 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12268         the coding cookies; decompress compressed parts.
12269
12270         * mml.el (mml-generate-mime-1): Add the charset parameter according
12271         to the value which a user specified manually or the coding cookie.
12272
12273         * mm-util.el (mm-string-to-multibyte): New function.
12274         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12275         (mm-coding-system-to-mime-charset): New function.
12276         (mm-decompress-buffer): New function.
12277         (mm-find-buffer-file-coding-system): New function.
12278
12279         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12280         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12281         parts.
12282
12283 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12284
12285         * mm-view.el (mm-display-inline-fontify): Decode a part according
12286         to the charset parameter.
12287
12288 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12291         prefix arg is neither nil nor a number, as info specifies.
12292
12293 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12296         timestamps.
12297
12298 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12299
12300         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12301         groups error checking and notify user.
12302
12303 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12304
12305         * message.el (message-send-mail-function): Check existence of
12306         sendmail-program first before using default value
12307         `message-send-mail-with-sendmail'.  Otherwise use more generic
12308         `smtpmail-send-it'.
12309
12310 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * nntp.el (nntp-request-update-info): Always return nil.
12313
12314 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12315
12316         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12317
12318 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12319
12320         * message.el (message-beginning-of-line): Change the behavior when
12321         invoked between BOL and : so that it first moves backward.
12322
12323 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12326         article buffer when editing of the article is discarded.
12327         (gnus-article-prepare): Revert.
12328
12329 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-art.el (gnus-article-prepare):
12332         Remove message-strip-forbidden-properties from the local hook.
12333
12334 2005-01-27  Simon Josefsson  <jas@extundo.com>
12335
12336         * password.el (password-cache-add): Only start one timer per key.
12337         Reported by Derek Atkins <warlord@MIT.EDU>.
12338
12339 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12340
12341         * run-at-time.el: Removed.  It is no longer needed as
12342         timer-funcs.el in the xemacs-base package has a working version of
12343         `run-at-time'.
12344
12345         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12346
12347         * password.el: Require timer-funcs instead of run-at-time in
12348         XEmacs.
12349         Remove `password-run-at-time' macro.
12350         (password-cache-add): Use `run-at-time' instead of
12351         `password-run-at-time'.
12352
12353         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12354         Remove `nnheader-cancel-function-timers' alias,
12355         `cancel-function-timers' exists in XEmacs in timer-funcs.
12356
12357         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12358         for `run-with-idle-timer'.
12359
12360         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12361         for `run-at-time'.
12362
12363         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12364         for `with-timeout'.
12365
12366         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12367         the same as for XEmacs 21.4.
12368         No need to ignore `run-with-idle-timer', this function exists in
12369         XEmacs now in timer-funcs.el in the xemacs-base package.
12370         (dgnushack-compile): No need to delete
12371         run-at-time.el from the list of files to compile because it
12372         doesn't exist anymore.
12373
12374 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12377         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12378
12379 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12380
12381         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12382         sensitively.
12383
12384 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12385
12386         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12387
12388 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12391         which will be inserted according to the multibyteness of a buffer
12392         rather than the type of contents.  Suggested by ARISAWA Akihiro
12393         <ari@mbf.ocn.ne.jp>.
12394
12395         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12396         of string which old xml.el may return rather than a string.
12397
12398 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12401
12402 2005-01-16  Simon Josefsson  <jas@extundo.com>
12403
12404         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12405         idn/idna.el isn't available.
12406         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12407         <michael@waxrat.com>.
12408
12409         * hashcash.el: Remove non-FSF copyright header.
12410
12411         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12412         (hashcash-generate-payment): Use it.
12413         (hashcash-generate-payment-async): Use it.
12414
12415 2005-01-15  Simon Josefsson  <jas@extundo.com>
12416
12417         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12418         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12419
12420         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12421         gnus-summary-idna-message.
12422         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12423         (gnus-summary-idna-message): New function.
12424
12425 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12428         gnus-novice-user.
12429
12430 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * nnrss.el (nnrss-request-delete-group): Delete entries in
12433         nnrss-group-alist as well.
12434         (nnrss-save-server-data): Insert newline.
12435
12436 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * gnus.el (gnus-user-agent): Use list of symbols instead of
12439         symbols.  Display full version number for (S)XEmacs.  Optionally
12440         display (S)XEmacs codename.
12441
12442         * gnus-util.el (gnus-emacs-version): Update for new
12443         `gnus-user-agent'.
12444
12445         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12446         Gnus version.
12447
12448 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12451         which is unreadable in some setups.
12452
12453 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * gnus-spec.el (gnus-update-format-specifications): Flush the
12456         group format spec cache if it doesn't support decoded group names.
12457
12458 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12461         Allow to apply decay on score files matching a regexp.
12462
12463 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12466         compatibility in %g and %c.
12467
12468 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12471         name for only %g and %c.
12472         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12473         of gnus-tmp-group to decoded group name.
12474         (gnus-group-make-rss-group): Exclude `/'s from group names.
12475
12476 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * nnrss.el (nnrss-get-encoding): Fix regexp.
12479
12480 2004-12-27  Simon Josefsson  <jas@extundo.com>
12481
12482         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12483         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12484         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12485
12486 2004-12-17  Kim F. Storm  <storm@cua.dk>
12487
12488         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12489
12490         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12491
12492 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12493
12494         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12495
12496 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * nnrss.el: Require rfc2047 and mml.
12499         (nnrss-file-coding-system): New variable.
12500         (nnrss-format-string): Redefine it as an inline function.
12501         (nnrss-decode-group-name): New function.
12502         (nnrss-string-as-multibyte): Remove.
12503         (nnrss-retrieve-headers): Decode group name; don't use
12504         nnrss-format-string.
12505         (nnrss-request-group): Decode group name.
12506         (nnrss-request-article): Decode group name; allow a Message-ID as
12507         well as an article number; don't use nnrss-format-string; encode a
12508         Message-ID string which may contain non-ASCII characters; use
12509         mml-to-mime to compose a MIME article.
12510         (nnrss-request-expire-articles): Decode group name.
12511         (nnrss-request-delete-group): Decode group name.
12512         (nnrss-fetch): Clarify error message.
12513         (nnrss-read-server-data): Use insert-file-contents instead of load;
12514         bind file-name-coding-system; use multibyte buffer.
12515         (nnrss-save-server-data): Bind coding-system-for-write to the
12516         value of nnrss-file-coding-system; bind file-name-coding-system;
12517         add coding cookie.
12518         (nnrss-read-group-data): Use insert-file-contents instead of load;
12519         bind file-name-coding-system; use multibyte buffer.
12520         (nnrss-save-group-data): Bind coding-system-for-write to the
12521         value of nnrss-file-coding-system; bind file-name-coding-system.
12522         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12523         make it work with non-ASCII text.
12524         (nnrss-find-el): Make it work with old xml.el as well.
12525
12526 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12527
12528         * nnrss.el (nnrss-get-encoding): New function.
12529         (nnrss-fetch): Use unibyte buffer initially; bind
12530         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12531         decode contents according to the encoding attribute.
12532         (nnrss-save-group-data): Add coding cookie.
12533         (nnrss-mime-encode-string): New function.
12534         (nnrss-check-group): Use it to encode subject and author.
12535
12536 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12537
12538         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12539         imaginary variable.
12540
12541 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12544         correctly even if there are wide characters.
12545
12546 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12547
12548         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12549         downcased symbol names; make a new cache instead of reusing
12550         bbdb-hashtable.
12551
12552 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12555         concatenating segments rather than before concatenating them.
12556         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12557
12558         * message.el (message-get-reply-headers): Bind `extra'.
12559
12560 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12561
12562         * message.el (message-extra-wide-headers): New variable.
12563         (message-get-reply-headers): Use it.
12564
12565 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12568         (gnus-agent-group-pathname): Ditto.
12569
12570         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12571
12572         * gnus-group.el (gnus-group-make-group): Decode group name.
12573         (gnus-group-make-rss-group): Register the group data after opening
12574         the nnrss group.
12575
12576 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12577
12578         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12579         by expiry now get marked as read.
12580
12581 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12584
12585 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12586
12587         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12588         unify Latin characters in XEmacs.
12589         (mm-find-mime-charset-region): Use it.
12590
12591 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-util.el (gnus-delete-directory): New function.
12594
12595         * gnus-agent.el (gnus-agent-delete-group): Use it.
12596
12597         * gnus-cache.el (gnus-cache-delete-group): Use it.
12598
12599 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12602         names.
12603
12604 2004-12-16  Simon Josefsson  <jas@extundo.com>
12605
12606         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12607
12608 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12611
12612         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12613         (gnus-group-set-current-level): Decode group name.
12614
12615 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12616
12617         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12618         failed.
12619
12620 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-group.el (gnus-group-delete-group): Decode group name.
12623         (gnus-group-make-rss-group): Encode group name.
12624         (gnus-group-catchup-current): Decode group name.
12625         (gnus-group-kill-group): Decode group name.
12626
12627 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12628
12629         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12630
12631 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * gnus-group.el (gnus-group-make-rss-group):
12634         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12635
12636         * gnus-start.el (gnus-setup-news): Honor user's setting to
12637         gnus-message-archive-method.  Suggested by Lute Kamstra
12638         <lute@gnu.org>.
12639
12640 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12641
12642         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12643         global counterparts of the buffer-local variables.
12644
12645 2004-11-16  Romain Francoise  <romain@orebokech.com>
12646
12647         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12648         counterparts of the buffer-local variables.
12649
12650 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * message.el (message-forbidden-properties): Fixed typo in doc
12653         string.
12654
12655 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-util.el (gnus-replace-in-string): Added doc string.
12658
12659         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12660         to avoid problems when splitting mails with many recipients.
12661
12662 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12663
12664         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12665         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12666
12667 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12668
12669         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12670         if there is no hashtable in memory or file modification time is
12671         newer than cached timestamp.
12672
12673 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12676         not-matching option.
12677
12678 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12681         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12682         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12683         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12684         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12685         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12686
12687 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * message.el (message-forward-make-body-mml): Remove headers
12690         according to message-forward-ignored-headers if a message is decoded.
12691
12692 2004-12-02  Romain Francoise  <romain@orebokech.com>
12693
12694         * message.el (message-forward-make-body-plain): Always remove
12695         headers according to message-forward-ignored-headers.
12696
12697 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12698
12699         * spam.el (spam-summary-prepare-exit): Remove the
12700         gnus-summary-limit pop for now, it has problems with ham marks for
12701         me.
12702
12703 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12704
12705         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12706         correctly.
12707
12708 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12709
12710         * format-spec.el (format-spec): Message the char.
12711
12712 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12713
12714         * gnus-art.el (gnus-split-methods): Reformat comments.
12715
12716         * spam.el (spam-summary-prepare-exit): Remove article limits
12717         before exiting the summary buffer.
12718
12719 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12722         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12723
12724         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12725         order to silence the byte compiler.
12726
12727         * spam.el: Fix the way to silence the byte compiler, which
12728         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12729         bbdb-search-simple, spam-BBDB-register-routine,
12730         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12731         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12732         spam-stat-buffer-is-spam, spam-stat-load,
12733         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12734         spam-stat-save and spam-stat-split-fancy.
12735
12736 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12739         which may confuse users.
12740         (canlock-password-for-verify): Ditto.
12741
12742         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12743
12744         * gnus-art.el (gnus-emphasis-alist): Ditto.
12745
12746         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12747
12748         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12749
12750         * gnus-start.el (gnus-save-killed-list): Ditto.
12751
12752         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12753         (gnus-sum-thread-tree-root): Ditto.
12754         (gnus-sum-thread-tree-false-root): Ditto.
12755         (gnus-sum-thread-tree-single-indent): Ditto.
12756
12757         * message.el (message-courtesy-message): Ditto.
12758         (message-archive-note): Ditto.
12759         (message-subscribed-address-file): Ditto.
12760         (message-user-fqdn): Ditto.
12761
12762         * spam-report.el (spam-report-gmane-regex): Ditto.
12763
12764         * spam.el (spam-blackhole-good-server-regex): Ditto.
12765
12766 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * mml.el (mml-preview): Widen the message buffer before copying
12769         the contents to the preview buffer; sort headers before previewing.
12770
12771         * message.el (message-hidden-headers): Fix the way to avoid a bug
12772         in the `repeat' widget in Emacs 21.3 or earlier.
12773
12774 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * message.el (message-hidden-headers): Default to "^References:".
12777         Improve customization type.  Suggested by Reiner Steib
12778         <Reiner.Steib@gmx.de>.
12779
12780 2004-11-25  Romain Francoise  <romain@orebokech.com>
12781
12782         * message.el (message-strip-forbidden-properties): Remove check for
12783         obsolete `message-hidden' text property, hidden headers are not
12784         accessible in the buffer anymore.
12785
12786 2004-11-22  Romain Francoise  <romain@orebokech.com>
12787
12788         * message.el (message-header-format-alist): Add `From' in list
12789         so that it can be sorted.
12790         (message-fix-before-sending): Widen and sort headers before
12791         sending.
12792         (message-hide-headers): Use narrowing to hide headers by moving
12793         them to the top of the buffer and narrowing to the region
12794         underneath.
12795
12796 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12797
12798         * message.el (message-strip-forbidden-properties): Bind
12799         buffer-read-only (etc) to nil.
12800
12801 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12804         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12805
12806 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12807
12808         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12809
12810 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12811
12812         * dns.el (query-dns): Use sit-for to time instead of
12813         accept-process-output, since that doesn't seem to work on udp
12814         sockets.
12815
12816 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12819
12820 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12821
12822         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12823         doc string.  Improve doc string.
12824
12825 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * nntp.el (nntp-request-update-info): Return nil if
12828         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12829         may not call gnus-activate-group which uselessly issues the GROUP
12830         commands for all nntp groups and wastes time.  Reported by Romain
12831         Francoise <romain@orebokech.com>.
12832
12833         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12834
12835 2004-11-15  Simon Josefsson  <jas@extundo.com>
12836
12837         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12838         headers separately.
12839         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12840         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12841
12842 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12843
12844         * gnus-start.el (gnus-convert-old-newsrc):
12845         Assign legacy-gnus-agent to 5.10.7.
12846
12847 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12848
12849         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12850         start of the lines.
12851
12852 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12853
12854         * hashcash.el (hashcash-default-payment): Change default to 20.
12855         (hashcash-default-accept-payment): Change default to 20.
12856         (hashcash-process-alist): New variable.
12857         (hashcash-generate-payment-async): Add.
12858         (hashcash-already-paid-p): Add.
12859         (hashcash-insert-payment): Don't generate payments twice.
12860         (hashcash-insert-payment-async): Add.
12861         (hashcash-insert-payment-async-2): Add.
12862         (hashcash-cancel-async): Add.
12863         (hashcash-wait-async): Add.
12864         (hashcash-processes-running-p): Add.
12865         (hashcash-wait-or-cancel): Add.
12866         (mail-add-payment): New optional argument.  Conditionally start
12867         asynchronous calculation.
12868         (mail-add-payment-async): Add.
12869
12870         * message.el (message-send-mail): Wait for asynchronous hashcash
12871         results.  Don't clobber existing X-Hashcash headers.
12872         (message-setup-1): Call mail-add-payment-async when
12873         message-generate-hashcash is non-nil.
12874
12875 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12876
12877         * message.el (message-use-alternative-email-as-from): Examine the
12878         From header as well; use message-make-from in order to include a
12879         user's full name.
12880
12881 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12884         default; improve customization type.
12885         (gnus-emphasis-custom-with-format): New macro.
12886         (gnus-emphasis-custom-value-to-external): New function.
12887         (gnus-emphasis-custom-value-to-internal): New function.
12888
12889 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12890
12891         * dns.el (query-dns): Resolve reverse addresses.
12892
12893 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12894
12895         * gnus-group.el (gnus-group-get-new-news): Use it.
12896
12897         * gnus-start.el (gnus-check-reasonable-setup): New function.
12898
12899 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12902         "Args out of range" error.  Reported by Arnaud Giersch
12903         <arnaud.giersch@free.fr>.
12904
12905 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12906
12907         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12908
12909 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12910
12911         * spam.el (spam group): Add :version.
12912
12913         * pgg-def.el (pgg group): Add :version.
12914
12915 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus-art.el (gnus-article-edit-article): Don't associate the
12918         article buffer with a draft file.  This is a temporary measure
12919         against the 2004-08-22 change to gnus-article-edit-mode.
12920
12921 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12924         (html2text-format-tags): Remove unused variable `attr'.
12925
12926 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12929
12930         * tls.el (tls-process-connection-type, tls-success)
12931         (tls-certtool-program): Add :version.
12932
12933         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12934         (starttls-extra-arguments, starttls-process-connection-type)
12935         (starttls-connect, starttls-failure, starttls-success): Add :version.
12936
12937         * spam-stat.el (spam-stat): Add :version.
12938
12939         * sieve.el (sieve): Add :version.
12940
12941         * sha1.el (sha1): Add :version.
12942         (sha1-use-external): Remove redundant version.
12943
12944         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12945         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12946         (nnmail-split-fancy-match-partial-words)
12947         (nnmail-split-lowercase-expanded): Add :version.
12948
12949         * nndiary.el (nndiary): Add :version.
12950
12951         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12952
12953         * mml-sec.el (mml-default-sign-method)
12954         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12955         Add :version.
12956
12957         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12958
12959         * mm-url.el (mm-url-use-external, mm-url-program)
12960         (mm-url-arguments): Add :version.
12961
12962         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12963         (mm-attachment-file-modes, mm-decrypt-option)
12964         (mm-w3m-safe-url-regexp): Add :version.
12965
12966         * message.el (message-cite-prefix-regexp)
12967         (message-sendmail-envelope-from, message-minibuffer-local-map)
12968         (message-user-fqdn, message-completion-alist): Add :version.
12969
12970         * gnus-win.el (gnus-configure-windows-hook)
12971         (gnus-use-frames-on-any-display): Add :version.
12972
12973         * gnus-art.el (gnus-article-address-banner-alist)
12974         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12975         (gnus-treat-from-picon, gnus-treat-mail-picon)
12976         (gnus-treat-x-pgp-sig): Add :version.
12977
12978         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12979         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12980         (gnus-summary-article-delete-hook)
12981         (gnus-summary-display-while-building): Add :version.
12982
12983         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12984         (gnus-get-top-new-news-hook): Add :version.
12985
12986         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12987         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12988
12989         * gnus-registry.el (gnus-registry): Add :version.
12990
12991         * gnus-spec.el (gnus-use-correct-string-widths)
12992         (gnus-make-format-preserve-properties): Add :version.
12993
12994         * gnus.el (gnus-group-charter-alist)
12995         (gnus-group-fetch-control-use-browse-url)
12996         (gnus-install-group-spam-parameters): Add :version.
12997
12998         * gnus-diary.el (gnus-diary): Add :version.
12999
13000         * gnus-delay.el (gnus-delay): Add :version.
13001
13002         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13003         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13004         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13005         Add :version.
13006
13007         * gnus-agent.el (gnus-agent-max-fetch-size)
13008         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13009         (gnus-agent-prompt-send-queue): Add :version.
13010
13011         * deuglify.el (gnus-outlook-deuglify): Add :version.
13012
13013         * html2text.el: Beautify code.  Improve doc strings.  Some
13014         checkdoc cleanup.
13015         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13016
13017 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13018
13019         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13020
13021 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13024         when package is loaded.
13025
13026         * spam.el (spam-summary-score-preferred-header): Add global preference
13027         for people who want to override the default SpamAssassin over
13028         Bogofilter preference (when both are set).
13029         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13030         (spam-user-format-function-S): Check
13031         spam-summary-score-preferred-header.
13032         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13033         (spam-user-format-function-S): Format the score correctly.
13034
13035 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13038         signature file.  Suggested by Manoj Srivastava
13039         <srivasta@golden-gryphon.com>.
13040
13041         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13042         iso-2022-jp even in the Japanese language environment.
13043         Suggested by Jason Rumney <jasonr@gnu.org>.
13044
13045 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13048         use the same characters as the dummy marks; make it free from
13049         getting affected by the language environment.
13050         (gnus-summary-read-group-1): Update mark positions only when the
13051         format spec is updated.
13052
13053         * gnus-spec.el (gnus-update-format-specifications): Return a list
13054         of updated types.
13055
13056 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13059         of boundp to check if display-warning is available.
13060
13061 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13062
13063         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13064
13065 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * nnspool.el (nnspool-spool-directory): Use news-path if the
13068         news-directory variable is not bound.
13069
13070         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13071         function instead of display-warning if it is not available.
13072
13073 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13076         v5-10: Use `point-at-bol'.
13077
13078 2004-10-26  Simon Josefsson  <jas@extundo.com>
13079
13080         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13081         <chenggao@gmail.com>.
13082
13083 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13086         instead.
13087
13088 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13091         to remove a server from the nnimap-server-buffer-alist.
13092         (nnimap-open-connection, nnimap-close-server): Use it.
13093
13094         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13095
13096 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13099         running the major-mode function.
13100
13101 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13104         dummy marks in the right way.
13105
13106 2004-10-18  David Edmondson  <dme@dme.org>
13107
13108         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13109         excessively.
13110
13111 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13112
13113         * gnus-util.el (gnus-split-references): Accept a nil references
13114         string and go on blissfully.
13115
13116         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13117         cases where the references string is non-nil but has no references.
13118
13119         * encrypt.el: Add autoload tags.
13120
13121         * spam.el (spam-resolve-registrations-routine): Remove article
13122         from unregistration list too.  Reported by David Hanak
13123         <dhanak@isis.vanderbilt.edu>
13124
13125 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13128         nil.  Changed custom type.
13129
13130 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13133
13134         * gnus-sum.el (gnus-summary-move-article): Use it.
13135
13136 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13137
13138         * encrypt.el: Add autoload cookies.
13139
13140         * spam.el (spam-backend-article-list-property)
13141         (spam-backend-get-article-todo-list)
13142         (spam-backend-put-article-todo-list)
13143         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13144         Resolve registrations separately.
13145         (spam-register-routine): Format comments.
13146         (spam-unregister-routine, spam-register-routine): Always call with
13147         specific-articles, no default list.
13148         (spam-summary-prepare-exit): Use the spam-classifications function.
13149
13150         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13151         gnus-encrypt.el.
13152
13153         * encrypt.el: Copied from gnus-encrypt.el.
13154
13155         * gnus-encrypt.el: Commented that it's obsolete.
13156
13157 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13160         (gnus-score-save): Use it.
13161
13162         * message.el (message-bury): Use `window-dedicated-p'.
13163
13164 2004-10-15  Simon Josefsson  <jas@extundo.com>
13165
13166         * pop3.el (top-level): Don't require nnheader.
13167         (pop3-read-timeout): Add.
13168         (pop3-accept-process-output): Add.
13169         (pop3-read-response, pop3-retr): Use it.
13170
13171 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13172
13173         * spam.el (spam-register-routine): Move comment.
13174         (spam-verify-bogofilter): Use 'unknown for the initial
13175         spam-bogofilter-valid state, not 'never.
13176
13177         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13178         for netrc-machine.
13179
13180         * nnimap.el (nnimap-open-connection): Use
13181         netrc-machine-user-or-password.
13182
13183 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13184
13185         * gnus-registry.el (gnus-registry-unload-hook):
13186         Set as a variable with add-hook.
13187
13188         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13189         of news-path.
13190
13191         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13192
13193         * spam.el: Delete duplicate `provide'.
13194         (spam-unload-hook): Set as a variable with add-hook.
13195
13196 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13199         in the doc string.
13200
13201         * message.el (message-ignored-news-headers)
13202         (message-ignored-supersedes-headers)
13203         (message-ignored-resent-headers)
13204         (message-forward-ignored-headers): Improve custom type.
13205
13206 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * message.el (message-tokenize-header): Fix 2004-09-06 change
13209         which used point-min in the wrong place.
13210
13211 2004-10-12  Simon Josefsson  <jas@extundo.com>
13212
13213         * tls.el (tls-certtool-program): New variable.
13214         (tls-certificate-information): New function, based on
13215         ssl-certificate-information.
13216
13217 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * compface.el: Move the version of ELisp-based uncompface program
13220         to the contrib directory because of the copyright problem.
13221
13222 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * message.el (message-kill-buffer): Raise the current frame.
13225
13226 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13229
13230         * gnus.el (message-y-or-n-p): Autoload.
13231
13232         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13233         (pop3-password-required, pop3-authentication-scheme)
13234         (pop3-leave-mail-on-server): Made customizable.
13235         (pop3): New custom group.
13236         (pop3-retr): Remove `sleep-for' statements.
13237         Suggested by Dave Love <fx@gnu.org>.
13238
13239         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13240         Windows/DOS.
13241
13242         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13243         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13244         Dave Love <fx@gnu.org>.
13245
13246         * mml.el (mml-minibuffer-read-disposition): Require match.
13247         Suggested by Dave Love <fx@gnu.org>.
13248
13249 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13252         doc string.
13253
13254 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13257
13258 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13259
13260         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13261         instead of calling `mm-insert-inline', to decode text/* parts
13262         before displaying them.
13263
13264 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * mm-uu.el (mm-uu-text-plain-type): New variable.
13267         (mm-uu-pgp-signed-extract-1): Use it.
13268         (mm-uu-pgp-encrypted-extract-1): Use it.
13269         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13270         bind mm-uu-text-plain-type with that value.
13271         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13272         mm-uu-dissect.
13273
13274 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * gnus-group.el (gnus-update-group-mark-positions):
13277         * gnus-sum.el (gnus-update-summary-mark-positions):
13278         * message.el (message-check-news-body-syntax):
13279         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13280         of string-as-multibyte.
13281
13282 2004-10-05  Juri Linkov  <juri@jurta.org>
13283
13284         * gnus-group.el (gnus-update-group-mark-positions):
13285         * gnus-sum.el (gnus-update-summary-mark-positions):
13286         * message.el (message-check-news-body-syntax):
13287         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13288         8-bit unibyte values to a multibyte string for search functions.
13289
13290 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13293         (mm-uu-dissect-text-parts): New function.
13294
13295         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13296         dissect text parts.
13297
13298         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13299         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13300
13301         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13302
13303         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13304         gnus-current-topics instead of gnus-current-topic.
13305
13306 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13307
13308         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13309
13310 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13311
13312         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13313         where approriate.
13314
13315         * nnml.el (nnml-generate-active-info): do.
13316
13317         * nndiary.el (nndiary-generate-active-info): do.
13318
13319         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13320         (gnus-topic-move): do.
13321
13322         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13323         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13324
13325         * gnus-srvr.el (gnus-server-prepare)
13326         (gnus-server-open-all-servers): do.
13327
13328         * gnus-msg.el (gnus-summary-cancel-article)
13329         (gnus-summary-resend-message)
13330         (gnus-summary-mail-crosspost-complaint): do.
13331
13332         * gnus-move.el (gnus-change-server): do.
13333
13334         * gnus-group.el (gnus-group-unmark-all-groups)
13335         (gnus-group-set-current-level): do.
13336
13337 2004-10-04  Simon Josefsson  <jas@extundo.com>
13338
13339         * message.el (message-generate-hashcash): Doc fix.
13340
13341 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13342
13343         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13344         avoid infinite recursion via gnus-get-function.
13345
13346 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13347
13348         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13349
13350         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13351
13352         * nnmail.el (nnmail-split-history): do.
13353
13354         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13355         (nnml-request-delete-group): do.
13356
13357         * nnslashdot.el (nnslashdot-read-groups): do.
13358
13359         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13360         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13361
13362         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13363         (nnspool-sift-nov-with-sed): Use last.
13364         (nnspool-retrieve-headers-with-nov): Use mapc.
13365         (nnspool-request-newgroups): Use dolist.
13366         (nnspool-request-group): Use last.
13367
13368         * nntp.el (nntp-read-server-type): Use dolist.
13369
13370         * nnvirtual.el (nnvirtual-create-mapping)
13371         (nnvirtual-update-read-and-marked): Use dolist.
13372         (nnvirtual-convert-headers): Simplify.
13373
13374 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13375
13376         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13377         support for sync'ing tick marks.
13378
13379 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13382         there's no visible header.
13383
13384 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13385
13386         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13387         necessary, pass full group name to gnus-request-set-marks.
13388
13389 2004-10-01  Simon Josefsson  <jas@extundo.com>
13390
13391         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13392         acroread.
13393
13394 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13395
13396         * spam-report.el (spam-report-gmane): Fix interactive.
13397
13398         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13399
13400         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13401         when writing file.
13402         (gnus-agent-synchronize-flags): Don't default to being
13403         interactive.
13404
13405 2004-09-30  Simon Josefsson  <jas@extundo.com>
13406
13407         * message.el (message-generate-hashcash): Add.
13408         (message-send-mail): Use it, call mail-add-payment.
13409
13410 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13411
13412         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13413
13414 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13415
13416         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13417         gnus-requst-update-info with explicit code to sync the in-memory
13418         info read flags with the marks being sync'd to the backend.
13419
13420         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13421
13422 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13423
13424         * spam.el (spam-verify-bogofilter): Add new function.
13425         (spam-check-bogofilter)
13426         (spam-bogofilter-register-with-bogofilter): Use it.
13427         (spam-verify-bogofilter): Add small fixes.
13428
13429 2004-09-28  Simon Josefsson  <jas@extundo.com>
13430
13431         * hashcash.el (hashcash-generate-payment): Revert.
13432
13433 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13434
13435         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13436         gnus-extract-references instead of gnus-split-references.
13437
13438         * gnus-util.el (gnus-extract-references): Add new function, analogous
13439         to gnus-split-references but extracts only the message-ID without
13440         anything extra.
13441
13442         * hashcash.el (hashcash-generate-payment)
13443         (hashcash-check-payment): Do the right thing if hashcash-path is
13444         nil (because the hashcash program could not be found).
13445
13446         * spam.el (spam-use-hashcash): Remove comment.
13447
13448 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13449
13450         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13451         (gnus-cache-enter-article, gnus-cache-remove-article)
13452         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13453
13454         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13455
13456         * gnus-art.el (article-hide-boring-headers)
13457         (article-translate-strings, article-display-face)
13458         (gnus-article-mime-match-handle-first)
13459         (gnus-article-highlight-headers)
13460         (gnus-article-add-buttons-to-head): do.
13461
13462 2004-09-27  Simon Josefsson  <jas@extundo.com>
13463
13464         * hashcash.el: New version, from
13465         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13466         ../contrib/.
13467
13468 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13471
13472 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13473
13474         * gnus-dup.el (gnus-dup-open): Use mapc.
13475         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13476
13477         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13478         Reported by Stefan Wiens <s.wi@gmx.net>.
13479
13480         * gnus.el (gnus-shutdown): Use dolist.
13481
13482         * gnus-undo.el (gnus-undo): Use mapc.
13483
13484         * nnrss.el (nnrss-generate-active): do.
13485
13486         * message.el (message-cite-original-without-signature)
13487         (message-cite-original): Use mapc.
13488         (message-do-actions, message-make-forward-subject): Use dolist.
13489
13490 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13491
13492         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13493         deletion to remove entire duplicate line.  Fixes merged article
13494         number bug.
13495
13496 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13497
13498         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13499         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13500         first ask if you want to open a server and then, even when you
13501         responded with no, asking if you want to synchronize the server's
13502         flags.
13503         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13504         multi-line expressions.
13505         (gnus-agent-synchronize-group-flags): New internal function.
13506         Updates marks in memory (in the info structure) AND in the
13507         backend.
13508
13509         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13510
13511         * nnagent.el (nnagent-request-set-mark): Use
13512         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13513         method, to ensure that synchronization updates marks in the
13514         backend and in the info (in memory) structure.
13515
13516 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13519         convention fully; don't miss the root article of a thread; make
13520         the X-Draft-From header with correct article numbers.
13521
13522 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13523
13524         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13525         unless plugged.  Disable the agent so that an open failure causes
13526         an error.
13527
13528         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13529         Reverted 2004-09-21 change.  The backend must be opened while
13530         synchronizing flags even when the backend stores the flags
13531         locally.
13532
13533 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13536         in `header' match.  Reported by Svend Tollak Munkejord.
13537
13538         * message.el (message-cite-original): Fix use of
13539         `message-cite-articles-with-x-no-archive'.
13540
13541 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13544         (gnus-window-to-buffer): Ditto.
13545
13546         * mml.el (mml-preview-buffer): New variable.
13547         (mml-preview): Manage window layout with gnus-buffer-configuration.
13548
13549         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13550         X-Draft-From header even if those articles aren't quoted.
13551
13552 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13553
13554         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13555         (gnus-request-set-mark, gnus-request-update-mark): Use new
13556         g-s-t-u-l-m to decide to use backend even when unplugged.
13557
13558 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13561         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13562
13563 2004-09-20  Simon Josefsson  <jas@extundo.com>
13564
13565         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13566         "utf-16-le".
13567
13568 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13569
13570         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13571
13572 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * uudecode.el (uudecode-use-external): Add :version.
13575
13576         * smime.el (smime-CA-file, smime-encrypt-cipher)
13577         (smime-dns-server): Add :version.
13578
13579         * smiley.el (gnus-smiley-file-types): Add :version.
13580
13581         * sha1.el (sha1-use-external): Add :version.
13582
13583         * pgg-def.el (pgg-query-keyserver): Add :version.
13584
13585         * nnmail.el (nnmail-fancy-expiry-targets)
13586         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13587         Add :version.
13588
13589         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13590         (nnimap-retrieve-groups-asynchronous): Add :version.
13591         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13592
13593         * mml.el (mml-content-disposition-parameters)
13594         (mml-insert-mime-headers-always): Add :version.
13595
13596         * mm-util.el (mm-coding-system-priorities): Add :version.
13597
13598         * mm-decode.el (mm-inline-text-html-with-images)
13599         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13600         (mm-verify-option): Add :version.
13601         (mm-text-html-renderer): Change :version.
13602
13603         * message.el (message-fcc-externalize-attachments)
13604         (message-required-headers, message-draft-headers)
13605         (message-subject-trailing-was-query)
13606         (message-subject-trailing-was-ask-regexp)
13607         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13608         (message-mark-insert-end, message-archive-header)
13609         (message-archive-note, message-cross-post-default)
13610         (message-cross-post-note, message-followup-to-note)
13611         (message-cross-post-note-function, message-use-mail-followup-to)
13612         (message-subscribed-address-functions)
13613         (message-subscribed-address-file, message-subscribed-addresses)
13614         (message-subscribed-regexps, message-allow-no-recipients)
13615         (message-yank-cited-prefix, message-signature-insert-empty-line)
13616         (message-hidden-headers, message-hierarchical-addresses)
13617         (message-mail-user-agent, message-use-idna)
13618         (message-valid-fqdn-regexp)
13619         (message-strip-special-text-properties, message-header-synonyms)
13620         (message-beginning-of-line, message-tab-body-function): Add :version.
13621         (message-insert-canlock, message-wide-reply-confirm-recipients):
13622         Change :version.
13623
13624         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13625         and :version.
13626         (mail-source-delete-old-incoming-confirm)
13627         (mail-source-movemail-program): Add :version.
13628
13629         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13630         (gnus-agent-cache, gnus-agent): Change :version.
13631
13632         * gnus-util.el (gnus-use-byte-compile): Change :version.
13633
13634         * gnus-sum.el (gnus-summary-make-false-root-always)
13635         (gnus-summary-default-high-score)
13636         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13637         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13638         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13639         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13640         (gnus-sum-thread-tree-single-indent)
13641         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13642         (gnus-sum-thread-tree-leaf-with-other)
13643         (gnus-sum-thread-tree-single-leaf): Add :version.
13644         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13645         (gnus-article-loose-mime): Change :version.
13646
13647         * gnus-start.el (gnus-backup-startup-file)
13648         (gnus-save-startup-file-via-temp-buffer): Add :version.
13649
13650         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13651         (gnus-server-offline-face): Add :version.
13652
13653         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13654
13655         * gnus-msg.el (gnus-gcc-externalize-attachments)
13656         (gnus-debug-files, gnus-debug-exclude-variables)
13657         (gnus-discouraged-post-methods): Change :version.
13658         (gnus-confirm-mail-reply-to-news)
13659         (gnus-confirm-treat-mail-like-news): Add :version.
13660
13661         * gnus-int.el (gnus-server-unopen-status): Add :version.
13662
13663         * gnus-group.el (gnus-group-jump-to-group-prompt)
13664         (gnus-large-ephemeral-newsgroup)
13665         (gnus-fetch-old-ephemeral-headers): Add :version.
13666
13667         * gnus-fun.el (gnus-x-face-directory)
13668         (gnus-convert-pbm-to-x-face-command)
13669         (gnus-convert-image-to-x-face-command)
13670         (gnus-convert-image-to-face-command): Add :version.
13671
13672         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13673
13674         * gnus-cite.el (gnus-cite-blank-line-after-header)
13675         (gnus-article-boring-faces): Add :version.
13676
13677         * gnus-art.el (gnus-buttonized-mime-types)
13678         (gnus-inhibit-mime-unbuttonizing)
13679         (gnus-treat-display-face)
13680         (gnus-treat-body-boundary): Change :version.
13681         (gnus-body-boundary-delimiter, gnus-picon-databases)
13682         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13683         (gnus-treat-date-english, gnus-treat-fold-headers)
13684         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13685         (gnus-treat-mail-picon, gnus-treat-wash-html)
13686         (gnus-article-encrypt-protocol)
13687         (gnus-use-idna, gnus-article-over-scroll)
13688         (gnus-mime-display-multipart-alternative-as-mixed)
13689         (gnus-mime-display-multipart-related-as-mixed)
13690         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13691         (gnus-ctan-url, gnus-button-ctan-handler)
13692         (gnus-button-handle-ctan-bogus-regexp)
13693         (gnus-button-ctan-directory-regexp)
13694         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13695         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13696         (gnus-button-man-level, gnus-button-emacs-level)
13697         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13698
13699         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13700         (gnus-agent-go-online): Change :version.
13701         (gnus-agent-expire-unagentized-dirs)
13702         (gnus-agent-auto-agentize-methods): Add :version.
13703
13704         * flow-fill.el (fill-flowed-display-column)
13705         (fill-flowed-encode-column): Add :version.
13706
13707         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13708         (gnus-outlook-deuglify-unwrap-max)
13709         (gnus-outlook-deuglify-cite-marks)
13710         (gnus-outlook-deuglify-unwrap-stop-chars)
13711         (gnus-outlook-deuglify-no-wrap-chars)
13712         (gnus-outlook-deuglify-attrib-cut-regexp)
13713         (gnus-outlook-deuglify-attrib-verb-regexp)
13714         (gnus-outlook-deuglify-attrib-end-regexp)
13715         (gnus-outlook-display-hook): Add :version.
13716
13717         * binhex.el (binhex-use-external): Add :version.
13718
13719 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13722         and `invisible'.
13723
13724 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13725
13726         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13727         in gnus-registry-trim.
13728
13729 2004-09-13  Simon Josefsson  <jas@extundo.com>
13730
13731         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13732
13733         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13734
13735         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13736         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13737         <yamaoka@jpl.org>.
13738         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13739         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13740         <yamaoka@jpl.org>.
13741
13742         * sieve.el (sieve-manage-mode): Ditto.
13743
13744 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13747
13748 2004-09-11  Simon Josefsson  <jas@extundo.com>
13749
13750         * dns-mode.el: Add.
13751
13752         * mm-view.el (mm-display-dns-inline): Add.
13753
13754         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13755         (mm-automatic-display): Ditto.
13756
13757         * mailcap.el (mailcap-mime-data): Add text/dns.
13758         (mailcap-mime-extensions): Map .soa to text/dns.
13759
13760 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13761
13762         * gnus-art.el (article-decode-mime-words, article-babel)
13763         (gnus-article-highlight-signature, gnus-article-add-buttons)
13764         (gnus-signature-toggle): Remove unnecessary bindings of
13765         `inhibit-read-only' inherited from v5.10 merge.
13766
13767 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * nntp.el (nntp): New customization group.
13770         (nntp-authinfo-file): Add customization group.
13771
13772         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13773
13774         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13775
13776         * gnus.el (to-address, to-list, subscribed)
13777         (large-newsgroup-initial): Ditto.
13778
13779         * flow-fill.el (fill-flowed-display-column)
13780         (fill-flowed-encode-column): Ditto.
13781
13782 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13783
13784         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13785         Use point-min rather than 1.
13786         (message-send-mail): Use buffer-size rather than point-max.
13787
13788         * gnus-sum.el (gnus-summary-search-article-forward):
13789         Signal a specific `search-failed' rather than a generic `error'.
13790
13791         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13792         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13793         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13794
13795 2004-09-10  Simon Josefsson  <jas@extundo.com>
13796
13797         * nndb.el (require): Remove tcp and duplicate cl.
13798
13799 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * gnus-agent.el (directory-files-and-attributes): Move forward.
13802
13803 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13804
13805         * gnus-agent.el (directory-files-and-attributes): Optionally
13806         defined to support XEmacs.
13807
13808 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13809
13810         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13811         to avoid run-time CL dependencies.
13812         (gnus-agent-unfetch-articles): New function.
13813         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13814         article numbers even when local .overview file is missing.
13815         (gnus-agent-read-article-number): New function.  Only accepts
13816         27-bit article numbers.
13817         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13818         gnus-agent-read-article-number.
13819         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13820         from backend while recognizing that article numbers in .overview
13821         must be valid.
13822         (gnus-agent-update-files-total-fetched-for): Use
13823         directory-files-and-attributes to improve performance.
13824         * gnus-int.el (gnus-request-move-article): Use
13825         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13826         improve performance.
13827
13828         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13829         some users confused by references to .newsrc when they only have a
13830         .newsrc.eld file.
13831         (gnus-convert-mark-converter-prompt)
13832         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13833         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13834         New function.  Used internally to only display 'gnus converting
13835         files' message when actually necessary.
13836
13837         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13838         methods now autoloaded.
13839
13840 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13843         identifiers.
13844
13845 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-picon.el: Fix indentation and closing parenthesis.
13848
13849 2004-09-01  Simon Josefsson  <jas@extundo.com>
13850
13851         * message.el (message-canlock-generate): Require sha1, not
13852         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13853         to require within a function.  Sadly, if sha1.el isn't loaded, the
13854         let binding in m-c-g will hide the defcustom definition, which is
13855         bad.)
13856
13857         * canlock.el: Require sha1, not sha1-el.
13858
13859         * message.el: Don't autoload sha1 (there is a autoload cookie in
13860         sha1.el).
13861
13862         * sha1-el.el: Renamed to sha1.el.
13863
13864 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13865
13866         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13867
13868 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13869
13870         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13871
13872 2004-08-30  Kim F. Storm  <storm@cua.dk>
13873
13874         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13875
13876         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13877         Add :group 'nnimap.
13878
13879 2004-08-30  Andreas Schwab  <schwab@suse.de>
13880
13881         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13882         ?* and ?\;.
13883
13884         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13885         and ?\' to symbol instead of whitespace.
13886
13887 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13890
13891         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13892         instead of re-search-forward.
13893
13894         * gnus-uu.el (gnus-uu-save-article): Ditto.
13895         (gnus-uu-post-encode-uuencode): Ditto.
13896
13897         * html2text.el (html2text-clean-list-items): Ditto.
13898         (html2text-clean-dtdd): Ditto.
13899         (html2text-format-tags): Ditto.
13900
13901         * message.el (message-send-mail-with-sendmail): Fix regexp.
13902         (message-fill-field-general): Use search-forward instead of
13903         re-search-forward.
13904         (unbold-region): Ditto.
13905
13906         * nnrss.el (nnrss-request-article): Ditto.
13907
13908         * nnslashdot.el (nnslashdot-request-article): Ditto.
13909
13910         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13911
13912         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13913         "Unrecognized menu descriptor" error in XEmacs.
13914
13915 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13916
13917         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13918         parent article of a sparse article in the thread hashtb.
13919
13920 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13921
13922         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13923         (nnmail-expand-newtext): Lowercase expanded entries if
13924         nnmail-split-lowercase-expanded is non-nil.
13925
13926 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13929
13930         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13931         of gnus-tmp-news-method into string under XEmacs.  It will be
13932         passed to gnus-correct-length which takes only a string argument.
13933
13934 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-util.el (gnus-bind-print-variables): New macro.
13937         (gnus-prin1): Use it.
13938         (gnus-prin1-to-string): Use it.
13939         (gnus-pp): New function.
13940         (gnus-pp-to-string): New function.
13941
13942         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13943         Replace pp-to-string with gnus-pp-to-string.
13944         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13945         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13946         * gnus-msg.el (gnus-debug): Ditto.
13947         * gnus-score.el (gnus-score-save): Ditto.
13948         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13949         gnus-pp-to-string.
13950         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13951         with gnus-pp.
13952         * score-mode.el (gnus-score-pretty-print): Ditto.
13953         * webmail.el (webmail-debug): Ditto.
13954
13955 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * gnus-art.el (article-display-face, article-display-x-face):
13958         Use buffer-read-only.
13959
13960 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-art.el (article-hide-list-identifiers):
13963         Bind inhibit-read-only as t.
13964
13965 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13966
13967         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13968
13969 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13970
13971         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13972         (gnus-narrow-to-page): Don't assume point-min == 1.
13973         (gnus-article-edit-mode): Derive from message-mode.
13974
13975         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13976         point-min == 1.
13977
13978         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13979         Disable incorrect use of `assert'.
13980
13981         * message.el (message-mode): Set comment-start-skip.
13982
13983
13984 2004-08-22  Sam Steingold  <sds@gnu.org>
13985
13986         * pop3.el (pop3-leave-mail-on-server): New user variable.
13987         (pop3-movemail): Delete mail only when it is nil.
13988
13989 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13992
13993         * mml.el (mml-preview): Use `pop-to-buffer'.
13994
13995         * message.el (message-goto-mail-followup-to): Insert after "To".
13996         (message-carefully-insert-headers): Add comment.
13997
13998         * gnus.el: Remove unused variable `gnus-article-check-size'.
13999
14000         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14001
14002         * gnus-art.el (gnus-button-alist): Improve
14003         `gnus-button-handle-library' entry.
14004
14005 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14006
14007         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14008         downcase, since XEmacs capitalizes error messages differently.
14009
14010 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14011
14012         * nntp.el: Add (require 'gnus) due to reference to
14013         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14014
14015 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14016
14017         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14018         `mm-fill-flowed'.
14019
14020         * mm-decode.el (mm-dissect-singlepart): Check it.
14021
14022 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14023
14024         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14025         'imap' for netrc parsing.
14026
14027 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * mailcap.el (mailcap-mime-data): Mark as risky.
14030
14031 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14034         may be included in the encoded word.
14035         (rfc2047-encode): Don't append a space if the encoded word
14036         includes close parenthesis.
14037
14038 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14041         of text within parentheses.
14042
14043 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14044
14045         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14046         (gnus-encrypt-write-file-contents): Make the password key the file
14047         name PLUS the cipher, not just the cipher.  Also remove failed
14048         passwords from the cache.
14049
14050 2004-08-06  Simon Josefsson  <jas@extundo.com>
14051
14052         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14053         fix.
14054
14055 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14058         LWSP.
14059
14060 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14061
14062         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14063         to append in-reply-to: data to the references: header.
14064
14065         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14066         (netrc-parse): Use gnus-encrypt.el functions.
14067
14068         * gnus-encrypt.el: Add new file for encryption support; currently
14069         does only a few GPG ciphers and an internal XOR cipher.
14070
14071         * password.el: Add comments on using password-read-and-add.
14072         (password-read-and-add): Add function to read and add the
14073         password to the cache at once.
14074
14075 2004-07-28  Simon Josefsson  <jas@extundo.com>
14076
14077         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14078         parameter (but don't use it, for now).
14079
14080         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14081         instead of hard coding to nil.
14082
14083 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14086         as mm-inline-image-xemacs does.
14087
14088 2004-07-26  Simon Josefsson  <jas@extundo.com>
14089
14090         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14091         Revert part of 2004-07-17 change below.
14092
14093 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14096         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14097
14098 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14099
14100         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14101         quotes that actually start with ">" at the beginning of the
14102         lines.
14103
14104 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * rfc2047.el (rfc2047-encode-region): Fix last change.
14107         (rfc2047-encode-parameter): Remove useless concat.
14108
14109 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14112         encode special characters; fix some kind of misconfigured headers;
14113         signal a real error if debug-on-quit or debug-on-error is non-nil.
14114         (rfc2047-encode-max-chars): New variable.
14115         (rfc2047-encode-1): Use it.
14116         (rfc2047-encode-parameter): New function.
14117
14118         * mml.el (mml-insert-parameter): Remove an excessive space.
14119
14120 2004-07-17  Simon Josefsson  <jas@extundo.com>
14121
14122         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14123         Kai Grossjohann <kai@emptydomain.de>.
14124         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14125         (gnus-group-make-menu-bar): Ditto.
14126
14127         * gnus-util.el (gnus-group-server): Add.
14128
14129 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14130
14131         * message.el (message-clone-locals): Clone sendmail and smtp
14132         variables.
14133
14134 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * rfc2047.el (rfc2047-encode-region): Fix last change.
14137
14138 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14141         characters as non-special.
14142
14143 2004-07-09  Simon Josefsson  <jas@extundo.com>
14144
14145         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14146         Users will lose all flag changes made while unplugged with
14147         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14148         good default.  See numerous reports on ding mailing list.
14149
14150 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14153         add generate-head-function and generate-article-function to the
14154         rfc822-forward entry.
14155         (nndoc-rfc822-forward-generate-article): New function.
14156         (nndoc-rfc822-forward-generate-head): New function.
14157
14158         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14159
14160 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14161
14162         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14163         respect display group parameter and gnus-summary-expunge-below.
14164         (gnus-articles-to-read): Remove unused reference to display group
14165         parameter.
14166
14167 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14168
14169         * nnheader.el (nnheader-uniquify-message-id): New experimental
14170         variable.
14171         (nnheader-nov-read-message-id): Use it.
14172
14173         * spam-report.el (spam-report-gmane): Add interactive.
14174
14175 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14178         qp-or-base64 for the application/* types.
14179
14180 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14181
14182         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14183
14184 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14185
14186         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14187         trim value.
14188
14189 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14190
14191         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14192         New macro and function.
14193         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14194
14195 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14198         after-load-alist.
14199
14200 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14201
14202         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14203         update info that isn't there.
14204
14205 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14206
14207         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14208         entry.
14209
14210 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * mm-view.el (mm-inline-render-with-function): Use multibyte
14213         buffer; decode html source by charset.
14214
14215         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14216
14217         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14218         Mule-UCS is loaded under XEmacs.
14219         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14220
14221 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14222
14223         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14224
14225 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * mm-util.el (mm-coding-system-p): Return a coding-system.
14228         (mm-mime-mule-charset-alist): Use shift_jis instead of
14229         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14230         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14231         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14232         instead of japanese-shift-jis and iso-latin-1 respectively in
14233         order to share the default value with both Emacs and XEmacs-mule.
14234         (mm-mule-charset-to-mime-charset): Make
14235         mm-coding-system-priorities effective.
14236         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14237         while predicating of candidates upon the priorities.
14238
14239 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14240
14241         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14242         gnus-uu-invert-processable.
14243
14244         * gnus.el: Autoload gnus-uu-invert-processable.
14245
14246 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * mm-util.el (mm-with-multibyte-buffer): New macro.
14249
14250         * rfc2047.el (rfc2047-encode-string): Use it.
14251         (rfc2047-encode-region): Move point to the end of the region after
14252         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14253
14254 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14257         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14258
14259 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14262         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14263         Karl Chen <quarl@nospam.quarl.org>.
14264
14265 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14266
14267         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14268         invalid addresses.
14269
14270 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14271
14272         * spam.el: Change section markers, revise TODO list.
14273         (spam-backends): Make new master list of all installed backends.
14274         (spam-summary-exit-behavior): Add new variable to determine how
14275         messages moves are done at summary exit.
14276         (spam-move-spam-nonspam-groups-only)
14277         (spam-process-ham-in-nonham-groups)
14278         (spam-process-ham-in-spam-groups): Remove variables, the
14279         spam-summary-exit-behavior variable should be used to manage this
14280         behavior.
14281         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14282         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14283         and spam-old-spam-articles.
14284         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14285         Add empty variables, placeholders for the backends they represent.
14286         (spam-set-difference): Move, unchanged.
14287         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14288         unless the user has a processor variable.
14289         (spam-classifications, spam-classification-valid-p)
14290         (spam-backend-properties, spam-backend-property-valid-p)
14291         (spam-backend-function-type-valid-p)
14292         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14293         (spam-report-articles-gmane, spam-report-articles-resend):
14294         Remove functions, they are not needed.
14295         (spam-install-backend-super, spam-backend-list)
14296         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14297         (spam-backend-function, spam-backend-ham-registration-function)
14298         (spam-backend-spam-registration-function)
14299         (spam-backend-ham-unregistration-function)
14300         (spam-backend-spam-unregistration-function)
14301         (spam-backend-statistical-p, spam-backend-mover-p)
14302         (spam-install-backend-alias, spam-install-checkonly-backend)
14303         (spam-install-mover-backend, spam-install-nocheck-backend)
14304         (spam-install-backend, spam-install-statistical-backend)
14305         (spam-install-statistical-checkonly-backend): Add backend installation
14306         support.
14307         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14308         (spam-group-processor-p): Use the new backend code and respect the
14309         summary exit behavior.
14310         (spam-mark-spam-as-expired-and-move-routine): Remove.
14311         (spam-summary-prepare): Change to use the new spam-old-articles
14312         variable.
14313         (spam-copy-or-move-routine, spam-copy-spam-routine)
14314         (spam-move-spam-routine, spam-copy-ham-routine)
14315         (spam-move-ham-routine): Add code to copy/move ham or spam.
14316         (spam-fetch-field-fast): Improve doc and code, plus allow the
14317         'number request.
14318         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14319         variables.
14320         (spam-split, spam-find-spam): Use the new backend code.
14321         (spam-registration-functions): Remove variable.
14322         (spam-unregister-routine): Add convenience wrapper.
14323         (spam-log-undo-registration, spam-register-routine)
14324         (spam-log-processing-to-registry)
14325         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14326         where possible.
14327         (spam-check-gmane-xref, spam-check-regex-headers)
14328         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14329         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14330         (spam-check-bogofilter-headers, spam-check-spamoracle)
14331         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14332         (spam-check-crm114-headers): Use the spam-split-group that
14333         spam-split prepares, no need to determine it every time.
14334
14335         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14336         to the nnheader-parse-naked-head call.
14337
14338         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14339
14340         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14341         the nnheader-nov-read-message-id call.
14342
14343 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14346         gnus-activate-group twice.  Suggested by Markus Peter
14347         <warp@spin.de>.
14348
14349 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-art.el (gnus-article-time-format): Exchange the order of
14352         day and month in the default value; fix customization type.
14353         (article-date-ut): Use add-text-properties.
14354         (article-make-date-line): Use message-make-date instead of
14355         current-time-string.
14356
14357         * message.el (message-fetch-field): Don't use set-text-properties.
14358         (message-make-date): Simplify.
14359
14360         * messagexmas.el (message-xmas-make-date): New function.
14361         (message-xmas-redefine): Defalias message-make-date to it.
14362
14363 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14366         (rfc2047-encode-region): Treat text within parentheses as special;
14367         show the original text when error has occurred.
14368
14369         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14370         already-computed method to gnus-activate-group.
14371
14372         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14373         same select-methods identical Lisp objects.
14374
14375         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14376         object when modifying the info.
14377
14378 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14381         gnus-opened-servers since it has never been opened with the new
14382         configuration yet.
14383
14384 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14387         arg to nnheader-generate-fake-message-id.
14388
14389 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14390
14391         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14392         number and build a fake message ID localized to a group and
14393         article number (so it's repeatable from that point on).
14394         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14395         ID format.
14396
14397         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14398         nnheader-generate-fake-message-id with the article number.
14399
14400 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14401
14402         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14403         end-of-buffer.
14404
14405 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14406
14407         * message.el (message-ignored-supersedes-headers): Add Approved.
14408
14409 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14412         goto-char.
14413         (rfc2047-encode): Fold the line before encoding.
14414
14415 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14416
14417         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14418         folding -- not all headers can be folded, and this should be done
14419         by the message composition mode.  Probably.  I think.
14420
14421 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14424         fast.
14425
14426         * gnus-ems.el (gnus-remove-image): Don't use
14427         message-text-with-property; remove only the image found first.
14428
14429         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14430         found first.
14431
14432 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14433
14434         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14435
14436 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * message.el (message-text-with-property): Make it fast and accept
14439         optional arguments.
14440         (message-strip-forbidden-properties): Use it.
14441         (message-fix-before-sending): Follow the m-t-w-p change.
14442
14443         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14444
14445 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * gnus-art.el (article-hide-headers): Don't change the buffer
14448         mistakenly when performing mml-preview even if
14449         gnus-single-article-buffer is nil.
14450
14451 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14452
14453         * message.el (message-expand-name-databases): New user option.
14454         (message-expand-name): Use it.
14455
14456 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14457
14458         * spam.el (spam-report-articles-resend)
14459         (spam-report-resend-register-routine): Allow ham reporting.
14460         (spam-report-resend-register-ham-routine): Add wrapper.
14461         (spam-registration-functions): Add ham resending functions.
14462         (spam-list-of-processors): Add ham resend processor.
14463
14464         * gnus.el (ham-resend-to): Add new group parameter.
14465         (spam-process): Add ham resend option.
14466
14467         * spam-report.el (spam-report-resend): Allow reporting ham.
14468         (spam-report-resend-ham): Add wrapper.
14469
14470 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14471
14472         * message.el (message-cite-articles-with-x-no-archive): New
14473         variable.
14474         (message-cite-original): Use it.
14475
14476 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14477
14478         * message.el (message-cite-original): Respect X-No-Archive.
14479
14480 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus-art.el (article-hide-headers): Refer to the values for
14483         gnus-ignored-headers and gnus-visible-headers in the summary
14484         buffer since a user may have set them as group parameters.
14485
14486 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * assistant.el (assistant-node-name): Add convenience function.
14489         (assistant-render-text, assistant-render-node): Add error handling,
14490         plus handle multiple next nodes.
14491         (assistant-find-next-node): Comment out for now.
14492         (assistant-find-next-nodes): Add function, returns list of next
14493         nodes.
14494
14495 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * mail-source.el (mail-source-directory): Fix doc-string.
14498
14499 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14500
14501         * assistant.el (assistant-render-text, assistant-eval): Add :set
14502         widget type, which is different because it takes and returns a
14503         list.  Much hilarity ensues.
14504
14505 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14508
14509         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14510         doc-string.
14511
14512         * gnus-start.el (gnus-activate-group): Added doc-string.
14513
14514 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14517
14518 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14519
14520         * assistant.el (assistant-render-text): Try to add a :set
14521         widget, more to come.
14522
14523         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14524         strings.
14525         (spam-report-articles-resend)
14526         (spam-register-routine): Do registration iff any articles warrant
14527         it.
14528         (spam-summary-prepare-exit): Change log message for nil group
14529         destinations.
14530
14531 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14532
14533         * spam.el (spam-report-resend-register-routine): Allow
14534         spam-report-resend-to to be a group parameter or a global value.
14535
14536 2004-05-26  Simon Josefsson  <jas@extundo.com>
14537
14538         * starttls.el: Merge with my GNUTLS based starttls.el.
14539         (starttls-gnutls-program, starttls-use-gnutls)
14540         (starttls-extra-arguments, starttls-process-connection-type)
14541         (starttls-connect, starttls-failure, starttls-success): New
14542         variables.
14543         (starttls-program, starttls-extra-args): Doc fix.
14544         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14545         functions.
14546         (starttls-negotiate, starttls-open-stream): Check
14547         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14548         function if it is set.
14549
14550 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14553         structured fields.
14554
14555 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14558
14559 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14560
14561         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14562         variable.
14563         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14564         assigning the spam-mark to new messages.
14565
14566 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14567
14568         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14569
14570 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14573
14574         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14575         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14576         default.
14577
14578 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14579
14580         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14581         correct data.
14582
14583 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14584
14585         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14586         (spam-group-processor-p): Fix function.
14587         (spam-group-processor-multiple-p)
14588         (spam-group-spam-processor-report-gmane-p)
14589         (spam-group-spam-processor-report-resend-p)
14590         (spam-group-spam-processor-bogofilter-p)
14591         (spam-group-spam-processor-blacklist-p)
14592         (spam-group-spam-processor-ifile-p)
14593         (spam-group-ham-processor-ifile-p)
14594         (spam-group-spam-processor-spamoracle-p)
14595         (spam-group-spam-processor-crm114-p)
14596         (spam-group-ham-processor-bogofilter-p)
14597         (spam-group-spam-processor-stat-p)
14598         (spam-group-ham-processor-stat-p)
14599         (spam-group-ham-processor-whitelist-p)
14600         (spam-group-ham-processor-BBDB-p)
14601         (spam-group-ham-processor-spamoracle-p)
14602         (spam-group-ham-processor-copy-p): Remove functions with some
14603         prejudice against unneeded code.
14604         (spam-report-articles-resend)
14605         (spam-report-resend-register-routine): Allow the group/topic
14606         spam-resend-to value to override spam-report-resend-to.
14607         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14608         properly now.
14609
14610         * gnus.el (spam-resend-to): Add group/topic parameter.
14611         (spam-process): Move the OBSOLETE processors to the end of the
14612         choices.
14613
14614 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14615
14616         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14617         with resend-to set to nil, and then ask the user if necessary.
14618         (spam-report-resend): spam-report-resend takes a list of articles, not
14619         separate article numbers.
14620
14621 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14624         addition to emacs-w3m.
14625
14626 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14627
14628         * assistant.el (assistant-authinfo-data): New function.
14629         (assistant-eval): Eval for entire assistant.
14630
14631         * netrc.el (netrc-services-file): New variable.
14632         (netrc-parse-services): New function.
14633         (netrc-find-service-name): New function.
14634         (netrc-find-service-number): New function.
14635         (netrc-port-equal): New function.
14636         (netrc-machine): Use it.
14637
14638         * nnimap.el (nnimap-open-connection): Use netrc.
14639
14640         * gnus-util.el (gnus-netrc-get): Remove aliases.
14641
14642         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14643
14644         * assistant.el (wid-edit): Fix compilation.
14645
14646         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14647
14648 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14649
14650         * gnus-util.el (gnus-set-file-modes): New function.  (small
14651         patch).
14652
14653 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14654
14655         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14656
14657         * assistant.el (assistant-render-node): Fix up rendering and
14658         read-only text.
14659         (assistant-render-node): Reset.
14660         (assistant-make-read-only): Not sticky.
14661
14662 2004-05-20  Danny Siu  <dsiu@adobe.com>
14663
14664         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14665         centered even when gnus-auto-center-summary is t.
14666
14667 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14668
14669         * dns.el (dns-get-txt-answer): New function.
14670         (dns-read-txt): Ditto.
14671         (query-dns): Use it.
14672
14673 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14676         active for foreign groups even if the group level is higher than
14677         the specified value.
14678
14679 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14680
14681         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14682         non-active groups.
14683
14684         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14685
14686 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14687
14688         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14689
14690 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14691
14692         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14693         (spam-crm114-header, spam-crm114-spam-switch)
14694         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14695         (spam-crm114-positive-spam-header)
14696         (spam-crm114-database-directory, spam-list-of-processors)
14697         (spam-group-spam-processor-crm114-p)
14698         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14699         (spam-generic-score, spam-list-of-checks)
14700         (spam-list-of-statistical-checks, spam-registration-functions)
14701         (spam-check-crm114-headers, spam-crm114-score)
14702         (spam-check-crm114, spam-crm114-register-with-crm114)
14703         (spam-crm114-register-spam-routine)
14704         (spam-crm114-unregister-spam-routine)
14705         (spam-crm114-register-ham-routine)
14706         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14707         asjo@koldfront.dk (Adam Sjøgren).
14708
14709         * gnus.el: Add spam-use-crm114.
14710
14711         * spam.el (spam-list-of-processors, spam-registration-functions):
14712         Add spam-use-resend.
14713         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14714         (spam-report-articles-gmane): Add doc fix.
14715         (spam-report-articles-resend, spam-report-resend-register-routine):
14716         Add wrappers around spam-report-resend-to.
14717
14718         * spam-report.el (spam-report-resend-to, spam-report-resend):
14719         Add support for resending spam.
14720         (spam-report-gmane): Fix line length >80.
14721
14722         * gnus.el (spam-process): Add spam-use-resend.
14723
14724 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14725
14726         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14727         number of processed spam messages.
14728         (spam-ham-copy-or-move-routine): Return the number of processed
14729         ham messages.
14730         (spam-summary-prepare-exit): Use the above values to decide
14731         whether status messages shouled be displayed.
14732
14733 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14736         `rfc2047-encoding-function-alist' in order to avoid conflicting
14737         with the old version.
14738         (rfc2047-encode-region): Concatenate words containing non-ASCII
14739         characters in structured fields; don't encode space-delimited
14740         ASCII words even in unstructured fields; don't break words at
14741         char-category boundaries.
14742         (rfc2047-encode-1): New function.
14743         (rfc2047-encode): Use it; encode text so that it occupies the
14744         maximum width within 76-column; work correctly on Q encoding for
14745         iso-2022-* charsets.
14746         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14747         sure not to break a line just after the header name.
14748         (rfc2047-b-encode-region): Removed.
14749         (rfc2047-b-encode-string): New function.
14750         (rfc2047-q-encode-region): Removed.
14751         (rfc2047-q-encode-string): New function.
14752
14753         * mm-util.el (mm-replace-in-string): New function.
14754
14755 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14756
14757         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14758         get it right.
14759         (gnus-inews-make-draft): Really.
14760
14761 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14762
14763         * nnmh.el (nnmh-request-list-1): Don't check the link count
14764         before descending.  (small patch)
14765
14766 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14767
14768         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14769         stuff.
14770
14771         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14772         on real group name.
14773
14774         * gnus-art.el (gnus-signature-limit): Doc fix.
14775
14776         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14777
14778         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14779
14780 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14781
14782         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14783         isn't a string.
14784
14785 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14786
14787         * gnus-draft.el (gnus-draft-send): Bind
14788         rfc2047-encode-encoded-words.
14789
14790         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14791         (rfc2047-encodable-p): Say that =? needs encoding.
14792         (rfc2047-encode-encoded-words): New variable.
14793
14794         * gnus-group.el (gnus-group-select-group): Doc fix.
14795
14796         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14797
14798         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14799         to nil.
14800
14801         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14802
14803         * nnheader.el (nnheader-get-lines-and-char): New function.
14804
14805 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-msg.el (gnus-summary-followup-with-original): Document
14808         yanking of region when active.
14809
14810 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14813         groups if the group level is higher than the specified value.
14814
14815 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14818         (gnus-group-jump-to-group): Added prefix argument using
14819         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14820         non-active group.
14821
14822         * compface.el (uncompface): Be verbose when changing
14823         `uncompface-use-external'.
14824
14825         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14826         handle manual section.
14827
14828 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14829
14830         * gnus-art.el (gnus-button-alist): Revert previous change.
14831
14832 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14835
14836 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14837
14838         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14839         whether backend can accept message.
14840
14841         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14842
14843 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14844
14845         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14846         Avoid creating directory when nntp-marks-is-evil is true.
14847         Reported by Reiner Steib.
14848
14849 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * gnus-picon.el (gnus-picon-style): New variable.
14852         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14853         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14854         Jesper Harder <harder@ifa.au.dk>.
14855
14856 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14857
14858         * message.el (message-fill-field): Return point.
14859         (message-generate-headers): Go to end of field.
14860
14861         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14862         stuff for non-living groups.
14863
14864 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14865
14866         * gnus-art.el (gnus-article-followup-with-original)
14867         (gnus-article-reply-with-original): gnus-mark-active-p ->
14868         gnus-region-active-p.
14869
14870 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14871
14872         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14873         only when there is spam or ham to be processed.
14874
14875 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14876
14877         * mail-source.el (mail-source-delete-crash-box): Refactor.
14878         (mail-source-fetch): Use it.
14879         (mail-source-fetch-file): Ditto.
14880         (mail-source-fetch-directory): Run postscript in loop.
14881         (mail-source-fetch-pop): Delete.
14882         (mail-source-fetch-maildir): Ditto.
14883         (mail-source-fetch-imap): Ditto.
14884
14885         * imap.el (imap-authenticators): Comment out sasl.
14886
14887         * message.el (message-skip-to-next-address): New function.
14888         (message-fill-header-address): Refactor.
14889         (message-fill-address): Use it.
14890         (message-delete-address): Use it.
14891         (message-fill-header-general): Refactor.
14892         (message-fill-field-address): Rename.
14893         (message-narrow-to-field): Find the start of the header.
14894         (message-header-format-alist): Don't pre-fill.
14895         (message-fill-header): Removed.
14896         (message-insert-header): New function.
14897         (message-shorten-references): Use it.
14898
14899         * rfc2047.el (rfc2047-field-value): Strip props.
14900
14901         * mail-parse.el (mail-header-make-address): New alias.
14902
14903         * ietf-drums.el (ietf-drums-make-address): New function.
14904
14905         * imap.el: Add compiler directives.
14906
14907         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14908
14909         * gnus-art.el (article-decode-idna-rhs): Don't use
14910         message-idna-inside-rhs-p.
14911
14912 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14913
14914         * message.el (message-idna-inside-rhs-p): Removed.
14915         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14916
14917         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14918         false positives.
14919
14920 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14921
14922         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14923
14924 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14925
14926         * nneething.el (nneething-file-name): Don't create spurious
14927         files.
14928
14929         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14930         (gnus-inews-do-gcc): Remove sleep.
14931
14932         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14933         part under point.
14934
14935         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14936         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14937
14938 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14939
14940         * spam.el (spam-summary-prepare-exit): Fixed (length).
14941
14942 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14943
14944         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14945         as expired without moving it" message when there are spam
14946         messages left.
14947
14948 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14949
14950         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14951         header is not nil.
14952
14953 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14954
14955         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14956         nntp-possibly-create-directory, not nntp-possibly-change-group.
14957         (nntp-marks-changed-p): New arg SERVER.
14958         (nntp-request-update-info): Adjust caller.
14959
14960 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14961
14962         * nntp.el (nntp-save-marks): Pass missing arg.
14963
14964 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14965
14966         * nntp.el: Support marks.
14967         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14968         (nntp-marks-modtime, nntp-marks-directory): New variables.
14969         (nntp-request-set-mark, nntp-request-update-info)
14970         (nntp-possibly-create-directory, nntp-marks-changed-p)
14971         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14972         functions.
14973
14974 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14975
14976         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14977         (gnus-xmas-redefine): Rename.
14978
14979         * gnus-score.el (gnus-score-insert-help): Use
14980         gnus-select-lowest-window.
14981
14982         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14983         appt-select-lowest-window and rename to gnus-select-lowest-window.
14984
14985         * gnus.el: do.
14986
14987 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14988
14989         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14990         encodings of MIME-encoded words, in order to improve
14991         interoperability with several broken MUAs.
14992
14993 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14994
14995         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14996         tags, only when charsets are not specified in headers.
14997         (mm-inline-text-html-render-with-w3m): Ditto.
14998
14999         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15000         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15001
15002 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15003
15004         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15005         instead of MIME-decoded from fields when checking
15006         `gnus-article-address-banner-alist'.
15007
15008 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15009
15010         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15011         description rather than subject.
15012
15013 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15014
15015         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15016
15017 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15018
15019         * gnus.el (gnus-version-number): Bump.
15020
15021 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15022
15023         * gnus.el: No Gnus v0.2 is released.
15024
15025 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15026
15027         * gnus-agent.el (gnus-agent-read-agentview): Inline
15028         gnus-uncompress-range.
15029
15030 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15031
15032         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15033         `exec-installed-p'.
15034
15035 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15036
15037         * gnus.el (spam-process, spam-autodetect-methods): Add
15038         bsfilter and bsfilter-headers.
15039
15040         * spam.el (spam-bsfilter): New customize group.
15041         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15042         (spam-bsfilter-header, spam-bsfilter-probability-header)
15043         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15044         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15045         (spam-bsfilter-database-directory): New options.
15046         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15047         (spam-list-of-statistical-checks, spam-registration-functions):
15048         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15049         (spam-bsfilter-score): New command.
15050         (spam-check-bsfilter-headers, spam-check-bsfilter)
15051         (spam-bsfilter-register-with-bsfilter)
15052         (spam-bsfilter-register-spam-routine)
15053         (spam-bsfilter-unregister-spam-routine)
15054         (spam-bsfilter-register-ham-routine)
15055         (spam-bsfilter-unregister-ham-routine): New functions.
15056         (spam-generic-score): Support bsfilter; Accept an optional argument
15057         to recalcurate spam score even if scoring header has already been
15058         added.
15059         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15060         optional argument to recalcurate spam score even if scoring header
15061         has already been added.
15062
15063 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15064
15065         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15066         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15067         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15068         link is missing.
15069
15070 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15071
15072         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15073         (html2text-get-attr): Rewrite.
15074
15075         * message.el (message-setup-1): Remove redundant put-text-property
15076         on mail-header-separator.
15077
15078 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * gnus-registry.el (gnus-registry-cache-whitespace)
15081         (gnus-registry-action, gnus-registry-spool-action)
15082         (gnus-registry-split-fancy-with-parent): Change message levels
15083         from 5 to 3 or 7, as needed.
15084
15085         * spam.el (spam-summary-prepare-exit)
15086         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15087         (spam-split, spam-find-spam, spam-log-undo-registration)
15088         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15089         level from 5 to 6.
15090
15091 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15094         2004-03-04 change).
15095
15096 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15097
15098         * sieve-manage.el (sieve-manage-open):
15099         * nnweb.el (nnweb-insert-html):
15100         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15101         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15102         * nnspool.el (nnspool-request-group):
15103         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15104         * nnml.el (nnml-request-update-info):
15105         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15106         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15107         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15108         (nnimap-request-set-mark):
15109         * nnfolder.el (nnfolder-request-update-info):
15110         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15111         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15112         * gnus-uu.el (gnus-uu-find-articles-matching):
15113         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15114         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15115         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15116         * gnus-nocem.el (gnus-nocem-scan-groups):
15117         * gnus-int.el (gnus-start-news-server):
15118         * gnus-group.el (gnus-group-make-kiboze-group)
15119         (gnus-group-browse-foreign-server):
15120         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15121         Use mapc when appropriate.
15122
15123 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15124
15125         FIXME: Make separate entries for each person.
15126
15127         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15128         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15129         <shields@msrl.com>:
15130
15131         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15132         may need for spam sorting and scoring.
15133         (spam-user-format-function-S): Add user format function suitable for
15134         general use.
15135         (spam-article-sort-by-spam-status): Add sorting function for summary
15136         sorting.
15137         (spam-extra-header-to-number): Add function to get a score from a
15138         header.
15139         (spam-summary-score): Add function to get a numeric score from the
15140         headers.
15141         (spam-generic-score): Fix function doc, was in wrong place.
15142         (spam-initialize): Take symbols when it's run, and install the
15143         extra headers that spam-necessary-extra-headers thinks we need.
15144
15145 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15146
15147         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15148         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15149
15150 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15151
15152         * gnus-sum.el (gnus-set-global-variables)
15153         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15154         (gnus-article-get-xrefs, gnus-summary-best-group)
15155         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15156         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15157         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15158         Use with-current-buffer.
15159
15160 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15161
15162         * spam.el (spam-summary-prepare-exit): Simplify logic.
15163         (spam-fetch-article-header): Read the article header if it's not
15164         available.
15165         (spam-list-articles): Simplify logic.
15166         (spam-filelist-register-routine): Fix bug with unregister-list.
15167
15168         * gnus-registry.el: Fix comments at beginning.
15169
15170 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15171
15172         * message.el (message-cater-to-broken-inn): Remove.
15173         (message-shorten-references): Make sure the total folded length of
15174         References is shorter than 998 characters to cater to a bug in INN
15175         2.3.  Also, don't pretend that references aren't folded -- this
15176         hasn't worked for a while.
15177
15178 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15179
15180         * gnus-agent.el (gnus-agentize):
15181         gnus-agent-send-mail-real-function no longer set to current value
15182         of message-send-mail-function but rather a lambda that calls
15183         message-send-mail-function.  The change makes the agent real-time
15184         responsive to user changes to message-send-mail-function.
15185
15186 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15187
15188         * legacy-gnus-agent.el
15189         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15190         help from Florian Weimer <fw@deneb.enyo.de>
15191
15192 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * nnmail.el (nnmail-cache-insert): Revert last change.
15195
15196 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * nnmail.el (nnmail-cache-insert): Always check whether
15199         nnmail-cache-ignore-groups matches a group name.
15200
15201 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15202
15203         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15204         (spam-find-spam, spam-log-processing-to-registry)
15205         (spam-log-registered-p, spam-log-unregistration-needed-p)
15206         (spam-log-undo-registration): Use gnus-message instead of
15207         gnus-error, none of these errors are fatal.
15208
15209         * gnus-registry.el (gnus-registry-clean-empty-function)
15210         (gnus-registry-clean-empty): Remove only empty entries without
15211         extra data.
15212
15213 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15214
15215         * spam-stat.el (spam-stat-buffer-change-to-spam)
15216         (spam-stat-buffer-change-to-non-spam): Change (error) to
15217         (gnus-message 8) invocation.
15218
15219 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * nntp.el (nntp-via-netcat-command): New variable.
15222         (nntp-via-netcat-switches): New variable.
15223         (nntp-open-via-rlogin-and-netcat): New function.
15224         (nntp-open-connection-function): Doc fix.
15225         (nntp-telnet-command): Doc fix.
15226         (nntp-end-of-line): Doc fix.
15227         (nntp-via-rlogin-command): Doc fix.
15228         (nntp-via-user-name): Doc fix.
15229         (nntp-via-address): Doc fix.
15230
15231 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15234         error in Emacs 21.1.
15235
15236 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15239
15240 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15241
15242         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15243         (gnus-agent-with-refreshed-group): New macro.
15244         (gnus-agent-rename-group): New function.
15245         (gnus-agent-delete-group): New function.
15246         (gnus-agent-save-group-info): Use gnus-command-method when
15247         `method' parameter is nil.  Don't write nil entries into the
15248         active file.
15249         (gnus-agent-get-group-info): New function.
15250         (gnus-agent-fetch-articles): Use
15251         gnus-agent-update-files-total-fetched-for to increment disk space
15252         used.
15253         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15254         gnus-agent-update-view-total-fetched-for to increment disk space
15255         used.
15256         (gnus-agent-get-local): Added optional parameters to avoid calling
15257         gnus-group-real-name and gnus-find-method-for-group.
15258         (gnus-agent-set-local): Delete stored entry if either min, or max,
15259         are nil.
15260         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15261         quit, use gnus-agent-regenerate-group to record existance of any
15262         articles fetched to disk before the quit occurred.
15263         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15264         gnus-agent-update-view-total-fetched-for, and
15265         gnus-agent-update-files-total-fetched-for to decrement disk space
15266         used.
15267         (gnus-agent-retrieve-headers): Use
15268         gnus-agent-update-view-total-fetched-for to increment disk space
15269         used.
15270         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15271         with gnus-agent-update-files-total-fetched-for to decrement disk
15272         space and fresh group buffer.
15273         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15274         (gnus-agent-need-update-total-fetched-for): New variable.
15275         (gnus-agent-update-files-total-fetched-for): New function.
15276         (gnus-agent-update-view-total-fetched-for): New function.
15277         (gnus-agent-total-fetched-for): New function.
15278
15279         * gnus-cache.el (gnus-cache-save-buffers): Use
15280         gnus-cache-update-overview-total-fetched-for to change disk space
15281         used by this group.
15282         (gnus-cache-possibly-enter-article): Use
15283         gnus-cache-update-file-total-fetched-for to increment disk space
15284         used by this group.
15285         (gnus-cache-possibly-remove-article): Use
15286         gnus-cache-update-file-total-fetched-for to decrement disk space
15287         used by this group.
15288         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15289         (gnus-cache-rename-group): New function.
15290         (gnus-cache-delete-group): New function.
15291         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15292         (gnus-cache-need-update-total-fetched-for): New variable.
15293         (gnus-cache-with-refreshed-group): New macro.
15294         (gnus-cache-update-file-total-fetched-for): New function.
15295         (gnus-cache-update-overview-total-fetched-for): New function.
15296         (gnus-cache-rename-group-total-fetched-for): New function.
15297         (gnus-cache-delete-group-total-fetched-for): New function.
15298         (gnus-cache-total-fetched-for): New function.
15299
15300         * gnus-group.el: Require gnus-sum and autoload functions to
15301         resolve warnings when gnus-group.el compiled alone.
15302         (gnus-group-line-format): Documented new %F.
15303         (size of Fetched data) group line format; identifies disk space
15304         used by agent and cache.
15305         (gnus-group-line-format-alist): Defined new F format.
15306         (gnus-total-fetched-for): New function.
15307         (gnus-group-delete-group): No longer update
15308         gnus-cache-active-altered as gnus-request-delete-group now keeps
15309         the cache in sync.
15310         (gnus-group-list-active): Let the agent store a server's active
15311         list if currently plugged.
15312
15313         * gnus-int.el (gnus-request-delete-group):
15314         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15315         local disk in sync with the server.
15316         (gnus-request-rename-group):
15317         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15318         local disk in sync with the server.
15319
15320         * gnus-start.el (gnus-get-unread-articles):
15321         Cosmetic simplification to logic.
15322
15323         * gnus-util.el (gnus-rename-file): New function.
15324
15325 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15326
15327         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15328
15329 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15330
15331         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15332         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15333
15334 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15335
15336         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15337         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15338
15339 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15340
15341         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15342
15343 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15344
15345         * spam.el (spam-set-difference): Add function to replace
15346         gnus-set-difference in spam.el.
15347         (spam-summary-prepare-exit): Use spam-set-difference.
15348
15349 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15350
15351         * gnus-registry.el (gnus-registry-cache-file): Update to use
15352         gnus-dribble-directory OR gnus-home-directory OR ~.
15353         (gnus-registry-split-fancy-with-parent): Fix doc.
15354
15355 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * message.el (message-exchange-point-and-mark): Use
15358         message-mark-active-p.  Suggested by Jesper Harder
15359         <harder@ifa.au.dk>.
15360
15361 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * message.el (message-exchange-point-and-mark): Don't activate
15364         region if it was inactive.  Suggested by Hiroshi Fujishima
15365         <pooh@nature.tsukuba.ac.jp>.
15366
15367 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus-art.el (article-display-face): Display Faces in the same
15370         order as X-Faces.
15371
15372 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15375
15376 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15379         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15380         (gnus-article-mime-hierarchy): Remove.
15381         (gnus-article-mime-hierarchy-next): Remove.
15382         (gnus-article-mode): Revert 2004-03-19 change.
15383         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15384         (gnus-insert-mime-button): Revert 2004-03-19 change.
15385         (gnus-mime-accumulate-hierarchy): Remove.
15386         (gnus-mime-enter-multipart): Remove.
15387         (gnus-mime-leave-multipart): Remove.
15388         (gnus-mime-display-part): Revert 2004-03-19 change.
15389         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15390
15391         * mml.el (mml-preview): Revert 2004-03-19 change.
15392
15393 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15394
15395         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15396
15397 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15400         t while entering a file name using the mm-with-multibyte macro.
15401         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15402
15403         * mm-util.el (mm-with-multibyte): New macro.
15404
15405 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15408         user option.
15409         (gnus-mime-multipart-functions): Doc and customization fix.
15410         (gnus-article-mime-hierarchy): New variable.
15411         (gnus-article-mime-hierarchy-next): New variable.
15412         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15413         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15414         gnus-article-mime-hierarchy-next to nil.
15415         (gnus-insert-mime-button): Show hierarchy numbers.
15416         (gnus-mime-accumulate-hierarchy): New function.
15417         (gnus-mime-enter-multipart): New function.
15418         (gnus-mime-leave-multipart): New function.
15419         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15420         (gnus-mime-display-alternative): Show hierarchy numbers.
15421
15422         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15423         gnus-article-mime-hierarchy-next to nil.
15424
15425 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15426
15427         * dns.el: Don't require gnus-xmas.
15428
15429 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15430
15431         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15432         inline PGP.
15433         (mml-menu): Disable mml-quote-region if mark is inactive.
15434
15435 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15438         when the group's active is not available.
15439
15440 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15443         error.
15444
15445 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * imap.el (imap-store-password): New variable.
15448         (imap-interactive-login): Use it.
15449         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15450
15451 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15454         window-start and hscroll to summary window.
15455
15456 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15457
15458         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15459         conversion message to newsrc-dribble when an actual conversion is
15460         performed.
15461
15462 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15463
15464         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15465
15466 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * mm-decode.el (mm-complicated-handles): New function reviving
15469         former definition of mm-multiple-handles.
15470
15471         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15472         (gnus-mime-delete-part): Use it.
15473
15474 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15475
15476         * gnus-agent.el (gnus-agent-read-local): Bind
15477         nnheader-file-coding-system to gnus-agent-file-coding-system to
15478         avoid the implicit assumption that they will always be equal.
15479         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15480         coding-system-for-write, as the with-temp-file macro first prints
15481         to a buffer then saves the buffer.
15482
15483 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-art.el (gnus-article-edit-part): New function.
15486         (gnus-mime-save-part-and-strip): Use it; do query instead of
15487         signaling an error; don't use mm-multiple-handles.
15488         (gnus-mime-delete-part): Ditto.
15489
15490 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15491
15492         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15493         old file versions.
15494         (gnus-group-prepare-hook): Removed function that converted list
15495         form of gnus-agent-expire-days to group properties.
15496
15497         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15498         (gnus-request-accept-article): Re-indented.
15499
15500         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15501         converters to handle old agent file formats.  Added logic for a
15502         "backup before upgrading warning".
15503         (gnus-convert-mark-converter-prompt): Developers can mark
15504         functions as needing (default), or not needing,
15505         gnus-convert-old-newsrc's "backup before upgrading warning".
15506         (gnus-convert-converter-needs-prompt): Tests whether the user
15507         should be protected from potentially irreversable changes by the
15508         function.
15509
15510         * legacy-gnus-agent.el: New.  Provides converters that are only
15511         loaded when gnus-convert-old-newsrc needs to call them.
15512
15513 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * mail-source.el (mail-source-touch-pop): Doc fix.
15516
15517         * message.el (message-smtpmail-send-it): Doc fix.
15518
15519 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15520
15521         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15522
15523         * nnmail.el (nnmail-split-fancy): do.
15524
15525         * gnus-kill.el (gnus-kill, gnus-execute): do.
15526
15527 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15528
15529         * gnus-sum.el (gnus-widget-reversible-match)
15530         (gnus-widget-reversible-to-internal)
15531         (gnus-widget-reversible-to-external): New functions.
15532         (gnus-widget-reversible): New widget.
15533         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15534
15535 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15536
15537         * gnus-sum.el (gnus-thread-sort-functions)
15538         (gnus-article-sort-functions): Document `(not F)' items.
15539
15540 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15541
15542         * spam.el (spam-use-gmane-xref): Add new backend.
15543         (spam-gmane-xref-spam-group): Add variable to control the name of the
15544         Gmane spam group.
15545         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15546         (spam-regex-headers-spam, spam-regex-headers-ham)
15547         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15548         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15549         backends and checks.
15550         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15551
15552         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15553         an autodetect method.
15554
15555 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15556
15557         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15558         articles are being added to a group.
15559         (gnus-request-replace-article): Inform the agent that articles
15560         need to be uncached as the cached contents are no longer valid.
15561
15562 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * binhex.el: Don't autoload executable-find.
15565
15566         * canlock.el: Don't autoload mail-fetch-field.
15567
15568         * dgnushack.el: Autoload c-mode for XEmacs.
15569
15570         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15571
15572         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15573         rmail-dont-reply-to and rmail-output.
15574
15575         * gnus-score.el: Don't autoload ffap-string-at-point.
15576
15577         * gnus-setup.el: Don't autoload sc-cite-original.
15578
15579         * imap.el: Don't autoload base64-decode-string,
15580         base64-encode-string and md5.
15581
15582         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15583         and rmail-msg-restore-non-pruned-header.
15584
15585         * mm-decode.el: Don't autoload executable-find.
15586
15587         * mm-url.el: Don't autoload executable-find.
15588
15589         * mm-view.el: Don't autoload diff-mode.
15590
15591         * nndb.el: Don't autoload news-reply-mode, news-setup,
15592         cancel-timer and telnet.
15593
15594         * password.el: Don't autoload run-at-time for Emacs.
15595
15596         * sha1-el.el: Don't autoload executable-find.
15597
15598         * sieve-mode.el: Don't autoload c-mode.
15599
15600         * uudecode.el: Don't autoload executable-find.
15601
15602 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15603
15604         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15605         (gnus-agent-possibly-alter-active): Avoid null in numeric
15606         comparison.
15607         (gnus-agent-set-local): Refuse to save null in local object table.
15608         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15609         list of articles that will be marked as unread.
15610
15611 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15614
15615 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15616
15617         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15618         language tags.
15619
15620 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15621
15622         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15623         Don't bind "obarray".
15624
15625         * gnus-sum.el (gnus-thread-sort-functions): Added
15626         `gnus-thread-sort-by-most-recent-number' and
15627         `gnus-thread-sort-by-most-recent-date'.
15628         Reported by Kai Grossjohann <kai@emptydomain.de>.
15629
15630 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15633
15634 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15635
15636         * gnus-cus.el (gnus-agent-customize-category): Removed
15637         ignore-errors macro reference that required cl to be loaded at
15638         run-time.
15639
15640         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15641         single-interval range of the form (min . max).  Previously the
15642         range had to look like ((min . max)).  Likewise, return
15643         (min . max) rather than ((min . max)).
15644         (gnus-range-map): Use gnus-range-normalize to accept
15645         single-interval range.
15646
15647         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15648         the cache, but not the agent, now appear with their usual face.
15649
15650         * dgnushack.el (loaddir): New variable that is bound to the
15651         directory containing the dgnushack.el file. Use loaddir, rather
15652         than srcdir, to update load-path. Change lets dgnushack compile
15653         code in directories other than GNUS/lisp.
15654
15655 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * lpath.el: Don't bind w3m-safe-url-regexp.
15658
15659         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15660         w3m-safe-url-regexp variable buffer-local.
15661
15662         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15663
15664 2004-02-27  Simon Josefsson  <jas@extundo.com>
15665
15666         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15667         gnus-group-real-prefix.
15668         (gnus-summary-move-article): Use it, instead of
15669         gnus-group-real-prefix.
15670
15671 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * lpath.el: Bind w3m-safe-url-regexp.
15674
15675         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15676         w3m-safe-url-regexp variable buffer-local and set it as the value
15677         of mm-w3m-safe-url-regexp.
15678
15679         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15680
15681         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15682         parsing gnus-posting-styles when the message is not for replying.
15683
15684         * dgnushack.el: Autoload sgml-mode for XEmacs.
15685
15686         * nnrss.el (nnrss-opml-export): Use
15687         mm-set-buffer-file-coding-system instead of
15688         set-buffer-file-coding-system.
15689
15690 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15691
15692         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15693         of checkdoc.el).
15694         * nnrss.el: do.
15695         * gnus-mlspl.el: do.
15696         * gnus-ml.el: do.
15697         * gnus-srvr.el: do.
15698
15699         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15700
15701 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15702
15703         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15704         Corrections to custom-manual links.
15705
15706         * gnus-art.el (gnus-article): Ditto.
15707
15708         * mm-decode.el (mime-display, mime-security): Ditto.
15709
15710 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15711
15712         * flow-fill.el: Typo.
15713
15714 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15715
15716         * spam-wash.el: New file.
15717
15718 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15719
15720         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15721
15722 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15723
15724         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15725         to be run with new-articles as LIST1, not LIST2.
15726         (spam-registration-functions): Add spam-use-ham-copy as a nil
15727         registration backend.
15728
15729 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15730
15731         * spam-stat.el (spam-stat-washing-hook): New option.
15732         (spam-stat-buffer-words): Use it.
15733         (spam-stat-process-directory, spam-stat-test-directory): Use
15734         insert-file-contents-literally.
15735         (spam-stat-coding-system): New variable.
15736         (spam-stat-load, spam-stat-save): Use it.
15737
15738 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * spam-report.el (spam-report-plug-agent): Quote
15741         spam-report-url-to-file and spam-report-url-ping-plain.
15742
15743 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15744
15745         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15746         / in mailto URLs.
15747
15748 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * spam-report.el (spam-report-process-queue): Fix interactive use.
15751         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15752         (spam-report-unplug-agent): Doc fixes.
15753         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15754         (spam-report-agentize, spam-report-deagentize): Autoload.
15755
15756 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15759
15760         * message.el (message-setup-fill-variables): Add mml tags to
15761         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15762         <ajk@iu.edu>.
15763         (message-mode): Don't modify paragraph-separate there.
15764
15765 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * compface.el (uncompface-use-external): Default to undecided.
15768         (uncompface-use-external-threshold): New variable.
15769         (uncompface-float-time): New macro.
15770         (uncompface): Determine whether to use the external decoder if
15771         uncompface-use-external is undecided.
15772
15773 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15774
15775         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15776         after images.
15777
15778         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15779
15780 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15781
15782         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15783
15784         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15785
15786         * gnus-sum.el (gnus-summary-limit-to-age)
15787         (gnus-summary-limit-children): do.
15788
15789         * gnus-int.el (gnus-request-scan): do.
15790
15791         * gnus-group.el (gnus-group-suspend): do.
15792
15793         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15794
15795         * gnus-cite.el (gnus-cite-parse-attributions): do.
15796
15797         * gnus-agent.el (gnus-summary-set-agent-mark)
15798         (gnus-agent-regenerate-group): do.
15799
15800         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15801
15802         * binhex.el (binhex-decode-region-internal): do.
15803
15804 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-fun.el (gnus-face-properties-alist): New user option.
15807         (gnus-display-x-face-in-from): Use it.
15808
15809         * gnus-art.el (article-display-face): Ditto.
15810
15811         * compface.el (uncompface-use-external): Default to nil.
15812
15813 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15814
15815         * nntp.el (nntp-erase-buffer): New function.
15816         (nntp-retrieve-data, nntp-send-command)
15817         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15818         (nntp-possibly-change-group): Use it.
15819
15820         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15821         with-current-buffer.
15822
15823 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15824
15825         * compface.el: Merge the ELisp-based uncompface program.
15826         (compface): New customization group.
15827         (uncompface-use-external): New user option.
15828         (uncompface): Call uncompface-internal if uncompface-use-external
15829         is nil.
15830         (uncompface-internal): New function.  Note that there are also
15831         some other functions and variables added for this function.
15832
15833 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15834
15835         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15836         if necessary.
15837
15838 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15839
15840         * spam-report.el (spam-report-unplug-agent)
15841         (spam-report-plug-agent, spam-report-deagentize)
15842         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15843         Add support for the Agent in spam-report: when unplugged, report to a
15844         file; when plugged, submit all the requests.
15845
15846         * spam.el (spam-register-routine): Fix message about
15847         registration.
15848
15849 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15852         dependencies.
15853         (rfc2047-encode): Use it.
15854
15855         * gnus-art.el (gnus-button-marker-list): Move before first
15856         reference.
15857
15858         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15859         (imap-parse-body): Fix format string mismatch.
15860
15861         * gnus-score.el (gnus-summary-increase-score): do.
15862
15863         * nnrss.el (nnrss-close): New function.
15864
15865 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15866
15867         * nnrss.el (nnrss-make-filename): New function.
15868         (nnrss-request-delete-group, nnrss-read-server-data)
15869         (nnrss-save-server-data, nnrss-read-group-data)
15870         (nnrss-save-group-data): Use it.
15871         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15872         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15873         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15874
15875 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15876
15877         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15878
15879 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15880
15881         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15882         files.
15883
15884         * message.el (message-generate-headers-first): Don't quote nil
15885         and t in docstrings.
15886
15887         * imap.el (imap-id): do.
15888
15889         * gnus-agent.el (gnus-agent-consider-all-articles)
15890         (gnus-agent-queue-mail): do.
15891
15892 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * spam-report.el (spam-report-process-queue): New function.
15895         Process requests from `spam-report-requests-file'.
15896         (spam-report-process-queue): Doc fix.
15897
15898 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15899
15900         * spam.el (spam-register-routine)
15901         (spam-log-processing-to-registry, spam-log-registered-p)
15902         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15903         Change "check" to "spam-check" for semi-clarity.
15904
15905 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15906
15907         * pop3.el: Require nnheader.
15908
15909         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15910
15911         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15912
15913         * gnus-picon.el: Require cl.
15914
15915         * gnus-fun.el: Require gnus-ems and gnus-util.
15916
15917         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15918
15919         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15920
15921         * gnus-art.el (gnus-article-edit-mode): Define before first
15922         reference.
15923
15924 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15925
15926         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15927         (gnus-uu-post-encoded): Use point-at-bol.
15928
15929         * gnus-topic.el (gnus-group-active-topic-p): do.
15930
15931         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15932
15933         * gnus-group.el (gnus-group-kill-region): do.
15934
15935         * gnus-art.el (article-date-ut): do.
15936
15937         * message.el (message-fetch-field): Remove redundant
15938         case-fold-search binding.
15939         (message-narrow-to-field): Simplify.
15940
15941 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15942
15943         * spam.el (spam-directory): Derive from `gnus-directory'.
15944
15945         * spam-report.el (spam-report-url-to-file)
15946         (spam-report-requests-file): New function and variable for offline
15947         reporting.
15948         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15949         and user defined function.
15950         (spam-report-url-ping-mm-url): Remove doubled slash.
15951
15952 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15953
15954         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15955
15956 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15957
15958         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15959         format string mismatch.
15960
15961         * sieve.el (sieve-deactivate-all): do.
15962
15963         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15964
15965         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15966
15967         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15968
15969         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15970
15971 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15972
15973         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15974         the list of checks.
15975
15976 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15977
15978         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15979         padding.
15980
15981 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15982
15983         * mm-view.el (mm-fill-flowed): New variable.
15984         (mm-inline-text): Use it.
15985
15986 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15987
15988         * spam.el (spam-spamassassin-register-ham-routine)
15989         (spam-spamassassin-register-spam-routine): Fix function names.
15990
15991 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus.el (gnus-tmp-grouplens): Remove.
15994         (gnus-summary-line-format): Remove grouplens.
15995
15996         * gnus-group.el (gnus-group-line-format): Ditto.
15997
15998         * gnus-spec.el (gnus-format-specs): Ditto.
15999         (gnus-update-format-specifications): Flush the group format spec
16000         cache if there's the grouplens stuff.
16001         (gnus-parse-simple-format): Replace %l with the empty string.
16002
16003 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16004
16005         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16006         omission.
16007
16008 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16011         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16012
16013 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16014
16015         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16016         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16017         New macros and functions.
16018         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16019         Handle > NLINK_MAX messages.
16020         * nnmaildir.el (nnmaildir-request-set-mark): Use
16021         nnmaildir--emlink-p and nnmaildir--eexist-p.
16022
16023 2004-01-25  Alex Schroeder  <alex@gnu.org>
16024
16025         * spam-stat.el (spam-stat-process-directory-age): New option.
16026         (spam-stat-process-directory): Use it.
16027
16028 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16029
16030         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16031         (spam-stat-save): Accept prefix argument.
16032
16033 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16034
16035         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16036         links" error.
16037
16038 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16041         the rest of the and/or forms.
16042
16043 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16044
16045         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16046         compatibility with old .newsrc.eld files.
16047
16048         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16049
16050         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16051
16052         * gnus-start.el (gnus-1): do.
16053
16054         * gnus-group.el (gnus-group-line-format-alist): do.
16055
16056         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16057
16058         * gnus-gl.el: Remove.
16059
16060 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16061
16062         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16063         marks consisting of a single range {for example, (3 . 5)} rather
16064         than a list of a single range { ((3 . 5)) }.
16065
16066 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16067
16068         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16069         with-current-buffer.
16070         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16071         avoid consing a string.
16072
16073         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16074         Remove obsolete entries for big5 and gb2312.
16075
16076 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16077
16078         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16079         uncompressed list.
16080
16081 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16082
16083         * spam-stat.el (spam-stat-strip-xref): New function.
16084         (spam-stat-process-directory): Use it.
16085
16086         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16087         here -- it's done in message-fetch-field.
16088
16089 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16090
16091         * gnus-agent.el (gnus-agent-queue-mail)
16092         (gnus-agent-prompt-send-queue): New variables.
16093         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16094         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16095         "nndraft:queue" along to gnus-draft-send.  Use
16096         gnus-agent-prompt-send-queue.
16097         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16098         is "nndraft:queue".  Suggested by Gaute Strokkenes
16099         <gs234@srcf.ucam.org>
16100
16101         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16102         (agent-enable-undownloaded-faces): Added.
16103         (gnus-agent-cat-groups): Use eval-and-compile, not
16104         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16105         method of gnus-agent-cat-groups even when the buffer has been
16106         evaled.
16107         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16108         delete gnus-agent-save-active-1.
16109         (gnus-agent-save-groups): Deleted.  Identical to
16110         gnus-agent-save-active.
16111         (gnus-agent-write-active): No longer adjust agent's copy of active
16112         file as agent's adjustments are now stored in their own
16113         file.  Removed optional parameter.
16114         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16115         servers.  Add use of min/max range limits from server's local
16116         file.
16117         (gnus-agent-save-alist): Removed unused optional argument.
16118         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16119         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16120         (gnus-agent-set-local): A per-server file that keeps min/max range
16121         limits for articles known to the agent.  Provides a fast mechanism
16122         for altering many active ranges.
16123         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16124         active file (local makes it unnecessary).
16125         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16126
16127         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16128         (agent-enable-undownloaded-faces): Added.
16129
16130         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16131         disable it when sending to "nndraft:queue".
16132         (gnus-group-send-queue): Add safety check to avoid sending queue
16133         when unplugged.
16134
16135         * gnus-group.el (gnus-group-catchup): Use new
16136         gnus-sequence-of-unread-articles, not
16137         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16138         numbers of articles.  Use gnus-range-map to avoid having to
16139         uncompress the unread list.
16140         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16141         Fixed invalid ange-ftp reference.
16142
16143         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16144         (gnus-sorted-range-intersection): Intersection of two ranges
16145         without requiring that they first be uncompressed.
16146
16147         * gnus-start.el (gnus-activate-group): Unless blocked by the
16148         caller, possibly expand the active range to include both cached
16149         and agentized articles.
16150         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16151         multiple version-dependent converters.
16152         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16153         gnus-agent-save-active.
16154         (gnus-save-newsrc-file): Save dirty agent range limits.
16155
16156         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16157         gnus-agent-possibly-alter-active.
16158         (gnus-adjust-marked-articles): Faster handling of simple lists.
16159
16160 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16161
16162         * spam-stat.el (spam-stat-test-directory): New optional argument
16163         displays a list of files detected.  Suggested by Andrew Cohen
16164         <cohen@andy.bu.edu>.
16165         (spam-stat-buffer-words-with-scores): Don't narrow and change
16166         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16167
16168 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16169
16170         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16171         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16172         (spam-spamassassin-arguments)
16173         (spam-spamassassin-spam-flag-header)
16174         (spam-spamassassin-positive-spam-flag-header)
16175         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16176         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16177         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16178         (spam-list-of-processors, spam-list-of-checks)
16179         (spam-list-of-statistical-checks, spam-registration-functions)
16180         (spam-check-spamassassin-headers, spam-check-spamassassin)
16181         (spam-spamassassin-score)
16182         (spam-spamassassin-register-with-sa-learn)
16183         (spam-spamassassin-register-spam-routine)
16184         (spam-spamassassin-register-ham-routine)
16185         (spam-assassin-register-spam-routine)
16186         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16187         (spam-bogofilter-score): Fix to show article before scoring.
16188
16189 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16190
16191         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16192         default scoring function.
16193         (spam-generic-score): Call spam-spamassassin-score if
16194         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16195         spam-bogofilter-score otherwise.
16196
16197         * gnus.el (spam-process, spam-autodetect-methods): Add
16198         spamassassin and spamassassin-headers.
16199
16200 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16201
16202         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16203         Suppress unnecessary messages.
16204
16205 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16206
16207         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16208         make-hash-table.
16209
16210 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * canlock.el (base64-encode-string): Don't autoload it.
16213
16214 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * run-at-time.el: Remove useless (require 'itimer),
16217         eval-and-compile and (featurep 'xemacs).
16218
16219 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16220
16221         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16222         GROUP is a virtual group.
16223
16224 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16225
16226         * gnus.el: Autoload `message-y-or-n-p'.
16227
16228 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16229
16230         * pgg-parse.el: Remove unnecessary (require 'custom).
16231
16232         * pgg-def.el: do.
16233
16234         * nnmail.el: do.
16235
16236         * gnus-undo.el: do.
16237
16238         * gnus-picon.el: do.
16239
16240         * gnus-util.el: do.
16241
16242 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16243
16244         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16245
16246 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16249         handle, as well as a list.
16250
16251         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16252         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16253         (mm-w3m-cid-retrieve): Simplify.
16254
16255 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16256
16257         * message.el (message-kill-to-signature): Allow prefix arg to
16258         specify number of lines to keep before signature.
16259
16260 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16261
16262         * message.el (message-kill-to-signature): Change docstring.
16263
16264 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * canlock.el: Always require sha1-el.
16267         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16268
16269         * message.el: Autoload sha1 only when compiling.
16270
16271         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16272         eudc-expand-inline for XEmacs.
16273
16274 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * message.el (message-canlock-generate): Require sha1-el.
16277
16278 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16279
16280         * message.el (message-expand-name): Silence the byte compiler.
16281
16282         * lpath.el: Add detect-coding-system.
16283
16284         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16285         cus-edit.
16286
16287 2004-01-13  Simon Josefsson  <jas@extundo.com>
16288
16289         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16290         Invoke gnus-score-mode.  Reported by
16291         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16292
16293         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16294         Jim Blandy <jimb@redhat.com> (tiny change).
16295
16296 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16297
16298         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16299
16300 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16301
16302         * spam.el (spam-get-article-as-string): Update to use
16303         gnus-request-article-this-buffer, much simpler.
16304         (spam-get-article-as-buffer): Remove.
16305
16306 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16307
16308         * message.el (message-expand-name): Use EUDC if the user uses that.
16309
16310 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16311
16312         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16313         character for the encoding to avoid consing a string.
16314
16315         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16316         unnecessarily.
16317
16318         * mm-util.el (mm-replace-chars-in-string): Remove.
16319
16320         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16321         of mm-replace-chars-in-string.
16322
16323 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16324
16325         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16326
16327         * mm-util.el (mm-subst-char-in-string): Support inplace.
16328
16329         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16330         a new string in every iteration.  Use shy groups.
16331
16332 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16333
16334         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16335         * gnus-soup.el (gnus-soup-group-brew):
16336         * gnus-msg.el (gnus-put-message):
16337         * gnus-move.el (gnus-group-move-group-to-server):
16338         * gnus-kill.el (gnus-batch-score):
16339         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16340         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16341         (gnus-group-update-group, gnus-group-read-group)
16342         (gnus-group-make-group, gnus-group-make-help-group)
16343         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16344         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16345         (gnus-group-sort-by-unread, gnus-group-catchup)
16346         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16347         (gnus-group-yank-group, gnus-group-set-info)
16348         (gnus-group-list-groups):
16349         * gnus.el (gnus-generate-new-group-name):
16350         * gnus-delay.el (gnus-delay-send-queue):
16351         * nnvirtual.el (nnvirtual-catchup-group):
16352         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16353         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16354         (gnus-group-prepare-topics, gnus-topic-check-topology):
16355         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16356         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16357         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16358         (gnus-group-make-articles-read):
16359         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16360         (gnus-group-change-level, gnus-kill-newsgroup)
16361         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16362         (gnus-get-unread-articles, gnus-make-articles-unread)
16363         (gnus-make-ascending-articles-unread): Use accessor
16364         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16365         to get group information for improved readability.
16366
16367
16368 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16369
16370         * gnus-art.el (article-decode-mime-words, article-babel)
16371         (gnus-article-highlight-signature, gnus-article-add-buttons)
16372         (gnus-signature-toggle): Use gnus-with-article-buffer.
16373
16374         * gnus-art.el (gnus-article-highlight-headers)
16375         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16376
16377         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16378         (gnus-article-set-globals, gnus-request-article-this-buffer)
16379         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16380         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16381         (gnus-mime-display-alternative): Use with-current-buffer.
16382
16383 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16384
16385         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16386         also under 80 char limit, and call gnus-error if needed.
16387         (spam-fetch-article-header): Fix - it was a
16388         buffer-local variable (gnus-newsgroup-data).
16389         (spam-find-spam): Use spam-generate-fake-headers, forget about
16390         spam-insert-fake-headers.
16391         (spam-insert-fake-headers): Remove.
16392
16393 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16394
16395         * deuglify.el (gnus-article-outlook-unwrap-lines)
16396         (gnus-outlook-rearrange-article)
16397         (gnus-outlook-repair-attribution-outlook)
16398         (gnus-outlook-repair-attribution-block)
16399         (gnus-outlook-repair-attribution-other): Remove redundant
16400         save-excursion.
16401
16402 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16403
16404         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16405         (spam-fetch-field-subject-fast)
16406         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16407         (spam-fetch-article-header): Add functions to deal with Gnus
16408         internals for fast retrieval of article header data.
16409         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16410
16411 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16412
16413         * pop3.el (pop3-md5): Remove.
16414         (pop3-apop): Replace pop3-md5 with md5.
16415
16416         * mm-bodies.el: base64 is always built-in.
16417
16418         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16419         with-current-buffer.
16420
16421 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * canlock.el (canlock-insert-header): Remove excessive grouping in
16424         regexp.
16425
16426         * gnus-sum.el (gnus-summary-read-document): Ditto.
16427
16428         * gnus-uu.el (gnus-uu-part-number): Ditto.
16429
16430         * html2text.el (html2text-remove-tags): Ditto.
16431         (html2text-format-tags): Ditto.
16432         (html2text-format-single-elements): Ditto.
16433
16434         * mml.el (mml-parse-1): Ditto.
16435
16436 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16439
16440         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16441
16442         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16443
16444         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16445
16446 2003-11-15  Simon Josefsson  <jas@extundo.com>
16447
16448         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16449         (pgg-gpg-lookup-key): Use regexp match instead of
16450         split-string (split-string is different between emacs 21.2 and
16451         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16452
16453 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16454
16455         * gnus-art.el (gnus-mime-view-all-parts)
16456         (gnus-article-part-wrapper, gnus-article-view-part): Use
16457         with-current-buffer.
16458
16459 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16460
16461         * spam.el (spam-disable-spam-split-during-ham-respool)
16462         (spam-spamoracle-database, spam-cache-lookups)
16463         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16464         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16465         (spam-group-ham-marks, spam-group-spam-marks)
16466         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16467         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16468         also add spam-use-blackholes to the statistical checks.
16469         (spam-fetch-field-fast): Add interface to fetching fields, may
16470         become a macro.
16471         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16472         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16473         (spam-insert-fake-headers): Fake an article when needed.
16474         (spam-find-spam): Fake article when possible.
16475         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16476         (spam-check-bogofilter-headers): Use message-fetch-field instead
16477         of nnmail-fetch-field.
16478
16479 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16482
16483 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16484
16485         * spam.el (spam-split): Do not require spam-use-CHECK to be
16486         enabled if that check is passed to spam-split explicitly; also
16487         fix so 'spam doesn't get converted to spam-split-group when
16488         spam-split-symbolic-return is t.
16489         (spam-find-spam): Find registrations of the article and use those
16490         instead of re-running spam-split to find the spam/ham
16491         classification of the article.
16492         (spam-log-processing-to-registry, spam-log-registered-p)
16493         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16494         Use gnus-error instead of gnus-message.
16495         (spam-log-registration-type): Add function to determine the
16496         classification of a message based on registry entries; will
16497         return nil if both 'spam and 'ham are found.
16498         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16499         a reasonably fast local cache without the loading errors.
16500         (spam-cache-lookups): Set to t by default.
16501         (spam-find-spam): Don't try to guess spam-cache-lookups.
16502         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16503         spam-caches entry.
16504         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16505         caching of whitelist/blacklist entries.
16506         (spam-check-whitelist, spam-check-blacklist): Invoke
16507         spam-from-listed-p with a type, not a cache variable.
16508         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16509
16510 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16511
16512         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16513
16514         * nnmail.el (nnmail-split-fancy): do.
16515
16516         * mml.el (mml-parse): do.
16517
16518         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16519         (gnus-score-adaptive): do.
16520
16521 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16524         (gnus-mime-button-map): Don't set keymap parent.
16525         (gnus-button-ctan-directory-regexp): Use shy grouping.
16526         (gnus-prev-page-map): Don't set keymap parent.
16527         (gnus-prev-page-map): Remove duplicated one.
16528         (gnus-next-page-map): Don't set keymap parent.
16529         (gnus-mime-security-button-map): Ditto.
16530
16531         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16532         version number.
16533
16534         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16535
16536 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * canlock.el (canlock-sha1-function): Remove.
16539         (canlock-sha1-function-for-verify): Remove.
16540         (canlock-openssl-program): Remove.
16541         (canlock-openssl-args): Remove.
16542         (canlock-ignore-errors): Remove.
16543         (canlock-sha1-with-openssl): Remove.
16544         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16545         (canlock-verify): Don't use canlock-ignore-errors.
16546
16547         * sha1-el.el (sha1-string-external): Make it can return a string
16548         in binary form.
16549         (sha1-region-external): Ditto.
16550         (sha1-string-internal): Ditto.
16551         (sha1-region-internal): Ditto.
16552         (sha1-region): Ditto.
16553         (sha1-string): Ditto.
16554         (sha1): Ditto.
16555
16556 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16557
16558         * spam.el (spam-report-articles-gmane): New command.
16559
16560 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16563
16564         * run-at-time.el (run-at-time-saved): Remove.
16565         (run-at-time): Doc fix.
16566
16567 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16568
16569         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16570         (gnus-summary-limit-map): Add it.
16571         (gnus-summary-make-menu-bar): do.
16572
16573 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16574
16575         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16576         Make attempt at some caching support (done for BBDB only now).
16577         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16578         addresses to be checked.
16579         (spam-clear-cache-BBDB): Add function, to be invoked by
16580         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16581         (spam-check-BBDB): Check and use the caches, if
16582         spam-cache-lookups is on, remove superfluous (provide).
16583
16584 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16585
16586         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16587
16588 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16589
16590         * run-at-time.el (run-at-time-saved): Move to after the definition
16591         of `run-at-time'.
16592
16593         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16594
16595 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16598         mm-w3m-local-map-property.
16599
16600         * mm-view.el (mm-w3m-mode-map): Remove.
16601         (mm-w3m-local-map-property): Remove.
16602         (mm-inline-text-html-render-with-w3m): Don't use
16603         mm-w3m-local-map-property.
16604
16605 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606
16607         * run-at-time.el: New file.
16608
16609         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16610         under Emacs.
16611
16612         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16613         of gnus-set-text-properties.
16614
16615         * gnus-uu.el (gnus-uu-save-article): Ditto.
16616
16617         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16618
16619         * gnus-cite.el (gnus-cite-parse): Ditto.
16620
16621         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16622         of gnus-.
16623
16624         * gnus-xmas.el (run-at-time): Require run-at-time.
16625
16626         * gnus.el: Changed calls to nnheader-run-at-time and
16627         password-run-at-time throughout to use run-at-time directly.
16628
16629         * password.el: Removed definition of run-at-time.
16630
16631         * nnheaderxm.el: Remove definition of run-at-time.
16632
16633 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16634
16635         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16636         in prompt.
16637
16638 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16639
16640         * messagexmas.el (message-xmas-redefine): Alias
16641         `message-make-caesar-translation-table' to
16642         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16643         version.
16644
16645         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16646         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16647         `gnus-xmas-set-text-properties'.
16648         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16649         `gnus-xmas-completing-read'.
16650         (gnus-xmas-completing-read): Removed.
16651         (gnus-xmas-open-network-stream): Removed.
16652
16653         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16654         XEmacs version.
16655
16656         * dns.el (dns-make-network-process): Use `open-network-stream'
16657         instead of `gnus-xmas-open-network-stream'.
16658
16659         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16660
16661         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16662
16663 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16664
16665         * gnus-art.el (gnus-mime-display-alternative)
16666         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16667         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16668         Don't use gnus-local-map-property.
16669
16670         * gnus-util.el (gnus-local-map-property): Remove.
16671
16672         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16673         gnus-completing-read-maybe-default with completing-read.
16674
16675         * gnus-util.el (gnus-completing-read): do.
16676         (gnus-completing-read-maybe-default): Remove.
16677
16678 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16679
16680         * password.el: Only autoload `run-at-time' if not XEmacs.
16681         Only autoload the itimer functions if XEmacs.
16682
16683 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16686         XEmacsen.
16687
16688         * dgnushack.el: Autoload executable-find for XEmacs.
16689
16690 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16691
16692         * gnus-art.el (gnus-read-string): Remove.
16693         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16694         read-string.
16695
16696 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16697
16698         * netrc.el: Autoload password-read.
16699         (netrc): Add configuration group.
16700         (netrc-encoding-method, netrc-openssl-path): Add
16701         variables for encoding and decoding of files with symmetric
16702         ciphers.
16703         (netrc-encode): Add assistant function to encode a file with
16704         netrc-encoding-method.
16705         (netrc-parse): Add interactive parameter, added optional
16706         decoding if netrc-encoding-method is non-nil but otherwise
16707         behavior is standard.
16708         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16709         Do s/encode/encrypt/ everywhere.
16710
16711         * spam.el: Remove executable-find autoload.
16712
16713 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16714
16715         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16716
16717         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16718
16719 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16720
16721         * gnus-art.el (gnus-treat-ansi-sequences)
16722         (article-treat-ansi-sequences): New variable and function.
16723         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16724
16725         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16726         Use it.
16727
16728 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16729
16730         * mm-util.el (mm-quote-arg): Remove.
16731
16732         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16733         shell-quote-argument.
16734
16735         * gnus-uu.el (gnus-uu-command): do.
16736
16737         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16738
16739         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16740         with make-char.
16741
16742         * mm-util.el (mm-make-char): Remove.
16743
16744         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16745         add-minor-mode.
16746
16747         * gnus-undo.el (gnus-undo-mode): do.
16748
16749         * gnus-topic.el (gnus-topic-mode): do.
16750
16751         * gnus-sum.el (gnus-dead-summary-mode): do.
16752
16753         * gnus-start.el (gnus-slave-mode): do.
16754
16755         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16756
16757         * gnus-ml.el (gnus-mailing-list-mode): do.
16758
16759         * gnus-gl.el (gnus-grouplens-mode): do.
16760
16761         * gnus-draft.el (gnus-draft-mode): do.
16762
16763         * gnus-dired.el (gnus-dired-mode): do.
16764
16765         * gnus-ems.el (gnus-add-minor-mode): Remove.
16766
16767         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16768         Replace gnus-char-width with char-width.
16769
16770         * gnus-ems.el (gnus-char-width): Remove.
16771
16772         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16773         Replace gnus-char-width with char-width.
16774
16775         * gnus-ems.el (gnus-char-width): Remove.
16776
16777         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16778         definition.
16779         Remove Emacs 20 hash table compatibility code.
16780
16781         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16782         20 compatibility code.
16783
16784         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16785
16786         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16787
16788         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16789         with point-at-{eol,bol}.
16790
16791         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16792
16793         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16794
16795         * flow-fill.el (fill-flowed-point-at-bol)
16796         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16797
16798         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16799         Replace with point-at-{eol,bol} throughout all files.
16800
16801 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * ntlm.el (ntlm-string-as-unibyte): New macro.
16804         (ntlm-build-auth-response): Use it.
16805
16806         Remove Emacs 20 stuff:
16807         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16808         (butlast, mapc, remove): Remove the compiler macros.
16809         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16810         of delq and copy-sequence.
16811         * gnus-art.el (popup-menu): Remove the compiler macro.
16812         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16813         Emacs 20.
16814
16815 2004-01-05  Simon Josefsson  <jas@extundo.com>
16816
16817         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16818         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16819         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16820         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16821         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16822         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16823         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16824         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16825         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16826         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16827         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16828         string-xor into ntlm-string-xor.  Suggested by
16829         Jesper Harder <harder@myrealbox.com>.
16830
16831         * ntlm.el: Don't include poem.
16832
16833         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16834         Jesper Harder <harder@myrealbox.com>.
16835
16836         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16837
16838         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16839         probably breaks emacs with DL patch, but do we care? Is anyone
16840         still using the DL stuff?)
16841
16842         * sieve-manage.el: Use the password package.
16843         (sieve-manage-read-passwd): Remove.
16844         (sieve-manage-interactive-login): Use password.  Re-add
16845         condition-case around loop.
16846
16847         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16848         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16849         the password package.
16850
16851 2003-02-19  Simon Josefsson  <jas@extundo.com>
16852
16853         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16854         token.
16855
16856 2002-08-07  Simon Josefsson  <jas@extundo.com>
16857
16858         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16859         (sieve-manage-authenticators):
16860         (sieve-manage-authenticator-alist): Add some SASL mechs.
16861         (sieve-sasl-auth): New function.
16862         (sieve-manage-cram-md5-auth):
16863         (sieve-manage-plain-auth): Rewrite using SASL library.
16864         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16865         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16866         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16867         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16868
16869 2004-01-05  Simon Josefsson  <jas@extundo.com>
16870
16871         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16872         New files.
16873
16874 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875
16876         * gnus-group.el (gnus-no-groups-message): Update.
16877
16878         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16879
16880 2003-11-09  Simon Josefsson  <jas@extundo.com>
16881
16882         * imap.el: Support for ID IMAP extension (RFC 2971).
16883         (imap-local-variables): Add imap-id.
16884         (imap-id): New variable.
16885         (imap-id): New function.
16886         (imap-parse-response): Parse untagged ID response.
16887         * nnimap.el (nnimap-id): New variable.
16888         (nnimap-open-connection): Use it.
16889
16890 2003-12-28  Simon Josefsson  <jas@extundo.com>
16891
16892         * gnus-score.el (gnus-score-edit-all-score): New.
16893         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16894
16895 2004-01-04  Simon Josefsson  <jas@extundo.com>
16896
16897         * password.el: Add.
16898
16899 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16900
16901         * dns.el (dns-query-types): Fix typo.
16902         (dns-query-types): New function.
16903         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16904         PTR and SOA replies, see RFC 1035.
16905
16906 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16907
16908         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16909
16910         * Moved to Changelog.2.
16911
16912 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16913
16914         * gnus.el (gnus-version-number): Bump version.
16915
16916 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16917
16918         * gnus.el: No Gnus v0.1 is released.
16919
16920 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16921
16922         * gnus.el: No Gnus v0.0 is released.
16923
16924 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16925
16926         * gnus.el (gnus-version-number): Bump.
16927         (gnus-version): No.
16928
16929 See ChangeLog.2 for earlier changes.
16930
16931     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16932       Free Software Foundation, Inc.
16933
16934   This file is part of GNU Emacs.
16935
16936   GNU Emacs is free software: you can redistribute it and/or modify
16937   it under the terms of the GNU General Public License as published by
16938   the Free Software Foundation, either version 3 of the License, or
16939   (at your option) any later version.
16940
16941   GNU Emacs is distributed in the hope that it will be useful,
16942   but WITHOUT ANY WARRANTY; without even the implied warranty of
16943   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16944   GNU General Public License for more details.
16945
16946   You should have received a copy of the GNU General Public License
16947   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16948
16949 ;; Local Variables:
16950 ;; coding: utf-8
16951 ;; fill-column: 79
16952 ;; add-log-time-zone-rule: t
16953 ;; End: