gnus-gravatar-transform-address: Use gnus-gravatar-size.
[gnus] / lisp / ChangeLog
1 2010-09-25  Julien Danjou  <julien@danjou.info>
2
3         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
4         gnus-gravatar-size.
5
6         * gnus-art.el: Remove useless gnus-treat-translate.
7
8 2010-09-24  Julien Danjou  <julien@danjou.info>
9
10         * gnus-sum.el: Add support for Gravatars.
11
12         * gnus-art.el: Add support for Gravatars.
13
14         * gnus-gravatar.el: Add this file.
15
16         * gravatar.el: Add this file.
17
18 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
21
22         * gnus-group.el (gnus-group-fetch-faq): Removed.
23
24         * gnus.el (gnus-group-faq-directory): Removed.
25
26         * gnus-group.el (gnus-group-fetch-charter): Removed.
27
28         * gnus.el (gnus-group-charter-alist): Removed.
29
30         * gnus-group.el (gnus-group-archive-directory): Removed.
31         (gnus-group-recent-archive-directory): Ditto.
32         (gnus-group-make-archive-group): Removed.
33
34         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
35
36         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
37         use the same article number for all the cached articles.
38
39         * nnimap.el (nnimap-command): Register the last command time so
40         that we can use it for idling NOOPs.
41         (nnimap-open-connection): Start the keeplive timer.
42         (nnimap-make-process-buffer): Store all the process buffers.
43         (nnimap-keepalive): New function.
44
45         * starttls.el: (starttls-open-stream): Add autoload cookie.
46
47 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
48
49         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
50         handling.
51
52 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
55         its data structures.
56
57         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
58         instead of the cl.el copy-list.
59         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
60         equalp.
61
62 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
65         and tool-bar-local-item-from-menu.
66
67         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
68         mode-line-highlight face for Emacs.
69
70         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
71         loading gnus-sum.elc; fix comment for canlock-verify.
72         (gnus-article-jump-to-part): Use read-number.
73         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
74         Emacs pre-21 compatible code for help-echo.
75         (gnus-article-next-page-1): No need to adjust the number of lines.
76         (gnus-article-describe-bindings): Always use help-buffer.
77
78         * gnus-audio.el (gnus-audio-inline-sound)
79         * gnus-cus.el (gnus-custom-mode)
80         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
81
82         * gnus-sum.el (gnus-remove-overlays): Doc fix.
83
84         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
85         compatible code.
86
87 2010-09-24  Glenn Morris  <rgm@gnu.org>
88
89         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
90         visiting the fcc file in rmail-mode.
91
92         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
93
94 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * nnir.el: Silence the byte compiler.
97
98         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
99         alias to browse-url-url-encode-chars if any.
100         (gnus-html-encode-url): Use it.
101
102 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-start.el (gnus-use-backend-marks): New variable.
105         (gnus-get-unread-articles-in-group): Use it.
106
107         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
108         makeover.
109
110 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
111
112         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
113
114 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
117         Removed.
118         (gnus-setup-news-hook): Removed
119         gnus-fixup-nnimap-unread-after-getting-new-news.
120
121         * gnus-int.el (gnus-request-update-info): Protect against backends not
122         having the function.
123
124         * nnimap.el (nnimap-stream): Mention starttls.
125         (nnimap-open-connection): Add starttls support.
126
127 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
128
129         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
130
131 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
134         BODYSTRUCTUREs.
135         (nnimap-transform-headers): Unfold quoted {42} headers.
136
137         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
138         the info.
139         (gnus-get-unread-articles): Only call updatep on backends that support
140         it.
141
142         * nnweb.el (nnweb-request-update-info): NOOP.
143
144         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
145
146         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
147         since it only deals with marks.
148
149         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
150         gnus-request-marks, and make a new gnus-request-update-info.
151
152         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
153         the active instead of the high number, which is usually too low.
154
155 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * netrc.el (netrc-parse): Remove encrypt.el mentions.
158         * encrypt.el: Removed.
159
160 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
163         server in symbolic form.
164
165         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
166         0.9.
167
168 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
171         (nnimap-update-info): Fix up code slightly.
172
173         * gnus-int.el (gnus-open-server): Add tracing for performance
174         debugging.
175
176         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
177         (gnus-group-insert-group-line): Pass the real group name so that it
178         gets the right data.
179
180         * gnus-start.el (gnus-get-unread-articles): Don't have
181         `gnus-get-unread-articles-in-group' update info, since that can be
182         really slow and doesn't seem to be needed?
183
184 2010-09-22  Dan Christensen  <jdc@uwo.ca>
185
186         * time-date.el (date-to-time): Try using parse-time-string first before
187         using the slower timezone-make-date-arpa-standard.
188
189 2010-09-22  Julien Danjou  <julien@danjou.info>
190
191         * gnus-group.el (gnus-group-insert-group-line): Call
192         gnus-group-highlight-line.
193         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
194         default hook list.
195         (gnus-group-update-eval-form): Add new function.
196         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
197         (gnus-group-get-icon): Use gnus-group-update-eval-form.
198
199 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
202         immediate, then expire all articles.
203         (nnimap-update-info): Fix off-by-one errors.
204         (nnimap-flags-to-marks): Would return no marks lists for group with no
205         flags.  Instead return the other data.
206
207 2010-09-22  Julien Danjou  <julien@danjou.info>
208
209         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
210         Only return an icon.
211         (gnus-group-insert-group-line): Compute icon to return.
212
213         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
214         variable.
215         (gnus-html-image-fetched): Only cache if
216         gnus-html-image-automatic-caching is set.
217         (gnus-html-image-fetched): Check for errors.
218
219 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
222         once per method on `g'.  This ensures that backends like nnfolder don't
223         open all their folders.
224
225         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
226         (nnimap-request-list): Nix out group in the correct buffer.
227         (nnimap-parse-flags): Implement by using `read' instead of
228         hand-parsing.
229         (nnimap-flags-to-marks): Pass on permanent-flags.
230         (nnimap-make-process-buffer): Record the server name.
231         (nnimap-parse-flags): Fix typo.
232         (nnimap-request-scan): Run split on the server in general, not just a
233         single group.
234
235         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
236         parameter, and propagate this downwards.
237
238         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
239         since EXAMINE changes it on the server.
240
241         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
242         this command might take a while.
243
244 2010-09-22  Julien Danjou  <julien@danjou.info>
245
246         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
247         harmful if you have 2 images side-by-side, they can't be properly
248         update on text deletion.  Using text-property is safer here.
249         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
250         data.
251
252 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * nnimap.el (nnimap-expunge-inbox): Removed.
255         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
256         (nnimap-expunge): Flip default to t.
257
258         * gnus.el (gnus-method-to-server): Don't push things to the cache
259         unless it's unique.
260         (gnus-server-to-method): Ditto.
261
262 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
263
264         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
265
266 2010-09-22  Julien Danjou  <julien@danjou.info>
267
268         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
269         get the start of data.
270         (gnus-html-encode-url): Add this function to encode special chars in
271         URL.
272         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
273         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
274
275         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
276         default.
277         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
278
279         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
280         images alt-text.
281         (gnus-html-put-image): Put alt-text as help-echo.
282
283 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
286         * mm-util.el (mm-decompress-buffer)
287         * nnir.el (nnir-run-find-grep)
288         * pop3.el (pop3-list): Use 3rd arg of split-string.
289
290         * time-date.el (format-seconds): Comment fix.
291
292         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
293         and byte-optimize-form-code-walker.
294         (dgnushack-make-auto-load): Don't advise make-autoload.
295
296         * lpath.el: Remove Emacs 21 stuff.
297
298 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
301         outside the active range.  Suggested by Dan Christensen.
302
303         * gnus-start.el (gnus-get-unread-articles): Get the extended method
304         slightly later to avoid double-getting it.
305
306         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
307         previous patch.
308
309         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
310
311 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
312
313         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
314
315 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-int.el (gnus-open-server): Give a better error message in the
318         "go offline" case.
319
320         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
321         marks for nnimap, which is seldom the right thing to do.
322
323         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
324         (gnus-same-method-different-name): New function.
325
326         * nnimap.el (parse-time): Require.
327
328         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
329         method in the presence of many similar methods.
330
331         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
332
333         * nnimap.el (nnimap-find-expired-articles): Don't refer to
334         nnml-inhibit-expiry.
335
336         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
337         find out whether methods are equal.
338
339         * nnimap.el (nnimap-find-expired-articles): New function.
340         (nnimap-process-expiry-targets): New function.
341         (nnimap-request-move-article): Request the article before looking at
342         what the Message-ID is.  Fix found by Andrew Cohen.
343         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
344
345         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
346         for oldness in addition to being a predicate.
347
348         * nnimap.el (nnimap-request-group): When we have zero articles, return
349         the right data to Gnus.
350         (nnimap-request-expire-articles): Only delete articles immediately if
351         the target is 'delete.
352
353         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
354         method, this would bug out.
355
356         * gnus-group.el (gnus-group-expunge-group): Renamed from
357         gnus-group-nnimap-expunge, and implemented as a normal interface
358         function.
359
360         * gnus-int.el (gnus-request-expunge-group): New function.
361
362         * nnimap.el (nnimap-request-create-group): Implement.
363         (nnimap-request-expunge-group): New function.
364
365 2010-09-21  Julien Danjou  <julien@danjou.info>
366
367         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
368         (gnus-html-cache-expired): Add new function.
369         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
370         wethever we should display image for fetch it.
371         Compute alt-text earlier to pass it to the fetching function too.
372         (gnus-html-schedule-image-fetching): Change function argument to only
373         get one image at a time, not a list.
374         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
375         cache.
376         (gnus-html-get-image-data): New function to retrieve image data from
377         cache.
378         (gnus-html-put-image): Change buffer argument to use image data rather
379         than file, and place image above region rather than inserting a new
380         one. Do not take alt-text as argument, since it's useless now: we place
381         the image above alt-text.
382         (gnus-html-prune-cache): Remove.
383         (gnus-html-show-images): Start to fetch image when we find one, do not
384         push into a temporary list.
385         (gnus-html-prefetch-images): Only fetch image if they have expired.
386         (gnus-html-browse-image): Fix, use 'gnus-image-url.
387         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
388
389 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
392
393 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
396         spec inser "*" if the group isn't active instead of 0.
397
398         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
399         opening the server.
400         (nnimap-request-delete-group): Implement group deletion.
401         (nnimap-transform-headers): Return the size of the entire message in
402         the Bytes header, not just the size of the first part.
403         (nnimap-request-move-article): When moving an article from nnimap,
404         request the article first so the accepting form has an article to
405         accept.  Reported by Dan Christensen.
406         (nnimap-command): Make sure that the error message doesn't error out.
407
408 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
409
410         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
411         we haven't requested anything.
412
413 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
416         "".  Fix found by Andrew Cohen.
417
418         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
419         instead of -encode-string.
420
421 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
424
425         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
426         by mm-subst-char-in-string.
427
428 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
431         waiting for the connection string.
432
433         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
434         arriving.
435
436         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
437         bogus characters.  This allows selecting certain Gmail groups.
438
439         * nnimap.el (nnimap-find-wanted-parts-1): New function.
440         (nnimap-fetch-partial-articles): New variable.
441         (nnimap-open-connection): When looking for credentials, also use the
442         nnimap-server-port.
443         (nnimap-request-article): Return the group/article number, so that Gnus
444         `^' works as expected.
445         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
446         them.
447
448         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
449         comments.
450         (gnus-methods-sloppily-equal): New function.
451         (gnus): When using the development version of Gnus, load the gnus-load
452         file.
453
454         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
455         `gnus-open-server' on each method before trying to scan them etc.  This
456         ensures that all the backend parameters are set correctly.
457
458         * nnimap.el (nnimap-authenticator): New variable.
459         (nnimap-open-connection): Allow anonymous login.
460         (nnimap-transform-headers): The chars header is called Chars not
461         Bytes.
462         (nnimap-wait-for-response): Don't infloop if the IMAP connection
463         drops.
464
465         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
466         patch, found by Knut Anders Hatlen.
467
468 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
469
470         * gnus-agent.el (gnus-agent-batch-confirmation)
471         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
472         to gnus-message.
473         * gnus-art.el (gnus-article-describe-briefly): Likewise.
474         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
475         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
476         * gnus-int.el (gnus-open-server): Likewise.
477         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
478         (gnus-score-check-syntax): Likewise.
479         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
480         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
481         Likewise.
482         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
483
484 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
487         calling conventions so that prefetch doesn't bug out.
488
489 2010-09-19  Julien Danjou  <julien@danjou.info>
490
491         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
492         rather than `subst-char-in-region' in order to be able to replace ASCII
493         char by UTF-8 ones.
494
495         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
496         than curl.
497         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
498         the right URL and ALT text on images.
499         (gnus-html-wash-tags): Fix tag case.
500         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
501         (gnus-article-html): Add -o display_ins_del=2 option.
502         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
503
504 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
507         the extra mail headers, which sometimes seem to happen for unknown
508         reasons.
509
510         * mail-parse.el (mail-header-encode-parameter): Define as
511         rfc2045-encode-string instead of as rfc2231-encode-string, since some
512         (or most, perhaps?) mail readers don't understand the latter, but do
513         understand the former.
514
515         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
516         to nil, so that no methods are automatically agentized.  I think this
517         is probably what most users want.
518
519         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
520         from url-retrieve, for instance about invalid URLs.
521
522         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
523         groups that have no articles.
524         (nnimap-request-article): Check that we really got an article when we
525         requested one.
526
527         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
528         doesn't exist.
529
530         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
531         nntp buffer so the agent can save it.
532         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
533         that CRLF doesn't get translated to \n.
534         (nnimap-open-connection): Don't make 'shell commands only send \n.
535
536 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
537
538         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
539         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
540         Update var name.
541         (nnml-generate-nov-file): Use dolist.
542         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
543         Use with-current-buffer.
544
545 2010-09-18  Julien Danjou  <julien@danjou.info>
546
547         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
548         parallel.
549
550 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * nnimap.el (nnimap-update-info): When doing partial marks update, get
553         the range update right.
554         (nnimap-request-group): Don't make `M-g' bug out on group with no
555         marks.
556         (nnoo): Required, so that other packages can require nnimap.
557         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
558         command we're looking for.  This helps when the server sends more
559         responses after we've gotten everything we expected.
560         (nnimap): Add a `newlinep' field to keep track of end-of-line
561         conventions.
562         Don't send CRLF to things that don't want it.
563         (nnimap-request-accept-article): Ditto.
564
565 2010-09-18  Julien Danjou  <julien@danjou.info>
566
567         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
568         than curl to retrieve images.
569
570 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * nnimap.el (nnimap-update-info): Extend the info so that we can set
573         the marks.
574         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
575         (nnimap-wait-for-connection): New function.
576         (nnimap-open-connection): If we have PREAUTH, don't query for login
577         credentials.
578         (nnimap-update-info): Fix off-by-one error when concatenating ranges
579         when doing a partial update.
580
581 2010-09-18  Julien Danjou  <julien@danjou.info>
582
583         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
584         tags.
585
586 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * nnimap.el (nnimap-credentials): New function.
589         (nnimap-open-connection): Use the new function to look for credentials
590         also on the numeric equivalents of "imap" and "imaps".
591
592         * gnus-start.el (gnus-activate-group): Send the info to
593         gnus-request-group.
594
595         * nnimap.el (nnimap-request-group): Have the "check" version of the
596         function parse flags and update the info, so that a `M-g' get a total
597         resync of all flags from the group.
598
599         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
600         to allow backends to alter the info on group selection.  Also alter all
601         the backend -request-group functions to take the parameter.
602
603         * nnimap.el (nnimap-store-info): New function.
604         (nnimap-update-info): Store the info for later usage.
605         (nnimap-request-group): Use the stored info for the dont-check case, so
606         that we don't retrieve all marks when we enter a group.
607
608         * nnimap.el: Use deffoo instead of defun for interface functions.
609
610         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
611         update the group info.  This makes the nndraft groups, for instance, go
612         back to their old behaviour.
613
614         * gnus-sum.el (gnus-select-newsgroup): Indent.
615
616         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
617         in.
618         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
619         nothing.
620
621         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
622         from methods that are denied.
623
624         * gnus-int.el (gnus-method-denied-p): New function.
625
626         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
627         store the password instead of netrc.
628         (nnimap-open-connection): Don't error out when we can't make a
629         connections.
630
631         * auth-source.el (auth-source-create): In the password prompt, say what
632         we're querying for.  Also prompt for user name if that hasn't been
633         given.
634
635         * nnimap.el (nnimap-with-process-buffer): Removed.
636
637 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
640         method when we're reading from the agent.
641
642         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
643
644         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
645         that's probably most useful for users.
646
647         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
648         "failed" all the time.
649
650         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
651         ...)) with (with-current-buffer ... ).
652
653         * nntp.el (nntp-open-server): Return whether the open was successful or
654         not.
655
656         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
657         select an unread unseen article first.
658
659         * nnimap.el (nnimap-open-connection): If the user doesn't have a
660         /etc/services, supply some sensible port defaults.
661
662         * dgnushack.el: Define netrc-credentials.
663
664 2010-09-17  Julien Danjou  <julien@danjou.info>
665
666         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
667
668 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
669
670         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
671         doesn't have any parameters.
672
673 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
676         only upcased checks.
677
678         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
679
680         * nnimap.el (nnimap-open-shell-stream): New function.
681         (nnimap-open-connection): Use it.
682         (nnimap-transform-headers): Get the number of lines in each message.
683         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
684         number of lines.
685         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
686         problem.
687
688         * utf7.el (utf7-encode): Autoload.
689
690         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
691         to allow the mail splitting to not return a default group.  This is
692         useful for nnimap, which will leave unmatched mail in the inbox.
693
694         * nnimap.el: Rewritten.
695
696         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
697         nnimap usage.
698
699         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
700         if the move is internal, so that nnimap can do fast internal moves.
701
702         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
703         data.
704         (gnus-read-active-for-groups): Support finishing the early retrieval of
705         data.
706
707         * gnus-range.el (gnus-range-nconcat): New function.
708
709         * gnus-int.el (gnus-finish-retrieve-group-infos)
710         (gnus-retrieve-group-data-early): New functions.
711
712 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
713
714         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
715         (nnrss-retrieve-groups):
716         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
717         (pop3-quit): Use with-current-buffer.
718
719 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
722         instead of nnheader-accept-process-output.
723
724         * dgnushack.el (dgnushack-compile): Add comment.
725
726         * lpath.el: No need to fbind propertize for XEmacs 21.4.
727
728         * gnus-html.el (gnus-html-schedule-image-fetching)
729         (gnus-html-prefetch-images): Replace process-kill-without-query by
730         gnus-set-process-query-on-exit-flag.
731
732 2010-09-16  Romain Francoise  <romain@orebokech.com>
733
734         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
735
736 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * gnus-registry.el (gnus-registry-install-shortcuts): The second
739         parameter to unintern is mandatory-ish in Emacs 24.
740
741         * gnus-html.el (gnus-html-schedule-image-fetching)
742         (gnus-html-prefetch-images): Check for curl before using it.
743
744         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
745         depend on curl, which isn't essential.
746
747         * imap.el: Revert back to version
748         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
749         seem problematic.
750
751 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
752
753         * gnus-registry.el (gnus-registry-install-shortcuts):
754         Explicitly pass `obarray' to `unintern' to avoid a warning.
755
756 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
759         change.
760
761         * nnrss.el (nnrss-request-list): Removed this function and related
762         functions, including the moreover stuff.
763
764 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnrss.el (nnrss-retrieve-groups): New function.
767
768 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
769
770         * .dir-locals.el: Add no-byte-compile cookie.
771
772 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * time-date.el (format-seconds): Comment fix.
775
776         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
777         for back end that doesn't support request-scan.
778
779 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
782         then do request scans from the backends.
783
784         * netrc.el (netrc-credentials): New conveniency function.
785
786         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
787         avoid running a hook per line, since this takes a lot of time,
788         profiling shows.
789         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
790         directly if gnus-visual-p is true.
791
792 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
795         groups; replace mapcar with dolist which is a bit faster; pass groups
796         info to gnus-read-active-file-1.
797         (gnus-read-active-file-1): Scan only specified groups if the new
798         optional arg `infos' is given.
799
800 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
803
804         * pop3.el (pop3-movemail): Removed.
805         (pop3-streaming-movemail): Renamed to pop3-movemail.
806
807         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
808         don't restrict end-tag searches to the end of the line.
809
810 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
813         articles of every unchecked group to t, which means unknown since the
814         server has never been opened.
815
816 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-html.el (gnus-html-show-alt-text): New command.
819         (gnus-html-browse-image): Ditto.
820         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
821         to browse the image directly.
822         (gnus-html-wash-tags): Search for images first, so that <a><img> works
823         better.
824
825         * gnus-async.el (gnus-async-article-callback): Call
826         `gnus-html-prefetch-images' unconditionally.
827
828         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
829         before feeding URLs to curl.
830
831 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
834         internal images as deletable by `W D D'.
835
836         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
837         (gnus-async-article-callback): Fix typo.
838
839 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
842         current line to work around bugs in the output from w3m.
843
844         * gnus-async.el (gnus-async-article-callback): Always prefetch images
845         for groups that want that.
846
847         * nntp.el (nntp-wait-for-string): Supply a timeout for
848         accept-process-output to ensure progress.
849
850         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
851         level to get unread articles from, then use that for foreign groups,
852         too.
853
854         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
855         confuses the rest of the function.
856
857         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
858         for the methods that support -retrieve-groups, too.
859
860         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
861
862 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
865         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
866
867         * pop3.el: Require cl when compiling.
868         (pop3-number-of-responses): Search for "+OK", not "+OK ".
869
870 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
873         that aren't going to be activated.
874         (gnus-get-unread-articles): Fix up the last commit.
875
876         * gnus-html.el (gnus-article-html): Allow calling without specifying
877         the handle.  In that case, dissect the buffer first.
878
879         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
880
881         * nnimap.el (nnimap-open-connection): Revert the change that would look
882         into authinfo for imaps instead of imap.
883
884         * gnus-start.el (gnus-activate-group): Take an optional parameter to
885         say that you don't want to call gnus-request-group with don-check, but
886         do check the reponse.  This is for virtual groups only.
887         (gnus-get-unread-articles): Count the archive groups as secondary, so
888         that they're activated the same way as before.
889
890         * imap.el (imap-message-map): Removed optional buffer parameter, since
891         no callers use it.
892         (imap-message-get): Ditto.
893         (imap-message-put): Ditto.
894         (imap-mailbox-map): Ditto.
895         (imap-mailbox-put): Ditto.
896         (imap-mailbox-get): Ditto.
897         (imap-mailbox-get): Revert last change for this function.
898
899         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
900         case-insensitively.
901         (nnimap-debug): Removed.
902
903         * imap.el (imap-fetch-safe): Removed function, and altered all callers
904         to use `imap-fetch' instead.  According to the comments, this should be
905         safe, since all other IMAP clients use the 1:* syntax.
906         (imap-enable-exchange-bug-workaround): Removed.
907         (imap-debug): Removed -- doesn't seem very useful.
908
909         * mail-source.el (mail-source-fetch): Don't message if we're fetching
910         mail from a file, and the file doesn't exist.
911
912         * imap.el (imap-log): New convenience function used throughout instead
913         of repeating the same code all over the place.
914
915         * pop3.el (pop3-streaming-movemail): Return t for success.
916
917         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
918         .authinfo if we're using ssl connection.
919
920         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
921         already have if we're in a main Gnus `g' run.
922
923         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
924
925 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
928
929         * nnmh.el (nnmh-request-list-1): Bind `file'.
930
931         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
932         alias to set-process-query-on-exit-flag or process-kill-without-query.
933         (pop3-open-server): Use it.
934
935 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * mail-source.el (mail-source-delete-crash-box): Always move the crash
938         box to the Incoming file.  Fixes mistake in previous checkin.
939
940         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
941         request loop (for debugging purposes) removed.
942
943         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
944         culprit is more visible.
945         (nnml-save-incremental-nov, nnml-open-incremental-nov)
946         (nnml-add-incremental-nov): New functions to do "incremental" nov
947         updates, where we just append to the end of the existing nov files
948         without reading/writing them in full.
949
950         * mail-source.el (mail-source-delete-crash-box): Really only check the
951         incoming files once in a while.
952
953         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
954
955         * mail-source.el (mail-source-delete-crash-box): Only check the
956         incoming files for deletion once per day to save a lot of file
957         accesses.
958
959         * pop3.el (pop3-logon): Fix up unbound variable typo.
960
961         * mail-source.el (pop3-streaming-movemail): Autoload.
962
963         * pop3.el (pop3-streaming-movemail): Respect
964         pop3-leave-mail-on-server.
965
966         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
967         retrieval.
968
969         * pop3.el (pop3-process-filter): Removed unused function.
970         (pop3-streaming-movemail, pop3-send-streaming-command)
971         (pop3-wait-for-messages, pop3-write-to-file)
972         (pop3-number-of-responses): New functions for streaming pop3
973         retrieval.
974
975         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
976         come from no known methods.
977         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
978         list.
979
980         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
981         message sizes.
982         (pop3-movemail): Use erase-buffer instead of looping and deleting
983         regions, which seems rather odd.
984
985         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
986         file once per `g' run.
987
988         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
989         directories.  This makes the draft queue directory work.
990
991         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
992         data from the backends, so that we only request the list of groups from
993         each method once.  This should speed things up considerably.
994
995         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
996         detect that it's not implemented.
997
998         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
999         we actually do recurse down into the tree, but don't stat all leaf
1000         nodes.
1001
1002         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1003         then say so instead of bugging out.
1004
1005         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1006         files exist before trying to read them.
1007
1008         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1009         around <pre_int>.
1010
1011         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1012
1013         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1014
1015 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * mm-util.el (mm-image-load-path): Just return the image directories,
1018         not all directories in the path in addition to the image directories.
1019         (mm-image-load-path): Maintain a cache of the image directories so that
1020         the `g' command in Gnus doesn't have to stat dozens of directories each
1021         time.
1022
1023         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1024         (gnus-html-wash-tags): Add a new `i' command to insert images.
1025         (gnus-html-insert-image): New command and keystroke.
1026         (gnus-html-redisplay-with-images): New command and keystroke.
1027         (gnus-html-show-images): Renamed command.
1028         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1029         spacers.
1030         (gnus-html-wash-tags): Decode entities at the end, so that entities
1031         inside the tags don't mess up the rest of the "parsing".
1032
1033         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1034         so that nnimap methods aren't agentized by default.  There's apparently
1035         many problems related to agent/imap behaviour.
1036
1037         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1038
1039         * gnus-html.el: Doc fix.
1040
1041 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1044         specifier-spec-list for Emacs 21.
1045
1046         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1047         glyph-width and glyph-height instead of display-graphic-p and
1048         image-size; make avoidance of displaying small images work for XEmacs.
1049
1050         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1051         for XEmacs.
1052
1053         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1054         of symbol that holds plist data.
1055         (gnus-process-plist): Remove plist of process after getting it.
1056
1057 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * message.el (message-generate-hashcash): Change default to
1060         'opportunistic if hashcash is installed.
1061
1062         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1063         (gnus-html-put-image): Only call image-size once, since it's somewhat
1064         time-consuming on remote X servers.
1065
1066 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1069         type on data, not a file name.
1070
1071         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1072         window-pixel-edges for Emacs 21.
1073
1074         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1075         decoded contents.
1076         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1077
1078 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1081         group line format, since it isn't very interesting.
1082
1083         * gnus-agent.el (gnus-agent-short-article),
1084         (gnus-agent-long-article): Increase values for these two variables,
1085         since most people are likely to have more network connection and
1086         storage than before.
1087
1088         * gnus.el (gnus-refer-article-method): Change default to 'current.
1089         When referring an article, the common behaviour is to refer it from the
1090         current select method, not the native select method.  The chances of
1091         the native select method having the message in question is rather slim
1092         these days.
1093
1094         * gnus-sum.el (gnus-auto-select-subject): Change default to
1095         `unseen-or-unread'.  I think it's likely that most people want to
1096         select an unseen article over a previously seen, but unread one.
1097
1098         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1099         means that in the article buffer none of the minor mode elements will
1100         be shown, usually, and this is not desirable in most cases.
1101
1102         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1103         that commands like `d' (and the like) go to the next line in the
1104         buffer, instead of the next unread article.  I think this is the
1105         behaviour that is most natural for most users.
1106         (gnus-single-article-buffer): Change default to nil, so that people can
1107         have as many article buffers open as they have summary buffer.  I think
1108         this is the most natural way for the groups to behave.
1109
1110         * message.el (message-generate-new-buffers): Change default to
1111         `unsent', so that all new message buffers start their names with the
1112         string "*unsent", and it's easier to find the buffers if you move from
1113         them.
1114
1115 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1118         small.  They're probably tracking images.
1119         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1120         (gnus-html-rescale-image): Yet another try at getting the image sizing
1121         right.
1122
1123         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1124         nntp-marks-file-name is nil.
1125
1126 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1127
1128         * gnus-html.el (gnus-html-wash-tags)
1129         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1130         Better logging.
1131
1132 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1135
1136         * gnus-html.el (gnus-html-wash-tags): Check the value of
1137         gnus-blocked-images in the summary buffer.
1138
1139 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1140
1141         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1142
1143 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1146         like "a", it seems like.
1147         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1148         since it needs to be picked from the correct buffer.
1149
1150         * nnwfm.el: Removed.
1151
1152         * nnlistserv.el: Removed.
1153
1154 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1155
1156         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1157         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1158
1159 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * nnkiboze.el: Removed.
1162
1163         * nndb.el: Removed.
1164
1165         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1166         alt text.
1167         (gnus-html-rescale-image): Try to get the rescaling logic right for
1168         images that are just wide and not tall.
1169
1170         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1171         overshadow variable bindings.
1172
1173 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * gnus-html.el (gnus-html-wash-tags)
1176         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1177         extra logging.
1178
1179 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1182         (gnus-max-image-proportion): New variable.
1183         (gnus-html-rescale-image): New function.
1184         (gnus-html-put-image): Rescale images.
1185
1186 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1187
1188         Fix up some byte-compiler warnings.
1189         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1190         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1191         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1192         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1193         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1194         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1195         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1196
1197 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * gnus-html.el (gnus-article-html): Decode contents by charset.
1200
1201 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1204         (gnus-html-frame-width, gnus-blocked-images)
1205         * message.el (message-prune-recipient-rules): Add custom version.
1206         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1207
1208         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1209         functions.
1210
1211         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1212         gnus-process-get.
1213
1214 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1215
1216         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1217         instead of lsub directly.
1218
1219 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * nnwarchive.el: Removed.
1222
1223         * gnus-soup.el: Removed.
1224
1225         * nnsoup.el: Removed.
1226
1227         * nnultimate.el: Removed.
1228
1229         * gnus-html.el (gnus-blocked-images): New variable.
1230
1231         * message.el (message-prune-recipients): New function.
1232         (message-prune-recipient-rules): New variable.
1233
1234         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1235         guess whether a long line is natural text or not.
1236
1237         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1238         gnus-process-plist and friends for compatibility.
1239
1240 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1241
1242         * gnus-html.el: Require packages that define macros used in this file.
1243         (gnus-article-mouse-face): Declare to silence byte-compiler.
1244         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1245         process-get.
1246         (gnus-html-put-image): Use plist-get to avoid getf.
1247         (gnus-html-prefetch-images): Use with-current-buffer.
1248
1249 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * gnus-ems.el: Provide compatibility functions for
1252         gnus-set-process-plist.
1253
1254         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1255         header-line-format for XEmacs 21.4.
1256
1257         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1258         * gnus.el (gnus-valid-select-methods)
1259         * message.el (message-send-mail-partially-limit)
1260         * mm-decode.el (mm-text-html-renderer)
1261         * mml.el (mml-insert-mime-headers-always)
1262         * smiley.el (smiley-regexp-alist): Bump custom version.
1263
1264 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-html.el: require mm-url.
1267         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1268         with the url to `url'.
1269         (gnus-html-wash-tags): Support cid: URLs/images.
1270
1271 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1274         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1275         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1276
1277         * gnus-move.el: Removed file, since it doesn't really work.
1278
1279         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1280         UTF-8.  This seems to fix problems with some German web feeds.
1281
1282         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1283         at the top so that the proper colours are applied.
1284
1285         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1286         don't have dots in their names.
1287
1288         * gnus-art.el (gnus-article-view-part): Doc fix.
1289
1290         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1291         XEmacs-compatible.
1292         (gnus-html-put-image): Don't do images on non-graphic displays.
1293
1294         * nnslashdot.el: Removed this unused backend.
1295
1296         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1297         actions.
1298         (gnus-undo-register-1): Revert last change.
1299
1300         * gnus-group.el (gnus-group-completing-read): Protect against not
1301         having completion-styles bound.
1302
1303         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1304         make broken recipients happier.
1305
1306         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1307
1308         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1309         point parameter.
1310
1311         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1312
1313         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1314         completion-styles for group selection.
1315
1316 2009-02-04  Andreas Schwab  <schwab@suse.de>
1317
1318         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1319         headers and regexp-quote the match if necessary.
1320
1321 2009-03-24  Miles Bader  <miles@gnu.org>
1322
1323         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1324         the blinking smiley.
1325
1326 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1327
1328         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1329         blink smiley.
1330
1331 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1334         where the dribbel file lives exists.
1335
1336         * message.el (message-send-mail-partially-limit): Change the default to
1337         nil, since most people don't want this.
1338
1339         * mm-url.el (mm-url-decode-entities): Also decode entities like
1340         &#x3212.
1341
1342 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1343
1344         * gnus-sum.el (gnus-summary-idna-message):
1345         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1346         Hyperlink urls in docstrings with URL `...'.
1347
1348 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1349
1350         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1351         functions.
1352
1353 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1356         say what the mouseover text should be.
1357
1358         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1359         version of the mm-w3m-safe-url-regexp variable to only download images
1360         in the groups where we want that to happen.
1361
1362         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1363
1364         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1365         easier debugging.
1366         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1367         big pictures in the article buffer.
1368
1369         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1370         gnus-article-html.
1371         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1372         w3m.
1373
1374         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1375
1376 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1379         which doesn't exist.
1380
1381         * message.el (message-inhibit-ecomplete): New variable to allow some
1382         function to inhibit ecomplete address storage.
1383         (message-resend): Disable ecomplete message storage when resending
1384         messages.
1385
1386         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1387
1388 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1391         Save excursion while copying, moving, and deleting articles in order to
1392         prevent the cursor from jumping to unforeseen place.
1393
1394 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * lpath.el: No need to bind bookmark-current-buffer,
1397         bookmark-yank-point and bookmark-make-record-function.
1398
1399 2010-08-17  Glenn Morris  <rgm@gnu.org>
1400
1401         * gnus-sync.el: Require gnus components whose functions are used.
1402
1403         * gnus-art.el (bookmark-make-record-function):
1404         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1405         Declare for compiler.
1406
1407         * mm-url.el (mml-compute-boundary): Autoload.
1408
1409 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1412
1413 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1414
1415         Typo fix "hoo4a" -> "hook".
1416
1417         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1418
1419 2010-08-14  Glenn Morris  <rgm@gnu.org>
1420
1421         * gnus-sync.el (gnus-sync): Fix defgroup version.
1422
1423 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1426
1427         * gnus-sync.el: Fix docs.
1428         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1429         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1430
1431 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1432
1433         Optimizations for gnus-sync.el.
1434
1435         * gnus-sync.el: Add docs about gnus-sync-backend
1436         possibilities.
1437         (gnus-sync-save): Remove unnecessary message.
1438         (gnus-sync-read): Optimize and show what groups were skipped.
1439
1440 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1441
1442         Minor bug fixes for gnus-sync.el.
1443
1444         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1445         read the sync on get-new-news.
1446
1447         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1448         quiet.
1449
1450         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1451
1452 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1453
1454         Make saving and restoring of hidden threads work with overlays.
1455         Patch applied by Ted Zlatanov.
1456
1457         * gnus-sum.el (gnus-hidden-threads-configuration)
1458         (gnus-restore-hidden-threads-configuration): Update to deal with text
1459         properties, rather than searching for a magic character.
1460
1461 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1462
1463         New gnus-sync.el library for synchronization of marks.
1464
1465         * gnus-sync.el: New library for synchronization of marks.
1466
1467         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1468         renamed from `gnus-registry-grep-in-list'.
1469
1470         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1471
1472         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1473
1474 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1477         determining charset of text fails.
1478
1479 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * nnmail.el (nnmail-get-new-mail-1): Revert.
1482
1483         * nnml.el (nnml-active-number): Make sure names of newly created groups
1484         in nnml-group-alist are encoded.
1485
1486 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1489         containing non-ASCII characters in active file for nnml back end.
1490
1491 2010-07-24  David Engster  <dengste@eml.cc>
1492
1493         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1494         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1495
1496 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1497
1498         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1499         tag (Bug#6654).
1500
1501 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1504         the article buffer, not the summary buffer.
1505
1506 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1509         Emacs 23 as well.
1510
1511 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1514         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1515
1516 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1517
1518         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1519         Patch applied by Karl Fogel.
1520
1521         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1522         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1523
1524 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1525
1526         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1527         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1528         C-w still not working correctly from Article buffers; Thierry's
1529         patch to fix that will be applied after this.
1530
1531         * gnus-art.el (bookmark-make-record-function): New local variable.
1532
1533         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1534         article buffer.
1535         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1536
1537 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1538
1539         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1540         on changes in bookmark.el.
1541
1542 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1545         `no-log' instead of message not to log prompt string.
1546
1547 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1548
1549         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1550         the *other* type of HTML form submission.
1551
1552 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1553
1554         * auth-source.el (auth-source-pick): If choice does not contain a
1555         questioned keyword, set the check to t.
1556
1557 2010-06-12  Romain Francoise  <romain@orebokech.com>
1558
1559         * gnus-util.el (gnus-date-get-time): Move up before first use.
1560
1561 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1564         (gnus-article-edit-part): Bind it to make last part that is substituted
1565         or deleted visible.
1566         (gnus-mime-display-single): Buttonize part of which id equals to
1567         gnus-mime-buttonized-part-id.
1568
1569 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1570
1571         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1572         (gnus-dd-mmm): Use gnus-date-get-time.
1573         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1574         simplify logic.
1575         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1576         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1577
1578 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1579
1580         * auth-source.el (top): Autoload `secrets-list-collections',
1581         `secrets-create-item', `secrets-delete-item'.
1582         (auth-sources): Fix tag string.
1583         (auth-get-source, auth-source-retrieve, auth-source-create)
1584         (auth-source-delete): New defuns.
1585         (auth-source-pick): Rewrite in order to avoid 2 passes.
1586         (auth-source-forget-user-or-password): New parameter USERNAME.
1587         (auth-source-user-or-password): New parameters CREATE-MISSING and
1588         DELETE-EXISTING.  Retrieve password interactively, if needed.
1589
1590 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1591
1592         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1593         deleting unused directories when gnus-expert-user is t.
1594
1595 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1598         for each temp file when gnus-article-browse-delete-temp is ask.
1599
1600 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1601
1602         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1603         Lisp calls to delete-backward-char by calls to delete-char.
1604
1605 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1606
1607         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1608
1609 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1610
1611         * password-cache.el (password-cache-remove): Fix docstring.
1612
1613 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1616         article unless decoding article to be saved.
1617
1618 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1621         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1622         generated within the mm-with-unibyte-current-buffer macro.
1623
1624 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1627         to nil when we're in a mml-preview buffer and no group is selected.
1628
1629 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1630
1631         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1632         when catching the `C-g'.  Reported by "Leo".
1633
1634 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * message.el (message-forward-make-body-plain)
1637         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1638         multibyte-string-p.
1639
1640         * lpath.el: Revert.
1641
1642 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * message.el (message-forward-make-body-mml): Assume original message
1645         is multibyte string; error on unibyte.
1646         (message-forward-make-body-plain): Ditto; don't add excessive newline
1647         in body end.
1648
1649         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1650
1651 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1652
1653         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1654         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1655
1656 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * mm-extern.el (mm-extern-url): Don't use
1659         mm-with-unibyte-current-buffer.
1660         (mm-extern-cache-contents): Use with-current-buffer instead of
1661         save-excursion + set-buffer.
1662
1663 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * mm-util.el (mm-emacs-mule): Remove.
1666
1667 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1668
1669         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1670         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1671         change.
1672
1673 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1676         bind the default value of enable-multibyte-characters to nil.
1677
1678 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * message.el (message-forward-make-body-plain)
1681         (message-forward-make-body-mml):
1682         Don't use mm-with-unibyte-current-buffer.
1683
1684 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1685
1686         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1687
1688 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1689
1690         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1691         (Bug#5592).
1692
1693 2010-05-07  Julien Danjou  <julien@danjou.info>
1694
1695         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1696         it to mm-pipe-part.
1697
1698         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1699         it is given.
1700
1701 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * binhex.el (binhex-decode-region-internal)
1704         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1705         (dns-query)
1706         * nnweb.el (nnweb-gmane-search)
1707         * pgg-parse.el (pgg-parse-armor)
1708         * pgg.el (pgg-verify-region)
1709         * sha1.el (sha1-string-external)
1710         * uudecode.el (uudecode-decode-region-internal)
1711         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1712         XEmacs.
1713
1714         * gnus-art.el (gnus-article-browse-html-parts)
1715         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1716         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1717         make-temp-file.
1718
1719         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1720         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1721         compiling.
1722
1723         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1724         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1725         XEmacs when compiling.
1726
1727         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1728         gnus-pick-mode-off-hook for XEmacs when compiling.
1729         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1730         gnus-binary-mode-off-hook for XEmacs when compiling.
1731
1732         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1733         nil if char-charset is not available.
1734
1735         * imap.el (imap-disable-multibyte)
1736         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1737         macros.
1738
1739         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1740         instead of encode-coding-string.
1741
1742         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1743         'xemacs) instead of mm-emacs-mule to switch function definitions.
1744         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1745
1746         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1747         bind temporary-file-directory for XEmacs;
1748         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1749         timer-set-function for XEmacs 21.4 and SXEmacs;
1750         bind timer-list for XEmacs 21.4 and SXEmacs;
1751         fbind char-charset and find-charset-region for non-Mule XEmacs;
1752         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1753         encode-coding-region and encode-coding-string for XEmacs having no
1754         file-coding feature.
1755
1756 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1757
1758         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1759
1760 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1763         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1764
1765 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1766
1767         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1768         alias `jka-compr-delete-temp-file' no longer exists.
1769
1770 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1771
1772         Use define-minor-mode in Gnus where applicable.
1773         * mml.el (mml-mode): Use define-minor-mode.
1774         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1775         (gnus-undo-mode): Use define-minor-mode.
1776         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1777         (gnus-dead-summary-mode): Use define-minor-mode.
1778         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1779         Initialize in declaration.
1780         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1781         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1782         (gnus-mailing-list-mode): Use define-minor-mode.
1783         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1784         (gnus-draft-mode): Use define-minor-mode.
1785         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1786         (gnus-dired-mode): Use define-minor-mode.
1787
1788 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1789
1790         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1791         handles on recursive mml-to-mime translation and check them for
1792         boundary delimiter collisions.  Reported by Greg Troxel.
1793
1794 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1797
1798 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1799
1800         * mm-util.el (mm-find-buffer-file-coding-system):
1801         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1802
1803 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1804
1805         * message.el (message-generate-headers): Record insertion of optional
1806         headers as well.  Otherwise the check to prevent repeated insertion of
1807         optional headers is a no-op.
1808
1809 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1810
1811         * smime.el: Don't mention CVS.
1812
1813         * nnrss.el (nnrss-fetch): Don't mention CVS.
1814
1815         * nnir.el: Don't mention CVS.
1816
1817 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1818
1819         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1820
1821 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * lpath.el: Fbind bookmark-default-handler,
1824         bookmark-get-bookmark-record, bookmark-make-record-default,
1825         bookmark-prop-get for Emacs <23 and XEmacs.
1826
1827 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1828
1829         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1830         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1831         Use with-current-buffer to silence the byte-compiler.
1832         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1833         bother to require `gnus'.
1834         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1835
1836 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1837
1838         * gnus-sum.el (gnus-summary-bookmark-make-record)
1839         (gnus-summary-bookmark-jump): New functions.
1840         (gnus-summary-mode): Setup bookmark support.
1841
1842 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1843
1844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1845         if set.
1846
1847 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1850         gnus-article-browse-html-save-cid-image; make it work recursively for
1851         forwarded messages as well.
1852         (gnus-article-browse-html-parts): Work when prefix arg is given.
1853         (gnus-article-browse-html-article): Doc fix.
1854
1855 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1856
1857         * message.el (message-default-mail-headers):
1858         (message-default-headers): Carry the value mail-default-headers over
1859         into message-default-mail-headers, rather than message-default-headers.
1860
1861 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1862
1863         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1864         charset.
1865
1866         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1867         charset into the <meta> tag when the article is encoded to utf-8.
1868
1869 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1872         directories as well.
1873         (gnus-article-browse-html-parts): Work for images that do not specify
1874         file names; delete temp directory when quitting; insert header at the
1875         right place; use file: scheme for image files.
1876
1877 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1878
1879         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1880         (gnus-article-browse-html-parts): Use it to make temporary cid image
1881         files in addition to html file so that browser may display them.
1882
1883 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1886
1887 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1888
1889         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1890
1891 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1892
1893         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1894         about Secret Service API sources.  Improve Customize options.
1895         (auth-source-pick): Change to accept any number of search parameters.
1896         Implement fallbacks iteratively, not recursively.  Add scoring on the
1897         second pass and sort by score.  Call Secret Service API when needed.
1898         (auth-source-user-or-password): Use it.  Call Secret Service API
1899         directly when needed to get the user name and the password.
1900
1901 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1902
1903         * message.el (message-interactive): Doc fix.
1904         (message-qmail-inject-args): Reflow.
1905         (message-kill-to-signature): Fix typo in docstring.
1906
1907         * smiley.el (smiley-buffer): Fix typo in docstring.
1908
1909 2010-03-24  Glenn Morris  <rgm@gnu.org>
1910
1911         * mail-source.el (gnus-message): Declare.
1912         (mail-source-delete-old-incoming): Require gnus-util.
1913
1914 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1917
1918         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1919
1920         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1921         password-cache's default if it is not bound.
1922         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1923         password-cache-expiry's default if it is not bound.
1924
1925         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1926         available in Emacs 21.
1927
1928         * lpath.el: Suppress compiler warnings for:
1929         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1930         XEmacs;
1931         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1932         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1933         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1934
1935 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1936
1937         * auth-source.el (auth-sources): Fix up definition so extra parameters
1938         are always inline.
1939
1940 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1941
1942         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1943         wasn't updated after mismatch.  Clear cached mailbox info correctly
1944         when uidvalidity changes.
1945         (nnimap-group-prefixed-name): New function to avoid some code
1946         duplication.
1947         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1948         (nnimap-request-group): Use it.
1949         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1950         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1951         with many imap folders.  This is done by caching the group status from
1952         the imap server persistently in a group parameter `imap-status'.  (This
1953         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1954         but not persistently, so every Gnus startup was still very slow.)
1955
1956 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1957
1958         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1959         delete the extra newline.  Otherwise editing of :string and :number
1960         types don't work.
1961
1962 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1963
1964         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1965         secrets.el dependency.
1966         (auth-sources): Add optional user name.  Add secrets.el configuration
1967         choice (unused right now).
1968
1969 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1970
1971         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1972         `gnus-registry-install-shortcuts' fill in the functions.
1973
1974         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1975         warnings.
1976         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1977         (gnus-registry-install-shortcuts): Populate and use it in a
1978         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1979
1980 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1981
1982         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1983         In-place substitutions for the group name encoding/decoding.
1984         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1985         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1986         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1987         (nnimap-update-unseen, nnimap-request-list)
1988         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1989         (nnimap-request-set-mark, nnimap-split-to-groups)
1990         (nnimap-split-articles, nnimap-request-newgroups)
1991         (nnimap-request-create-group, nnimap-request-accept-article)
1992         (nnimap-request-delete-group, nnimap-request-rename-group)
1993         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1994         `encoded-mbx' for consistency.
1995         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1996         variable `imap-current-mailbox'.
1997
1998         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1999         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2000
2001 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2002
2003         * pop3.el (pop3-display-message-size-flag): Display message size byte
2004         counts during POP3 download.
2005         (pop3-movemail): Use it.
2006         (pop3-list): Implement listing of available messages.
2007
2008 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2009
2010         * nnir.el (nnir-get-article-nov-override-function): New function to
2011         override the normal NOV retrieval.
2012         (nnir-retrieve-headers): Use it.
2013
2014 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2015
2016         * auth-source.el (netrc-machine-user-or-password): Autoload.
2017
2018 2010-03-19  Glenn Morris  <rgm@gnu.org>
2019
2020         Stop message.el from loading about 40 libraries it doesn't always need.
2021         The general approach is to autoload rather than require, and to
2022         require in the specific functions rather than the file.  (Bug#5642)
2023
2024         * gmm-utils.el: Don't require wid-edit.
2025         (widget-create-child-value, widget-convert, widget-default-get):
2026         Autoload.
2027
2028         * gnus-util.el: Don't require time-date, netrc.
2029         (message-fetch-field, gnus-group-name-decode): Declare rather than
2030         autoloading.
2031         (gnus-fetch-field): Require message.
2032         (gnus-decode-newsgroups): Require gnus-group.
2033
2034         * ietf-drums.el: Don't require time-date.
2035
2036         * message.el: Don't require hashcash, canlock, ecomplete.
2037         Do require mail-utils.  Require nnheader only when compiling.
2038         (smtpmail-default-smtp-server): Remove declaration.
2039         (message-send-mail-function): Check smtpmail-default-smtp-server
2040         is bound rather than requiring smtpmail.
2041         (message-auto-save-directory, message-insert-signature): Use
2042         expand-file-name rather than nnheader-concat.
2043         (nnheader-insert-file-contents): Autoload.
2044         (hashcash-wait-async): Declare.
2045         (message-send-mail): Only call gnus-setup-posting-charset if
2046         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2047         (message-send-mail-with-sendmail): Require sendmail.
2048         (canlock-password, canlock-password-for-verify): Declare.
2049         (message-canlock-password): Require canlock.
2050         (nnheader-get-report): Autoload.
2051         (gnus-setup-posting-charset): Declare.
2052         (message-send-news): Require gnus-msg.
2053         (message-make-references, message-make-in-reply-to): Use mail-header-id
2054         rather than the alias mail-header-message-id.
2055         (ecomplete-add-item, ecomplete-save): Declare.
2056         (message-put-addresses-in-ecomplete): Require ecomplete.
2057         (ecomplete-display-matches): Autoload.
2058
2059         * mm-decode.el: Don't require mailcap, gnus-util.
2060         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2061         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2062         Autoload.
2063         (mailcap-mime-extensions): Declare.
2064
2065         * mm-encode.el: Don't require mailcap.
2066         (mailcap-extension-to-mime): Autoload.
2067
2068         * mml-sec.el: Don't require password-cache.
2069
2070         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2071         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2072         (mml-minibuffer-read-type): Require mailcap.
2073         (mml-preview): Require gnus-msg.
2074
2075         * mml1991.el: Require password-cache.
2076         (password-cache-expiry): Remove declaration.
2077
2078         * mml2015.el: Require password-cache.
2079         (password-cache-expiry): Remove declaration.
2080
2081         * nneething.el (mailcap): Require mailcap.
2082
2083         * nnheader.el (declare-function): Add compatibility stub.
2084         (message-remove-header): Declare rather than autoload.
2085         (nnheader-replace-header): Require message.
2086
2087         * nnimap.el (declare-function): Add compatibility stub.
2088         (netrc-parse, netrc-machine-user-or-password): Declare.
2089         (nnimap-open-connection): Require netrc.
2090
2091         * nntp.el (declare-function): Add compatibility stub.
2092         (netrc-parse, netrc-machine, netrc-get): Declare.
2093         (nntp-send-authinfo): Require netrc.
2094
2095         * rfc2047.el: Don't require qp.
2096         (quoted-printable-encode-region, quoted-printable-decode-string):
2097         Autoload.
2098
2099         * sieve-mode.el: Don't require easymenu.
2100         (easy-menu-add-item): Autoload it.
2101
2102         * spam-stat.el (time-to-number-of-days): Autoload it.
2103
2104 2010-03-19  Glenn Morris  <rgm@gnu.org>
2105
2106         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2107
2108 2010-03-18  Glenn Morris  <rgm@gnu.org>
2109
2110         * hashcash.el (declare-function): Remove duplicate definition.
2111
2112 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2113
2114         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2115         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2116         value if any backslash escapes).
2117
2118 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2121         if it is available.  (bug#5647)
2122
2123         * lpath.el: Suppress compiler warning for coding-system-from-name for
2124         Emacs 21 and XEmacs.
2125
2126 2010-03-14  Juri Linkov  <juri@jurta.org>
2127
2128         * hmac-def.el:
2129         * hmac-md5.el:
2130         * netrc.el: Fix keywords.
2131
2132 2010-02-26  Glenn Morris  <rgm@gnu.org>
2133
2134         * message.el (message-send-mail-function): Change the default, so that
2135         it inherits from a customized send-mail-function.  (Bug#5643)
2136
2137 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2138
2139         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2140         shell-command-to-string signals an error (bug#5299).
2141
2142 2010-02-24  Glenn Morris  <rgm@gnu.org>
2143
2144         * message.el (message-smtpmail-send-it)
2145         (message-send-mail-with-mailclient): Doc fixes.
2146
2147 2010-02-16  Glenn Morris  <rgm@gnu.org>
2148
2149         * message.el (message-default-mail-headers): Change the default value
2150         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2151
2152 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2155         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2156
2157 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2158
2159         * time-date.el (date-to-time): Doc fix (Bug#5408).
2160
2161 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2162
2163         * message.el (message-mail): Just pass yank-action on to message-setup.
2164         (message-setup): Handle (FUN . ARGS) form of yank-action.
2165         (message-with-reply-buffer, message-widen-reply)
2166         (message-yank-original): Handle non-buffer values of
2167         message-reply-buffer (Bug#4080).
2168         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2169
2170 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2171
2172         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2173         Fix typo in docstring.
2174
2175 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2176
2177         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2178         response.
2179
2180 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2183
2184         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2185
2186         * message.el (message-check-news-header-syntax): Protect against a
2187         string that `rfc822-addresses' returns when parsing fails.
2188
2189 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2192         (gnus-previous-char-property-change): New functions.
2193
2194         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2195
2196 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2197
2198         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2199         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2200
2201 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2202
2203         * message.el (message-exchange-point-and-mark): Rework last change to
2204         avoid using optional arg of exchange-point-and-mark, for backward
2205         compatibility.
2206
2207 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2208
2209         * message.el (message-exchange-point-and-mark): Call
2210         exchange-point-and-mark with an argument rather than setting
2211         mark-active by hand (Bug#5175).
2212
2213 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * nntp.el (nntp-service-to-port): Work for service expressed with
2216         numeric string; replace [:digit:] with [0-9] for XEmacs.
2217
2218 2009-12-17  Glenn Morris  <rgm@gnu.org>
2219
2220         * gnus-group.el (gnus-bug-group-download-format-alist):
2221         Change emacs entry to debbugs.gnu.org.  Bump :version.
2222
2223 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2224
2225         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2226
2227 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2228
2229         * message.el (message-info): Explain why we use `Info-goto-node'.
2230
2231 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2234
2235 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2236
2237         * message.el (message-completion-in-region): New compatibility function.
2238         (message-expand-group): Use it.
2239
2240 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2243         with no unread article should be listed if the 2nd arg `predicate' is
2244         given.
2245
2246 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2249
2250 2009-11-29  Juri Linkov  <juri@jurta.org>
2251
2252         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2253         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2254         on `gnus-recenter'. (Bug#4698, Bug#4981)
2255
2256 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2257
2258         * sha1.el (sha1-string-external): default-directory "/" in case
2259         otherwise non-existent.  process-connection-type pipe for touch of
2260         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2261
2262 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2263
2264         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2265         it's comms related and sgml-mode.el has "comm" on that basis too.
2266
2267 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2270         containing tspecial characters if they have been already quoted.
2271
2272 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2273
2274         * dns-mode.el (auto-mode-alist): Purecopy string.
2275
2276 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2277
2278         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2279
2280 2009-10-24  Glenn Morris  <rgm@gnu.org>
2281
2282         * gnus-art.el (help-xref-stack-item): Define for compiler.
2283
2284 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2285
2286         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2287
2288 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2291
2292 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2295         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2296
2297 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2300         (gnus-overlays-in): New alias to overlays-in.
2301
2302         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2303         gnus-overlay-get, and gnus-delete-overlay.
2304         (gnus-summary-show-thread): Make it work as well for systems in which
2305         next-single-char-property-change is not available.
2306         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2307
2308         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2309         (gnus-overlay-get): New alias to extent-property.
2310         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2311
2312         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2313         SXEmacs.
2314
2315         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2316         SXEmacs.
2317
2318 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2319
2320         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2321
2322 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2323
2324         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2325         and XEmacs that don't have `remove-overlays'.
2326
2327 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2328
2329         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2330         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2331         selective display.  Use overlays instead.
2332
2333 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2334
2335         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2336
2337 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2338
2339         * spam-stat.el (spam-stat-load): Fix typo in message.
2340
2341 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2342
2343         * dig.el (dig-invoke): Fix typo in docstring.
2344         (query-dig): Reflow docstring.
2345
2346 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2347
2348         * gnus-art.el (gnus-article-encrypt-body):
2349         * message.el (message-check-recipients):
2350         * mm-util.el (mm-codepage-setup):
2351         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2352         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2353
2354 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2355
2356         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2357         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2358         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2359         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2360         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2361
2362 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2363
2364         * dig.el: Add "Keywords: comm", as per net-utils.el.
2365
2366 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2367
2368         * dig.el (dig-mode): Use define-derived-mode.
2369
2370 2009-09-19  Glenn Morris  <rgm@gnu.org>
2371
2372         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2373
2374 2009-09-18  Glenn Morris  <rgm@gnu.org>
2375
2376         * gnus-diary.el (gnus-diary-check-message):
2377         * message.el (message-insert-formatted-citation-line):
2378         * nnbabyl.el (top-level):
2379         * nndiary.el (nndiary-schedule):
2380         Fix typos in condition-case handlers.
2381
2382 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2385         configuration that provides the sole article window in a frame;
2386         position point correctly after deleting a part.
2387
2388 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2389
2390         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2391         (spam-resolve-registrations-routine): Use it to unregister articles
2392         that change status.
2393
2394 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2397         with XEmacs.
2398         (parse-time-string-chars): Use it.
2399
2400 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2401
2402         * imap.el (imap-interactive-login): Better messages.
2403         (imap-open): Fix bug with renamed buffer on reconnect.
2404         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2405         for easier debugging and cleaner code.  On successful (guessed based on
2406         server capabilities) secondary authentication, set imap-state
2407         correctly.
2408         (imap-last-authenticator): Define imap-last-authenticator as a variable
2409         to avoid warnings.
2410
2411 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * nnrss.el (nnrss-request-article): Remove binding of
2414         default-enable-multibyte-characters that has gotten needless by
2415         the 2007-07-13 change in rfc2047-encode-message-header.
2416
2417         * mml.el (mml-insert-multipart): Error on the message header.
2418         (mml-insert-part): Error on the message header; position point at
2419         the end of a MIME tag.
2420
2421 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * time-date.el (autoload): Expand define-obsolete-function-alias into
2424         defalias and make-obsolete for old Emacsen that Gnus supports.
2425         (with-no-warnings): Define it for old Emacsen.
2426         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2427         is available.
2428         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2429         float-time is available; suppress compile warning for time-to-seconds.
2430
2431         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2432         (gnus-float-time): Alias to float-time if it exists.
2433
2434         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2435         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2436         float-time is available; suppress compile warning for time-to-seconds.
2437
2438         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2439         XEmacs.
2440
2441 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2442
2443         * imap.el (imap-message-map): Docstring fix.
2444
2445 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2448         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2449         Add the optional argument `encoding' that overrides the default.
2450
2451         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2452         mm-encode-buffer.
2453
2454 2009-09-04  Glenn Morris  <rgm@gnu.org>
2455
2456         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2457         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2458         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2459         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2460         * mm-util.el (mm-with-unibyte-current-buffer)
2461         (mm-find-buffer-file-coding-system):
2462         * yenc.el (yenc-decode-region): Use default-value rather than
2463         default-enable-multibyte-characters.
2464
2465 2009-09-03  Glenn Morris  <rgm@gnu.org>
2466
2467         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2468         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2469         than default-enable-multibyte-characters.
2470
2471 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2472
2473         * gnus-art.el (gnus-article-read-summary-keys):
2474         Fix gnus-buffer-configuration's value temporarily used.
2475
2476 2009-09-02  Glenn Morris  <rgm@gnu.org>
2477
2478         * gnus-util.el (gnus-float-time): New function.
2479         * gnus-delay.el (gnus-delay-article):
2480         * gnus-sum.el (gnus-thread-latest-date):
2481         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2482         * nnspool.el (nnspool-request-newgroups):
2483         Use gnus-float-time rather than time-to-seconds.
2484         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2485
2486         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2487         (gnus-header-subject-face, gnus-header-newsgroups-face)
2488         (gnus-header-name-face, gnus-header-content-face):
2489         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2490         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2491         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2492         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2493         (gnus-cite-face-11):
2494         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2495         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2496         (gnus-server-closed-face, gnus-server-denied-face)
2497         (gnus-server-offline-face):
2498         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2499         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2500         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2501         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2502         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2503         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2504         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2505         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2506         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2507         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2508         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2509         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2510         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2511         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2512         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2513         (gnus-summary-high-undownloaded-face)
2514         (gnus-summary-low-undownloaded-face)
2515         (gnus-summary-normal-undownloaded-face)
2516         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2517         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2518         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2519         (gnus-splash-face):
2520         * message.el (message-header-to-face, message-header-cc-face)
2521         (message-header-subject-face, message-header-newsgroups-face)
2522         (message-header-other-face, message-header-name-face)
2523         (message-header-xheader-face, message-separator-face)
2524         (message-cited-text-face, message-mml-face):
2525         * sieve-mode.el (sieve-control-commands-face)
2526         (sieve-action-commands-face, sieve-test-commands-face)
2527         (sieve-tagged-arguments-face):
2528         * spam.el (spam-face):
2529         Mark face aliases with "-face" in the name as obsolete.
2530
2531 2009-09-01  Glenn Morris  <rgm@gnu.org>
2532
2533         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2534         than goto-line.
2535
2536 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2539         Don't move point if the command is invoked inside the message header.
2540
2541 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2542
2543         * imap.el (imap-send-command): Simplify.
2544         (imap-wait-for-tag): point-max -> buffer-size.
2545
2546 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2547
2548         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2549         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2550         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2551         * nnir.el (nnir-swish-e-index-file):
2552         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2553         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2554         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2555         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2556         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2557         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2558
2559 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2562         Don't save excursion.
2563
2564 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2565
2566         * nnheader.el (nnheader-find-file-noselect):
2567         * mm-util.el (mm-insert-file-contents):
2568         Use (default-value 'major-mode) instead of default-major-mode.
2569
2570 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2571
2572         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2573
2574 2009-08-26  Glenn Morris  <rgm@gnu.org>
2575
2576         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2577         than placing in files.el.
2578
2579 2009-08-25  Glenn Morris  <rgm@gnu.org>
2580
2581         * nnir.el (top-level): Don't require cl at run-time.
2582         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2583         Replace cl-function substitute with gnus-replace-in-string.
2584         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2585         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2586         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2587         simplified expansions.
2588
2589 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2590
2591         * dig.el (dig): Add autoload cookie.
2592
2593 2009-08-22  Glenn Morris  <rgm@gnu.org>
2594
2595         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2596         goto-line.
2597
2598 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2599
2600         * parse-time.el (parse-time-string-chars): Save match data.
2601
2602 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2603
2604         * parse-time.el (parse-time-string-chars): Compute using character
2605         classes, to handle non-ascii characters (Bug#3190).
2606
2607 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2610
2611         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2612         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2613         (gnus-mm-display-part, gnus-mime-display-single)
2614         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2615         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2616
2617         * gnus-sum.el
2618         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2619         (gnus-summary-move-article): Add expirable mark to articles copied or
2620         moved to group that has auto-expire turned on if the option is non-nil.
2621
2622 2009-07-24  Glenn Morris  <rgm@gnu.org>
2623
2624         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2625         Fix typo.  (Bug#3903)
2626
2627 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2630         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2631         that should not be used for draft articles.
2632         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2633         that has no concern in minor mode keys.
2634         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2635         Abolish.
2636
2637 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2640         article without making inquiry to a user for unknown encoding.
2641
2642         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2643         (nnmaildir--scan): Assume i-node and device number that file-attributes
2644         returns might be cons-cell.
2645
2646         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2647
2648         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2649
2650 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * auth-source.el: Remove docs now in auth.texi.  Don't use
2653         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2654         `auth-source-hide-passwords' and use them.
2655
2656 2009-07-15  Glenn Morris  <rgm@gnu.org>
2657
2658         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2659
2660 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2663         excessive whitespace from the default values of title and description.
2664
2665 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2668         mail-fetch-field to fetch Content-Description header in order to
2669         exclude newlines.
2670
2671 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2672
2673         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2674         format used by GnuPG 2.0.11.
2675
2676 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2679         to deleted part.
2680
2681 2009-05-30  David Engster  <dengste@eml.cc>
2682
2683         * nnmairix.el: Remove old documentation in the commentary block.
2684         (nnmairix-request-group): Do not update active file for nnml back ends.
2685         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2686         end so that overview files are ignored.
2687         (nnmairix-update-groups): Make updating the groups more robust by using
2688         marks.
2689         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2690         with dollar characters in message-id.
2691
2692 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2693
2694         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2695         2008-12-25 in dns.el.
2696
2697 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2698
2699         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2700         could happen if the text is only composed of spaces and/or tabs.
2701
2702 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2703
2704         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2705         when sending a queued message to avoid extra mml tags.
2706
2707 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2710
2711 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2714         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2715         rmail-toggle-header for XEmacs;
2716         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2717
2718 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-dired.el: Remove autoload for gnus-setup-message.
2721         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2722         displaying Gnus logo; always use compose-mail.
2723
2724 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2727
2728 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2731         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2732         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2733         available.
2734         (gnus-nocem-epg-verify): New function.
2735
2736 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2737
2738         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2739
2740 2009-02-15  Glenn Morris  <rgm@gnu.org>
2741
2742         * gnus-util.el (rmail-insert-rmail-file-header)
2743         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2744         autoloads.
2745         (rmail-default-rmail-file): Remove unnecessary declaration.
2746         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2747
2748 2009-02-14  Glenn Morris  <rgm@gnu.org>
2749
2750         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2751         variable (only used in gnus-util, which declares it anyway).
2752         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2753         which was only needed by gnus-art (changed to not use it any more).
2754         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2755         only used in gnus-util, which autoloads it itself.
2756         (rmail-update-summary): Fix autoload.
2757
2758         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2759         rather than rmail-output-to-rmail-file.
2760
2761 2009-02-07  Glenn Morris  <rgm@gnu.org>
2762
2763         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2764         autoload of function that no longer exists.
2765         (rmail-toggle-header): Declare.
2766         (message-forward-rmail-make-body): Handle mbox Rmail.
2767
2768 2009-01-31  Glenn Morris  <rgm@gnu.org>
2769
2770         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2771         2009-01-09 change.
2772
2773 2009-01-31  Dave Love  <fx@gnu.org>
2774
2775         * imap.el (imap-fetch-safe): Bind debug-on-error.
2776         (imap-debug): Add imap-fetch-safe.
2777
2778 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2779
2780         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2781         (auth-source-forget-all-cached): New convenience function.
2782         (auth-source-user-or-password): Accept list of modes or a single mode.
2783
2784         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2785         auth-source modes.
2786
2787         * netrc.el (netrc-machine-user-or-password): Use list of
2788         auth-source modes.
2789
2790         * nnimap.el (nnimap-open-connection): Use list of
2791         auth-source modes.
2792
2793         * nntp.el (nntp-send-authinfo): Use list of
2794         auth-source modes.
2795
2796 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2797
2798         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2799         now.
2800
2801 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2804         coding system in XEmacs; add a workaround for XEmacs.
2805
2806         * lpath.el: Fbind coding-system-aliasee.
2807
2808 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2811         of current-language-environment.
2812
2813 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2814
2815         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2816         available at runtime.
2817
2818 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2821
2822 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2823
2824         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2825         the greatest positive fixnum value doesn't work under an XEmacs with
2826         bignum support; use the most-positive-fixnum constant instead,
2827         available since Emacs 21.1 with cl and XEmacs 21.1.
2828
2829 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2832         XEmacs gets not to work.
2833
2834 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * mm-util.el (mm-coding-system-priorities): Allow the value like
2837         "Japanese (UTF-8)" of current-language-environment.
2838
2839 2009-01-09  Glenn Morris  <rgm@gnu.org>
2840
2841         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2842         with last-command-event.
2843
2844 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2845
2846         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2847         in the doc string.
2848
2849         * message.el (message-fix-before-sending): Amend comment.
2850
2851 2009-01-08  Dave Love  <fx@gnu.org>
2852
2853         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2854
2855 2009-01-07  David Engster  <dengste@eml.cc>
2856
2857         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2858         simplified server definitions by converting it via
2859         gnus-server-to-method.
2860
2861 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2864         parameter's operands.
2865
2866 2009-01-06  David Engster  <dengste@eml.cc>
2867
2868         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2869         primary select method (for gnus-group-mark-article-as-read).
2870
2871 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2872
2873         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2874         `(gnus)Face', not `(gnus)X-Face'.
2875
2876 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * mm-util.el (mm-ucs-to-char): New function.
2879
2880         * mm-url.el (mm-url-decode-entities): Use it.
2881
2882         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2883         unicode-to-char.
2884
2885 2009-01-05  Dave Love  <fx@gnu.org>
2886
2887         * time-date.el: Require cl for `declare'.
2888
2889 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2892         Dave Love.
2893
2894 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2895
2896         * message.el (message-fix-before-sending): Add `eight-bit' to
2897         illegible-text check.
2898
2899 2009-01-03  Michael Olson  <mwolson@gnu.org>
2900
2901         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2902         `headers' is nil.  This can occur if the IMAP server does not have
2903         permissions to read messages from a folder, but can write new messages
2904         to the folder.
2905         (nnimap-request-article-part): Do not insert `data' if it is nil.
2906
2907         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2908         characters which will confuse `read', so skip past them.
2909
2910 2009-01-01  Dave Love  <fx@gnu.org>
2911
2912         * imap.el (imap-string-to-integer): Fix typo.
2913         (imap-fetch-safe): New function.
2914         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2915
2916         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2917
2918         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2919         (imap-parse-greeting): Fix doc strings.
2920         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2921         (imap-parse-flag-list): Make messages unique.
2922         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2923
2924         * nnimap.el: Fix author email.
2925         (nnimap-split-rule): Add FIXME comment.
2926         (nnimap-debug): Fix doc string.
2927
2928 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2929
2930         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2931
2932 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2935         nslookup if resolv.conf isn't available.
2936         (dns-query): Rename from query-dns.
2937         (dns-query-cached): Rename from query-dns-cached.
2938
2939 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2942         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2943         to check if those variables exist (first appeared in Emacs 18.50).
2944
2945 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * mm-util.el (mm-line-number-at-pos): New function.
2948
2949         * spam-report.el (spam-report-process-queue): Use it.
2950
2951 2008-12-24  David Engster  <dengste@eml.cc>
2952
2953         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2954         parameters that haven't existed as variables as buffer-local variables.
2955
2956 2008-12-23  Dave Love  <fx@gnu.org>
2957
2958         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2959         cadar.
2960
2961         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2962         imap-starttls-p.
2963         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2964
2965 2008-12-22  Dave Love  <fx@gnu.org>
2966
2967         * imap.el: Fix author email.  Doc fixes.
2968         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2969         reply.
2970
2971 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2972
2973         * spam-report.el (spam-report-gmane-max-requests): New constant.
2974         (spam-report-gmane-wait): New variable.
2975         (spam-report-gmane-ham, spam-report-gmane-spam)
2976         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2977         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2978         the server.
2979
2980         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2981         Add explanations.
2982
2983         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2984         nnheader-accept-process-output and nnheader-read-timeout if available.
2985         (pop3-movemail): Use it.
2986
2987         * message.el (message-check-news-body-syntax): Fix signature check if
2988         there's an attachment.
2989
2990 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * mm-util.el: Add comments to the mm- emulating functions.
2993
2994 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2995
2996         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2997         by Stephen Berman <stephen.berman@gmx.net>.
2998
2999 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * mm-util.el (mm-substring-no-properties): New function.
3002         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3003         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3004         (mm-string-to-multibyte): Doc fix.
3005
3006         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3007
3008 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3009
3010         * mml.el (mml-attach-file): Strip text properties from file name.
3011         (Bug#1574)
3012
3013 2008-12-16  Glenn Morris  <rgm@gnu.org>
3014
3015         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3016
3017 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3020         knows since the charset specified might be a bogus alias that
3021         mm-charset-synonym-alist provides.
3022
3023 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3024
3025         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3026         "ISO_8859-1".
3027
3028         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3029
3030 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * mm-util.el (mm-charset-eval-alist):
3033         Define it before mm-charset-to-coding-system.
3034         (mm-charset-to-coding-system): Add optional argument `silent';
3035         define it before mm-charset-override-alist.
3036         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3037         default value if it can be used in Emacs currently running;
3038         silence mm-charset-to-coding-system.
3039
3040 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3043         `allow-override' which says whether to use `mm-charset-override-alist'.
3044         (rfc2047-decode-encoded-words): Use it.
3045
3046         * mm-util.el (mm-charset-override-alist): Fix custom type;
3047         add `(gb2312 . gbk)' to choices.
3048
3049 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3052         fast.
3053
3054         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3055
3056         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3057
3058 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3059
3060         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3061         on links.
3062
3063         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3064
3065 2008-12-03  Lute Kamstra  <lute@gnu.org>
3066
3067         * sha1.el: Remove leading * from docstrings of defcustoms,
3068         deffaces, defconsts and defuns.
3069
3070 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3073         users' addresses that don't have domain parts.
3074         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3075         rather than message-narrow-to-head since there will be the message
3076         header separator.
3077
3078 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3079
3080         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3081         since the result is inserted in a unibyte buffer anyway.
3082         (nnimap-demule-use-string-to-multibyte): Remove.
3083         (nnimap-demule): Alias it to mm-string-to-multibyte.
3084
3085 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3086
3087         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3088         variable for debugging bug#464 and bug#1174.
3089         (nnimap-demule): Use it.
3090
3091 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3092
3093         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3094         score calculation correctly.
3095
3096 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3097
3098         * message.el (message-send-mail): Just set the buffer to unibyte
3099         rather than use mm-with-unibyte-current-buffer which does a lot more.
3100         (message-send-mail-partially): Don't bother with
3101         mm-with-unibyte-current-buffer since it's already been made unibyte by
3102         message-send-mail.
3103
3104 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3105
3106         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3107
3108 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3109
3110         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3111
3112 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3115         require itself and to remove `with-no-warnings'.
3116
3117 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3118
3119         * starttls.el (starttls-any-program-available): Get the name of the
3120         available TLS layer program.
3121         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3122         well as the host name in the "opening" message.
3123
3124         * auth-source.el (auth-source-cache, auth-source-do-cache)
3125         (auth-source-user-or-password): Cache passwords and logins by default,
3126         allow override with `auth-source-do-cache'.
3127         (auth-source-forget-user-or-password): Allow users to remove cache
3128         entries if needed.
3129
3130 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3131
3132         * md4.el (md4-buffer): Fix typo in docstring.
3133         (md4, md4-64): Doc fixes.
3134         (md4-pack-int32): Reflow docstring.
3135
3136 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3137
3138         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3139         condition-case to only the forward-sexp call.
3140
3141 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3142
3143         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3144         quotes contained.  Make it more robust regardless by an extra
3145         condition-case wrapper.
3146
3147 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3150
3151 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * nnml.el (nnml-request-expire-articles): Check if the function set to
3154         `nnmail-expiry-target' returns the symbol `delete'.
3155
3156         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3157
3158         * nnmail.el (nnmail-expiry-target): Fix custom type.
3159
3160 2008-10-02  Glenn Morris  <rgm@gnu.org>
3161
3162         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3163         Silence compiler warning.
3164
3165 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3166
3167         * tls.el (open-tls-stream): Show the actual command being
3168         executed, instead of the format string.
3169
3170 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * lpath.el: Fbind codepage-setup for Emacs 23.
3173
3174 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3175
3176         * mml.el (mml-menu): Don't assume mml2015 is bound.
3177
3178 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3181         exists.
3182
3183 2008-09-27  Glenn Morris  <rgm@gnu.org>
3184
3185         * gnus-util.el (mail-header-remove-comments): Autoload it.
3186
3187 2008-09-27  Andreas Schwab  <schwab@suse.de>
3188
3189         * gnus-util.el (gnus-split-references): Strip comments.
3190         (gnus-parent-id): Likewise.
3191
3192 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3193
3194         * message.el (message-confirm-send): Fix version.
3195
3196 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * message.el (message-idna-to-ascii-rhs-1): Use
3199         mail-extract-address-components rather than mail-header-parse-addresses
3200         that is an alias by default to ietf-drums-parse-addresses that does not
3201         support non-ASCII names in headers' contents.
3202
3203 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3204
3205         * message.el (message-confirm-send): Fixed variable documentation to
3206         avoid the "y/n" wording.
3207
3208 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3209
3210         * message.el (message-set-auto-save-file-name): Save to a different
3211         filename so multiple messages (especially drafts) can be recovered.
3212
3213 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * message.el (message-confirm-send): Add appropriate version.
3216
3217 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3218
3219         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3220         defvar.
3221
3222 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3223
3224         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3225         (mm-pkcs7-enveloped-magic): Ditto.
3226
3227 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3228
3229         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3230         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3231
3232 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3233
3234         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3235         default, it's better.
3236
3237 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3238
3239         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3240         summary line gnus-number property and ignore them (with a warning
3241         message).
3242
3243 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3246         macro caddr in the interactive form since it won't be expanded.
3247
3248 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3251         `charset'; fix name of function called recursively.
3252         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3253
3254 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3257         (gnus-mime-set-charset-parameters): New function.
3258         (gnus-mime-view-part-as-charset): Use it to correctly display part
3259         specifying wrong charset.
3260
3261 2008-09-08  David Engster  <dengste@eml.cc>
3262
3263         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3264         in completing-read for back end server.
3265
3266 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3267
3268         * message.el (message-confirm-send): New variable to confirm sending a
3269         message.
3270         (message-send): Use it.
3271
3272 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3273
3274         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3275
3276 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3279
3280 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3283         prevent tracking too many groups.
3284         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3285         Use it.
3286
3287 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3288
3289         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3290         moving point to the bottom of the window in order to avoid recentering.
3291
3292 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3295
3296         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3297         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3298         (gnus-article-beginning-of-window): Fix calculation.
3299
3300 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-msg.el (gnus-summary-supersede-article)
3303         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3304         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3305         message header.
3306
3307 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3308
3309         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3310         pending output coming after the status change.
3311
3312 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3313
3314         * message.el:
3315         * gnus-start.el:
3316         * gnus-registry.el: Remove VMS support.
3317
3318 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3321         macro.
3322         (rfc2104-hash): Use it.
3323
3324 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3325
3326         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3327         (gnus-summary-sort-by-most-recent-date): New commands.
3328         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3329         and menu entries.
3330
3331 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3334         don't redisplay article for raw contents; remove plural articles stuff.
3335
3336         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3337         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3338         on gnus-summary-save-article; display results properly.
3339
3340 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * lpath.el: No need to fbind ns-focus-frame.
3343
3344 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3347
3348 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3351         gnus-save-all-headers.
3352
3353 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3354
3355         * gnus-util.el (ns-focus-frame): Remove declaration.
3356         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3357         like x.
3358
3359 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3360
3361         * rfc2104.el (rfc2104-zero): Delete defconst.
3362         (rfc2104-hex-alist): Likewise.
3363         (rfc2104-hex-to-int): Delete func.
3364         (rfc2104-hexstring-to-bitstring): Likewise.
3365         (rfc2104-nybbles): New defconst.
3366         (rfc2104-hash): Rewrite for speed.
3367
3368 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * tls.el (open-tls-stream): Make it work with the 2nd argument
3371         BUFFER that is a string but does not exist as a buffer object, as
3372         mentioned in the doc-string.
3373
3374 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3377         SXEmacs.
3378
3379 2008-07-16  Glenn Morris  <rgm@gnu.org>
3380
3381         * gnus-util.el (ns-focus-frame): Declare for compiler.
3382
3383 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3386         set as a group parameter.
3387         (gnus-summary-save-in-pipe): Work when it is called independently.
3388         (gnus-summary-pipe-to-muttprint): Don't modify
3389         gnus-summary-pipe-output-default-command.
3390
3391 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3392
3393         * message.el (message-send-mail-with-sendmail):
3394         Display the error message.
3395
3396 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-art.el (gnus-default-article-saver):
3399         Add gnus-summary-save-in-pipe to choices.
3400         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3401         gnus-summary-pipe-output-default-command as the default command.
3402         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3403         instead of gnus-last-shell-command.
3404
3405         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3406         New user option.
3407         (gnus-summary-muttprint-program): Mention the value will be changed.
3408         (gnus-summary-save-article): Force showing of all headers.
3409         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3410
3411 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3412
3413         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3414
3415 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3416
3417         * nnimap.el (nnimap-id):
3418         * sieve-manage.el (sieve-manage-open): Doc fixes.
3419
3420 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3421
3422         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3423         if available.
3424
3425 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3426
3427         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3428
3429         * nnkiboze.el (nnkiboze-generate-group):
3430         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3431
3432         * nnmairix.el: Require CL.
3433
3434 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * dgnushack.el: Autoload get-display-table and put-display-table for
3437         XEmacs 21.5.
3438
3439         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3440         21.4 and SXEmacs.
3441
3442 2008-06-15  David Engster  <dengste@eml.cc>
3443
3444         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3445
3446 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3447
3448         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3449         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3450         runtime choice under XEmacs.
3451
3452         * gnus-sum.el (gnus-summary-set-display-table):
3453         Use `gnus-put-display-table', `gnus-get-display-table',
3454         `gnus-set-display-table' for the display table, instead of `aset'.
3455
3456         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3457         Use `gnus-put-display-table', `gnus-get-display-table',
3458         `gnus-set-display-table' for the display table.
3459
3460 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3461
3462         * nnmairix.el: Add autoloads.
3463
3464 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3465
3466         * nnmairix.el (nnmairix-delete-recreate-group)
3467         (nnmairix-update-and-clear-marks): Fix error messages.
3468
3469 2008-06-14  David Engster  <dengste@eml.cc>
3470
3471         * nnmairix.el: Upgrade to version 0.6.
3472         (nnmairix-group-toggle-propmarks-this-group)
3473         (nnmairix-group-toggle-readmarks-this-group)
3474         (nnmairix-group-delete-recreate-this-group)
3475         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3476         (nnmairix-remove-tick-mark-original-article): New commands.
3477         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3478         (nnmairix-propagate-marks-to-nnmairix-groups)
3479         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3480         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3481         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3482         functions needed for marks propagation and manipulation of read marks.
3483         (nnmairix-update-groups): New function.
3484         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3485         (nnmairix-determine-original-group-from-registry)
3486         (nnmairix-determine-original-group-from-path)
3487         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3488         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3489         New helper functions.
3490         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3491         keystrokes for new commands.
3492         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3493         (nnmairix-request-group): Check allow-fast group parameter.
3494         (nnmairix-request-create-group): Set allow-fast group parameter if
3495         nnmairix-allowfast-default is set.
3496         (nnmairix-close-group): Propagate marks upon closing if needed.
3497         (nnmairix-group-toggle-threads-this-group): Use new.
3498         nnmairix-group-toggle-parameter helper function.
3499         (nnmairix-search): Better check for empty search result.
3500         (nnmairix-goto-original-article): Use new helper functions for
3501         determining original article.
3502         (nnmairix-show-original-article): Make sure message-id is in brackets.
3503         (nnmairix-call-mairix-binary): Change variable name.
3504         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3505         helper function.
3506         (nnmairix-widget-toggle-activate): Fix doc string.
3507
3508 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * nnir.el: Require edmacro when compiling with XEmacs.
3511         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3512         available in Emacs 21.
3513
3514 2008-06-11  Glenn Morris  <rgm@gnu.org>
3515
3516         * gnus-util.el (x-focus-frame):
3517         * gnus.el (image-size):
3518         * mm-decode.el (image-size): Declare.
3519
3520         * gnus-picon.el (declare-function): Add compat definition.
3521         (image-size): Declare.
3522
3523         * gnus-group.el (tool-bar-map):
3524         * gnus-sum.el (tool-bar-map): Define for compiler.
3525
3526         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3527
3528         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3529
3530         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3531         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3532         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3533         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3534         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3535         * sieve-manage.el, spam-report.el, spam.el:
3536         Remove unnecessary eval-and-compile of autoloads.
3537
3538 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3539
3540         * auth-source.el: Precise Tramp doc.
3541
3542 2008-06-07  Glenn Morris  <rgm@gnu.org>
3543
3544         * nnmairix.el: Remove unnecessary eval-when-compile.
3545
3546 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * lpath.el: Fbind propertize for XEmacs 21.4.
3549
3550 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3551
3552         * nnir.el: Move here from ../contrib.
3553
3554 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3555
3556         * gnus-util.el (gnus-read-shell-command): New function.
3557         * mm-decode.el (mm-pipe-part):
3558         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3559
3560 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3563
3564 2008-06-03  Glenn Morris  <rgm@gnu.org>
3565
3566         * pop3.el (nnheader-accept-process-output): Autoload it.
3567
3568 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3571         are not 2-digit hexadecimal characters that follow `%'s.
3572
3573 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3574
3575         * message.el (message-bogus-recipient-p): Fix type in doc string.
3576         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3577         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3578         Improve custom options.
3579         (message-bogus-recipient-p): Adjust accordingly.
3580
3581 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3582
3583         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3584         long-form month and day names.
3585
3586 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * dgnushack.el: Autoload debug, eudc-expand-inline and
3589         pgg-snarf-keys-region for XEmacs.
3590
3591         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3592
3593         * nnmairix.el: Require edmacro when compiling with XEmacs.
3594
3595 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3596
3597         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3598         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3599
3600 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3601
3602         * auth-source.el: Add more docs.
3603
3604         * netrc.el (netrc-machine): Always match if the port is not given.
3605
3606 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3609         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3610         retrieval faster in some cases, but might make CPU usage larger.  If
3611         this has any bad side effects, we might revert this change.
3612
3613         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3614         seems to make mail retrieval much, much faster.
3615         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3616         unconditionally.
3617
3618         * gnus-draft.el (gnus-group-send-queue): Bind
3619         message-send-mail-partially-limit to nil to avoid being prompted.
3620
3621 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3622
3623         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3624
3625         * message.el (message-bogus-address-regexp): Fix and improve custom
3626         type.
3627         (message-setup-hook): Add message-check-recipients as custom option.
3628
3629 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * message.el (message-cite-function): Remove bogus autoload which crept
3632         in during merge from v5-10.
3633
3634 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3635
3636         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3637
3638         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3639
3640         * auth-source.el: Preliminary Tramp docs.
3641         (auth-sources): Change the default auth-sources to use
3642         EPA .gpg files.
3643
3644 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3645
3646         * nntp.el: Autoload `auth-source-user-or-password'.
3647         (nntp-send-authinfo): Use it.
3648
3649         * nnimap.el: Autoload `auth-source-user-or-password'.
3650         (nnimap-open-connection): Use it.
3651
3652         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3653         for the gnus-message function.
3654         (auth-source-user-or-password): Use it.
3655
3656 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3657
3658         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3659         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3660         (rfc2104-hash): Use it.
3661
3662 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3663
3664         * gnus-art.el (gnus-article-toggle-truncate-lines):
3665         Don't use `iff' in docstring.
3666
3667 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3668
3669         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3670
3671         * gnus-util.el (gnus-extract-address-component-name)
3672         (gnus-extract-address-component-email): Convenience functions around
3673         `gnus-extract-address-components'.
3674
3675         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3676         Use `gnus-extract-address-component-email' to fix bug of comparing full
3677         sender name to `user-mail-address'.
3678
3679 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3680
3681         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3682         catch/throw to optimize.
3683         (gnus-registry-find-keywords): Just use member to find a keyword.
3684
3685 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3686
3687         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3688         is current before calling gnus-server-prepare.
3689         (gnus-server-setup-buffer, gnus-server-update-server)
3690         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3691
3692 2008-05-04  Juri Linkov  <juri@jurta.org>
3693
3694         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3695         (mailcap-file-default-commands): Use mailcap-replace-in-string
3696         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3697         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3698
3699 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3700
3701         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3702
3703 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3704
3705         * gnus.el: Bump version to 0.11.
3706
3707 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3708
3709         * gnus.el: No Gnus v0.10 is released.
3710
3711 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3714         hooks.
3715         (gnus-update-read-articles): Speed up non-marks-using users.
3716         (gnus-use-marks): Define gnus-use-marks.
3717         (gnus-propagate-marks): Rename variable to something more sensible.
3718
3719 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3720
3721         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3722         (gmm-image-load-path-for-library): Fix typos in docstrings.
3723         (gmm-message): Reflow docstring.
3724
3725 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3726
3727         * mail-source.el (mail-source-set-1, mail-source-bind):
3728         Move auth-source code out of the macro to clean it up and fix bugs.
3729
3730 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3731
3732         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3733         by sender if it's equal to user-mail-address, it's likely to be
3734         useless.
3735
3736         * mail-source.el (mail-source-bind): Don't use user or password if they
3737         are not bound.  Unintern them if they are nil.  Don't use server unless
3738         it's bound, and default it to empty string otherwise.
3739
3740 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3741
3742         * mail-source.el: Load auth-source.el.
3743         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3744         get user name or password, if auth-sources is set up.
3745
3746         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3747         strategy of splitting with parent.
3748         (gnus-registry-split-fancy-with-parent)
3749         (gnus-registry-post-process-groups): Use it and fix prior
3750         bug (returning a list as the split result).
3751
3752         * auth-source.el (auth-sources): Remove server parameter.
3753         (auth-source-pick, auth-source-user-or-password)
3754         (auth-source-user-or-password-imap)
3755         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3756         (auth-source-user-or-password-sftp)
3757         (auth-source-user-or-password-smtp): Remove server parameter.
3758
3759 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3760
3761         * smime.el (smime-sign-region, smime-encrypt-region)
3762         (smime-decrypt-region):
3763         Remove redundant calls to `generate-new-buffer-name'.
3764
3765 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3766
3767         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3768         Don't use QP for message/rfc822.
3769         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3770
3771 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3772
3773         * sieve-manage.el (sieve-string-bytes): Remove.
3774         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3775         correct byte-length only if the process's coding-system is the same as
3776         the one used internally by Emacs to represent strings.
3777
3778 2008-04-22  Juri Linkov  <juri@jurta.org>
3779
3780         * mailcap.el (mailcap-file-default-commands): New function.
3781
3782 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3783
3784         * message.el (message-signature-separator, message-cite-function):
3785         Change custom version.
3786
3787 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3788
3789         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3790         commands.
3791         (tls-checktrust): Ditto.
3792
3793 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3794
3795         * mm-decode.el (mm-display-external): Make temp file read-only.
3796
3797 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3800         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3801         `C-c C-f d'.
3802
3803 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3804
3805         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3806
3807 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * gnus.el: Bump version to 0.9.
3810
3811 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3812
3813         * gnus.el: No Gnus v0.8 is released.
3814
3815 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3816
3817         * mail-source.el (mail-source-value):
3818         Prefer fboundp to functionp so it works with macros as well.
3819
3820 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3821
3822         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3823         Fix last change in case the element is not even a symbol.
3824
3825 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3826
3827         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3828         Prefer fboundp to functionp so it works with macros as well.
3829
3830 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3831
3832         * auth-source.el: Added docs.
3833         (auth-sources): Modify format to support server.
3834         (auth-source-pick, auth-source-user-or-password)
3835         (auth-source-user-or-password-imap)
3836         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3837         (auth-source-user-or-password-sftp)
3838         (auth-source-user-or-password-smtp): Add server parameter.
3839
3840 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3841
3842         * gnus-registry.el: Initialize the registry when gnus-registry-install
3843         is t.
3844
3845 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * compface.el (uncompface): Make buffer unibyte.
3848
3849 2008-04-05  Glenn Morris  <rgm@gnu.org>
3850
3851         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3852
3853 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3854
3855         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3856         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3857
3858         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3859         multibyteness after rather than before erasing it.
3860
3861         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3862         mm-with-multibyte.
3863         (gnus-request-article-this-buffer): Make sure the proper decoding is
3864         used if gnus-original-article-buffer happens to be unibyte.
3865
3866         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3867         default-enable-multibyte-characters.
3868
3869         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3870         default-enable-multibyte-characters.
3871
3872         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3873
3874         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3875
3876 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3877
3878         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3879         (imap-message-copyuid-1): Use it.
3880         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3881         J. Williams in
3882         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3883
3884         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3885         imap-enable-exchange-bug-workaround.
3886         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3887
3888 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3889
3890         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3891         a 100 byte status-checks into a 2-3MB transfer for each group.
3892         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3893         to enable bug workaround or not.
3894         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3895
3896 2008-03-31  Glenn Morris  <rgm@gnu.org>
3897
3898         * message.el (mml2015-use): Declare for compiler.
3899         (message-info): Require mml2015 when appropriate.
3900
3901 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3904         whitespace.
3905
3906 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3907
3908         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3909         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3910         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3911         (nntp-service-to-port): New function.
3912         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3913         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3914         (nntp-open-netcat-stream): New function.
3915         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3916
3917 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3918
3919         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3920
3921 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3922
3923         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3924
3925 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3926
3927         * dns.el (dns-write): Use set-buffer-multibyte.
3928
3929 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3930
3931         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3932
3933 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3934
3935         * message.el (message-signature-separator): Change default.
3936         Improve custom type.
3937         (message-cite-function): Change default to
3938         message-cite-original-without-signature.
3939
3940         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3941         toggle.
3942
3943         * message.el (message-check-news-body-syntax): Fix signature check.
3944         (message-setup-1): Mark buffer as unmodified _after_ running
3945         message-setup-hook and handling message-alternative-emails.
3946         (message-shorten-references): Be more strict when building list of
3947         valid references to comply with GNKSA.
3948
3949         * gnus-group.el (gnus-read-ephemeral-bug-group)
3950         (gnus-read-ephemeral-debian-bug-group)
3951         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3952
3953         * message.el (message-info): Don't use booleanp which isn't supported
3954         in Emacs 21 and XEmacs.
3955
3956 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3957
3958         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3959         gnus-group-gmane-group-download-format.
3960         (gnus-group-read-ephemeral-gmane-group): Rename from
3961         gnus-group-read-ephemeral-gmane-group.
3962         (gnus-read-ephemeral-gmane-group-url): Rename from
3963         gnus-group-read-ephemeral-gmane-group-url.
3964         (gnus-bug-group-download-format-alist): New variable.
3965         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3966         (gnus-read-ephemeral-emacs-bug-group): New commands.
3967
3968 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3971         (gnus-visible-headers): Improve custom type.
3972
3973 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * mml.el (mml-menu): Add workarounds for XEmacs.
3976
3977         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3978         X-Boundary header.
3979
3980         * message.el (message-simplify-recipients): Fix previous commit.
3981
3982 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3983
3984         * mm-util.el (mm-set-buffer-multibyte): New function.
3985         * mm-decode.el (mm-copy-to-buffer): Use it.
3986
3987 2008-03-19  Glenn Morris  <rgm@gnu.org>
3988
3989         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3990         Accidentally removed in the sync process with Emacs.
3991
3992 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3993
3994         * message.el (message-alter-recipients-discard-bogus-full-name):
3995         New function.
3996         (message-alter-recipients-function): New variable.
3997         (message-get-reply-headers): Use it.
3998         (message-replace-header): New helper function.
3999         (message-recipients-without-full-name): New variable.
4000         (message-simplify-recipients): New command.
4001
4002         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4003
4004         * message.el (message-info): Handle EasyPG manual.
4005
4006         * mml.el (mml-menu): Add entry for EasyPG.
4007
4008 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4009
4010         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4011         parameter.
4012
4013         * message.el (message-disassociate-draft): Specify drafts group name
4014         fully.
4015
4016 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4019         unnecessary duplicates from the match list.
4020
4021 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4024
4025         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4026
4027         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4028         args of `how-many' of which the XEmacs version doesn't take; declare
4029         Info-index-next as function.
4030
4031 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4032
4033         * gnus-score.el (gnus-score-headers): Fix handling of
4034         gnus-inhibit-slow-scoring.
4035
4036         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4037         string.
4038         (gnus-button-url-regexp): Improve handling of parenthesis.
4039         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4040         (gnus-button-handle-info-keystrokes): Handle index entries.
4041
4042 2008-03-15  Glenn Morris  <rgm@gnu.org>
4043
4044         * parse-time.el (parse-time-string): Simplify.
4045
4046 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4049         Incoming* files.
4050
4051 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4054         (auth-source-pick): Use it.
4055
4056 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4057
4058         * binhex.el (binhex-decode-region-internal):
4059         * uudecode.el (uudecode-decode-region-internal):
4060         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4061         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4062         setting default-enable-multibyte-characters.
4063
4064 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * auth-source.el (auth-source-protocols)
4067         (auth-source-protocols-customize, auth-source-choices): Added and
4068         modified variable customizations and defaults.
4069         (auth-source-pick, auth-source-user-or-password)
4070         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4071         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4072         (auth-source-user-or-password-sftp)
4073         (auth-source-user-or-password-smtp): Use new variables and provide an
4074         interface to netrc.el.
4075
4076 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4079         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4080         Make sure the nntp port to specify is a string.
4081
4082 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4083
4084         * nntp.el: Use with-current-buffer.
4085         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4086         dubious mm-with-unibyte-current-buffer.
4087         (nntp-with-open-group-function): New function extracted from
4088         nntp-with-open-group macro.
4089         (nntp-with-open-group): Use the function, so it's easier to debug.
4090         Add indentation and debugging info.
4091         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4092         the use of the netcat alternatives.
4093
4094         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4095         Avoid mm-string-as-multibyte as well.
4096
4097         * nnweb.el (nnweb-insert-html):
4098         Remove use of nnheader-string-as-multibyte.
4099
4100         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4101         (nnheader-string-as-multibyte): Remove.
4102
4103         * mm-view.el: Use inhibit-read-only.
4104         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4105         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4106         or unibyte-string.
4107
4108         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4109         (mm-uu-yenc-extract): Use with-current-buffer.
4110
4111         * gnus-soup.el (gnus-soup-send-packet): Don't use
4112         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4113
4114         * nnmh.el: Use with-current-buffer.
4115         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4116         mm-string-as-multibyte on the output of mm-encode-coding-string.
4117
4118         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4119         (nnimap-request-move-article): Use with-current-buffer.
4120
4121         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4122         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4123         conversion uses string-make-unibyte rather than string-as-unibyte.
4124
4125         * gnus-msg.el: Use with-current-buffer.
4126
4127         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4128
4129 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4130
4131         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4132         string for caching if it is 'PIN.
4133
4134 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * lpath.el: Consider the case without Emacs/W3.
4137
4138 2008-03-08  Glenn Morris  <rgm@gnu.org>
4139
4140         * time-date.el (date-to-time, time-subtract, time-add)
4141         (safe-date-to-time): Doc fixes.
4142
4143 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * mail-source.el (mail-source-delete-old-incoming-confirm):
4146         Change default to nil.
4147         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4148
4149 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * lpath.el: Rearrange.
4152
4153         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4154         (gnus-article-goto-prev-page): Work for articles having ^L's.
4155
4156         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4157
4158         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4159
4160 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4161
4162         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4163         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4164         (gnus-bookmark-jump): Adjust some variable names.
4165
4166 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * auth-source.el: New package.
4169         (auth-source-choices): Add customization entry point variable.
4170
4171         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4172         bug.
4173
4174 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4175
4176         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4177         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4178         (gnus-registry-install-shortcuts): Rename from
4179         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4180         the `gnus-registry-mark-map' keymap dynamically from
4181         `gnus-registry-marks'.  The generated functions update the summary line
4182         when a registry mark is added or deleted, and will call
4183         `gnus-registry-install-p' (see the comments in the code).
4184         (gnus-registry-user-format-function-M): Use concat intelligently.
4185
4186         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4187         the registry mark functions.
4188
4189 2008-03-05  Glenn Morris  <rgm@gnu.org>
4190
4191         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4192         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4193         gnus-art.
4194         (top-level): No need to load own source when compiling.
4195
4196 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4199         Suggested by <chris.anderton@zetnet.co.uk>.
4200
4201 2008-03-04  Glenn Morris  <rgm@gnu.org>
4202
4203         * gnus-sum.el (top-level): No need to require gnus when compiling,
4204         since unconditionally required near start of file.
4205         (gnus-summary-display-while-building): Move definition before use.
4206
4207 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4210         formatting function.
4211
4212 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4213
4214         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4215         with plists.
4216         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4217         Use new format.
4218
4219 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4222         `where-is-internal' that returns a range of key sequences.
4223
4224 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4225
4226         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4227
4228         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4229         (gnus-summary-jump-to-group): Consider windows on other displayed
4230         frames as well.  Similar changes might be needed elsewhere, but that's
4231         the one I've bumped into during my use.
4232
4233         * nndoc.el (nndoc-oe-dbx-type-p):
4234         * gnus-msg.el (gnus-debug):
4235         * gnus-group.el (gnus-update-group-mark-positions):
4236         Use mm-string-to-multibyte.
4237
4238 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4239
4240         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4241         doesn't handle NotDashEscaped.
4242
4243         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4244         (mml-dnd-attach-options): Fix typo in custom choice.
4245
4246         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4247         nndoc-article-type to mbox.
4248         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4249
4250         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4251         to nil, instead of html2text.
4252
4253         * imap.el (imap-debug): Add `imap-ping-server'.
4254
4255         * gnus-bookmark.el: Add FIXMEs.
4256
4257         * message.el (message-form-letter-separator)
4258         (message-send-form-letter-delay): New variables.
4259         (message-send-form-letter): Use them.  New command to send form
4260         letters.  Requested by Uwe Siart.
4261         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4262
4263 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4264
4265         * Update copyright years.
4266
4267 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4268
4269         Sync from EMACS_22_BASE.
4270
4271         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4272
4273 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4274
4275         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4276         empty author.
4277
4278 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * gnus-registry.el (gnus-registry-marks): Add variable for
4281         customization of marks and their appearance.
4282         (gnus-registry-read-mark): Use it.
4283         (gnus-registry-do-marks): Add utility function to loop through
4284         `gnus-registry-marks'.
4285         (gnus-registry-install-shortcuts-and-menus): Add function to install
4286         shortcuts and menus.
4287         (gnus-registry-initialize): Use it.
4288         (gnus-registry-default-mark): Clarify documentation.
4289
4290 2008-02-29  Glenn Morris  <rgm@gnu.org>
4291
4292         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4293         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4294         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4295         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4296         Change defcustom :version from 23.0 to 23.1.
4297
4298 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4299
4300         * gnus-registry.el (gnus-registry-follow-group-p)
4301         (gnus-registry-post-process-groups): Add functions to aid registry
4302         splitting and improve logging.  Clarify behavior in function
4303         documentation.
4304         (gnus-registry-split-fancy-with-parent): Use them.
4305
4306 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4307
4308         * gnus-art.el: Use with-current-buffer.
4309
4310 2008-02-27  David Engster  <dengste@eml.cc>
4311
4312         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4313         Express real group name in the response.
4314
4315 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4318         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4319         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4320         autoload gnus-registry-fetch-group when compiling.
4321         (nnmairix-request-group-with-article-number-correction): Remove
4322         unreferenced argument passed to nnmairix-call-backend.
4323
4324 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4325
4326         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4327         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4328         Wilde.
4329
4330 2008-02-27  Glenn Morris  <rgm@gnu.org>
4331
4332         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4333         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4334         variables to defconsts.  Convert comments to doc-strings.
4335         (nnmairix-last-server, nnmairix-current-server): Convert from free
4336         variables to defvars.  Convert comments to doc-strings.
4337         (gnus-registry-fetch-group): Autoload.
4338         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4339         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4340         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4341         caddr.
4342         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4343         nnmairix-request-group-with-article-number-correction call.
4344         (nnmairix-fast, nnmairix-group): New, less general names, for free
4345         variables passed from nnmairix-request-group to
4346         nnmairix-request-group-with-article-number-correction.  Declare.
4347         (nnmairix-request-group-with-article-number-correction):
4348         Use nnmairix-fast, nnmairix-group rather than fast, group.
4349
4350 2008-02-26  David Engster  <dengste@eml.cc>
4351
4352         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4353         version 0.5.
4354
4355 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4358         instead of making an extra function call.  Don't add the current group
4359         to articles only when they have the group.  Use
4360         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4361         Reported by David <de_bb@arcor.de>.
4362
4363 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4366         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4367
4368 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * mail-source.el (mail-source-delete-incoming): Change default.
4371         Supplement doc string.
4372
4373         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4374
4375 2008-02-14  Glenn Morris  <rgm@gnu.org>
4376
4377         * time-date.el (format-seconds): New function.
4378
4379 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * nnmail.el (nnmail-message-id-cache-file): Derive from
4382         `gnus-home-directory'.
4383
4384 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4385
4386         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4387         Document negative prefix.
4388
4389         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4390
4391 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * message.el (message-unsent-separator): Add the Exim bounce
4394         separator.
4395
4396 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4397
4398         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4399         list.
4400         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4401         recipient/signer list.
4402
4403 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * Makefile.in (datarootdir): Define.
4406         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4407         name that might contain whitespace.
4408
4409 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4410
4411         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4412         fbound (Emacs 23 unicode), signal an error.
4413
4414 2008-02-08  Glenn Morris  <rgm@gnu.org>
4415
4416         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4417
4418 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4419
4420         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4421         ports to the calls to `netrc-machine-user-or-password' in addition to
4422         "imap" and "imaps".
4423
4424 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4425
4426         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4427
4428         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4429
4430 2008-02-01  Kenichi Handa  <handa@m17n.org>
4431
4432         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4433         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4434         (rfc2104-hash): Convert the result of concat to unibyte string.
4435
4436 2008-02-01  Dave Love  <fx@gnu.org>
4437
4438         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4439         coding-system-for-read.
4440         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4441
4442 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4445         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4446         <hanche@math.ntnu.no>.
4447
4448 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4451
4452         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4453
4454 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4455
4456         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4457         * message.el (message-beginning-of-line): Use featurep instead of bound
4458         tests in order to resolve conditionals at compile time.
4459
4460 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4461
4462         * mail-source.el (mail-sources): Add `group' choice.
4463
4464         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4465         parameter `in-group' to control into which group the articles go.
4466         Add treatment of `group' mail-source.
4467
4468 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4471
4472         * mm-decode.el (mm-dissect-buffer): Decode description.
4473
4474         * mml.el (mml-to-mime): Encode message header first.
4475
4476 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4479         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4480
4481         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4482         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4483
4484 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4485
4486         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4487
4488 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4491         prefix keys.
4492         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4493         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4494         gnus-xmas.el.
4495
4496         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4497         (gnus-xmas-article-describe-bindings): New function.
4498         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4499         gnus-xmas-article-describe-bindings.
4500
4501         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4502
4503 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4506         Add new variables for article mark management.
4507         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4508         list of extra data entries which, when present, will indicate that the
4509         article ID should not be trimmed from the registry.
4510         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4511         functions.
4512         (gnus-registry-read-mark): New function to read a mark name from the
4513         user.
4514         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4515         (gnus-registry-set-article-mark-internal): New functions to add and
4516         remove marks.
4517         (gnus-registry-get-article-marks): New function to show the marks for
4518         an article, or retrieve them for further use.
4519
4520 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4523         keys when no argument is given.
4524
4525 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4526
4527         * imap.el (imap-ping-server): New variable.
4528         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4529         (imap-ping-server): Minor doc string fixes.
4530
4531 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4532
4533         * imap.el (imap-ping-server): New function.
4534         (imap-opened): Call imap-ping-server.
4535
4536 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * gnus-sum.el (gnus-article-sort-by-random)
4539         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4540         jidanni@jidanni.org.
4541
4542 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-art.el (gnus-article-describe-bindings): New function.
4545         (gnus-article-read-summary-keys): Use it.
4546         (gnus-article-mode-map): Bind `C-h b' to it.
4547
4548 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4551         XEmacs.
4552         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4553         against non-character events.
4554
4555         * lpath.el: Fbind map-keymap for Emacs 21.
4556
4557 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4558
4559         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4560         command.
4561         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4562         instead of END.  Change name of the temp file.
4563         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4564         customizable.
4565
4566 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4569         bind `S W' to gnus-article-wide-reply-with-original; set default
4570         binding to gnus-article-read-summary-send-keys.
4571         (gnus-article-read-summary-keys): Fix the order of keys; display
4572         continuation keys correctly in the echo area; describe bindings
4573         correctly when keys end with `C-h'.
4574         (gnus-article-read-summary-send-keys): New function.
4575         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4576         for gnus-article-read-summary-send-keys; display continuation keys
4577         correctly in the echo area.
4578         (gnus-article-reply-with-original): Ignore prefix argument.
4579         (gnus-article-wide-reply-with-original): New function.
4580
4581         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4582         Emacs 21.
4583
4584 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4587         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4588
4589 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4590
4591         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4592         (gnus-group-read-ephemeral-gmane-group): New command.
4593
4594 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4595
4596         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4597
4598 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4599
4600         * message.el (message-send-mail-function): Increase custom version.
4601
4602         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4603         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4604
4605 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4608         for the cases where imap-authenticate is called with a nil buffer
4609         parameter.
4610
4611 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4614         html parts correctly; support forwarded messages.
4615         (gnus-article-browse-html-article): Remove work buffers.
4616
4617         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4618         compiling.
4619         (netrc-bound-and-true-p): New macro.
4620         (netrc-parse): Use it instead of bound-and-true-p that is not available
4621         in XEmacs 21.4.
4622
4623 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * gnus-registry.el (gnus-registry-mark-article)
4626         (gnus-registry-article-marks): Add functionality to mark articles
4627         through the Gnus registry.
4628
4629         * encrypt.el: Clarify documentation for the new pgg method.
4630         (encrypt-file-alist): Add PGG option.
4631         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4632         functionality.  Abstract password key and messaging to external
4633         functions.
4634         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4635         (encrypt-message-method-and-cipher): Add new convenience external
4636         functions.
4637         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4638         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4639
4640         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4641         (netrc-parse): Use encrypt-file-alist to determine if
4642         encrypt-find-model or encrypt-insert-file-contents should be used.
4643
4644         * encrypt.el: Clarify documentation.  Load password-cache or
4645         password, whichever one is found first, instead of autoloading.
4646
4647 2007-12-19  Glenn Morris  <rgm@gnu.org>
4648
4649         * mml.el (message-options-set, message-narrow-to-head)
4650         (message-in-body-p, message-mail-p, message-encode-message-body):
4651         Autoload.
4652         (message-remove-header, message-narrow-to-headers-or-head)
4653         (message-subscribed-p, message-make-mail-followup-to)
4654         (message-position-on-field, message-news-p)
4655         (message-options-set-recipient, message-generate-headers)
4656         (message-sort-headers): Declare as functions.
4657
4658 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4661         convention in doc string.
4662
4663 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4666         title to html parts.
4667         (gnus-article-browse-html-article): Pass message header to it.
4668
4669         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4670
4671 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4672
4673         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4674         or password compatible with XEmacs.
4675
4676 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4679         format document.
4680         (gnus-mime-delete-part): Don't write description line if empty.
4681         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4682
4683 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4684
4685         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4686         (gnus-summary-mark-read-and-unread-as-read)
4687         (gnus-summary-mark-current-read-and-unread-as-read)
4688         (gnus-summary-mark-unread-as-ticked): Doc fix.
4689         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4690
4691 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4692
4693         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4694         Christoph Conrad <christoph.conrad@gmx.de>.
4695
4696 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4699         yes-or-no-p.
4700
4701 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * mm-decode.el (mm-add-meta-html-tag): New function.
4704         (mm-save-part-to-file, mm-pipe-part): Use it.
4705
4706         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4707         gnus-y-or-n-p instead of y-or-n-p.
4708         (gnus-article-browse-html-parts): Work with message/external-body; use
4709         mm-add-meta-html-tag.
4710
4711 2007-12-11  Glenn Morris  <rgm@gnu.org>
4712
4713         * gnus-cache.el: Require gnus-sum not just when compiling.
4714
4715         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4716
4717         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4718         definitions before use.
4719
4720         * mm-decode.el: Require gnus-util.
4721         (mm-remove-part): Only call delete-annotation on XEmacs.
4722
4723         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4724
4725         * nnmail.el: Require gnus-int.
4726
4727         * spam.el: Move `require's before `eval-when-compile's.
4728
4729         * gnus-ems.el (gnus-alive-p):
4730         * gnus-fun.el (message-goto-eoh):
4731         * gnus-util.el (gnus-group-name-decode):
4732         * mail-source.el (gnus-compress-sequence):
4733         * message.el (Info-goto-node, format-spec):
4734         * mm-bodies.el (message-options-get):
4735         * mm-decode.el (mm-view-pkcs7):
4736         * mm-util.el (gmm-write-region):
4737         * mml-smime.el (mml-compute-boundary)
4738         (gnus-completing-read-with-default):
4739         * mml.el (widget-button-press, gnus-make-hashtable):
4740         * mml1991.el (mm-decode-content-transfer-encoding)
4741         (mm-encode-content-transfer-encoding)
4742         (message-options-get, message-options-set):
4743         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4744         * nnfolder.el (gnus-request-group):
4745         * nnheader.el (ietf-drums-unfold-fws):
4746         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4747         * smime.el (gnus-run-mode-hooks):
4748         * spam-stat.el (gnus-message): Autoload.
4749
4750         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4751         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4752         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4753         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4754         Add declare-function compatibility definition.
4755
4756         * gnus-cache.el (nnvirtual-find-group-art):
4757         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4758         (gnus-add-image, gnus-add-wash-type):
4759         * gnus-group.el (nnkiboze-score-file):
4760         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4761         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4762         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4763         (message-tokenize-header, gnus-get-buffer-create)
4764         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4765         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4766         * gnus.el (gnus-group-decoded-name):
4767         * mail-source.el (imap-capability):
4768         * mm-bodies.el (message-options-set):
4769         * mm-decode.el (gnus-configure-windows):
4770         * mm-extern.el (message-goto-body):
4771         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4772         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4773         (epg-sub-key-validity, message-options-set):
4774         * mml.el (widget-event-point, gnus-configure-windows):
4775         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4776         * mml2015.el (epg-check-configuration, epg-configuration)
4777         (message-options-set):
4778         * nndb.el (nndb-request-article):
4779         * nnfolder.el (gnus-request-create-group):
4780         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4781         * nnmaildir.el (gnus-group-mark-article-read):
4782         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4783         * rfc1843.el (message-fetch-field):
4784         * spam.el (gnus-extract-address-components):
4785         Declare as functions.
4786
4787 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4790
4791         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4792
4793         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4794         bind show-trailing-whitespace for XEmacs.
4795
4796 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4797
4798         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4799         new no-op macro for backward compatibility.
4800
4801         * imap.el (imap-string-to-integer): New function.
4802
4803 2007-12-09  Glenn Morris  <rgm@gnu.org>
4804
4805         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4806
4807         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4808         * message.el, mm-view.el, sieve-manage.el, smime.el:
4809         Add declare-function compatibility definition.
4810
4811         * gnus-art.el (w3-region, w3m-region, Info-menu):
4812         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4813         * gnus-sum.el (gnus-get-predicate):
4814         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4815         * message.el (mail-abbrev-in-expansion-header-p):
4816         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4817         (w3m-detect-meta-charset, w3m-region):
4818         * sieve-manage.el (password-read, password-cache-add)
4819         (password-cache-remove):
4820         * smime.el (password-read-and-add): Declare as functions.
4821
4822 2007-12-08  David Kastrup  <dak@gnu.org>
4823
4824         * gnus-sum.el (gnus-summary-simplify-subject-query):
4825         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4826         `message'.
4827
4828 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4831         it to bind idna-program, installation-directory, defined-colors, and
4832         face-attribute for XEmacs of the version that compiles defcustom forms.
4833
4834 2007-12-07  Glenn Morris  <rgm@gnu.org>
4835
4836         * gnus-art.el (article-make-date-line): Revert previous change.
4837
4838 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4839
4840         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4841
4842 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4843
4844         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4845         Call gnus-add-to-range ranges only once with a prepared article-list.
4846
4847 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4848
4849         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4850         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4851         group names with backslashes.  Reported by Tassilo Horn
4852         <tassilo@member.fsf.org>.
4853
4854 2007-12-06  Deepak Goel  <deego3@gmail.com>
4855
4856         * gnus-art.el (article-make-date-line):
4857         * gnus-start.el (gnus-load):
4858         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4859
4860 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-art.el (gnus-use-idna)
4863         * gnus-start.el (gnus-site-init-file)
4864         * message.el (message-use-idna)
4865         * mm-uu.el (mm-uu-hide-markers)
4866         * smiley.el (smiley-style): Revert changes that suppress warnings.
4867
4868 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4871         specify charset to html source.  Reported by Christoph Conrad
4872         <christoph.conrad@gmx.de>.
4873
4874 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4877         idna-program in order to suppress byte compile warning issued by XEmacs
4878         that came to byte compile the default value section of defcustom forms
4879         recently.
4880
4881         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4882         value of installation-directory.
4883
4884         * message.el (message-use-idna): Don't directly refer to the value of
4885         idna-program.
4886
4887         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4888
4889         * smiley.el (smiley-style): Don't directly call face-attribute.
4890
4891 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4892
4893         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4894
4895         * gnus-dired.el: Reduce Gnus dependencies.
4896         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4897         require.  Use autoloads instead.
4898         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4899         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4900         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4901         (gnus-dired-mode): Adjust doc string.
4902         (gnus-dired-mail-mode): New variable.
4903         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4904         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4905         (gnus-dired-mail-buffers): New function.  Return mail or message
4906         composition buffers.
4907         (gnus-dired-attach): Use it.
4908         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4909         NO-DECODE.
4910         (gnus-dired-print): Use `gnus-print-buffer' depending on
4911         `gnus-dired-mail-mode'.
4912
4913 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * rfc2047.el (rfc2047-encoded-word-regexp)
4916         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4917         explaining what regexp patterns are for.
4918
4919 2007-12-04  Glenn Morris  <rgm@gnu.org>
4920
4921         * password.el: Move to password-cache.el.
4922
4923         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4924         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4925         * mml-smime.el (password-read, password-cache-add)
4926         (password-cache-remove):
4927         No need to autoload, since mml-sec requires password.
4928
4929         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4930         * message.el (gnus-extract-address-components):
4931         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4932
4933         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4934         password.
4935
4936 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * mailcap.el: Reduce dependencies.
4939         (mail-header-parse-content-type): Autoload.
4940         (mailcap-delete-duplicates): New alias.
4941         (mailcap-mime-info): Add optional argument NO-DECODE.
4942         (mailcap-mime-types): Use mailcap-delete-duplicates.
4943
4944         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4945
4946 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4947
4948         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4949         (imap-parse-status): Upcase status-att for servers that sends them
4950         lower-case (e.g., MS Exchange 2007).
4951
4952 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4955         function.
4956
4957         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4958         (gnus-uu-yenc-article): New function.
4959
4960         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4961
4962         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4963         buffer.
4964
4965 2007-12-02  Glenn Morris  <rgm@gnu.org>
4966
4967         * binhex.el (binhex): New custom group.
4968         (binhex-decoder-program, binhex-decoder-switches)
4969         (binhex-use-external): Move to the binhex custom group.
4970
4971         * uudecode.el (uudecode): New custom group.
4972         (uudecode-decoder-program, uudecode-decoder-switches)
4973         (uudecode-use-external): Move to the uudecode custom group.
4974
4975         * netrc.el (top-level): Don't load `encrypt' features.
4976         (netrc-parse): Don't use encrypt.
4977         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4978
4979         * encrypt.el: Remove file.
4980
4981 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4984         matches on patches.
4985
4986         * gnus-art.el (gnus-article-browse-html-article): Mention
4987         `mm-text-html-renderer' in the doc string.
4988
4989         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4990         string.  Add comments.
4991
4992         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4993         if rhs is ASCII.
4994
4995 2007-12-01  Glenn Morris  <rgm@gnu.org>
4996
4997         * mail-source.el (top-level): Require format-spec before
4998         eval-when-compile.
4999
5000 2007-11-30  Glenn Morris  <rgm@gnu.org>
5001
5002         * encrypt.el: Require password, rather than autoloading password-read.
5003
5004 2007-11-29  Glenn Morris  <rgm@gnu.org>
5005
5006         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5007         (sasl-make-client, sasl-next-step, sasl-step-data)
5008         (sasl-step-set-data): Declare as functions.
5009
5010 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5013
5014 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5015
5016         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5017         certs should be verified and what is to be done in the event of a
5018         verification failure.
5019
5020         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5021         caller can indicate whether the cache should be disregarded for this
5022         call.  This way the result of the call is reproducible at all times and
5023         can be considered a canonical server name for the supplied method.
5024         (gnus-agent-method-p): Canonicalize server names by pushing their
5025         method through `gnus-method-to-server' using the no-cache argument.
5026
5027         * gnus-srvr.el (gnus-server-insert-server-line): Call
5028         `gnus-method-to-server' with `no-cache' argument.
5029
5030         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5031         gnus-agent-possibly-synchronize-flags as this should be called when the
5032         server is actually being opened.
5033         (gnus-agent-possibly-synchronize-flags)
5034         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5035         flags file of an agentized server to the latter function.
5036
5037         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5038         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5039         after a connection has been established successfully.
5040
5041 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-art.el (article-display-face): Force to display face if called
5044         interactively; check if gnus-article-x-face-too-ugly matches author.
5045         (article-display-x-face): Display face even if From header is missing
5046         as article-display-face does.
5047
5048 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5049
5050         * hashcash.el (message-narrow-to-headers-or-head)
5051         (message-fetch-field, message-goto-eoh)
5052         (message-narrow-to-headers): Declare as functions.
5053
5054 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5055
5056         * mail-source.el (mail-sources): Default to fetch from file for
5057         compatibility with default of nnmail-spool-file.
5058
5059 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5062         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5063         to look for encoded word that should be encoded again.
5064         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5065         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5066         encoding pattern.
5067         (rfc2047-decode-region): Switch strict regexp and loose one according
5068         to rfc2047-allow-irregular-q-encoded-words.
5069
5070 2007-11-25  Romain Francoise  <romain@orebokech.com>
5071
5072         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5073
5074 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * tls.el (tls-program): Provide more custom choices from
5077         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5078         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5079
5080 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5083         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5084
5085         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5086         `nnmail-spool-file'.
5087
5088         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5089         `nnmail-spool-file'.
5090
5091         * gnus-move.el (gnus-change-server): Ditto.
5092
5093         * gnus-kill.el (gnus-batch-score): Ditto.
5094
5095         * gnus-cache.el (gnus-jog-cache): Ditto.
5096
5097         * gnus-msg.el (gnus-summary-reply):
5098         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5099
5100 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5101
5102         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5103         version.  Minor improvement to doc strings.
5104         (tls-program): Add comment.
5105
5106 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5107
5108         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5109         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5110         mismatch between the hostname provided in the certificate and the name
5111         of the host connnecting to.
5112         (open-tls-stream): Use them.  Check certificates against trusted root
5113         certificates.
5114
5115 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5116
5117         * gnus-cache.el (gnus-cache-generate-nov-databases):
5118         Use nnml-generate-nov-databases-directory instead of
5119         nnml-generate-nov-databases-1.
5120
5121 2007-11-24  Glenn Morris  <rgm@gnu.org>
5122
5123         * message.el (message-tool-bar-retro): Update for rename
5124         mail_send.xpm->mail-send.xpm.
5125
5126 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5127
5128         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5129         `smime-ldap-search' for Emacs 22 and up.
5130
5131 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5132
5133         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5134
5135         * message.el (message-send-mail-function): Fix error convention.
5136         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5137         (message-widen-reply, message-send-mail, message-talkative-question)
5138         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5139         (message-clone-locals, message-send-news): Use with-current-buffer.
5140         (message-insert-or-toggle-importance): Remove unused var `valid'.
5141         (message-make-references): Remove unused var `new-references'.
5142         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5143
5144 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5145
5146         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5147         (spam-split-symbolic-return-positive): Reflow docstring.
5148         (spam-backends, spam-summary-exit-behavior)
5149         (spam-mark-ham-unread-before-move-from-spam-group)
5150         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5151         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5152         (spam-clear-cache, spam-backend-check, spam-install-backend)
5153         (spam-install-statistical-backend, spam-list-of-processors)
5154         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5155         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5156         (spam-check-crm114, spam-initialize, spam-unload-hook):
5157         Fix typos in docstrings.
5158
5159 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5162         been checked if they have never been read and those group levels are
5163         higher than the one that a user specified.
5164
5165 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5168         foreign groups unless a group level is specified by a user.
5169         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5170
5171 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * message.el (message-send-mail-function): Require sendmail.
5174
5175 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * message.el (message-send-mail-function): Check for smtpmail too.
5178
5179         * utf7.el (utf7-encode, utf7-decode): Use coding system
5180         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5181
5182         * message.el (message-send-mail-function): New function.
5183         (message-send-mail-function): Set default using
5184         message-send-mail-function.  Adjust doc string.
5185         (message-send-mail-with-mailclient): New function.
5186
5187 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5188
5189         * smime.el (from):
5190         * rfc2047.el (message-posting-charset):
5191         * qp.el (mm-use-ultra-safe-encoding):
5192         * pop3.el (parse-time-months):
5193         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5194         * nnml.el (files):
5195         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5196         (jka-compr-compression-info-list, ange-ftp-path-format)
5197         (efs-path-regexp):
5198         * nndiary.el (files):
5199         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5200         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5201         (epg-digest-algorithm-alist, inhibit-redisplay)
5202         (password-cache-expiry):
5203         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5204         (pgg-output-buffer, password-cache-expiry):
5205         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5206         (efs-path-regexp):
5207         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5208         (inhibit-redisplay):
5209         * mm-uu.el (file-name, start-point, end-point, entry)
5210         (gnus-newsgroup-name, gnus-newsgroup-charset):
5211         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5212         (latin-unity-ucs-list):
5213         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5214         (mm-uu-binhex-decode-function):
5215         * message.el (gnus-message-group-art, gnus-list-identifiers)
5216         (rmail-enable-mime-composing, gnus-local-organization)
5217         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5218         (gnus-read-active-file, facemenu-add-face-function)
5219         (facemenu-remove-face-function, gnus-article-decoded-p)
5220         (tool-bar-mode):
5221         * mail-source.el (display-time-mail-function):
5222         * gnus-util.el (nnmail-pathname-coding-system)
5223         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5224         (gnus-original-article-buffer, gnus-user-agent)
5225         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5226         (xemacs-codename, sxemacs-codename, emacs-program-version):
5227         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5228         * gnus-start.el (gnus-agent-covered-methods)
5229         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5230         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5231         (gnus-newsgroup-headers, gnus-group-list-mode)
5232         (gnus-group-mark-positions, gnus-newsgroup-data)
5233         (gnus-newsgroup-unreads, nnoo-state-alist)
5234         (gnus-current-select-method, mail-sources)
5235         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5236         (nnmail-spool-file, gnus-cache-active-hashtb):
5237         * gnus-mh.el (mh-lib-progs):
5238         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5239         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5240         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5241         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5242         (gnus-group-buffer):
5243         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5244         (font-lock-set-defaults):
5245         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5246         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5247         (gnus-summary-post-menu, total-parts, type, condition, length):
5248         * gnus-agent.el (gnus-agent-read-agentview):
5249         * flow-fill.el (show-trailing-whitespace):
5250         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5251         eval-and-compile wrappers for byte compiler pacifiers.
5252
5253         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5254         (mm-display-inline-fontify): Check for featurep 'xemacs not
5255         extent-list.
5256
5257         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5258         itimer-list.
5259         (mm-create-image-xemacs): Only do something for XEmacs.
5260         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5261
5262         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5263
5264         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5265         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5266
5267 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5268
5269         * nnimap.el (nnimap-split-download-body):
5270         * gnus-demon.el (gnus-demon):
5271         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5272
5273 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5276         macros.
5277         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5278         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5279         copy data from unibyte buffer to multibyte current buffer.
5280         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5281         to copy data from unibyte current buffer to multibyte buffer.
5282         (nntp-make-process-buffer): Make process buffer unibyte.
5283
5284         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5285
5286 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5287
5288         * pop3.el (pop3-open-server): Accept and process data more robustly at
5289         connexion start to avoid spurious "POP SSL connexion failed" errors.
5290
5291 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5294         read group names.
5295
5296 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5297
5298         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5299
5300 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5303         (nnmail-save-active): Use a unibyte buffer when saving active file,
5304         which may contain non-ASCII group names.
5305
5306         * nnml.el (nnml-request-group): Decode group names in messages.
5307
5308 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * message.el (message-citation-line-function)
5311         (message-insert-formatted-citation-line): Fix spelling of
5312         `message-insert-formated-citation-line'.
5313
5314 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5317
5318 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5321         nnmail-pathname-coding-system.
5322
5323         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5324         that a user enters; decode group names in messages.
5325
5326         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5327
5328 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5329
5330         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5331
5332         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5333
5334         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5335         risky local variable.
5336
5337         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5338
5339 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5340
5341         * encrypt.el: Improve documentation to fix function name typo.
5342         Reported by Daiki Ueno <ueno@unixuser.org>.
5343
5344 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5347         even if the point is not in the last page of an article.
5348         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5349         back to the previous page.
5350
5351 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5354
5355 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5358
5359 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5360
5361         * message.el (message-check-news-body-syntax): Avoid
5362         mm-string-as-multibyte.
5363         (message-hide-headers): Don't assume (point-min)==1.
5364
5365 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * message.el (message-remove-blank-cited-lines): Fix if remove is
5368         given.
5369         (message-bogus-address-regexp): New variable.
5370         (message-bogus-recipient-p): New function.
5371         (message-check-recipients): New command.
5372         (message-syntax-checks): Add `bogus-recipient'.
5373         (message-fix-before-sending): Add `bogus-recipient'.
5374
5375         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5376         (gnus-treat-body-boundary): Don't test window-system.
5377
5378 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5379
5380         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5381
5382 2007-10-28  Miles Bader  <miles@gnu.org>
5383
5384         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5385         at compile-time too.
5386
5387 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * gnus-msg.el (gnus-message-setup-hook): Add
5390         `message-remove-blank-cited-lines' to options.
5391
5392 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * message.el (message-remove-blank-cited-lines): New function.
5395         Suggested by Karl Plästerer.
5396
5397 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5400         mapc.
5401
5402         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5403         (top-level): Use mapc to set functions to be traced for debugging.
5404
5405         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5406         called for effect with while loop.
5407
5408         * message.el (message-talkative-question): Replace mapcar called for
5409         effect with mapc.
5410
5411         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5412         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5413         called for effect with dolist.
5414
5415         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5416
5417         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5418         gnus-extra-headers and nnmail-extra-headers.
5419
5420         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5421         called for effect with dolist.
5422         (top-level): Use mapc to set functions to be traced for debugging.
5423
5424         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5425         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5426         dolist.
5427
5428         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5429         Replace mapcar called for effect with mapc.
5430         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5431         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5432         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5433         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5434
5435         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5436         remove-if that's a cl function.
5437
5438         * webmail.el (webmail-debug): Replace mapcar called for effect with
5439         dolist.
5440
5441         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5442         with mapc.
5443
5444 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5447         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5448         with while loop.
5449
5450         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5451         functions from article-* functions.
5452         (gnus-multi-decode-header): Replace mapcar called for effect with
5453         dolist.
5454
5455         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5456         (gnus-bookmark-show-details): Replace mapcar called for effect with
5457         while loop.
5458
5459         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5460         called for effect with while loop.
5461
5462         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5463         with dolist.
5464
5465         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5466         mapcar called for effect with dolist.
5467
5468         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5469
5470         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5471         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5472         Replace mapcar called for effect with dolist.
5473         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5474         mapc.
5475
5476         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5477         Replace mapcar called for effect with dolist.
5478         (gnus-topic-list): Replace mapcar called for effect with mapc.
5479
5480         * gnus.el: Use mapc instead of mapcar to add autoloads.
5481
5482 2007-10-23  Richard Stallman  <rms@gnu.org>
5483
5484         * gnus-group.el (gnus-group-highlight): Mark as risky.
5485
5486 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus.el (gnus-server-to-method): Return method found first in
5489         gnus-newsrc-alist.
5490
5491         * gnus-art.el (gnus-article-highlight-signature)
5492         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5493         button overlay without the front stickiness.
5494
5495 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5496
5497         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5498         overview buffer needed a catch to receive its throw.
5499         (gnus-agent-flush-cache): Declared as interactive to make this function
5500         easier to use.
5501
5502 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5505         `next-line'.
5506
5507 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5510         exclude address matching message-dont-reply-to-names.
5511
5512 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-util.el (gnus-string<): New function.
5515
5516         * gnus-sum.el (gnus-article-sort-by-author)
5517         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5518
5519 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5522         the frame-focus tag is set in gnus-buffer-configuration.
5523
5524 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5527         the front stickiness.
5528
5529 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5532         url pattern; remove duplicate one.
5533         (gnus-article-extend-url-button): New function.
5534         (gnus-article-add-buttons): Use it.
5535         (gnus-button-push): Use concatenated url that it makes.
5536
5537 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5538
5539         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5540
5541 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5542
5543         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5544         Don't hardcode point-min==1.
5545
5546 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5549         Fix comment about "iso8859-1".
5550
5551 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5552
5553         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5554         ones returned from the verify-function.
5555
5556         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5557         mml2015-extract-cleartext-signature if extraction failed.
5558
5559 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5560
5561         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5562         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5563         failed.
5564
5565 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5568
5569 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5572         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5573         recommends to use EasyPG instead of PGG.
5574
5575         * pgg.el: Revert to revision 6.23.2.16.
5576
5577         * pgg-def.el: Revert to revision 6.6.2.14.
5578
5579         * pgg-gpg.el: Revert to revision 6.23.2.34.
5580
5581 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5582
5583         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5584         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5585         thread for both the null and zero (kill/expire thread) universal prefix
5586         cases.
5587         (gnus-summary-expire-thread): Add new function to expire a thread,
5588         using gnus-summary-kill-thread.
5589         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5590         shortcuts for gnus-summary-expire-thread.
5591         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5592         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5593
5594 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5595
5596         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5597         extras value, so an extras entry can be deleted.
5598         (gnus-registry-delete-extra-entry): Use it.
5599         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5600         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5601         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5602         storage through the gnus-registry, and provide an appropriate API for
5603         it.
5604
5605 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5608         Suggested by Leo <sdl.web@gmail.com>.
5609
5610         * gnus.el: Do.
5611
5612 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5615         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5616
5617         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5618
5619         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5620         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5621
5622 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5625         newline.
5626         (nnmbox-request-accept-article): Don't change article in source buffer;
5627         narrow to header to use message-fetch-field rather than
5628         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5629         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5630         as delimiters; make sure article ends with newline.
5631         (nnmbox-delete-mail): Correct last position of article to be deleted;
5632         ignore X-Gnus-Newsgroup header in article body.
5633         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5634         positions; make sure article ends with newline.
5635
5636         * message.el (message-display-abbrev): Don't infloop when a user
5637         inserts SPC in the beginning of header.
5638
5639         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5640         coding-system-for-read and coding-system-for-write for XEmacs having no
5641         file-coding feature.
5642
5643         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5644
5645 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5646
5647         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5648         list of groups not followed by default.  Fix type to be regexp.
5649         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5650
5651 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5652
5653         * hmac-def.el (define-hmac-function): Switch from old-style to
5654         new-style backquotes.
5655
5656         * md4.el (md4-make-step): Likewise.
5657
5658 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5661         raw-text coding system when saving .newsrc file, which may contain
5662         non-ASCII group names.
5663
5664 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus-cus.el (gnus-score-extra): New widget.
5667         (gnus-score-extra-convert): New function.
5668         (gnus-score-customize): Use it for Extra.
5669
5670 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5671
5672         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5673         (mml2015-mailcrypt-clear-verify): Use it.
5674         (mml2015-gpg-clear-verify): Use it.
5675         (mml2015-pgg-clear-verify): Use it.
5676         (mml2015-epg-clear-verify): Replace the current part with the output
5677         from GnuPG; don't extract the plaintext by itself.
5678
5679         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5680         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5681         mml2015-clear-verify-function; don't touch the armor headers or
5682         dash-escaped text here.
5683
5684 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5687         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5688         parts, or application/octet-stream as a last resort.
5689         (gnus-mime-view-part-as-type): Don't toggle display.
5690         (gnus-mime-view-part-as-charset): Don't turn off display before
5691         querying charset.
5692
5693         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5694         stuff to undisplayer function in Emacs.
5695         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5696
5697         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5698         text/calendar parts.
5699
5700 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5703         decoding text/calendar parts.
5704
5705         * message.el (message-forward-make-body-mime): Always mark body as
5706         having no illegible text; remove signed-or-encrypted argument.
5707         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5708
5709         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5710         (mml-generate-mime-1): Don't encode body if it is specified to be in
5711         raw form; don't make buffer be unibyte when inserting multibyte string.
5712
5713 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5714
5715         * sha1.el: Fix up comment style.
5716         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5717         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5718
5719         * hex-util.el: Fix up comment style.
5720         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5721
5722         * gnus-salt.el: Use with-current-buffer.
5723         (gnus-pick-setup-message): Fix long-standing typo.
5724
5725 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * imap.el (imap-logout-timeout): New variable.
5728         (imap-logout, imap-logout-wait): New functions.
5729         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5730
5731         * nnimap.el (nnimap-logout-timeout): New server variable.
5732         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5733         nnimap-logout-timeout.
5734
5735         * gnus-art.el (gnus-article-summary-command-nosave)
5736         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5737
5738 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus.el (gnus-maximum-newsgroup): New variable.
5741
5742         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5743         according to gnus-maximum-newsgroup.
5744
5745         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5746         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5747         Limit the range of articles according to gnus-maximum-newsgroup.
5748
5749 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5750
5751         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5752         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5753         Don't perform gnus-configure-windows here; reuse existing sticky
5754         article buffer.
5755
5756         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5757         it doesn't exist in gnus-article-mode.
5758
5759 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5762         (gnus-agent-decoded-group-name): New function.
5763         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5764         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5765
5766 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5767
5768         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5769         Add binding for gnus-sticky-article.
5770         (gnus-summary-exit): Don't kill sticky article buffers.
5771
5772         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5773         article buffer.
5774         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5775         (gnus-kill-sticky-article-buffers): New commands.
5776
5777 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * nntp.el (nntp-xref-number-is-evil): New server variable.
5780         (nntp-find-group-and-number): If it is non-nil, don't trust article
5781         numbers in the Xref header.
5782
5783 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-agent.el (gnus-agent-read-group): New function.
5786         (gnus-agent-flush-group, gnus-agent-expire-group)
5787         (gnus-agent-regenerate-group): Use it.
5788         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5789         nnmail-pathname-coding-system.
5790
5791 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5794
5795         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5796         that are unread as unread, and also as selected so that information of
5797         marks having been changed by a user may be updated when exiting group.
5798
5799 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5802         calculated ignoring signature parts to gnus-treat-article.
5803
5804 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5807         a point here in order to keep the window start.
5808         (gnus-insert-mime-security-button): Make a button overlay without the
5809         front stickiness.
5810         (gnus-mime-display-security): Goto the end of a button.
5811
5812         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5813
5814 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5817         group-name-at-point.
5818         (gnus-group-completing-read): New function that offers decoded
5819         non-ASCII group names for completion.
5820         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5821         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5822         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5823         (gnus-group-fetch-control): Use it.
5824         (gnus-fetch-group): Use group-name-at-point for the initial value
5825         rather than the default value; use gnus-alive-p.
5826
5827         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5828         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5829         (gnus-summary-post-news): Use gnus-group-completing-read.
5830
5831         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5832         (gnus-read-move-group-name): Decode group name for completion.
5833
5834 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5837         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5838         Yamaoka slightly modified the code).
5839
5840 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5843         (nnmail-split-incoming): Bind it.
5844
5845         * nnml.el (nnml-group-name-charset): New function.
5846         (nnml-decoded-group-name): Use it; don't decode group name if
5847         nnmail-group-names-not-encoded-p is non-nil.
5848         (nnml-encoded-group-name): New function.
5849         (nnml-group-pathname): Inline nnml-decoded-group-name.
5850         (nnml-request-expire-articles): Decode group name in message.
5851         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5852         nnmail-pathname-coding-system.
5853         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5854         not decoded ones according to nnmail-group-names-not-encoded-p.
5855         (nnml-generate-active-info): Use nnml-encoded-group-name.
5856
5857 2007-08-08  Glenn Morris  <rgm@gnu.org>
5858
5859         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5860         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5861         doc-strings and comments.
5862
5863 2007-07-25  Glenn Morris  <rgm@gnu.org>
5864
5865         * Relicense all FSF files to GPLv3 or later.
5866
5867 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-sum.el (gnus-summary-move-article): Make
5870         gnus-summary-respool-article work.
5871
5872 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5875         string.
5876
5877 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5878
5879         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5880         that should be ignored when comparing distant RSS articles with local
5881         ones.
5882         (nnrss-make-hash-index): New function.  Create a hash index according
5883         to the ignored fields.
5884         (nnrss-check-group): Use it.
5885
5886 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5889
5890         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5891
5892         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5893         the new optional argument ENCODED is non-nil.
5894         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5895         coding system for encoding group name.
5896         (gnus-group-make-rss-group): Pass un-encoded group name to
5897         gnus-group-make-group.
5898         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5899         encoded.
5900
5901         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5902         Encode group name to which articles are moved or copied.
5903         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5904         coding system for encoding Newsgroup, Followup-To and Xref headers.
5905
5906         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5907         marks; use nnheader-file-coding-system to write a file.
5908         (nnagent-retrieve-headers): Bind file-name-coding-system to
5909         nnmail-pathname-coding-system.
5910
5911         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5912
5913         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5914         (nnml-request-article, nnml-request-create-group)
5915         (nnml-request-rename-group, nnml-find-id)
5916         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5917         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5918         (nnml-save-marks): Use nnml-group-pathname instead of
5919         nnmail-group-pathname.
5920
5921         (nnml-request-create-group, nnml-request-expire-articles)
5922         (nnml-request-move-article, nnml-request-delete-group)
5923         (nnml-deletable-article-p, nnml-possibly-create-directory)
5924         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5925         (nnml-open-marks): Bind file-name-coding-system to
5926         nnmail-pathname-coding-system.
5927
5928         (nnml-request-article): Pass server argument to nnml-find-group-number.
5929         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5930         server argument to nnml-possibly-create-directory.
5931         (nnml-request-accept-article): Pass server argument to
5932         nnml-active-number and nnml-save-mail.
5933         (nnml-find-group-number): Pass server argument to nnml-find-id.
5934         (nnml-request-update-info): Pass server argument to
5935         nnml-marks-changed-p.
5936
5937         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5938         (nnml-save-mail, nnml-active-number): Add server argument.
5939
5940         (nnml-request-delete-group): Warn if group is missing.
5941         (nnml-get-nov-buffer): Decode group name.
5942         (nnml-generate-active-info): Encode group name.
5943         (nnml-open-marks): Decode group name in messages.
5944
5945 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5948         if it is not specified.
5949         (gnus-article-pipe-part, gnus-article-save-part)
5950         (gnus-article-interactively-view-part, gnus-article-copy-part)
5951         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5952         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5953         (gnus-article-replace-part, gnus-article-delete-part)
5954         (gnus-article-view-part-as-type): Pass raw prefix argument to
5955         gnus-article-part-wrapper.
5956
5957 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-agent.el (gnus-agent-save-active): Bind
5960         nnheader-file-coding-system to gnus-agent-file-coding-system.
5961
5962         * gnus-cache.el (gnus-cache-save-buffers)
5963         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5964         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5965         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5966         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5967         (gnus-cache-generate-active, gnus-cache-rename-group)
5968         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5969         (gnus-cache-update-overview-total-fetched-for): Bind
5970         file-name-coding-system to nnmail-pathname-coding-system.
5971         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5972         variables.
5973         (gnus-cache-decoded-group-name): New function.
5974         (gnus-cache-file-name): Use it.
5975         (gnus-cache-generate-active): Use non-decoded group name for active.
5976
5977         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5978         right place.
5979         (gnus-write-active-file): Don't break non-ASCII group names.
5980
5981         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5982         nnmail-pathname-coding-system.
5983
5984         * lpath.el: Bind default-file-name-coding-system,
5985         file-name-coding-system and language-info-alist for XEmacs.
5986
5987         * gnus-uu.el (gnus-uu-decode-save): Typo.
5988
5989 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5992
5993 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5996         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5997         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5998         (gnus-agent-flush-group, gnus-agent-flush-cache)
5999         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6000         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6001         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6002         (gnus-agent-regenerate-group)
6003         (gnus-agent-update-files-total-fetched-for)
6004         (gnus-agent-update-view-total-fetched-for): Bind
6005         file-name-coding-system to nnmail-pathname-coding-system.
6006         (gnus-agent-group-pathname): Don't encode file names by
6007         nnmail-pathname-coding-system.
6008         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6009         coding-system-for-write instead of buffer-file-coding-system to
6010         gnus-agent-file-coding-system.
6011
6012         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6013         Decode group name.
6014
6015         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6016
6017         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6018         (gnus-read-newsrc-el-file): Make group names unibyte.
6019
6020         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6021         nnmail-pathname-coding-system.
6022
6023         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6024         (nnrss-request-delete-group): Bind file-name-coding-system to
6025         nnmail-pathname-coding-system.
6026         (nnrss-read-server-data, nnrss-read-group-data): Bind
6027         file-name-coding-system correctly.
6028         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6029
6030         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6031         (nntp-server-to-method-cache): New variable.
6032         (nntp-group-pathname): New function that decodes non-ASCII group names.
6033         (nntp-possibly-create-directory, nntp-marks-changed-p)
6034         (nntp-save-marks, nntp-open-marks): Use it.
6035         (nntp-possibly-create-directory, nntp-open-marks):
6036         Bind file-name-coding-system to nnmail-pathname-coding-system.
6037         (nntp-open-marks): Decode group names when bootstrapping marks.
6038
6039         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6040         Newsgroups and Folowup-To headers.
6041
6042 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6045         (gnus-server-closed-face, gnus-server-denied-face)
6046         (gnus-server-offline-face): Remove variable.
6047         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6048
6049         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6050         of modifying message-stack directly for XEmacs.
6051
6052         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6053         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6054         if the coding-system argument is nil for XEmacs.
6055
6056         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6057         mm-charset-override-alist.
6058
6059         * rfc2047.el: Don't require base64; require rfc2045 for the function
6060         rfc2045-encode-string.
6061         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6062         to quote the parameter value.
6063
6064 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6067         form in gnus-group-name-charset-method-alist.
6068
6069         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6070         overrides the default layout edit-form.
6071
6072         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6073
6074         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6075
6076 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6079         as unfetched articles.
6080
6081 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6082
6083         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6084
6085 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6088         original back end that keeps marks in the local system.
6089
6090 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6093         arg of pop-to-buffer for XEmacs.
6094         (gnus-article-read-summary-keys): Ditto; don't restore window
6095         configuration if summary command ends up with neither article buffer
6096         nor summary buffer; describe bindings if summary keys end with C-h.
6097
6098 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * message.el (message-fix-before-sending): Skip raw message part to be
6101         forwarded while checking illegible text.
6102         (message-forward-make-body-mime, message-forward-make-body): Mark
6103         signed or encrypted raw message as having no illegible text.
6104
6105 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6108         (gnus-message-with-timestamp-1): New macro.
6109         (gnus-message-with-timestamp): New function.
6110         (gnus-message): Use them.
6111
6112         * nnheader.el (nnheader-message): Use them.
6113
6114 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6117         .newsrc.eld file.
6118
6119 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-agent.el (gnus-agent-fetch-headers)
6122         (gnus-agent-retrieve-headers): Bind
6123         gnus-decode-encoded-address-function to identity.
6124
6125         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6126         available also when the server returns simply a dot.
6127
6128         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6129
6130 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6133
6134 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-ems.el (gnus-x-splash): Make it work.
6137
6138         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6139         from being used.
6140
6141         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6142
6143 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6146         4th and the 5th arguments.
6147
6148         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6149         the front stickiness.
6150         (gnus-article-summary-command-nosave): Correct the order of the
6151         arguments passed to pop-to-buffer.
6152         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6153         summary command ends up with the article buffer.
6154
6155         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6156         the same faces.
6157
6158 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6159
6160         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6161
6162 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6163
6164         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6165         * gnus-sum.el (gnus-summary-highlight):
6166         * pgg.el (pgg-sign-region, pgg-sign):
6167         * mail-source.el (mail-source-delete-old-incoming-confirm):
6168         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6169
6170 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-art.el (gnus-mime-view-part-externally)
6173         (gnus-mime-view-part-internally): Fix predicate function passed to
6174         completing-read.
6175
6176         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6177
6178         * gnus.el (gnus-update-message-archive-method): Add :version.
6179
6180 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus.el (gnus-update-message-archive-method): New variable.
6183
6184         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6185         according to gnus-message-archive-method if
6186         gnus-update-message-archive-method is non-nil.
6187
6188 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6191         by Loic Dachary <loic@dachary.org>.
6192         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6193
6194 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * message.el (message-pop-to-buffer): Add switch-function argument.
6197         (message-mail): Pass switch-function argument to it.
6198
6199 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6202         Improve doc string.
6203
6204 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6207         (gnus-header-content)
6208         * gnus-cite.el (gnus-cite-10)
6209         * gnus-srvr.el (gnus-server-closed)
6210         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6211         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6212         (gnus-group-mail-3-empty, gnus-group-mail-low)
6213         (gnus-group-mail-low-empty, gnus-splash)
6214         * message.el (message-header-to, message-header-cc)
6215         (message-header-subject, message-header-other, message-header-name)
6216         (message-header-xheader, message-separator, message-cited-text)
6217         (message-mml): Lighten colors of faces used for dark background.
6218
6219 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6220
6221         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6222         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6223
6224 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * message.el (message-narrow-to-headers-or-head):
6227         Ignore mail-header-separator in the body.
6228
6229 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6232         same as window size.
6233
6234 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6235
6236         * message.el (message-font-lock-keywords): Use message-header-xheader
6237         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6238         ahead of the anything pattern, to get it recognised.
6239
6240 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6243         spam.el loads uses it in the compiled defadvice form.
6244
6245 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6246
6247         * gnus-sum.el (gnus-articles-to-read)
6248         (gnus-summary-insert-old-articles): Don't truncate group name for
6249         `read-string'.
6250
6251         * gnus-util.el (gnus-limit-string): Delete this function.
6252
6253         * gnus-sum.el (gnus-simplify-subject-fully): Use
6254         `truncate-string-to-width' instead.
6255
6256 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6257
6258         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6259         if, on summary exit, the next group has to be selected.
6260         (gnus-summary-exit): Use it.
6261
6262 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6265         non-break space.
6266
6267 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6270         Check if group is not a directory.
6271         (nnfolder-request-expire-articles): Don't delete articles if the target
6272         group is not available.
6273
6274         * nnml.el (nnml-request-create-group): Properly check if group is not a
6275         file.
6276         (nnml-request-expire-articles): Don't delete articles if the target
6277         group is not available.
6278
6279         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6280         Don't quote characters that are within parentheses.
6281
6282 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6285         (gnus-handle-ephemeral-exit): Select article according to it.
6286
6287 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * message.el (message-insert-formated-citation-line): Remove newline.
6290         (message-citation-line-format): Add final \n here so that the user can
6291         avoid a blank line.
6292
6293 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6294
6295         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6296         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6297         Update lanl/arXiv support.
6298
6299 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * gnus.el: Bump version number.
6302
6303 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304
6305         * gnus.el (gnus-version-number): Bump version.
6306
6307 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6308
6309         * gnus.el: No Gnus v0.6 is released.
6310
6311 2007-04-27  Didier Verna  <didier@xemacs.org>
6312
6313         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6314         * gmm-utils.el (gmm-regexp-concat): here.
6315         * message.el: Don't require 'gnus-util.
6316         (message-dont-reply-to-names): Handle name change above.
6317         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6318
6319 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6322         since the initial value varies according to the system.
6323
6324 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6327
6328 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6329
6330         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6331
6332 2007-04-24  Didier Verna  <didier@xemacs.org>
6333
6334         Improve the type of gnus-ignored-from-addresses.
6335         * gnus-util.el (gnus-orify-regexp): New function.
6336         * message.el (gnus-util): Require it.
6337         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6338         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6339         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6340
6341 2007-04-24  Didier Verna  <didier@xemacs.org>
6342
6343         * gnus-sum.el:
6344         * gnus-utils.el: Fix some trailing whitespaces.
6345
6346 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6349         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6350         article's Message-ID; refer parent article in summary buffer.
6351
6352         * message.el (message-bounce): Call mime-to-mml.
6353
6354         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6355         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6356         optimize and/or forms properly.
6357
6358 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6359
6360         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6361         URL.
6362
6363 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6366
6367 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6370         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6371         displayed of multipart/alternative part if it is invoked from summary
6372         buffer.
6373
6374         * mm-view.el (mm-inline-text-html-render-with-w3m)
6375         (mm-inline-text-html-render-with-w3m-standalone)
6376         (mm-inline-render-with-function): Use mail-parse-charset by default.
6377
6378 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6379
6380         * parse-time.el (parse-time-string-chars): Check if CHAR
6381         is less than the length of parse-time-syntax.
6382
6383 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6386         from gnus-newsgroup-processable.
6387
6388 2007-04-16  Didier Verna  <didier@xemacs.org>
6389
6390         * gnus-msg.el (gnus-configure-posting-styles): Handle
6391         message-signature-directory properly with :file syntax.  Reported by
6392         "Leo".
6393
6394 2007-04-11  Didier Verna  <didier@xemacs.org>
6395
6396         New user option: message-signature-directory.
6397         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6398         * message.el (message-insert-signature): Ditto.
6399         * message.el (message-signature-file): Doc update.
6400         * message.el (message-signature-directory): New.
6401
6402 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-msg.el (gnus-inews-yank-articles): Use
6405         message-exchange-point-and-mark instead of exchange-point-and-mark.
6406
6407 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * message.el (message-yank-original): Make sure cited text ends with
6410         newline; don't exchange point and mark.
6411
6412 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6413
6414         * tls.el (open-tls-stream): Properly handle case where there
6415         is no associated buffer.
6416
6417 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6418
6419         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6420         message-yank-original, make sure (< mark TEXT point).
6421
6422 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * message.el (message-fill-column): New variable.
6425         (message-mode): Use it.  Add comment on a possible new hook.
6426
6427         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6428         (nnmail-get-new-mail): Reformat.
6429
6430         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6431
6432         * gmm-utils.el: Fix Commentary.
6433         (gmm-tool-bar-from-list): Fix typo in doc string.
6434
6435 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6436
6437         * message.el (message-yank-original): Don't switch point and mark
6438         unnecessarily to put point and mark as documented.
6439
6440 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6441
6442         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6443         from the message heads.
6444
6445 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6446
6447         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6448         article buffer does not have a window.  This may not be the best
6449         solution but is certainly better than setting the start of the null,
6450         that is the current, window.
6451
6452 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6453
6454         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6455         (gnus-draft-setup): Run it.
6456
6457         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6458         gnus-score-fast-scoring.  Allow regexp.
6459         (gnus-score-headers): Use it.
6460
6461         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6462         XEmacs.
6463
6464         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6465         string.
6466         (gnus-button-alist): Also catch `<f1> k ...'.
6467         (gnus-treat-display-x-face): Fix doc string.
6468
6469 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6470
6471         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6472         evaluation of gnus-extended-version to ensure correct generation of the
6473         User-Agent header when message-generate-headers-first is used.
6474
6475 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6476
6477         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6478         hashcash-path is nil.  Don't call callback with incorrect number of
6479         parameters if val is 0.
6480
6481 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6482
6483         * message.el (message-required-news-headers):
6484         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6485
6486 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6487
6488         * tls.el (open-tls-stream): In handshake-waiting loop,
6489         don't wait more if there is output available to process.
6490
6491 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6492
6493         * tls.el (tls-program): Doc fix.
6494
6495 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * message.el (message-generate-new-buffers): Change the meaning of the
6498         nil value; add `standard' to the choices; treat t as `unique'; improve
6499         doc string.
6500         (gnus-select-frame-set-input-focus): Autoload.
6501         (message-buffer-name): Search for the existing message buffer if
6502         message-generate-new-buffers is nil or `standard'; treat the value t of
6503         message-generate-new-buffers as `unique'.
6504         (message-pop-to-buffer): Raise the frame already displaying the message
6505         buffer; clear the echo area after querying.
6506         (message-setup): Pass the `continue' argument to compose-mail.
6507         (message-mail): Prefer `switch-function' if it is given; search for the
6508         existing message buffer if the `continue' argument is non-nil; pass
6509         continue and switch-function arguments to compose-mail by way of
6510         message-setup.
6511         (message-mail-other-window): Adjust argument of message-setup.
6512         (message-mail-other-frame): Ditto.
6513
6514 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6517         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6518         to turn font-lock on when turning gnus-message-citation-mode on.
6519
6520 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6521
6522         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6523         (mml-smime-function-alist): New variable; add epg as the backend.
6524         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6525         mml-smime- functions instead.
6526         * mm-view.el: Require smime.
6527
6528 2007-03-05  Didier Verna  <didier@xemacs.org>
6529
6530         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6531         instead of just inheritance for posting styles.
6532         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6533
6534 2007-02-24  Chris Moore  <dooglus@gmail.com>
6535
6536         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6537         * pgg-pgp.el (pgg-pgp-encrypt-region):
6538         * pgg-gpg.el (pgg-gpg-encrypt-region):
6539         Check pgg-encrypt-for-me if no other recipients.
6540
6541 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6542
6543         * tls.el (tls-certtool-program): Fix custom type.
6544
6545 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6548         and point-at-eol instead of line-(beginning|end)-position.
6549
6550         * assistant.el (assistant-parse-buffer): Ditto.
6551
6552         * netrc.el (netrc-parse-services): Ditto.
6553
6554 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6555
6556         * mml2015.el (mml2015-epg-find-usable-key): New function.
6557         (mml2015-epg-sign): Use it.
6558         (mml2015-epg-encrypt): Use it.
6559
6560 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * message.el (message-make-in-reply-to): Quote name containing
6563         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6564         if there are special characters.  Reported by NAKAJI Hiroyuki
6565         <nakaji@jp.freebsd.org>.
6566
6567 2007-02-27  Didier Verna  <didier@xemacs.org>
6568
6569         Include the group parameters as well as the topic ones in the
6570         inheritance filter process.
6571         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6572         argument GROUP-PARAMS-LIST.
6573         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6574
6575 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * nntp.el (nntp-never-echoes-commands)
6578         (nntp-open-connection-functions-never-echo-commands): New variables.
6579         (nntp-send-command): Use them.
6580
6581 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6582
6583         * mml2015.el (mml2015-epg-verify): Simplified.
6584
6585 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * mml.el (mml-content-disposition-alist): New user option.
6588         (mml-content-disposition): New function.
6589         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6590         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6591
6592 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6593
6594         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6595         verification.
6596
6597 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6598
6599         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6600         articles posted in the last 24 hours.
6601
6602 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6603
6604         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6605
6606 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6607
6608         * nntp.el (nntp-send-command): Don't wait for echoes when
6609         nntp-open-ssl-stream is used.
6610
6611 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6614         (gnus-message-add-citation-keywords)
6615         (gnus-message-remove-citation-keywords): Remove.
6616         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6617         directly, make the variables in font-lock-defaults buffer-local, add
6618         gnus-message-citation-keywords to them and then update the value of
6619         font-lock-keywords.
6620
6621 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * message.el (message-cite-original-1): Don't call
6624         gnus-article-highlight-citation.
6625
6626         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6627         citations; fix line count.
6628
6629 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6632         (gnus-message-add-citation-keywords)
6633         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6634         versions of font-lock-add-keywords and font-lock-remove-keywords to
6635         work with XEmacs correctly.
6636
6637 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * gnus-cite.el (gnus-cite-face-list): Set the values of
6640         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6641         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6642         (gnus-message-cite-prefix-regexp): New variable.
6643         (gnus-message-search-citation-line): Use it; protect against long
6644         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6645         the 0th match data for Emacs.
6646         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6647         (gnus-message-add-citation-keywords): Append keywords rather than
6648         prepending; emulate font-lock-add-keywords if it is not available.
6649         (gnus-message-remove-citation-keywords): Emulate
6650         font-lock-remove-keywords if it is not available.
6651
6652         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6653
6654         * message.el (message-cite-prefix-regexp): Set the value of
6655         gnus-message-cite-prefix-regexp.
6656
6657 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6658
6659         * nnweb.el (nnweb-google-parse-1): Update parser.
6660
6661 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6662
6663         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6664
6665 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6666
6667         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6668         regexp.
6669
6670 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6673         string-to-multibyte.
6674         (uudecode-decode-region-internal): Use it.
6675
6676         * lpath.el: Fbind string-as-multibyte for XEmacs.
6677
6678 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6681         custom choice.
6682
6683         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6684
6685 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6686
6687         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6688
6689         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6690         `write-region' to respect `mm-inhibit-file-name-handlers'.
6691
6692 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6695         Use gnus-home-directory instead of "~/" or "$HOME".
6696
6697 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6698
6699         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6700         to mention filename.
6701         Add comments at beginning regarding usage.
6702         (encrypt-write-file-contents): Change interactive so a string is
6703         acceptable.  If the file has no associated model, show an error instead
6704         of a nonsense prompt.
6705
6706 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6707
6708         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6709         Thanks to Yoshihiko Yamada for kind notification of this typo.
6710
6711 2007-01-12  Kenichi Handa  <handa@m17n.org>
6712
6713         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6714         multibyte buffer.
6715
6716 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * gnus-score.el (gnus-score-fast-scoring): New variable.
6719         (gnus-score-headers): Use it.
6720
6721         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6722
6723         * message.el (message-cite-original-1): Call
6724         gnus-article-highlight-citation if requested.
6725         (message-make-from): Allow name and address as optional arguments.
6726
6727         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6728
6729         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6730         bugs to doc string.
6731         (gnus-button-alist): Add mid\\|message-id.
6732         (gnus-button-fetch-group): Extend for use in
6733         `browse-url-browser-function'.
6734         (gnus-button-url-regexp): Try to catch paired parentheses like in
6735         Wikipedia URLs.
6736
6737         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6738         Suggested by Simon Krahnke <overlord@gmx.li>.
6739
6740 2007-01-13  Romain Francoise  <romain@orebokech.com>
6741
6742         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6743         Update copyright.
6744
6745 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6746
6747         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6748
6749 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * gnus-registry.el (gnus-registry-unfollowed-groups)
6752         (gnus-registry-split-fancy-with-parent): Fix documentation.
6753
6754 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6755
6756         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6757         from nnweb groups.
6758
6759 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6760
6761         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6762         Xref urls.  Erase buffer before requesting head.
6763
6764 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6767         customizable.
6768
6769 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6770
6771         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6772         no signing key is found.
6773         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6774         no encrypting and/or signing key is found.
6775
6776 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6779
6780 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6781
6782         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6783         headers read from disk with the ones newly found in the current search.
6784         This should no longer cause problems, because the article numbers in
6785         Gmane's `nov.php' output are ignored since the previous change.
6786
6787 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6788
6789         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6790
6791 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6794         replace-regexp-in-string; bind url-version; fbind display-images-p and
6795         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6796         find-face and set-itimer-function for Emacs; bind itimer-list for
6797         Emacs.
6798
6799         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6800
6801 2007-01-01  Romain Francoise  <romain@orebokech.com>
6802
6803         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6804
6805 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6806
6807         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6808         `define-minor-mode' macro definition expanded properly.
6809         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6810         exclude it there.
6811
6812         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6813         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6814         `fboundp' test.
6815         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6816         This is OK to autoload in (S)XEmacs now.
6817
6818 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6821         keystroke.
6822         (gnus-summary-limit-to-singletons): Fix typo.
6823
6824         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6825         else fails.
6826
6827 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6828
6829         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6830         docstring.
6831
6832         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6833         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6834         (gnus-summary-insert-dormant-articles): Fix typo in message.
6835
6836 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6837
6838         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6839         nil for XEmacs.
6840         (gnus-message-citation-mode): Don't autoload in XEmacs.
6841
6842         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6843
6844 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6845
6846         * nnimap.el (nnimap-expunge-search-string): Mention
6847         nnimap-search-uids-not-since-is-evil in docstring.
6848
6849 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * spam.el: Revert to make-obsolete-variable because
6852         define-obsolete-variable-alias is not supported in Emacs 21.
6853
6854         * spam.el (spam-ifile-path, spam-ifile-database-path)
6855         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6856         make-obsolete-variable.
6857         (spam-bsfilter-path, spam-bsfilter-program)
6858         (spam-spamassassin-path, spam-spamassassin-program)
6859         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6860         use "path" inappropriately.
6861         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6862         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6863         variable names.
6864
6865 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6866
6867         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6868         summary buffer.
6869
6870         * password.el (password-cache-remove): Use clear-string to burn
6871         password, if available.
6872
6873 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6876
6877         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6878
6879         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6880         (gnus-message-highlight-citation): Move defcustom here from
6881         gnus-cite.el.
6882         (gnus-message-citation-mode): Autoload.
6883
6884         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6885         checks to make it compile with XEmacs.
6886         (gnus-message-citation-mode): New minor mode.
6887         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6888         (gnus-message-highlight-citation): New variables.
6889         (gnus-message-search-citation-line)
6890         (gnus-message-add-citation-keywords)
6891         (gnus-message-remove-citation-keywords)
6892         (turn-on-gnus-message-citation-mode)
6893         (turn-off-gnus-message-citation-mode): New functions.
6894
6895 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6896
6897         * gnus-cite.el: Enable highlighting of different citation levels in
6898         message-mode.
6899
6900 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * message.el (message-make-fqdn): Fix comment.
6903         (message-bogus-system-names): Add ".local".
6904
6905         * spam.el (spam-ifile-path, spam-ifile-program)
6906         (spam-ifile-database-path, spam-ifile-database)
6907         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6908         Don't use "path" inappropriately.
6909         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6910         strings.
6911         (spam-check-ifile, spam-ifile-register-with-ifile)
6912         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6913         new variable names.
6914
6915         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6916         (gnus-treat-display-smileys): Simplify using
6917         gnus-image-type-available-p.
6918
6919         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6920         available.
6921
6922         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6923         `display-images-p' if available.
6924
6925 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6928         one after turning on the buffer's multibyteness instead of decoding
6929         them directly in the unibyte buffer that causes unexpected conversion
6930         in Emacs 23 (unicode).
6931
6932 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6933
6934         * message.el (message-generate-hashcash): Fix custom type.
6935
6936 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6939
6940 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6941
6942         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6943         disconnect icons.  Add help text.
6944
6945 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6946
6947         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6948         negated to be consistent with the others we handle.
6949
6950 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6953         version of gnus-summary-buffer to something, so that we can use two
6954         article buffers at the same time.
6955
6956 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6957
6958         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6959         trigger all the extra headers.
6960         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6961         sorting.
6962
6963 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6964
6965         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6966         solid groups.
6967
6968 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6969
6970         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6971
6972 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * legacy-gnus-agent.el: Add Copyright notice.
6975
6976 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6977
6978         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6979
6980 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981
6982         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6983
6984         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6985         to make it work reliably in CVS Emacs.
6986         (gnus-summary-limit-strange-charsets-predicate)
6987         (gnus-summary-limit-to-predicate): New functions.
6988
6989 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6990
6991         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6992         specifying array size.
6993         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6994         array if it is too small.
6995         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6996         (gnus-sort-threads-loop): New function.
6997
6998 2006-12-06  Chris Moore  <dooglus@gmail.com>
6999
7000         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7001         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7002
7003 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7004
7005         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7006         options.
7007
7008 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7009
7010         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7011         DOS-ing the recipient.
7012
7013         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7014         the headers when creating the mapping to avoid mismappings.
7015         (nnweb-gmane-create-mapping): Always nix out old mapping.
7016
7017 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7020         and mm-verify-option to never.
7021
7022 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * message.el (message-signed-or-encrypted-p): New function.
7025         (message-forward-make-body): Use it.
7026
7027         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7028         Replace encode-coding-string with mm-encode-coding-string.
7029
7030 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * nneething.el (nneething-decode-file-name): Replace
7033         decode-coding-string with mm-decode-coding-string.
7034
7035         * gnus-int.el (gnus-open-server): Say failed server's name.
7036
7037 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7038
7039         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7040         strings to a single string.  Quote `errors-file-name'.
7041         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7042         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7043         Adjust calls.  Use `shell-quote-argument'.
7044
7045 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7046
7047         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7048         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7049
7050         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7051         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7052         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7053         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7054         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7055         (gnus-subscribe-newsgroup, gnus-1):
7056         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7057         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7058         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7059         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7060
7061 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062
7063         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7064         keystroke.
7065         (gnus-summary-limit-to-bodies): Implement headersp.
7066
7067 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7070
7071 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7074
7075 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * message.el (message-generate-hashcash): Expand range of values to
7078         include `opportunistic'.
7079         (message-send-mail): Use it.
7080
7081 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7082
7083         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7084         and comment it.
7085
7086         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7087
7088 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * gnus-util.el (gnus-extract-address-components): Improve comment.
7091
7092 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-util.el (gnus-extract-address-components): Work with address in
7095         which the name portion contains @.
7096
7097         * lpath.el: Fbind custom-autoload.
7098
7099 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * gnus.el (gnus-start): Move custom group up.
7102         (gnus-select-method): Don't autoload, but make it available for
7103         `customize-variable'.
7104         (gnus-getenv-nntpserver): Don't autoload.
7105
7106 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7107
7108         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7109
7110 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * message.el (message-sendmail-extra-arguments): New variable.
7113         (message-send-mail-with-sendmail): Use it.
7114
7115 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7118         mm-with-unibyte-current-buffer to make string unibyte.
7119
7120         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7121         mm-string-as-multibyte.
7122
7123 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7124
7125         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7126         Reported by Werner Koch <wk@gnupg.org>.
7127
7128 2006-11-14  Daiki Ueno  <ueno@p360>
7129
7130         * mml2015.el: Autoload epa-select-keys when compiling.
7131
7132 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7133
7134         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7135         message-options.
7136         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7137
7138 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7139
7140         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7141         EasyPG (< 0.0.6).
7142         (mml2015-always-trust): New user option.
7143         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7144         prompt.
7145
7146 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * nntp.el (nntp-authinfo-force): New variable.
7149         (nntp-send-authinfo): Use it.
7150
7151 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7154         decode encoded words.  Improve prompt.  Add comment about forwarding.
7155         (message-replacement-char): Move up.
7156
7157 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7158
7159         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7160         instead of gnus-intersection because arguments of gnus-sorted-nunion
7161         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7162
7163 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7166         (message-simplify-subject-functions): Enable
7167         message-strip-subject-encoded-words by default.
7168
7169 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * message.el (message-strip-subject-encoded-words): New function.
7172         (message-simplify-subject-functions): New variable.
7173         (message-simplify-subject): Use it.  Fix typo in doc string.
7174         Support message-strip-subject-encoded-words.
7175
7176 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7177
7178         * gnus-diary.el (gnus-diary-delay-format-function):
7179         * nndiary.el (nndiary-reminders):
7180         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7181
7182 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * gnus-art.el (article-hide-boring-headers): Fetch date from
7185         gnus-original-article-buffer to avoid problems with localized date
7186         strings.
7187
7188 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7191
7192 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7195         New variables.
7196         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7197         (mm-charset-synonym-alist): Move some entries to
7198         mm-codepage-iso-8859-list.
7199         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7200         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7201
7202 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7205
7206 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7209         with Emacs 21 and XEmacs.
7210
7211 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7212
7213         * spam.el (spam-parse-address): New function for better parsing,
7214         catching errors, etc.
7215         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7216
7217 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * mm-view.el: Add interactive arg to html2text autoload.
7220
7221 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7224
7225 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7226
7227         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7228         variables.
7229         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7230         (mm-charset-synonym-alist): Move some entries to
7231         mm-codepage-iso-8859-list.
7232
7233         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7234
7235 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7236
7237         * message.el (message-citation-line-format)
7238         (message-insert-formated-citation-line): Fix implementation of %E, %N
7239         and %n according to the doc string.
7240
7241 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7244         car-safe to avoid bad parses.
7245
7246 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7249         names.
7250
7251         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7252
7253 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7256         header.
7257
7258         * message.el (message-draft-headers): Add Date.
7259         (message-headers-to-generate): Fix typo in docstring.
7260
7261         * nndraft.el (nndraft-required-headers): New variable.
7262         (nndraft-generate-headers): Use it.
7263
7264         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7265
7266 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7267
7268         * gnus-registry.el (gnus-registry-wash-for-keywords)
7269         (gnus-registry-find-keywords): New functions to allow easy searching of
7270         articles that are in the registry.
7271
7272 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7273
7274         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7275         ietf-drums-parse-address instead of gnus-extract-address-components.
7276         Reported by Damien Elmes <damien@repose.cx>.
7277
7278 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * gnus.el (gnus-mime): Remove unused custom group.
7281
7282 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7283
7284         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7285         "blank line" when searching for end of armor headers.
7286
7287 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gmm-utils.el (gmm-write-region): Fix variable name.
7290
7291 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * gmm-utils.el (gmm-write-region): New function based on compatibility
7294         code from `mm-make-temp-file'.
7295
7296         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7297
7298         * nnmaildir.el (nnmaildir--update-nov)
7299         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7300         Use `gmm-write-region'.
7301
7302 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7305         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7306
7307         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7308
7309         * message.el (message-replacement-char): New variable.
7310         (message-fix-before-sending): Use it.
7311         (message-simplify-subject): New function to remove duplicate code.
7312         (message-reply, message-followup): Use it.
7313
7314         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7315         gnus-summary-limit-to-articles.
7316
7317 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-util.el (gnus-with-local-quit): New macro.
7320
7321         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7322
7323 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7324
7325         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7326         ignore non-string data.
7327
7328 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7329
7330         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7331         non-string data (needs to be done in the registry too).
7332
7333 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7334
7335         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7336         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7337         (gnus-registry-split-fancy-with-parent)
7338         (gnus-registry-fetch-simplified-message-subject-fast)
7339         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7340         Remove text properties on ingress into the registry and when it's saved.
7341         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7342         registry from entries with no groups.
7343
7344 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7345
7346         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7347         function to remove string properties.
7348
7349 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * gmm-utils.el (gmm): Adjust custom version.
7352
7353         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7354         custom version.
7355
7356         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7357
7358 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * gnus-art.el (gnus-insert-prev-page-button)
7361         (gnus-insert-next-page-button): Simplify.  Reformat.
7362
7363 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7364
7365         * gnus-art.el (gnus-insert-prev-page-button)
7366         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7367
7368 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7369
7370         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7371
7372 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7373
7374         * gnus-art.el (gnus-insert-mime-button)
7375         (gnus-insert-mime-security-button):
7376         Apply gnus-article-button-face to MIME and security buttons.
7377
7378 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7381         readable.
7382
7383 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7386
7387 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7388
7389         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7390         `browse-url-of-file' instead of `browse-url'.
7391
7392 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7393
7394         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7395         regexp.  Articles containing quotation were cut prematurely.
7396
7397 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * message.el (message-cite-original-1): Use nobody by default for the
7400         value of From header.
7401         (message-reply): Ditto.
7402
7403 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7404
7405         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7406         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7407         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7408
7409 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7412         mails in the doc string.  Add some URLs in comment.
7413         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7414
7415 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7418         backslashes handling and the way to find boundaries of quoted strings.
7419
7420 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7421
7422         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7423         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7424         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7425         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7426
7427 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7430         doc string.
7431         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7432
7433 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * lpath.el: Fbind epg-check-configuration.
7436
7437 2006-09-06  Simon Josefsson  <jas@extundo.com>
7438
7439         * mml2015.el (mml2015-use): Doc fix, mention epg.
7440
7441 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7442
7443         * mml2015.el (mml2015-use): Default to epg, if available.
7444
7445 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7446
7447         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7448         message-sender.
7449         (mml1991-epg-encrypt): Ditto.
7450         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7451         message-sender.
7452         (mml2015-epg-encrypt): Ditto.
7453
7454 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7455
7456         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7457         several common directories.
7458
7459 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7460
7461         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7462         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7463
7464 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus-art.el (article-decode-encoded-words): Make it fast.
7467
7468 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7471
7472         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7473         in quoted string into `\'.
7474
7475 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7478         Use standard-syntax-table.
7479
7480 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (gnus-decode-address-function): New variable.
7483         (article-decode-encoded-words): Use it to decode headers which are
7484         assumed to contain addresses.
7485         (gnus-mime-delete-part): Remove useless `or'.
7486
7487         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7488         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7489         (gnus-nov-parse-line): Use it to decode From header.
7490         (gnus-get-newsgroup-headers): Ditto.
7491         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7492
7493         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7494         (mail-decode-encoded-address-string): New alias.
7495
7496         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7497         New function.
7498         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7499         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7500         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7501         (rfc2047-decode-string): Ditto.
7502         (rfc2047-decode-address-region): New function.
7503         (rfc2047-decode-address-string): New function.
7504
7505 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * message.el (message-caesar-buffer-body): Allow rotating headers.
7508
7509         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7510
7511         * message.el (message-insert-formated-citation-line): Fix %f.
7512         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7513
7514 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7517         (gnus-bookmark-mouse-available-p): New macro.
7518         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7519         (gnus-bookmark-bmenu-show-infos): Use it.
7520         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7521         (gnus-bookmark-bmenu-hide-infos): Ditto.
7522         (gnus-bookmark-remove-properties): New function.
7523         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7524         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7525         (gnus-bookmark-write-file): Bind coding-system-for-write.
7526         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7527         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7528         group before selecting it.
7529         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7530         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7531         quit-window if it is not available; use gnus-mouse-2 and bind it to
7532         gnus-bookmark-bmenu-select-by-mouse.
7533         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7534         (gnus-bookmark-bmenu-select-by-mouse): New function.
7535
7536 2006-08-13  Romain Francoise  <romain@orebokech.com>
7537
7538         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7539         space.
7540
7541 2006-08-10  Romain Francoise  <romain@orebokech.com>
7542
7543         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7544         (dns-mode-soa-auto-increment-serial): New user option.
7545         (dns-mode-soa-maybe-increment-serial): New function.
7546         (dns-mode): Add the latter to `write-contents-functions'.
7547
7548 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * compface.el (uncompface): Use binary rather than raw-text-unix.
7551
7552 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * compface.el (uncompface): Make sure the eol conversion doesn't take
7555         place when communicating with the external programs.  Reported by
7556         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7557
7558 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7561
7562 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7563
7564         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7565         Make it more robust by parsing author and date independently.
7566
7567 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7570
7571 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7572
7573         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7574         first matching secret key.
7575         (mml2015-epg-encrypt): Ditto.
7576
7577         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7578         first matching secret key.
7579         (mml1991-epg-encrypt): Ditto.
7580
7581         * mml2015.el (mml2015-encrypt-to-self): New user option.
7582         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7583         mml2015-epg-encrypt-to-self is set.
7584
7585         * mml1991.el (mml1991-encrypt-to-self): New variable.
7586         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7587         mml1991-epg-encrypt-to-self is set.
7588
7589         * mml2015.el (mml2015-signers): New user option.
7590         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7591         (mml2015-epg-encrypt): Allow to select signing keys.
7592
7593         * mml1991.el (mml1991-signers): New variable.
7594         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7595         (mml1991-epg-encrypt): Allow to select signing keys.
7596
7597 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * nnheader.el (nnheader-insert-head): Make it work even if the file
7600         uses CRLF for the line-break code.
7601
7602 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7603
7604         * mml2015.el: Require mml-sec instead of password.
7605         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7606         (mml2015-cache-passphrase): Inherit the default value from
7607         mml-secure-cache-passphrase.
7608         (mml2015-passphrase-cache-expiry): Inherit the default value from
7609         mml-secure-passphrase-cache-expiry.
7610
7611         * mml1991.el: Require mml-sec instead of password.
7612         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7613         (mml1991-cache-passphrase): Inherit the default value from
7614         mml-secure-cache-passphrase.
7615         (mml1991-passphrase-cache-expiry): Inherit the default value from
7616         mml-secure-passphrase-cache-expiry.
7617
7618         * mml-sec.el: Require password.
7619         (mml-secure-verbose): New user option.
7620         (mml-secure-cache-passphrase): New user option.
7621         (mml-secure-passphrase-cache-expiry): New user option.
7622
7623 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7624
7625         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7626         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7627         andreas@altroot.de (Andreas Vögele).
7628
7629         FIXME: Use `tiny change'?
7630
7631 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7632
7633         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7634         workaround for the url package included with Emacs.
7635
7636         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7637
7638 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7641         correctly.  This fixes a bug caused by the 2006-05-12 change.
7642
7643 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7644
7645         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7646         some information about the error when saying that the `bogus' mail
7647         group will be used.
7648
7649 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7652         string.
7653
7654 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7655
7656         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7657
7658 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7659
7660         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7661
7662 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7663
7664         * mml1991.el (mml1991-function-alist): Add epg.
7665         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7666         (mml1991-epg-encrypt): New functions.
7667
7668 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7669
7670         * mml2015.el (mml2015-verbose): New variable.
7671         (mml2015-cache-passphrase): Ditto.
7672         (mml2015-passphrase-cache-expiry): Ditto.
7673         (mml2015-function-alist): Add epg.
7674         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7675         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7676         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7677         functions.
7678
7679 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7680
7681         * message.el (message-cite-original-1): Preserve region when removing
7682         quoted text due to X-No-Archive in order to avoid bogus attribution
7683         when citing multiple messages.
7684
7685 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7686
7687         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7688         Kenneth Jacker <khj@be.cs.appstate.edu>.
7689
7690 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * gnus-diary.el (gnus-user-format-function-d)
7693         (gnus-user-format-function-D): Autoload.
7694
7695         * imap.el (Commentary): Fix typo.
7696
7697         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7698         2006-04-22 contribution.
7699
7700 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7701
7702         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7703         It didn't really fix the bogosity I'm seeing with solid web groups.
7704
7705 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7706
7707         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7708         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7709         created using server names.  If we use the feature without declaring
7710         it, Gnus does not properly manage server and group state.
7711
7712         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7713         bound.
7714
7715 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7716
7717         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7718         looking up the method using GROUP's prefix before inventing a new one.
7719         It is used on killed/unknown groups in various places where returning
7720         an all-new method isn't expected by the caller.
7721
7722         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7723         and match semantics of gnus-group-real-prefix.
7724
7725 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * nnmail.el (nnmail-broken-references-mailers): New variable.
7728         (nnmail-ignore-broken-references): New function generalizing
7729         nnmail-fix-eudora-headers.
7730         (nnmail-fix-eudora-headers): Now obsolete.
7731
7732         * gnus-art.el (gnus-button-handle-custom): Support
7733         `customize-apropos*'.
7734
7735 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7738
7739         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7740         articles.
7741
7742 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * message.el (message-cite-reply-above): New variable.
7745         (message-yank-original): Use it.
7746
7747 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7750
7751 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7754         as read.
7755
7756         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7757
7758 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7761         (gnus-bookmark-default-file): Use gnus-directory.
7762         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7763         Remove "*" in doc string.
7764         (gnus-bookmark-write-file): Simplify.
7765         (gnus-bookmark-maybe-sort-alist): Use `when'.
7766         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7767         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7768         FIXME about Emacs 21 and XEmacs compatibility.
7769         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7770         compatibility.
7771         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7772         compatibility.
7773         (gnus-bookmark-menu-heading): Fix version.
7774
7775 2006-06-19  Bastien Guerry  <bzg@altern.org>
7776
7777         * gnus-bookmark.el: New file.
7778
7779 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * message.el (message-syntax-checks): Doc fix.
7782
7783 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7784
7785         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7786         unsubscribed groups as if they were killed ones.  It causes duplicate
7787         entries in gnus-newsrc-alist.
7788
7789 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * message.el (message-syntax-checks): Doc fix.
7792         (message-send-mail): Add check for continuation headers.
7793         (message-check-news-header-syntax): Fix regexp used to check for
7794         continuation headers.
7795
7796 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7799
7800 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7803
7804 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7807         default-truncate-lines.
7808
7809 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7812         to fill the utf-8 entry.
7813
7814         * lpath.el: Fbind unicode-precedence-list.
7815
7816 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7817
7818         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7819
7820 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7821
7822         * gnus-agent.el (directory-files-and-attributes): Move all the way
7823         forward (the third and final move).
7824         (gnus-agent-read-agentview): Trap reconstruction errors due to
7825         nonexistant directory.  Handle by returning nil.
7826
7827 2006-05-30  Didier Verna  <didier@xemacs.org>
7828
7829         * message.el (message-dont-reply-to-names): Update the custom type.
7830         * message.el (message-dont-reply-to-names): New defsubst: potentially
7831         convert a list of regexps into a single one.
7832         * message.el (message-get-reply-headers): Use it.
7833         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7834
7835 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-agent.el (directory-files-and-attributes): Move forward.
7838
7839 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * gnus-ml.el (gnus-mailing-list-subscribe)
7842         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7843         (gnus-mailing-list-message): Fix doc strings.
7844
7845 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7846
7847         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7848         of doing it manually.
7849
7850 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7853         comment.
7854
7855 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7856
7857         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7858         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7859         (gnus-agent-read-local): All symbols allocated in my-obarray.
7860         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7861         (gnus-agent-regenerate-group): Check numeric names to see if they are
7862         messages or groups.
7863         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7864         better way of do this...)
7865
7866         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7867         'dummy.group' (there should be a better way of do this...)
7868
7869 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7872         (gnus-saved-headers): Ditto.
7873         (gnus-default-article-saver): Mention functions may have properties.
7874         (gnus-article-save): Override gnus-save-all-headers and
7875         gnus-saved-headers by :headers property which saver function may have.
7876         (gnus-summary-save-in-file): Add :headers property.
7877         (gnus-summary-write-to-file): Ditto.
7878
7879         * gnus-sum.el (gnus-summary-save-article): Bind
7880         gnus-prompt-before-saving to t when saving many articles in a file;
7881         always show all headers.
7882
7883         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7884
7885 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7888         marks.
7889
7890         * message.el (message-indent-citation): Add optional arguments to allow
7891         using it outside of message buffers.
7892
7893         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7894         (gnus-article-treat-unfold-headers): Use it.
7895         (gnus-article-truncate-lines): New variable.
7896         (gnus-article-mode): Use it.
7897         (gnus-article-toggle-truncate-lines): New function.
7898
7899         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7900         gnus-article-toggle-truncate-lines.
7901
7902         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7903         coding system in XEmacs, use binary.
7904
7905 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7908         after-load-alist.
7909
7910         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7911         this function should save decoded articles.
7912         (gnus-summary-write-to-file): Use property to specify this function
7913         should save decoded articles and specify gnus-summary-save-in-file
7914         should be used to save articles other than the first one when saving
7915         many articles.
7916         (gnus-summary-save-body-in-file): Use property to specify this
7917         function should save decoded articles.
7918         (gnus-summary-write-body-to-file): Use property to specify this
7919         function should save decoded articles and specify
7920         gnus-summary-save-body-in-file should be used to save articles other
7921         than the first one when saving many articles.
7922
7923         * gnus-sum.el (gnus-summary-save-article): Simplify.
7924
7925 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-art.el (gnus-default-article-saver): Add
7928         gnus-summary-write-body-to-file.
7929         (gnus-article-save-coding-system): Don't use coding system object
7930         in XEmacs.
7931         (gnus-read-save-file-name): Add optional `dir-var' argument which
7932         specifies directory in which files are saved; work even if optional
7933         `variable' argument is not specified.
7934         (gnus-summary-write-to-file): Read file name.
7935         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7936         (gnus-summary-write-body-to-file): New function.
7937
7938         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7939         (gnus-summary-local-variables): Add it.
7940         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7941         (gnus-summary-save-article): Remove optional `decode' argument;
7942         determine whether to decode articles by the value of
7943         gnus-default-article-saver; when saving many files using
7944         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7945         it first and use gnus-summary-save-in-file or
7946         gnus-summary-save-body-in-file thereafter unless
7947         gnus-prompt-before-saving is always; move point to article which
7948         will be saved.
7949         (gnus-summary-save-article-file): Revert.
7950         (gnus-summary-write-article-file): Revert.
7951         (gnus-summary-save-article-body-file): Revert.
7952         (gnus-summary-write-article-body-file): New function.
7953
7954 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-art.el (gnus-default-article-saver): Doc fix.
7957         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7958         from gnus-summary-save-article-coding-system, and default to a
7959         certain coding system.
7960         (gnus-output-to-file): Add coding cookie and encode text according
7961         to gnus-article-save-coding-system; don't use mm-append-to-file.
7962
7963         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7964         gnus-art.el and rename to gnus-article-save-coding-system.
7965         (gnus-summary-save-article): Require gnus-art; don't show all
7966         headers if it decodes articles; don't add coding cookie here;
7967         don't bind mm-text-coding-system-for-write.
7968         (gnus-summary-save-article-file): Save decoded articles.
7969         (gnus-summary-write-article-file): When saving many files, use
7970         gnus-summary-write-to-file first and gnus-summary-save-in-file
7971         thereafter unless gnus-prompt-before-saving is always.
7972         (gnus-summary-save-article-body-file): Save decoded articles.
7973
7974         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7975
7976 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * nnrss.el (nnrss-check-group): Bind hash-index.
7979
7980 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7981
7982         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7983         its hash index.  Store this hash in `nnrss-group-data'.
7984         (nnrss-read-group-data): Update accordingly.
7985
7986 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7989         entry.
7990
7991         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7992         gnus-article-browse-html-article.
7993
7994 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7995
7996         * gnus-sum.el (gnus-summary-mime-map): Add
7997         gnus-article-browse-html-article.
7998
7999         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8000
8001 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8004         suitable coding systems in customize.
8005
8006 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * mail-source.el (mail-sources): Fix custom type.
8009
8010 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8011
8012         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8013         (gnus-summary-expire-articles-now): Shorten prompt.
8014
8015         * gmm-utils.el (wid-edit): Require.
8016         (defun-gmm): Renamed from `gmm-defun-compat'.
8017         (gmm-image-search-load-path): Use it.
8018         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8019
8020 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8023         variable.
8024         (gnus-summary-save-article): Add optional `decode' argument.  If
8025         it is set and gnus-summary-save-article-coding-system is non-nil,
8026         save decoded article.
8027         (gnus-summary-write-article-file): Save decoded article if
8028         gnus-summary-save-article-coding-system is non-nil.
8029
8030         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8031         type.
8032
8033 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8036
8037 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8040         first to test gnus-single-article-buffer which may be buffer-local.
8041
8042         * gnus-sum.el (gnus-summary-setup-buffer): Make
8043         gnus-single-article-buffer buffer-local and nil in ephemeral
8044         group; make gnus-article-buffer, gnus-article-current, and
8045         gnus-original-article-buffer always buffer-local.
8046         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8047         group.
8048         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8049
8050 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * nnml.el (nnml-request-compact-group): Compressed files might not
8053         have .gz extension.
8054
8055 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8056
8057         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8058         (mm-copy-to-buffer): Use with-current-buffer.
8059         (mm-display-part): Simplify.
8060         (mm-inlinable-p): Add optional arg `type'.
8061
8062 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8063
8064         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8065         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8066         Try harder to show the attachment internally or externally using
8067         gnus-mime-view-part-as-type.
8068
8069 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8070
8071         * message.el (message-from-style, message-signature-separator)
8072         (message-user-organization-file, message-send-mail-function)
8073         (message-citation-line-function, message-yank-prefix)
8074         (message-indent-citation-function, message-signature)
8075         (message-signature-file, message-signature-insert-empty-line):
8076         Remove autoloads.
8077
8078         * gnus-art.el (gnus-buttonized-mime-types): Remove
8079         "multipart/signed".  Revert 2006-04-26 change.
8080
8081 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * gnus.el (gnus-version-number): Bump version.
8084
8085 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8086
8087         * gnus.el: No Gnus v0.5 is released.
8088
8089 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8090
8091         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8092         fetching articles by message-id.
8093
8094 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8095
8096         * message.el (hashcash): Require hashcash as normal.
8097
8098         * ecomplete.el (ecomplete-highlight-match-line): Use
8099         point-at-eol.
8100         (ecomplete-highlight-match-line): Use `highlight', because that
8101         face exists in both Emacs and XEmacs.
8102
8103         * message.el (message-display-abbrev): Use point-at-bol.
8104
8105         * mail-source.el: Don't require timer/timer-funcs.
8106
8107         * gnus-async.el: Ditto.
8108
8109         * password.el: Ditto.
8110
8111         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8112
8113         * mm-url.el: Ditto.
8114
8115         * gnus-xmas.el: Don't require timer-funcs.
8116
8117         * mm-util.el: Require timer/timer-funcs.
8118
8119 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8120
8121         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8122         Close.
8123
8124 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8127         unibyte after clear-decrypt function runs.
8128
8129         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8130         returns as a unibyte string.
8131
8132 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * lpath.el: Revert.
8135
8136         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8137         (pgg-gpg-process-sentinel): Revert.
8138
8139         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8140         (pgg-pgp-lookup-key): Revert.
8141
8142         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8143         (pgg-pgp5-lookup-key): Revert.
8144
8145         * pgg.el (pgg-fetch-key): Revert.
8146
8147 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * lpath.el: Fbind string-as-multibyte for XEmacs.
8150
8151         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8152         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8153         (mml1991-pgg-encrypt): Ditto.
8154
8155         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8156         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8157         a multibyte buffer.
8158
8159         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8160         (pgg-pgp-lookup-key): Ditto.
8161
8162         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8163         (pgg-pgp5-lookup-key): Ditto.
8164
8165         * pgg.el (pgg-fetch-key): Ditto.
8166
8167 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * message.el (message-user-organization-file): Check several
8170         locations of the organization file.
8171
8172         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8173         Add gnus-article-view-part-as-type.
8174
8175         * gnus-art.el (gnus-article-view-part-as-type): New function.
8176
8177         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8178         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8179
8180         * mml.el: Simplify autoload.
8181         (mml-mode): defvar dnd-protocol-alist instead of using
8182         symbol-value.
8183         (mml-default-directory): New variable.
8184         (mml-minibuffer-read-file): Use it.
8185         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8186
8187         * message.el (message-citation-line-format): New variable.
8188         (message-insert-formated-citation-line): New function.
8189         (message-citation-line-function): Add
8190         `message-insert-formated-citation-line' to custom type.
8191
8192         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8193         to doc string.
8194
8195         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8196         depending on mm-verify-option.
8197
8198 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8201         binding pgg-* variables; reimplement the section which prevents
8202         MIME header from being signed.
8203         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8204         pgg-text-mode; remove a blank line at the top of body.
8205
8206         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8207         lines at the top of body; use gnus-newsgroup-charset if there's no
8208         Charset header.
8209
8210 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * message.el (message-self-insert-commands): Doc fix.
8213
8214         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8215         (mm-uu-pgp-encrypted-test): Ditto.
8216         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8217         between header and body; return application/pgp-encrypted handle
8218         if decryption failed; decode decrypted body by charset.
8219
8220         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8221         element match to application/pgp-*.
8222
8223 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8224
8225         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8226         HTML.
8227
8228 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * mail-source.el (mail-source-call-script): Message the error
8231         string.
8232
8233 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * gnus-util.el (gnus-byte-compile): Use it.
8236
8237 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8238
8239         * gnus-util.el (kill-empty-logs): New function.
8240
8241 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * message.el (message-mail-alias-type): Doc fix.
8244         (message-mail-alias-type-p): New function.
8245         (message-send): Use it.
8246         (message-mode): Ditto.
8247         (message-strip-forbidden-properties): Ditto.
8248
8249         * ecomplete.el (ecomplete-database-file-coding-system): New
8250         variable.
8251         (ecomplete-save): Use it.
8252         (ecomplete-setup): Use it.
8253
8254 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * message.el (message-self-insert-commands): New variable.
8257         (message-strip-forbidden-properties): Use it.
8258
8259 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8260
8261         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8262         that doesn't make XEmacs choke.
8263
8264 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8265
8266         * gnus-util.el (gnus-replace-in-string):
8267         Prefer replace-regexp-in-string over of replace-in-string.
8268
8269 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * gnus-util.el (gnus-select-frame-set-input-focus):
8272         Use select-frame-set-input-focus if it is available in XEmacs; use
8273         definition defined in Emacs 22 for old Emacsen.
8274
8275         * dgnushack.el: Autoload unmorse-region for XEmacs.
8276
8277         * lpath.el: Bind cursor-in-non-selected-windows and
8278         select-frame-set-input-focus for XEmacs.
8279
8280 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8283
8284 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * gnus-registry.el (gnus-registry-cache-save): Remove text
8287         properties when saving via the temp buffer.
8288
8289 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * message.el (message-generate-hashcash): Honor custom type.
8292
8293 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * message.el (message-generate-hashcash): Default to non-nil when
8296         hashcash is found.
8297
8298         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8299         (gnus-refer-thread-limit): Increase default to 500.
8300
8301         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8302
8303         * flow-fill.el (fill-flowed): Allow delete-space.
8304
8305 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8308         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8309         Remove autoloads.
8310
8311 2006-04-18  Simon Josefsson  <jas@extundo.com>
8312
8313         * message.el (message-generate-hashcash): Default to.
8314
8315 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8318         concatenating segments rather than before concatenating them.
8319
8320 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8323
8324 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8327
8328         * message.el (message-forward-make-body-plain): Allow
8329         message-forward-ignored-headers to be a list.
8330         (message-remove-ignored-headers): Factor out into function.
8331         (message-forward-make-body-mml): Use it.
8332
8333         * imap.el (imap-quote-specials): New function.
8334         (imap-login-auth): Quote specials.
8335
8336         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8337         (rfc2231-parse-string): Allow concatanation of parameters that
8338         aren't contiguous.  The test case is
8339           (mail-header-parse-content-type "message/external-body;
8340             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8341             access-type=LOCAL-FILE;
8342             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8343
8344 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8345
8346         * nntp.el (nntp-accept-process-output): Return the value of
8347         `nnheader-accept-process-output'.
8348
8349 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350
8351         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8352         (gnus-button-alist): Recognize more diff formats.
8353         (gnus-button-patch): Strip directory.
8354
8355 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8358         Emacs 22 when setting focus.
8359
8360 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * gnus-art.el (gnus-article-treat-types): Do treatment of
8363         text/x-verbatim parts.
8364         (gnus-button-patch): New command.
8365
8366         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8367         addresses that contain invalid characters.
8368
8369 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8370
8371         * message.el (message-put-addresses-in-ecomplete): Use
8372         gnus-replace-in-string.
8373         (message-is-yours-p): Use the more correct
8374         mail-header-parse-address instead of
8375         mail-extract-address-components.
8376         (message-put-addresses-in-ecomplete): Fix typo.
8377
8378         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8379         keystroke.
8380
8381         * gnus-art.el (gnus-treatment-function-alist): Change order of
8382         newsgroups/generic header folding to avoid double-folding.
8383
8384         * message.el (message-hidden-headers): Add X-Draft-From.
8385
8386         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8387         command.
8388         (gnus-summary-repeat-search-article-backward): New command.
8389
8390         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8391         groups in the parent topic.
8392
8393 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8394
8395         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8396         (spam-extra-header-to-number): Return the CRM114 number as a
8397         number instead of a string.
8398
8399 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8400
8401         * gnus-art.el (gnus-face-properties-alist): Moved here from
8402         gnus-fun.
8403
8404         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8405
8406 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * message.el (message-strip-forbidden-properties): Only display on
8409         self-insert-command.
8410
8411         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8412         reindent.
8413         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8414
8415 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8416
8417         * smiley.el (smiley-style): Fix typo.
8418
8419 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * hashcash.el (hashcash-insert-payment-async-2): Use
8422         message-goto-eoh instead of doing it manually.
8423         (mail-add-payment): Use message-narrow-to-header instead of trying
8424         to do the same itself.
8425
8426         * message.el (message-hidden-headers): Add Face.
8427
8428         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8429         reparenting code.
8430         (gnus-summary-reparent-children): Refactored out code.
8431         (gnus-summary-thread-map): New keystroke.
8432         (gnus-summary-reparent-children): Make into command.
8433
8434         * smiley.el (smiley-style): Default to `medium' if using a large
8435         font.
8436
8437         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8438         does it itself.
8439
8440         * message.el (message-point-in-header-p): Simplify definition.
8441
8442 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * nnagent.el (nnagent-request-set-mark): Silence log file
8445         writing.
8446         (nnagent-request-set-mark): Use write-region instead of
8447         append-to-file.
8448
8449         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8450         strange select method.
8451
8452         * ecomplete.el (ecomplete-display-matches): Get highlightling
8453         right.
8454         (ecomplete-display-matches): Use literals.
8455         (ecomplete-display-matches): Disable message logging.
8456
8457         * message.el (message-display-abbrev): Small optimization.
8458
8459         * ecomplete.el (ecomplete-display-matches): Allow automatic
8460         display.
8461
8462         * message.el (message-strip-forbidden-properties): Display
8463         abbrevs.
8464         (message-display-abbrev): Get automatic display right.
8465
8466         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8467         keystrokes.
8468
8469 2006-04-13  Romain Francoise  <romain@orebokech.com>
8470
8471         TODO: Backport to v5-10!
8472
8473         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8474         Moved here (and renamed) from gnus-registry.el.
8475
8476         * gnus-registry.el: Require gnus-util.
8477         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8478
8479 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus-group.el (gnus-group-catchup-current): Change
8482         if-then-else-if-then-else into cond.
8483         (gnus-group-catchup): Indent.
8484         (group-name-at-point): New function.
8485         (gnus-fetch-group): Provide default from thing at point.
8486
8487 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * message.el (message-display-abbrev): Fix regexp.
8490
8491         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8492         choosing.
8493         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8494         dead variables.
8495
8496         * message.el (message-newline-and-indent): Remove debugging.
8497         (message-display-abbrev): Use new implementation.
8498
8499 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * gnus-art.el (gnus-article-mode): Set
8502         cursor-in-non-selected-windows to nil.
8503
8504         * smiley.el: Revert previous change.
8505         (smiley-data-directory): defvar it before using it in the
8506         defcustom of `smiley-style'.
8507
8508 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8509
8510         * message.el (message-newline-and-indent): New function.
8511
8512         * ecomplete.el: Implement more bits.
8513
8514         * message.el (message-put-addresses-in-ecomplete): Clean up the
8515         string.
8516
8517         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8518
8519         * gnus-sum.el (gnus-summary-save-parts): Bind
8520         gnus-summary-save-parts-counter and use it to make unique file
8521         names.
8522
8523         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8524
8525         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8526         parameter to say whether to actually parse the individual
8527         addresses.
8528
8529         * message.el (message-put-addresses-in-ecomplete): New function.
8530         (ecomplete): Require.
8531         (message-mail-alias-type): Add ecomplete as an option.
8532
8533 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8534
8535         * flow-fill.el (fill-flowed): Remove trailing space from blank
8536         quoted lines.
8537
8538 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * smiley.el (smiley-style): Move definition later to avoid a
8541         compilation warning.
8542
8543 2006-04-12  Kenichi Handa  <handa@m17n.org>
8544
8545         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8546         buffer and then decode the buffer text if necessary.
8547         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8548         first, and after mm-encode-body, change the buffer to unibyte.
8549         Use mm-disable-multibyte instead of set-buffer-multibyte.
8550
8551 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8554         Content-Type header instead of Content-Disposition header.
8555         (gnus-mime-inline-part): Ditto.
8556         (gnus-mime-view-part-as-charset): Ignore charset that the part
8557         specifies.
8558
8559         * mm-decode.el (mm-display-part): Work with external parts and
8560         usual parts similarly.
8561
8562         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8563         instead of gnus-display-mime.
8564
8565         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8566         instead of with-temp-buffer.
8567
8568         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8569         tag to summarized topics part in order to encode non-ASCII text.
8570
8571 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * smiley.el (smiley-style): New variable.
8574         (smiley-directory): New function.
8575         (smiley-data-directory): Derive from `smiley-style' using
8576         `smiley-directory'.
8577         (smiley-regexp-alist): Add new entries.
8578
8579         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8580         (gnus-article-browse-delete-temp): Add :version.
8581
8582 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8583
8584         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8585         the sieve region.
8586
8587 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * gnus.el (gnus-version-number): Bump version.
8590
8591 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8592
8593         * gnus.el: No Gnus v0.4 is released.
8594
8595 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8598         layout.
8599
8600         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8601         unknown charset.
8602
8603         * message.el (message-header-synonyms): Add Original-To to the
8604         default.
8605
8606         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8607         optional parameter.
8608
8609 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus-fun.el (gnus): Require it for gnus-directory.
8612
8613 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8616
8617 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8618
8619         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8620
8621 2006-04-05  Simon Josefsson  <jas@extundo.com>
8622
8623         * password.el (password-reset): New function.
8624
8625 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8626
8627         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8628         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8629
8630 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8631
8632         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8633         Some whitespace was matched into the url, which broke browsing hits
8634         > 100 when mm-url-use-external was nil.
8635
8636 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8639         gnus-extra-headers for 'Newsgroups.
8640
8641         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8642         bound.
8643
8644 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8645
8646         * pgg-gpg.el: Clean up process buffers every time gpg processes
8647         complete.
8648
8649 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8652         doc string.
8653
8654 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8655
8656         * pgg-gpg.el (pgg-gpg-process-filter)
8657         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8658
8659         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8660         lines, temporary fix.
8661
8662 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8665
8666 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8667
8668         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8669         default-enable-multibyte-characters.  This reverts the change from
8670         revision 6.17 which is no longer necessary because the passphrase
8671         is sent separately now.  GnuPG messages are unreadable under
8672         multibyte locales with default-enable-multibyte-characters set to
8673         nil.
8674
8675 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * message.el (message-tool-bar-gnome): Move "spell".
8678
8679 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8682         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8683         instead.
8684
8685 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8686
8687         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8688         newsgroups handling for NNTP overviews which don't include
8689         Newsgroups.
8690
8691 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8692
8693         * message.el (message-resend): Bind message-generate-hashcash to nil.
8694
8695 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8696
8697         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8698         when searching for already-paid recipients.
8699
8700 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8701
8702         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8703         passphrases when it is not needed.
8704         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8705         passphrase stuff from gpg, should only be necessary when you use
8706         gpg with a smartcard.
8707
8708 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * mml.el (mml-insert-mime): Ignore cached contents of
8711         message/external-body part.
8712
8713         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8714         (mm-insert-part): Ditto.
8715
8716 2006-03-23  Simon Josefsson  <jas@extundo.com>
8717
8718         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8719         Reiner.
8720         (pgg-gpg-use-agent-p): Use it again.
8721
8722 2006-03-23  Simon Josefsson  <jas@extundo.com>
8723
8724         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8725         older emacsen.
8726         (pgg-gpg-use-agent-p): Don't use it.
8727
8728 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8731         if we can.
8732
8733 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8734
8735         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8736         (pgg-gpg-update-agent): New function.
8737         (pgg-gpg-use-agent-p): New function.
8738         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8739         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8740         (pgg-gpg-sign-region): Use it.
8741
8742 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8745         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8746
8747 2006-03-21  Simon Josefsson  <jas@extundo.com>
8748
8749         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8750         <wilde@sha-bang.de>.
8751         (pgg-gpg-use-agent): New variable.
8752         (pgg-gpg-process-region): Use it.
8753         (pgg-gpg-encrypt-region): Likewise.
8754         (pgg-gpg-encrypt-symmetric-region): Likewise.
8755         (pgg-gpg-decrypt-region): Likewise.
8756         (pgg-gpg-sign-region): Likewise.
8757         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8758
8759 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8762
8763         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8764         Add comment on version.
8765
8766 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * smiley.el: Add missing test smiley.
8769
8770 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * mm-decode.el (mm-with-part): New macro.
8773         (mm-get-part): Use it; work with message/external-body as well.
8774         (mm-save-part): Treat name and filename equally.
8775
8776         * mm-extern.el (mm-extern-cache-contents): New function.
8777         (mm-inline-external-body): Use it; force the part to be displayed;
8778         move undisplayer added to the cached handle to the parent.
8779
8780         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8781         (gnus-mime-view-part-as-type): Work with message/external-body.
8782
8783         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8784
8785 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8788         images in image-load-path.  [Sync with image.el, revision 1.60, in
8789         Emacs.]
8790
8791 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8794         path rather than symbol.  Always return list of directories.
8795         Guarantee that image directory comes first.  [Sync with image.el,
8796         revision 1.59, in Emacs.]
8797
8798         * message.el (message-make-tool-bar): Adjust to new API of
8799         `gmm-image-load-path-for-library'.
8800
8801         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8802
8803         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8804
8805 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8806
8807         * gnus-art.el (gnus-article-only-boring-p):
8808         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8809         intangible text.
8810         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8811
8812 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8815         `defun' instead of `gmm-defun-compat'.
8816
8817 2006-03-14  Simon Josefsson  <jas@extundo.com>
8818
8819         * message.el (message-unique-id): Don't use message-number-base36
8820         if (user-uid) is a float.
8821         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8822
8823 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8826
8827         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8828         empty line between a part and a message part.
8829
8830 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * smiley.el: Add more test smileys.
8833         (smiley-data-directory, smiley-regexp-alist)
8834         (gnus-smiley-file-types): Fix doc strings.
8835         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8836         adding new elements.
8837         (smiley-mouse-map): Unused code.  Make it a comment.
8838
8839 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8842         scan latest NoCeM messages instead of old ones.
8843         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8844         delimiters that are recently used.
8845         (gnus-nocem-load-cache): Add autoload cookie.
8846
8847         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8848
8849         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8850         level which is larger than gnus-use-nocem is specified.
8851
8852         * gnus-group.el (gnus-group-get-new-news): Ditto.
8853
8854 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * gnus-util.el (gnus-tool-bar-update): New function.
8857
8858         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8859         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8860
8861         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8862
8863         * gnus-group.el (gnus-group-redraw-when-idle)
8864         (gnus-group-redraw-check): Remove.
8865         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8866
8867 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8870         if optional last element is specified in splits (FIELD VALUE...).
8871
8872 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8875         to gmm-image-load-path-for-library.  Call with no-error argument.
8876         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8877
8878         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8879
8880         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8881
8882         * gmm-utils.el (gmm-image-load-path): Remove alias.
8883
8884 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * gmm-utils.el (gmm-image-load-path): Add alias.
8887
8888         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8889         nnml-generate-nov-databases-1.
8890         (nnml-generate-nov-databases): Use it.
8891         (nnml-generate-nov-databases-directory): Document no-active
8892         argument.
8893
8894         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8895         directory if path is t.  Add no-error.
8896
8897         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8898         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8899
8900         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8901         resetting gnus-article-browse-html-temp-list.
8902
8903         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8904         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8905         Add example to docstring.  Rename local variables.  Move error
8906         checks to default case in cond and simplify.
8907
8908 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8911         handle is multipart when calling it recursively.
8912         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8913
8914 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8915
8916         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8917         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8918
8919 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8922         is loaded.
8923
8924         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8925         loaded.
8926
8927 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8930         to "Emacs 23 (unicode)" in doc string.
8931
8932         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8933         "Emacs 23 (unicode)" in comment.
8934
8935 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8938
8939         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8940         characters 160 through 255 in Emacs 23.
8941
8942 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8945         gnus-article-browse-html-temp.
8946         (gnus-article-browse-delete-temp): Make it customizable.  Add
8947         `file'.  Adjust doc string.
8948         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8949         query for each file.  Adjust doc string.
8950         (gnus-article-browse-html-parts): Add
8951         `gnus-article-browse-delete-temp-files' to
8952         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8953
8954 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8955
8956         * gnus-art.el (gnus-article-browse-html-temp)
8957         (gnus-article-browse-delete-temp): New variables.
8958         (gnus-article-browse-delete-temp-files): New function.
8959         (gnus-article-browse-html-parts): Use it.
8960
8961 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8964
8965         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8966         string.
8967
8968         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8969         gnus-summary-insert-new-articles when unplugged.  Remove
8970         gnus-summary-search-article-forward.
8971
8972         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8973         display-visual-class instead of display-color-cells.
8974
8975 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * dgnushack.el: Autoload customize-group for XEmacs.
8978
8979         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8980         message/* containing non-ASCII text properly.
8981
8982 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * message.el: Require gmm-utils, remove autoloads.
8985         (message-tool-bar): Set default based on
8986         gmm-tool-bar-style.
8987         (message-tool-bar-gnome): Add gmm-customize-mode.
8988
8989         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8990         gmm-tool-bar-style.
8991         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8992
8993         * gnus-group.el (gnus-group-tool-bar): Set default based on
8994         gmm-tool-bar-style.
8995         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8996
8997         * gmm-utils.el (gmm-image-directory): Rename variable from
8998         gmm-image-load-path.
8999         (gmm-image-load-path): Use gmm-image-directory.
9000         (gmm-customize-mode): New function.
9001         (gmm-tool-bar-style): New variable.
9002
9003         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9004         gnus-group-redraw-line-number.
9005         (gnus-group-redraw-check): Simplify.
9006         (gnus-group-tool-bar-update): Remove redraw check.
9007         (gnus-group-make-tool-bar): Add redraw check.
9008
9009 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9010
9011         * gnus-art.el (gnus-button): Add missing parentheses.
9012
9013 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * lpath.el: Fbind line-number-at-pos.
9016
9017 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9020
9021 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * gnus-art.el (gnus-button): New face.
9024         (gnus-article-button-face): Use it.
9025
9026         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9027         gnus-summary-next-page.  Re-order.
9028
9029         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9030         next-node are now included.
9031         (gnus-group-redraw-line-number): New internal variable.
9032         (gnus-group-redraw-check): Helper function for updating the tool
9033         bar.
9034         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9035
9036         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9037
9038         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9039         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9040         Use it to match format of Spamassassin 3.0 and later.  Reported by
9041         IRIE Tetsuya <irie@t.email.ne.jp>.
9042         (spam-check-bogofilter)
9043         (spam-bogofilter-register-with-bogofilter): Fix args of
9044         `gnus-error' calls.
9045
9046 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9049         unnecessary interaction when sending queued mails.  Reported by
9050         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9051
9052 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9055         first or last are nil.
9056
9057 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9058
9059         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9060
9061 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9064
9065 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9066
9067         * dns.el (query-dns): Protect more against buggy tcp output.
9068
9069 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9072         nov.php.
9073
9074 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9075
9076         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9077         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9078         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9079         output on the server side.
9080         (nnweb-google-create-mapping): Update regexps and add some
9081         progress indication.
9082
9083 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9084
9085         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9086         gnus-agent-toggle-plugged.  Re-order icons.
9087         (gnus-group-tool-bar-gnome): Add
9088         gnus-group-{prev,next}-unread-group.
9089         (gnus-group-tool-bar-gnome): Re-order icons.
9090
9091         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9092         gnus-summary-insert-new-articles.
9093
9094         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9095         comments.
9096
9097         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9098         also available in Emacs 21.3.
9099
9100         * message.el (message-fix-before-sending): Change "Emacs 22" to
9101         "Emacs 23 (unicode)" in comment.
9102
9103         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9104         "Emacs 23 (unicode)" in comment.
9105
9106         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9107         comment.
9108         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9109
9110         * mm-view.el (mm-fill-flowed): Add :version.
9111
9112 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9115         and load-path.
9116
9117 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * message.el: Autoload gmm-image-load-path.
9120         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9121         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9122         consitency.
9123
9124         * gmm-utils.el (gmm-image-load-path): Also search in
9125         "../etc/images".  Don't set gmm-image-load-path if we don't find
9126         the image.
9127
9128 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gmm-utils.el (gmm-image-load-path): Don't make
9131         `gmm-image-load-path' include subdirectories which the second arg
9132         `image' might specify.
9133
9134         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9135         subdirectory to icon file names.
9136
9137         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9138
9139 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9142         gmm-image-load-path calls.
9143
9144         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9145
9146         * message.el (message-make-tool-bar): Ditto.
9147
9148         * mml.el (mml-preview): Added comment concerning tool bar icons.
9149
9150         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9151         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9152
9153         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9154         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9155
9156         * message.el (message-tool-bar-gnome): Use new icon names.
9157         (message-make-tool-bar): Use `gmm-image-load-path'.
9158
9159         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9160         functions from MH-E.
9161         (gmm-image-load-path): New variable from MH-E.
9162         (gmm-image-load-path): New function from MH-E.  Added arguments
9163         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9164         *-image-load-path-called-flag.
9165
9166 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9167
9168         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9169
9170 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9171
9172         * nnimap.el (nnimap-request-move-article): Change folder back to
9173         source group before deleting.
9174
9175 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9178
9179         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9180         mm-url.
9181
9182         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9183
9184 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9187         coding system which mm-charset-to-coding-system returns for a
9188         given charset is valid.
9189
9190 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9191
9192         * html2text.el (html2text-remove-tag-list):
9193         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9194
9195 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9196
9197         * gnus-cus.el: Revert 2005-10-17 change.
9198
9199 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-art.el (article-strip-banner): Call
9202         article-really-strip-banner only when the regexp match is made.
9203
9204 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-art.el (article-strip-banner): Use
9207         gnus-extract-address-components instead of
9208         mail-header-parse-addresses to make it work with non-ASCII text;
9209         remove mail-encode-encoded-word-string.
9210
9211         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9212         values which are surrounded with \"...\"; make it never cause a
9213         Lisp error; give up parsing of parameters if it failed in
9214         extracting type.
9215
9216 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9217
9218         * smime.el (smime-cert-by-ldap-1): Fix bug where
9219         `smime-ldap-search' returns results without userCertificates.
9220
9221 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9224
9225 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * spam.el (spam-check-spamassassin-headers): Adapt format for
9228         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9229         <ari@mbf.ocn.ne.jp>.
9230         (spam-list-of-processors): Add spam-use-gmane.
9231
9232 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9235         make-temp-file; make it work with XEmacs as well.
9236
9237         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9238         mm-make-temp-file.
9239
9240         * mm-decode.el (mm-display-external): Use the 3rd arg of
9241         mm-make-temp-file.
9242         (mm-create-image-xemacs): Ditto.
9243
9244 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9247         with message-narrow-to-headers.
9248         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9249         (gnus-draft-check-draft-articles): New function.
9250         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9251
9252 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * gnus-art.el (gnus-article-browse-html-parts):
9255         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9256         Don't use suffix argument for mm-make-temp-file for Emacs 21
9257         compatibility.  Remove useless `format'.
9258
9259 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9260
9261         * nnweb.el (nnweb-google-wash-article): Update regexps.
9262         (nnweb-group-alist): Use defvoo instead of defvar.
9263
9264 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9267         re-loading nn* modules.
9268
9269 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9272         for `tool-bar-mode' and don't check it's default-value.
9273
9274         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9275
9276         * message.el (message-make-tool-bar): Ditto.
9277
9278         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9279         `substring'.  Shorten tmp-file name.
9280
9281         * gnus.el: Remove bogus comment.
9282
9283 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9284
9285         * gnus-art.el (gnus-article-browse-html-parts): New function.
9286         (gnus-article-browse-html-article): New function for viewing html
9287         articles with a browser.
9288
9289 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9290
9291         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9292         in elisp.
9293         (pgg-gpg-encrypt-symmetric-region): Ditto.
9294         (pgg-gpg-sign-region): Ditto.
9295
9296         * pgg-def.el (pgg-text-mode): New variable.
9297
9298         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9299         (mml2015-pgg-encrypt): Ditto.
9300
9301         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9302         (mml1991-pgg-encrypt): Ditto.
9303
9304 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9307         message-make-date instead of current-time-string.
9308
9309         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9310         to gnus-decoded which mm-uu might set.
9311
9312 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9315         don't decode quoted parameters; remove misimported Emacs code.
9316         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9317         (rfc2231-decode-encoded-string): Don't use split-string which
9318         behaves differently according to Emacs version; use
9319         mm-decode-coding-region to convert charset to coding-system.
9320         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9321         (rfc2231-encode-string): Remove misimported Emacs code.
9322
9323 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9326         when calling mail-header-parse-content-type.
9327         (article-de-quoted-unreadable): Ditto.
9328         (article-de-base64-unreadable): Ditto.
9329         (article-wash-html): Ditto.
9330
9331         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9332         calling mail-header-parse-content-type and
9333         mail-header-parse-content-disposition.
9334         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9335         mail-header-parse-content-type.
9336
9337         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9338         insert charset and format parameters; encode description after
9339         inserting it to buffer.
9340         (mml-insert-parameter): Fold lines properly even if a parameter is
9341         segmented into two or more lines; change the max column to 76.
9342
9343         * rfc1843.el (rfc1843-decode-article-body): Don't use
9344         ignore-errors when calling mail-header-parse-content-type.
9345
9346         * rfc2231.el (rfc2231-parse-string): Return at least type if
9347         possible; don't cause an error even if it fails in parsing of
9348         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9349         (rfc2231-encode-string): Don't break lines at the beginning, leave
9350         it to mml-insert-parameter.
9351
9352         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9353         calling mail-header-parse-content-type.
9354
9355 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * spam-report.el (spam-report-gmane-use-article-number):
9358         Improve doc string.
9359         (spam-report-gmane-internal): Check if a suitable header was found
9360         in the article.
9361
9362 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9365         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9366
9367 2006-02-05  Romain Francoise  <romain@orebokech.com>
9368
9369         Update copyright notices of all files in the gnus directory.
9370
9371 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9372
9373         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9374
9375 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9378         segmented lines of parameter value to cope with Thunderbird 1.5
9379         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9380         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9381         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9382
9383 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9384
9385         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9386         parts.
9387
9388 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9389
9390         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9391         there's only one active file for all servers.
9392         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9393         solid groups.  Gnus might have used a FAST request to select the group.
9394         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9395         and nnweb-search redundantly in the active file.
9396         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9397         (nnweb-request-create-group): Don't use ARGS.
9398         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9399         initialisations.  Let nnoo do the work.
9400
9401 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9404         Say the part has been decoded.
9405
9406         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9407
9408 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9409
9410         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9411         mailcap-viewer-test-cache when there's no 'test clause, since that
9412         will invert the meaning of a "nil" test previously determined by
9413         mailcap-mailcap-entry-passes-test.
9414
9415 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9418         compiling.
9419
9420         * gnus-sum.el: Ditto.
9421
9422         * message.el: Don't bind tool-bar-map when compiling.
9423
9424 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9427
9428 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9429
9430         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9431         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9432         current Google Groups.
9433
9434 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9437         and tool-bar-mode.
9438
9439         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9440         and tool-bar-mode.
9441
9442         * message.el (message-tool-bar-update): Simplify.
9443         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9444
9445         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9446         gnus-summary-buffer.
9447         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9448         gnus-summary-reply.
9449
9450         * gmm-utils.el (gmm): Add :version.
9451
9452 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * Makefile.in (clean): New rule.
9455         (distclean): Use it.
9456
9457 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9458
9459         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9460         autoload.
9461
9462 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gmm-utils.el (gmm-verbose): Add :group.
9465
9466 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * message.el: Change some comments WRT tool-bars.
9469
9470         * gnus-sum.el (gnus-summary-tool-bar)
9471         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9472         (gnus-summary-tool-bar-zap-list): New variables.
9473         (gnus-summary-make-tool-bar): Complete rewrite using
9474         `gmm-tool-bar-from-list'.
9475
9476         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9477         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9478         variables.
9479         (gnus-group-make-tool-bar): Complete rewrite using
9480         `gmm-tool-bar-from-list'.
9481         (gnus-group-tool-bar-update): New function.
9482
9483         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9484
9485 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9488         is dissected into a single part of which the type is the same as
9489         the given one; decode charset.
9490
9491 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9492
9493         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9494         into alists as symbol not string, since that's what
9495         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9496         look for.
9497
9498 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9501         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9502
9503         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9504
9505 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9508         (gnus-xmas-mime-security-button-menu): New function.
9509
9510         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9511         (gnus-mime-security-button-menu): New definition.
9512         (gnus-mime-security-button-map): Use them.
9513         (gnus-mime-security-button-menu): New function.
9514         (gnus-insert-mime-security-button): Addition to help echo.
9515         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9516         (gnus-mime-security-pipe-part): New functions.
9517
9518         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9519         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9520
9521         * mm-decode.el (mm-handle-set-disposition): Remove.
9522         (mm-handle-set-description): Remove.
9523
9524 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9527         (mm-w3m-standalone-supports-m17n-p): New function.
9528         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9529         w3m usage.
9530
9531         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9532         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9533
9534 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * message.el (message-tool-bar-zap-list): Use
9537         gmm-tool-bar-zap-list as custom type.
9538         (message-tool-bar-update): New function.
9539         (message-tool-bar, message-tool-bar-gnome)
9540         (message-tool-bar-retro): Add message-tool-bar-update.
9541         (message-tool-bar-gnome): Add flyspell-buffer.
9542
9543         * gnus-util.el (gnus-error): Describe `args'.
9544
9545         * gmm-utils.el (gmm-error): Describe `args'.
9546         (gmm-tool-bar-zap-list): New widget.
9547         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9548
9549 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9552         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9553         the number of recursive calls.
9554
9555         * mm-decode.el (mm-handle-set-disposition): New macro.
9556         (mm-handle-set-description): New macro.
9557
9558 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9561         encoding.
9562
9563 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * message.el (message-tool-bar-zap-list, message-tool-bar)
9566         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9567         (message-tool-bar-local-item-from-menu): Remove.
9568         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9569         (message-make-tool-bar): New function.
9570         (message-mode): Use `message-make-tool-bar'.
9571
9572         * gmm-utils.el: New file.
9573         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9574         (gmm-lazy): New widget copied from `nnmail.el'.
9575         (gmm-tool-bar-from-list): New function for creating customizable
9576         tool bars.
9577         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9578         output.
9579         (gmm): Add :prefix to defgroup.
9580
9581 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9582
9583         * gmm-utils.el (gmm-widget-p): New function.
9584
9585 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * mml.el (mml-attach-file): Describe `description' in doc string.
9588         (mml-menu): Add Emacs MIME manual and PGG manual.
9589
9590 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9591
9592         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9593
9594 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9595
9596         * nntp.el (nntp-end-of-line): Doc fix.
9597
9598 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9599
9600         * imap.el (imap-open): Handle case where buffer is a buffer
9601         object.
9602
9603 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9604
9605         * gnus-delay.el (gnus-delay): Don't autoload.
9606         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9607         to be re-loaded when customizing the `gnus-delay' group.
9608
9609 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9610
9611         * message.el (message-insert-citation-line): Use newlines.
9612
9613 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9614
9615         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9616         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9617         these routines, so the passphrase can be managed externally and
9618         passed in to the system.
9619         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9620         pgg-add-passphrase-to-cache function.
9621
9622         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9623         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9624         these routines, so the passphrase can be managed externally and
9625         passed in to the system.
9626         (pgg-pgp5-sign-region): Use new name of
9627         pgg-add-passphrase-to-cache function.
9628
9629 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9630
9631         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9632         part of the decoded armor to find the key-identifier.
9633         (pgg-gpg-lookup-key-owner): New function to return the
9634         human-readable identifier of a key owner.
9635         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9636         itself.
9637         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9638         the key value) if we have a key and can match it against a secret
9639         key.  Also, added a note pointing out fact that the prompt only
9640         indicates the first matching key.
9641
9642         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9643         pgg-decrypt-region.
9644         (pgg-add-passphrase-to-cache): Rename from
9645         `pgg-add-passphrase-cache' to reduce confusion (all callers
9646         changed).
9647         (pgg-remove-passphrase-from-cache): Rename from
9648         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9649         changed).
9650         (pgg-read-passphrase, pgg-add-passphrase-cache)
9651         (pgg-remove-passphrase-cache): Add informative docstrings.
9652         (pgg-decrypt): Convey provided passphrase in subordinate call to
9653         pgg-decrypt-region.
9654
9655 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9656
9657         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9658         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9659         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9660         'passphrase' argument, so the passphrase can be managed externally
9661         and then passed in to the system.
9662
9663         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9664         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9665         so the passphrase cache can be used reliably with identifiers
9666         besides a pgp packet's key id.
9667
9668         * pgg-gpg.el (pgg-gpg-encrypt-region)
9669         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9670         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9671         these routines, so the passphrase can be managed externally and
9672         passed in to the system.
9673
9674         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9675         'notruncate' argument, so the passphrase cache can be used
9676         reliably with identifiers besides a pgp packet's key id.
9677
9678 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9679
9680         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9681         symmetric encryption.
9682         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9683         encrypted session key.
9684         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9685         message ask for the passphrase in a proper way.
9686
9687         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9688         New user commands for symmetric encryption.
9689
9690 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9693
9694         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9695
9696 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9697
9698         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9699
9700 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * mm-decode.el (mm-inlined-types): Add application/pgp.
9703         (mm-automatic-display): Ditto.
9704
9705         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9706         part as text.
9707
9708 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * nnrss.el: Update copyright.
9711         (nnrss-opml-import): Query whether to subscribe to each entry.
9712
9713         * gnus-art.el:
9714         * gnus-sum.el:
9715         * gnus-xmas.el:
9716         * messagexmas.el:
9717         * mm-uu.el:
9718         * mm-view.el: Update copyright.
9719
9720 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * message.el (message-info): New function.
9723         (message-mode-menu): Add it.
9724         Update copyright.
9725
9726         * ChangeLog: Fix and update copyright.
9727
9728 2006-01-13  Romain Francoise  <romain@orebokech.com>
9729
9730         * message.el (message-forward-subject-name-subject): Prefer the
9731         address to 'nowhere' if the sender has no name.
9732         Fix typo.  Update copyright year.
9733
9734 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-art.el (article-wash-html): Use
9737         gnus-summary-show-article-charset-alist if a numeric arg is given.
9738         (gnus-article-wash-html-with-w3m-standalone): New function.
9739
9740         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9741         mm-inline-text-html-render-with-w3m-standalone.
9742         (mm-text-html-washer-alist): Map w3m-standalone to
9743         gnus-article-wash-html-with-w3m-standalone.
9744         (mm-inline-text-html-render-with-w3m-standalone): New function.
9745
9746 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9747
9748         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9749         Improve LaTeX.
9750
9751 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9754         (nnrss-request-article): Render text/plain parts as HTML.
9755
9756         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9757         the buffer.
9758
9759 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9760
9761         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9762         custom definition of `gnus-posting-styles'.
9763
9764         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9765         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9766
9767 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9770         Use nntp for bug archive.
9771
9772 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9775         parts.
9776         (nnrss-normalize-date): New function converts ISO 8601 date into
9777         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9778         (nnrss-check-group): Use it.
9779
9780 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9783
9784         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9785         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9786         (nnrss-insert-w3): Ditto.
9787
9788 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9791         the articles to be forwarded including the case where neither a
9792         number of articles nor a region is specified.
9793
9794 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * nnrss.el (nnrss-request-article): Fix last change; fill
9797         text/plain parts.
9798
9799 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9802         in text/plain part.
9803         (nnrss-check-group): Don't add excessive newline to dc:subject.
9804
9805 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9806
9807         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9808         article.
9809
9810 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9813         (nnml-use-compressed-files, nnml-save-mail): Support other
9814         comression programs such as bzip2.
9815
9816 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * dns.el (query-dns): Make sure we check the buffer size before
9819         removing tcp headers.
9820
9821 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9824         remove MIME buttons associated with multipart/alternative parts.
9825         (gnus-mime-display-alternative): Tag buttons using `article-type'
9826         text property.
9827
9828         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9829         associated with multipart/alternative parts.
9830
9831         * gnus-art.el (gnus-signature-separator): Fix custom type.
9832
9833         * mm-decode.el (mm-inlined-types): Fix custom type.
9834         (mm-keep-viewer-alive-types): Ditto.
9835         (mm-automatic-display): Ditto.
9836         (mm-attachment-override-types): Ditto.
9837         (mm-inline-override-types): Ditto.
9838         (mm-automatic-external-display): Ditto.
9839
9840 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * spam-report.el (spam-report-user-mail-address)
9843         (spam-report-user-agent): New variables.
9844         (spam-report-url-ping-plain): Use spam-report-user-agent.
9845
9846 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9847
9848         * gnus-art.el (gnus-button-handle-custom): Do not just use
9849         `customize-apropos' for any "M-x customize-*" button but the
9850         function called for.  Accept both the function name and its
9851         argument in order to achieve this.
9852         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9853         function name to `gnus-button-handle-custom' in case of "M-x
9854         customize-*" buttons.
9855
9856 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9859         multipart/alternative and add xref to mm-discouraged-alternatives
9860         in doc string.
9861
9862         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9863         gnus-buttonized-mime-types in doc string.
9864
9865 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9868         Suggest image/.* in the doc string.
9869
9870 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9873         message-marks (Debian bug #342521).
9874
9875 2005-12-12  Simon Josefsson  <jas@extundo.com>
9876
9877         * password.el (password-read-from-cache): Add.
9878         (password-read): Use it.
9879
9880 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9883         us-ascii as a MIME charset.
9884
9885         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9886         against the case where the 2nd arg TYPE is nil.
9887
9888 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * pop3.el (pop3-stream-type): Fix custom version.
9891
9892         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9893
9894 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9895
9896         * mm-decode.el (mm-display-external): Add missing cdr.
9897
9898 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9901         RFC1524) if it is in mailcap or add a suffix according to
9902         mailcap-mime-extensions when generating a temp filename; postpone
9903         deleting a temp file for 2 seconds for some wrappers, shell
9904         scripts, and so on, which might exit right after having started a
9905         viewer command as a background job.
9906
9907 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * nntp.el (nntp-marks-directory): Fix custom group.
9910
9911         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9912         steps when < 10.
9913
9914         * gnus-start.el (gnus-no-server-1): Mention
9915         `gnus-level-default-subscribed' in doc string.
9916
9917 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9918
9919         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9920         parens.
9921
9922 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-xmas.el (gnus-use-toolbar): Revert.
9925         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9926         gnus-use-toolbar is default.
9927
9928         * messagexmas.el (message-use-toolbar): Revert.
9929         (message-setup-toolbar): Use global default-toolbar if
9930         message-use-toolbar is default.
9931
9932 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9935         according to default-toolbar-visible-p.
9936
9937         * messagexmas.el (message-use-toolbar): Ditto.
9938
9939 2005-11-26  Dave Love  <fx@gnu.org>
9940
9941         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9942         (tls-program, tls-success): Provide openssl alternative.
9943
9944         * starttls.el: Doc fixes.
9945         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9946         SERVICE to PORT.
9947
9948         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9949         port null or service name.
9950         (starttls-negotiate): Autoload.
9951
9952 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * message.el (message-kill-to-signature): Fix interactive spec.
9955
9956 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * pop3.el (pop3-open-server): Recognize a string as a service name.
9959
9960 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9961
9962         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9963
9964 2005-11-23  Dave Love  <fx@gnu.org>
9965
9966         Add pop3s, pop3/starttls.
9967
9968         * pop3.el (pop3-authentication-scheme): Clarify doc.
9969         (open-tls-stream, starttls-open-stream): Autoload.
9970         (pop3-stream-type): New.
9971         (pop3-open-server): Use it.
9972
9973         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9974         for POP.
9975         (mail-source-keyword-map): Add :stream for POP.
9976         (mail-source-fetch-pop): Use pop3-stream-type.
9977
9978 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9981         of current-time-string.
9982
9983 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9984
9985         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9986         date header.
9987
9988 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9989
9990         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9991         it can seriously impact performance as it bypasses the agent's
9992         local caches.
9993
9994 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9995
9996         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9997         must be explicitly online rather than "not explicitly offline" for
9998         its flags to be synchronized.
9999
10000         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10001         that gnus-uu-unmark-thread will function correctly.
10002
10003         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10004         1024K is instead displayed as 1M.
10005
10006 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10007
10008         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10009
10010 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10011
10012         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10013
10014 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10015
10016         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10017         error message to display actual error condition.
10018         (gnus-agent-save-local): Avoid saving symbols that are bound to
10019         nil as they simply result in a warning message in
10020         gnus-agent-read-local.
10021
10022 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10025         rather than make-variable-buffer-local for file-precious-flag.
10026
10027 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10028
10029         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10030         for duplicates which are removed.  The invalid sort check then
10031         triggers a rescan after the sort as sorting may have moved
10032         duplicate entries such that they can be cheaply detected.
10033
10034 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10037
10038 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10039
10040         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10041         internal variable to a custom variable.  Changed default value
10042         from compressed(2) to uncompressed(1).
10043         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10044         support for uncompressed agentview files.  Taken together, reading
10045         the agentview file should now be 6-7 times faster.
10046
10047 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10048
10049         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10050         as a buffer-local variable.  This avoids creating truncated
10051         dribble files as a result of a hang up, eg.
10052
10053 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10054
10055         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10056         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10057         XEmacs.
10058
10059 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * gnus-start.el (gnus-start-draft-setup): Enforce
10062         `gnus-draft-mode' for nndraft:drafts at startup.
10063
10064         * gnus.el (gnus-splash): Change custom group.
10065         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10066         allow-list argument.
10067
10068         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10069         string.
10070
10071 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * gnus-art.el (gnus-default-article-saver): Add user-defined
10074         `function' to custom type.
10075
10076 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10077
10078         * imap.el (imap-open): Handle case where buffer is a buffer
10079         object.
10080
10081 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10084         long lines.
10085         (gnus-cache-delete-group): Wrap doc strings.
10086
10087         * gnus-agent.el (gnus-agent-rename-group)
10088         (gnus-agent-delete-group): Wrap doc strings.
10089
10090 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * messagexmas.el (message-use-toolbar): Change the valid values
10093         into default, top, bottom, left, and right.
10094         (message-toolbar-thickness): New variable.
10095         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10096         well.
10097         (message-setup-toolbar): Make it work.
10098
10099         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10100         (gnus-use-toolbar): Change the valid values into default, top,
10101         bottom, left, and right.
10102         (gnus-toolbar-thickness): New variable.
10103         (gnus-xmas-setup-toolbar): New function.
10104         (gnus-xmas-setup-group-toolbar): Use it.
10105         (gnus-xmas-setup-summary-toolbar): Use it.
10106
10107 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10108
10109         * gnus-start.el (gnus-1): Add "native" to
10110         gnus-predefined-server-alist.
10111
10112         * gnus.el (gnus-method-to-server): Don't add "native" to the
10113         lists here, because that leads to problems when
10114         gnus-select-method is bound.
10115
10116 2005-11-09  Simon Josefsson  <jas@extundo.com>
10117
10118         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10119         use (not sort-by-date) instead.
10120
10121 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10122
10123         * gnus-delay.el (gnus-delay-group): Don't autoload.
10124         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10125         to be re-loaded when customizing the `gnus-delay' group.
10126
10127 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10128
10129         * message.el: Revert last changes.
10130         (message-insert-citation-line): Use newlines.
10131
10132 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10133
10134         * message.el (message-courtesy-message)
10135         (message-mark-insert-begin, message-mark-insert-end)
10136         (message-elide-ellipsis, message-cancel-message)
10137         (message-add-header, message-change-subject)
10138         (message-cross-post-followup-to-header)
10139         (message-cross-post-insert-note, message-reduce-to-to-cc)
10140         (message-widen-reply, message-delete-not-region)
10141         (message-kill-to-signature, message-insert-signature)
10142         (message-insert-importance-high, message-insert-importance-low)
10143         (message-insert-or-toggle-importance)
10144         (message-insert-disposition-notification-to)
10145         (message-indent-citation, message-yank-original)
10146         (message-cite-original-without-signature, message-cite-original)
10147         (message-insert-citation-line, message-position-on-field)
10148         (message-fix-before-sending, message-send-mail-partially)
10149         (message-send-mail, message-send-mail-with-sendmail)
10150         (message-send-mail-with-qmail, message-send-news)
10151         (message-check-news-header-syntax, message-generate-headers)
10152         (message-insert-courtesy-copy, message-fill-address)
10153         (message-fill-header, message-shorten-references)
10154         (message-setup-1, message-cancel-news)
10155         (message-forward-make-body-plain, message-forward-make-body-mime)
10156         (message-forward-make-body-mml, message-encode-message-body)
10157         (message-forward-make-body-digest-plain)
10158         (message-forward-make-body-digest-mime)
10159         (message-use-alternative-email-as-from): Insert `hard-newline'
10160         instead of ordinary newlines.
10161
10162 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * message.el (message-generate-headers): Downcase the argument
10165         given to message-check-element.
10166
10167 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10168
10169         * nntp.el (nntp-authinfo-rejected): New error condition.
10170         (nntp-wait-for): Use new error condition to signal authentication
10171         error.
10172         (nntp-retrieve-data): Rethrow new error condition to break out of
10173         recursive call to nntp-send-authinfo.
10174
10175 2005-11-08  Romain Francoise  <romain@orebokech.com>
10176
10177         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10178         (gnus-summary-exit-map): Bind to `Z p'.
10179         (gnus-summary-make-menu-bar): Add menu item.
10180
10181 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10184         (gnus-treat-*): Add `first' in all doc strings.
10185
10186         * gnus-group.el (gnus-group-compact-group): Fix typo.
10187
10188 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus.el (gnus-parameters-case-fold-search): New variable.
10191         (gnus-parameters-get-parameter): Use it.
10192
10193         * gnus-score.el (gnus-home-score-file): Doc fix.
10194
10195 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10196
10197         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10198
10199 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * mm-util.el (mm-special-display-p): New function.
10202
10203         * mml.el (mml-preview): Use it; doc fix.
10204
10205 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10206
10207         * imap.el (imap-open): Handle case where buffer is a buffer object.
10208
10209 2005-10-29  Romain Francoise  <romain@orebokech.com>
10210
10211         * message.el (message-fix-before-sending): Fix comment.
10212
10213 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10214
10215         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10216
10217 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10218
10219         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10220         Used in gnus-score.el.
10221
10222 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10223
10224         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10225
10226 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10229         whitespace removed in revision 7.8.  Use concatenated string to
10230         protect trailing whitespace.
10231
10232 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10233
10234         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10235         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10236         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10237         Courier IMAP ("some version from 2004").  Mostly based on similar
10238         code in the same function.
10239
10240 2005-10-26  Didier Verna  <didier@xemacs.org>
10241
10242         * gnus-group.el (gnus-group-compact-group): Invalidate original
10243         article buffer.
10244         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10245         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10246         NOV database and in article itself.
10247         Invalidate article backlog.
10248
10249 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10252
10253 2005-10-26  Simon Josefsson  <jas@extundo.com>
10254
10255         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10256         part of 2004-07-25 change.
10257
10258 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * message.el (message-display-completion-list): New function.
10261         (message-expand-group): Use it; make sure the Completions buffer
10262         is modifiable.
10263 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10264
10265         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10266         user-mail-name is an empty string.
10267
10268 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10271         depending on gnus-score-decay-constant.
10272
10273         * encrypt.el (encrypt-insert-file-contents)
10274         (encrypt-write-file-contents): Don't use `gnus-message'.
10275
10276         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10277         arguments.
10278         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10279         arguments to mm-uu-verbatim-marks-extract.
10280         (mm-uu-hide-markers): New variable.
10281         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10282
10283         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10284         (gnus-convert-image-to-face-command): Use "convert" by default to
10285         allow other input image formats.
10286         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10287         accordingly.
10288
10289 2005-10-23  Simon Josefsson  <jas@extundo.com>
10290
10291         * imap.el (imap-gssapi-program): Align command line parameters
10292         with latest GNU SASL.
10293         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10294
10295 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10298         HTML.
10299         (nnslashdot-request-article): Ditto.
10300
10301         * lpath.el (featurep): Add nobreak-char-display.
10302
10303 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10304
10305         * mail-source.el (mail-source-fetch-pop): Require pop3.
10306         (mail-source-check-pop): Ditto.
10307
10308 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10311         errors.
10312
10313 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10316         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10317
10318         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10319
10320         * mm-bodies.el (mm-decode-string): Call
10321         `mm-charset-to-coding-system' with allow-override argument.
10322
10323 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10326         (rfc2047-charset-to-coding-system): New function.
10327         (rfc2047-decode-encoded-words): New function.
10328         (rfc2047-decode-region): Use them.
10329         (rfc2047-decode-cte): Remove.
10330         (rfc2047-parse-and-decode): Remove.
10331         (rfc2047-decode): Remove.
10332
10333 2005-10-15  Kenichi Handa  <handa@m17n.org>
10334
10335         * rfc2047.el (rfc2047-decode-cte): New function.
10336         (rfc2047-decode-region): Change the way to decode successive
10337         encoded-words: decode B- or Q-encoding in each encoded-word,
10338         concatenate them, and decode it as charset.
10339
10340 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * lpath.el: Fbind codepage-setup for XEmacs.
10343
10344 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10345
10346         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10347         widget-move-and-invoke.
10348         (gnus-custom-mode): Use gnus-custom-map.
10349
10350 2005-10-15  Bill Wohler  <wohler@newt.com>
10351
10352         * message.el (message-tool-bar-map): Renamed image file from
10353         mail_send to mail/send.
10354
10355 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10356
10357         * message.el (message-expand-group): Pass the common
10358         prefix substring of completion to `display-completion-list'.
10359
10360 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * mml-sec.el (mml-secure-method): New internal variable.
10363         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10364         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10365         functions using mml-secure-method.
10366
10367         * mml.el (mml-mode-map): Add key bindings for those functions.
10368         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10369         Harder <harder@myrealbox.com>.
10370         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10371         end of message if point is the headers of the message.
10372
10373         * message.el (message-in-body-p): New function.
10374
10375         * assistant.el: Autoload gnus-util and netrc.
10376
10377         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10378         Use `mm-charset-override-alist' only when decoding.
10379
10380         * mm-bodies.el (mm-decode-body): Call
10381         `mm-charset-to-coding-system' with allow-override argument.
10382
10383         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10384         `filename' from Content-Disposition if Content-Type doesn't
10385         provide `name'.
10386         (gnus-mime-view-part-as-type): Set default instead of
10387         initial-input.
10388
10389 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10390
10391         * format-spec.el (format-spec): Propagate text properties of % spec.
10392
10393 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * gnus-art.el (gnus-treat-predicate): Add `first'.
10396
10397 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10400         (mm-charset-override-alist): New variable.
10401         (mm-charset-to-coding-system): Use it.
10402         (mm-codepage-setup): New helper function.
10403         (mm-charset-eval-alist): New variable.
10404         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10405         about unknown charsets.
10406
10407         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10408
10409 2005-10-04  David Hansen  <david.hansen@gmx.net>
10410
10411         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10412         (nnrss-check-group): Ditto.
10413
10414 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10417         Rename x-gnus-verbatim to x-verbatim.
10418         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10419
10420         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10421         x-verbatim.
10422
10423         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10424
10425         * gnus-util.el (gnus-remove-duplicates): Remove.
10426
10427         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10428         instead of gnus-remove-duplicates.
10429
10430         * message.el (message-remove-duplicates): Remove.
10431         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10432         message-remove-duplicates.
10433
10434         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10435         available, else use implementation from `delete-dups'.
10436
10437         * message.el (message-insert-expires): New function.
10438         (message-mode-map): Add key binding.
10439         (message-mode-field-menu): Add menu entry.
10440         (message-mode): Document it.
10441         (message-make-expires-date): Use `message-make-date'.
10442
10443 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10444
10445         * message.el (message-make-expires-date): New function.
10446
10447 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * Makefile.in (list-installed-shadows): New entry.
10450         (install): Use it.
10451         (remove-installed-shadows): New entry.
10452
10453         * dgnushack.el (dgnushack-default-load-path): New variable.
10454         (dgnushack-find-lisp-shadows): New function.
10455         (dgnushack-remove-lisp-shadows): New function.
10456
10457 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * Makefile.in (install-el-elc): New entry.
10460         (install): Use it so that .el files are necessarily installed.
10461
10462 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10465
10466 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10467
10468         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10469         function rather than the diff-mode.el package.
10470         (mm-display-external): Use with-current-buffer.
10471         (mm-viewer-completion-map, mm-viewer-completion-map):
10472         Move initialization inside declaration.
10473
10474 2005-09-29  Simon Josefsson  <jas@extundo.com>
10475
10476         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10477         autoload mail-check-payment.
10478         (spam-check-hashcash): Define unconditionally, since hashcash.el
10479         is part of Gnus now.  Ignore errors from payment checking.
10480
10481 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * message.el (message-bold-region, message-unbold-region): Rename
10484         from `bold-region' and `unbold-region'.
10485
10486         * message.el: Remove useless autoloads.
10487
10488 2005-09-28  Simon Josefsson  <jas@extundo.com>
10489
10490         * message.el (message-use-idna): Default to t.
10491         (message-use-idna): Test whether encoding works too.  Doc fix.
10492
10493 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * nntp.el (nntp-warn-about-losing-connection): Remove.
10496
10497 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10500         customizable.  Change default value.
10501         (mm-uu-diff-groups-regexp): Change default value.
10502         (mm-uu-type-alist): Add doc string.
10503         (mm-uu-configure): Add doc string.  Make it interactive.
10504         (mm-uu-tex-groups-regexp): New variable.
10505         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10506         (mm-uu-type-alist): Add LaTeX documents.
10507         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10508         of "text/verbatim".
10509         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10510
10511         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10512         instead of "text/verbatim".
10513
10514         * message.el (message-mark-inserted-region)
10515         (message-mark-insert-file): Use slrn style marks when called with
10516         prefix argument.
10517
10518 2005-09-27  Simon Josefsson  <jas@extundo.com>
10519
10520         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10521
10522 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10523
10524         * message.el (message-remove-duplicates): New function.
10525         Implementation borrowed from `gnus-remove-duplicates'.
10526         (message-idna-to-ascii-rhs): Also encode idna addresses in
10527         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10528         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10529         only ask about the same idna domain once per header and also tell
10530         in what header to replace the idna domain.
10531
10532         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10533         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10534         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10535         a header is decoded and not just the last one.
10536
10537 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10540         has been decoded.
10541
10542         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10543         (mm-insert-part): Don't modify text if it has been decoded.
10544
10545         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10546         decoded.
10547
10548         * mm-view.el (mm-inline-text): Don't strip text props unless
10549         decoding enriched or richtext parts.
10550
10551 2005-09-25  Romain Francoise  <romain@orebokech.com>
10552
10553         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10554         * gnus-start.el (gnus-subscribe-interactively):
10555         * gnus-uu.el (gnus-uu-grab-articles):
10556         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10557         space.
10558
10559 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10560
10561         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10562         * mm-view.el (mm-view-pkcs7-decrypt):
10563         * gnus-sum.el (gnus-summary-limit-to-extra)
10564         (gnus-summary-respool-article, gnus-read-move-group-name):
10565         * gnus-score.el (gnus-summary-increase-score):
10566         * gnus-util.el (gnus-completing-read-with-default):
10567         * gnus-art.el (gnus-read-save-file-name)
10568         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10569         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10570         * message.el (message-check-news-header-syntax):
10571         Follow convention for reading with the minibuffer.
10572
10573 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * spam-report.el (spam-report-url-ping-plain):
10576         Use gnus-extended-version as User-Agent.
10577
10578         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10579         default value is nil.
10580
10581         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10582         (mm-uu-verbatim-marks-extract): New function.
10583         (mm-uu-extract): New face.
10584         (mm-uu-copy-to-buffer): Use it.
10585
10586         * spam-report.el (spam-report-gmane-ham): Renamed from
10587         `spam-report-gmane-unspam'.
10588         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10589         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10590
10591         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10592         Autoload.
10593         (spam-report-gmane-unregister-routine): Renamed
10594         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10595
10596 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10597
10598         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10599         (spam-report-gmane-unregister-routine): Add support for gmane
10600         unregistration.
10601
10602         * spam-report.el (spam-report-gmane-unspam)
10603         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10604         (spam-report-gmane): Change to take a single article and do unspam
10605         registration.
10606
10607 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * mm-url.el (mm-url-decode-entities): Fix regexp.
10610
10611 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10612
10613         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10614         default to nil, to be able to use Gnus at all.  If the default
10615         switches to something else, then the function should be fixed not
10616         be exceedingly slow.
10617
10618 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10619
10620         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10621         fail hard.
10622
10623         * spam-report.el: Add better Keywords line.
10624
10625         * spam.el: Add Maintainer and better Keywords line.
10626
10627 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * gnus-art.el (gnus-article-replace-part)
10630         (gnus-mime-replace-part): New functions.
10631         (gnus-mime-action-alist, gnus-mime-button-commands)
10632         (gnus-mime-save-part-and-strip): Added file argument.
10633         (gnus-article-part-wrapper): Added interactive argument.
10634
10635         * gnus-sum.el (gnus-summary-mime-map): Add
10636         `gnus-article-replace-part'.
10637
10638 2005-09-19  Didier Verna  <didier@xemacs.org>
10639
10640         The nnml compaction feature:
10641         * nnml.el (nnml-request-compact-group): New function.
10642         * nnml.el (nnml-request-compact): New function.
10643         * gnus-int.el (gnus-request-compact-group): New function.
10644         * gnus-int.el (gnus-request-compact): New function.
10645         * gnus-group.el (gnus-group-compact-group): New function.
10646         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10647         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10648         * gnus-srvr.el (gnus-server-compact-server): New function.
10649         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10650         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10651
10652 2005-09-18  Deepak Goel  <deego@gnufans.org>
10653
10654         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10655         format spec.
10656
10657 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10660
10661 2005-09-15  Romain Francoise  <romain@orebokech.com>
10662
10663         * message.el (message-fill-paragraph): Clarify docstring.
10664
10665 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-art.el (gnus-mime-display-part): Protect against broken
10668         MIME messages.
10669
10670 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10673         before parsing header.
10674
10675 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10676
10677         * html2text.el (html2text-replace-list): Add new entities.
10678
10679 2005-09-11  Romain Francoise  <romain@orebokech.com>
10680
10681         * message.el (message-alternative-emails): Improve docstring.
10682         (message-setup-1): Call `message-use-alternative-email-as-from'
10683         after `message-setup-hook' to give it precedence over posting
10684         styles, etc.
10685         (message-use-alternative-email-as-from): Add docstring.  Remove
10686         the original From header if present.
10687
10688         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10689         (nnml-save-mail): Use it.
10690
10691         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10692         articles.  Add new argument `silent'.
10693         (gnus-uu-mark-all): Report the total number of marked articles.
10694
10695 2005-09-10  Romain Francoise  <romain@orebokech.com>
10696
10697         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10698         (gnus-uu-mark-series): Likewise.
10699
10700 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * spam-report.el (spam-report-gmane): Fix generation of spam
10703         report URL.
10704
10705 2005-09-10  Simon Josefsson  <jas@extundo.com>
10706
10707         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10708         t, based on discussion on the ding list with Robert Epprecht
10709         <epprecht@solnet.ch>.
10710
10711 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * spam-report.el (spam-report-gmane): Make it work without
10714         X-Report-Spam header.  Gmane now only provides Archived-At.
10715         This is only used if `spam-report-gmane-use-article-number' is nil.
10716         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10717
10718         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10719         make `gnus-summary-sort-by-recipient' work with threading.
10720
10721         * nnweb.el (nnweb-google-wash-article): Print a message if article
10722         is not available.
10723
10724 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10725
10726         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10727         change.  Decode text/* parts content before displaying.
10728
10729 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10732
10733 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10736
10737         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10738         url-package-name, url-package-version,
10739         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10740         w3m-display-inline-images, and w3m-minor-mode-map.
10741
10742 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * message.el (message-tab-body-function): Fix mismatched custom type.
10745
10746         * gnus.el (gnus-group-change-level-function): Ditto.
10747
10748         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10749
10750         * gnus-art.el (gnus-signature-limit)
10751         (gnus-article-mime-part-function): Ditto.
10752
10753 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * mml.el (mml-mode): Silence the byte compiler.
10756
10757         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10758         using `(sit-for 0)' before moving the point to the specified part;
10759         skip unbuttonized parts.
10760         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10761         return to the summary window if gnus-auto-select-part is non-nil.
10762
10763 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10766         variables.
10767         (mml-dnd-attach-file, mml-mode): Use them.
10768
10769         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10770         Make fetching article by MID work again for Google Groups.  Added
10771         FIXME concerning gnus-group-make-web-group.
10772
10773         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10774         Don't depend on Gnus by using mail-extract-address-components if
10775         gnus-extract-address-components is not bound.
10776
10777 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10778
10779         * gnus-art.el (gnus-mime-display-security): Don't display the
10780         signature, but only the signed part.
10781
10782 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10785
10786         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10787         list, not listp.
10788
10789 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10790
10791         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10792         when encoding.
10793
10794         * mm-bodies.el (mm-decode-content-transfer-encoding):
10795         De-canonicalize CRLF for all text content types, not just
10796         text/plain.
10797
10798 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10801         valid article; point arrow and cursor at the MIME button.
10802
10803 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10806         Suggested by Dan Christensen <jdc@uwo.ca>.
10807
10808         * mm-decode.el (mm-save-part): Enable change of prompt.
10809
10810 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10811
10812         * gnus-msg.el (gnus-inews-add-send-actions): Made
10813         `message-post-method' lambda parameter ARG `&optional'.
10814
10815 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * gnus-sum.el (gnus-summary-mime-map): Added
10818         gnus-article-save-part-and-strip, gnus-article-delete-part and
10819         gnus-article-jump-to-part.
10820
10821         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10822         (gnus-article-edit-part): Use it.
10823         (gnus-article-part-wrapper): Added no-handle argument.
10824         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10825         functions.
10826
10827 2005-08-29  Romain Francoise  <romain@orebokech.com>
10828
10829         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10830         docstring.
10831         (gnus-face-from-file): Likewise.
10832
10833 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10836         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10837         non-nil.
10838         (gnus-auto-select-part): New variable.
10839         (gnus-article-jump-to-part): New function.
10840         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10841         (gnus-mime-delete-part): Allow selecting specified part after
10842         deleting or stripping parts.
10843         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10844         part if argument is bogus.
10845
10846 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10847
10848         * gnus-art.el (w3m-minor-mode-map):
10849         * gnus-spec.el (gnus-newsrc-file-version):
10850         * gnus-util.el (nnmail-active-file-coding-system)
10851         (gnus-original-article-buffer, gnus-user-agent):
10852         * gnus.el (gnus-ham-process-destinations)
10853         (gnus-parameter-ham-marks-alist)
10854         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10855         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10856         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10857         * mm-decode.el (gnus-current-window-configuration):
10858         * mm-extern.el (gnus-article-mime-handles):
10859         * mm-url.el (url-current-object, url-package-name)
10860         (url-package-version):
10861         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10862         (smime-keys, w3m-cid-retrieve-function-alist)
10863         (w3m-current-buffer, w3m-display-inline-images)
10864         (w3m-minor-mode-map):
10865         * mml-smime.el (gnus-extract-address-components):
10866         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10867         (gnus-newsrc-hashtb, message-default-charset)
10868         (message-deletable-headers, message-options)
10869         (message-posting-charset, message-required-mail-headers)
10870         (message-required-news-headers):
10871         * mml1991.el (mc-pgp-always-sign):
10872         * mml2015.el (mc-pgp-always-sign):
10873         * nnheader.el (nnmail-extra-headers):
10874         * rfc1843.el (gnus-decode-encoded-word-function)
10875         (gnus-decode-header-function, gnus-newsgroup-name):
10876         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10877
10878 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10879
10880         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10881         the end of the date treatments.
10882
10883 2005-08-15  Simon Josefsson  <jas@extundo.com>
10884
10885         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10886         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10887         Capello and Romain Francoise.
10888         (pgg-fetch-key-function): Removed, not used?
10889         (pgg-insert-url-with-w3): Require url, to get
10890         url-insert-file-contents regardless of where it is defined.
10891
10892 2005-08-13  Romain Francoise  <romain@orebokech.com>
10893
10894         * message.el (message-cite-original-1): New function.
10895         (message-cite-original): Use it.
10896         (message-cite-original-without-signature): Ditto.
10897
10898 2005-08-08  Romain Francoise  <romain@orebokech.com>
10899
10900         * message.el (message-yank-empty-prefix): New variable.
10901         (message-indent-citation): Use it.
10902         (message-cite-original-without-signature): Respect X-No-Archive.
10903
10904 2005-08-08  Simon Josefsson  <jas@extundo.com>
10905
10906         * pgg.el: Autoload url-insert-file-contents instead of loading
10907         w3/url.
10908         (pgg-insert-url-with-w3): Don't load url here.
10909
10910 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10911
10912         * message.el (message-kill-to-signature): Don't insert newline at
10913         bol.
10914         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10915
10916 2005-08-06  Romain Francoise  <romain@orebokech.com>
10917
10918         * message.el (message-user-fqdn): Fix typo in docstring.
10919
10920 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10921
10922         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10923
10924         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10925
10926 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * mm-bodies.el (mm-encode-body): Use coding system rather than
10929         charset to encode text.
10930
10931         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10932         number of charsets if utf-8 is available (XEmacs).
10933
10934 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10937         taken from `gnus-button-mid-or-mail-regexp'.
10938         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10939         (gnus-button-alist): Improve regexp for domain part of the MIDs
10940         for news:localpart@domain buttons.
10941         (gnus-button-ctan-directory-regexp): Update.
10942
10943 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * sieve-manage.el (sieve-manage-interactive-login): Use
10946         make-local-variable rather than make-variable-buffer-local.
10947         (sieve-manage-open): Ditto.
10948         (sieve-manage-authenticate): Ditto.
10949
10950         * mml.el (mml-generate-mime-1): Make the content type default to
10951         text/plain if the filename is not specified.
10952
10953 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10956         instead of insert-buffer.
10957
10958         * message.el (message-yank-original): Ditto; set the mark at the
10959         end of the yanked message.
10960
10961 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10964         lines to scroll rather than to stop it.
10965
10966         * mml.el (mml-generate-default-type): Add doc string.
10967         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10968         default to application/octet-stream when determining the content
10969         type if it is not specified for the part or the mml contents; add
10970         a comment about mml-generate-default-type.
10971
10972 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10975         make it default to application/octet-stream when determining the
10976         content type if it is not specified for the external contents.
10977
10978 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10981         segmented parameter but also other parameters might be there.
10982
10983 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * mm-decode.el (mm-display-external): Delete temp file, directory
10986         and buffer immediately if the external process is exited.
10987
10988 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10991         fewer lines than that of scroll-margin.
10992         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10993
10994 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-art.el (gnus-article-next-page): Revert.
10997         (gnus-article-beginning-of-window): New macro.
10998         (gnus-article-next-page-1): Use it.
10999         (gnus-article-prev-page): Ditto.
11000         (gnus-article-edit-part): Use insert-buffer-substring instead of
11001         insert-buffer.
11002         (gnus-article-edit-exit): Ditto.
11003
11004         * gnus-util.el (gnus-beginning-of-window): Remove.
11005         (gnus-end-of-window): Remove.
11006
11007         * lpath.el: Don't bind header-line-format and scroll-margin.
11008
11009 2005-07-25  Simon Josefsson  <jas@extundo.com>
11010
11011         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11012         to have the url package without w3.  Reported by Daiki Ueno
11013         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11014
11015 2005-07-20  Didier Verna  <didier@xemacs.org>
11016
11017         * gnus-diary.el: Remove the description comment (nndiary is now
11018         properly documented in the Gnus manual).
11019         Fix the spelling of "Back End".
11020         * nndiary.el: Ditto.
11021         Fix the copyright notice.
11022
11023 2005-07-18  Romain Francoise  <romain@orebokech.com>
11024
11025         * gnus-sum.el (gnus-summary-to-prefix)
11026         (gnus-summary-newsgroup-prefix): New variables.
11027         (gnus-summary-from-or-to-or-newsgroups): Use them.
11028
11029 2005-07-17  Romain Francoise  <romain@orebokech.com>
11030
11031         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11032         space as it's generally not especially interesting to the user.
11033
11034 2005-07-16  Romain Francoise  <romain@orebokech.com>
11035
11036         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11037         nil to avoid prompting and file modification if one of the
11038         messages at the top of the nnfolder file contains a copyright
11039         notice.
11040         Update copyright notice.
11041
11042         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11043         instead of `current-time-string' as the latter creates a time
11044         string that is not RFC 2822 compliant (it lacks the zone).
11045         Update copyright notice.
11046
11047 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11048
11049         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11050         for text/rtf.  Display default in prompt.  Pass default for M-n.
11051
11052         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11053
11054 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * gnus-msg.el (gnus-button-mailto): Remove
11057         save-selected-window-window hackery because it relies on
11058         save-selected-window internals.
11059
11060 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11063         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11064         (gnus-article-prev-page): Ditto.
11065
11066         * gnus-util.el (gnus-beginning-of-window): New function.
11067         (gnus-end-of-window): New function.
11068
11069         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11070
11071 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11072
11073         * gnus-score.el (gnus-score-edit-all-score): Set
11074         gnus-score-edit-exit-function to gnus-score-edit-done and call
11075         gnus-message.
11076
11077 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11078
11079         * gnus-msg.el (gnus-button-mailto): Remove
11080         save-selected-window-window hackery because it relies on
11081         save-selected-window internals.
11082
11083 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11086         add-minor-mode.
11087         (gnus-binary-mode): Ditto.
11088
11089         * gnus-topic.el (gnus-topic-mode): Ditto.
11090
11091 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11092
11093         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11094         (gnus-article-prev-page): Take scroll-margin into consideration.
11095
11096 2005-07-04  Lute Kamstra  <lute@gnu.org>
11097
11098         Update FSF's address in GPL notices.
11099
11100 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11101
11102         * gnus.el (gnus-exit):
11103         * gnus-group.el (gnus-group-icons):
11104         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11105
11106         * gnus-nocem.el (gnus-nocem):
11107         * message.el (message-various, message-buffers, message-sending)
11108         (message-interface, message-forwarding, message-insertion)
11109         (message-headers, message-news, message-mail):
11110         * pgg-gpg.el (pgg-gpg):
11111         * pgg-parse.el (pgg-parse):
11112         * pgg-pgp.el (pgg-pgp):
11113         * pgg-pgp5.el (pgg-pgp5):
11114         * pop3.el (pop3): Finish `defgroup' description with period.
11115
11116 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-art.el (article-display-face): Improve the efficiency.
11119         (article-display-x-face): Ditto; remove grey x-face stuff.
11120
11121 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-art.el (article-display-face): Correct the position in
11124         which Faces are inserted.
11125
11126 2005-06-29  Didier Verna  <didier@xemacs.org>
11127
11128         * gnus-art.el (article-display-face): Display faces in correct
11129         order.
11130
11131 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11134         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11135         (gnus-nocem-check-article): Fetch the Type header.
11136         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11137         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11138         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11139         make sure gnus-nocem-hashtb is initialized.
11140         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11141         (gnus-nocem-unwanted-article-p): Ditto.
11142
11143         * pgg.el (pgg-verify): Return the verification result.
11144
11145 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146
11147         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11148         is ascii.
11149
11150 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11151
11152         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11153         `show-nonbreak-escape'.
11154
11155 2005-06-23  Lute Kamstra  <lute@gnu.org>
11156
11157         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11158
11159         * dig.el (dig-mode):
11160         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11161
11162 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11163
11164         * nnimap.el (nnimap-split-download-body): Fix spellings.
11165
11166 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11167
11168         * gnus-art.el (gnus-article-encrypt-body):
11169         * gnus-cus.el (gnus-score-customize):
11170         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11171         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11172
11173 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11174
11175         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11176         header by looking for magic "MII" at the beginnig.
11177
11178 2005-06-16  Miles Bader  <miles@gnu.org>
11179
11180         * gnus-xmas.el (gnus-xmas-group-startup-message):
11181         Use renamed gnus-splash face.
11182
11183         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11184         (assistant-field-face): New backward-compatibility alias for renamed
11185         face.
11186         (assistant-render-text): Use renamed assistant-field face.
11187
11188         * spam.el (spam): Remove "-face" suffix from face name.
11189         (spam-face): New backward-compatibility alias for renamed face.
11190         (spam-face, spam-initialize): Use renamed spam face.
11191
11192         * message.el (message-header-to, message-header-cc)
11193         (message-header-subject, message-header-newsgroups)
11194         (message-header-other, message-header-name)
11195         (message-header-xheader, message-separator, message-cited-text)
11196         (message-mml): Remove "-face" suffix from face names.
11197         (message-header-to-face, message-header-cc-face)
11198         (message-header-subject-face, message-header-newsgroups-face)
11199         (message-header-other-face, message-header-name-face)
11200         (message-header-xheader-face, message-separator-face)
11201         (message-cited-text-face, message-mml-face):
11202         New backward-compatibility aliases for renamed faces.
11203         (message-font-lock-keywords): Use renamed message faces.
11204
11205         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11206         (sieve-test-commands, sieve-tagged-arguments):
11207         Remove "-face" suffix from face names.
11208         (sieve-control-commands-face, sieve-action-commands-face)
11209         (sieve-test-commands-face, sieve-tagged-arguments-face):
11210         New backward-compatibility aliases for renamed faces.
11211         (sieve-control-commands-face, sieve-action-commands-face)
11212         (sieve-test-commands-face, sieve-tagged-arguments-face):
11213         Use renamed sieve faces.
11214
11215         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11216         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11217         (gnus-group-news-3-empty, gnus-group-news-4)
11218         (gnus-group-news-4-empty, gnus-group-news-5)
11219         (gnus-group-news-5-empty, gnus-group-news-6)
11220         (gnus-group-news-6-empty, gnus-group-news-low)
11221         (gnus-group-news-low-empty, gnus-group-mail-1)
11222         (gnus-group-mail-1-empty, gnus-group-mail-2)
11223         (gnus-group-mail-2-empty, gnus-group-mail-3)
11224         (gnus-group-mail-3-empty, gnus-group-mail-low)
11225         (gnus-group-mail-low-empty, gnus-summary-selected)
11226         (gnus-summary-cancelled, gnus-summary-high-ticked)
11227         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11228         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11229         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11230         (gnus-summary-low-undownloaded)
11231         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11232         (gnus-summary-low-unread, gnus-summary-normal-unread)
11233         (gnus-summary-high-read, gnus-summary-low-read)
11234         (gnus-summary-normal-read, gnus-splash):
11235         Remove "-face" suffix from face names.
11236         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11237         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11238         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11239         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11240         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11241         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11242         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11243         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11244         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11245         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11246         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11247         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11248         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11249         (gnus-summary-normal-ticked-face)
11250         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11251         (gnus-summary-normal-ancient-face)
11252         (gnus-summary-high-undownloaded-face)
11253         (gnus-summary-low-undownloaded-face)
11254         (gnus-summary-normal-undownloaded-face)
11255         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11256         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11257         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11258         (gnus-splash-face):
11259         New backward-compatibility aliases for renamed faces.
11260         (gnus-group-startup-message): Use renamed gnus faces.
11261
11262         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11263         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11264         (gnus-server-agent): Remove "-face" suffix from face names.
11265         (gnus-server-agent-face, gnus-server-opened-face)
11266         (gnus-server-closed-face, gnus-server-denied-face)
11267         (gnus-server-offline-face):
11268         New backward-compatibility aliases for renamed faces.
11269         (gnus-server-agent-face, gnus-server-opened-face)
11270         (gnus-server-closed-face, gnus-server-denied-face)
11271         (gnus-server-offline-face): Use renamed gnus faces.
11272
11273         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11274         Remove "-face" suffix from face names.
11275         (gnus-picon-xbm-face, gnus-picon-face):
11276         New backward-compatibility aliases for renamed faces.
11277
11278         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11279         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11280         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11281         (gnus-cite-11): Remove "-face" suffix from face names.
11282         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11283         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11284         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11285         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11286         New backward-compatibility aliases for renamed faces.
11287         (gnus-cite-attribution-face, gnus-cite-face-list)
11288         (gnus-article-boring-faces): Use renamed gnus faces.
11289
11290         * gnus-art.el (gnus-signature, gnus-header-from)
11291         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11292         (gnus-header-content): Remove "-face" suffix from face names.
11293         (gnus-signature-face, gnus-header-from-face)
11294         (gnus-header-subject-face, gnus-header-newsgroups-face)
11295         (gnus-header-name-face, gnus-header-content-face):
11296         New backward-compatibility aliases for renamed faces.
11297         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11298
11299         * gnus-sum.el (gnus-summary-selected-face)
11300         (gnus-summary-highlight): Use renamed gnus faces.
11301         * gnus-group.el (gnus-group-highlight): Likewise.
11302
11303 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11304
11305         * gnus-sieve.el (gnus-sieve-article-add-rule):
11306         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11307         * spam-stat.el (spam-stat-buffer-change-to-spam)
11308         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11309
11310         * message.el (message-is-yours-p):
11311         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11312
11313 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * mm-view.el (mm-inline-text): Withdraw the last change.
11316
11317 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11320         executing enriched-decode.
11321
11322 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11325         charset of tar files.
11326
11327 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11328
11329         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11330
11331 2005-06-04  Lute Kamstra  <lute@gnu.org>
11332
11333         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11334         information is never recorded.
11335
11336 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11337
11338         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11339
11340 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * pop3.el (pop3-apop): Run md5 in the binary mode.
11343
11344         * starttls.el (starttls-set-process-query-on-exit-flag):
11345         Use eval-and-compile.
11346
11347 2005-05-31  Simon Josefsson  <jas@extundo.com>
11348
11349         * smime.el (smime-replace-in-string): Define.
11350         (smime-cert-by-ldap-1): Use it.
11351
11352 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-art.el (article-display-x-face): Replace
11355         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11356
11357         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11358         set-process-query-on-exit-flag or process-kill-without-query.
11359
11360         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11361         loop instead of replace-regexp.
11362
11363         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11364         instead of process-kill-without-query if it is available.
11365
11366         * lpath.el: Fbind ldap-search-entries.
11367
11368         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11369         instead of find-file-hooks if it is available.
11370
11371         * mml1991.el: Bind pgg-default-user-id when compiling.
11372
11373         * mml2015.el: Bind pgg-default-user-id when compiling.
11374
11375         * nndraft.el (nndraft-request-associate-buffer):
11376         Use write-contents-functions instead of write-contents-hooks if it is
11377         available.
11378
11379         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11380         instead of find-file-hooks if it is available.
11381
11382         * nntp.el (nntp-open-connection): Replace
11383         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11384         (nntp-open-ssl-stream): Ditto.
11385         (nntp-open-tls-stream): Ditto.
11386
11387         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11388         set-process-query-on-exit-flag or process-kill-without-query.
11389         (starttls-open-stream-gnutls): Use it instead of
11390         process-kill-without-query.
11391         (starttls-open-stream): Ditto.
11392
11393 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11394
11395         * smime.el (smime-cert-by-ldap-1): Don't use
11396         replace-regexp-in-string.
11397
11398 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11399
11400         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11401
11402         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11403         in PEM format.  Adjust to the XEmacs compability.
11404
11405 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11408         by `string-to-number'.
11409         * gnus-agent.el (gnus-agent-regenerate-group)
11410         (gnus-agent-fetch-articles): Ditto.
11411         * gnus-art.el (gnus-button-fetch-group): Ditto.
11412         * gnus-cache.el (gnus-cache-generate-active)
11413         (gnus-cache-articles-in-group): Ditto.
11414         * gnus-group.el (gnus-group-set-current-level)
11415         (gnus-group-insert-group-line): Ditto.
11416         * gnus-score.el (gnus-score-set-expunge-below)
11417         (gnus-score-set-mark-below, gnus-summary-score-effect)
11418         (gnus-summary-score-entry): Ditto.
11419         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11420         (gnus-soup-pack): Ditto.
11421         * gnus-spec.el (gnus-xmas-format): Ditto.
11422         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11423         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11424         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11425         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11426         * nndb.el (nndb-get-remote-expire-response): Ditto.
11427         * nndiary.el (nndiary-parse-schedule-value)
11428         (nndiary-string-to-number, nndiary-request-replace-article)
11429         (nndiary-request-article): Ditto.
11430         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11431         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11432         * nneething.el (nneething-make-head): Ditto.
11433         * nnfolder.el (nnfolder-request-article)
11434         (nnfolder-retrieve-headers): Ditto.
11435         * nnheader.el (nnheader-file-to-number): Ditto.
11436         * nnkiboze.el (nnkiboze-request-article): Ditto.
11437         * nnmail.el (nnmail-process-unix-mail-format)
11438         (nnmail-process-babyl-mail-format): Ditto.
11439         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11440         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11441         (nnmh-request-create-group, nnmh-request-list-1)
11442         (nnmh-request-group, nnmh-request-article): Ditto.
11443         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11444         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11445         * nnsoup.el (nnsoup-make-active): Ditto.
11446         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11447         * nntp.el (nntp-find-group-and-number)
11448         (nntp-retrieve-headers-with-xover): Ditto.
11449         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11450         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11451         (pgg-format-key-identifier): Ditto.
11452         * pop3.el (pop3-last, pop3-stat): Ditto.
11453         * qp.el (quoted-printable-decode-region): Ditto.
11454
11455         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11456         of concat.
11457
11458 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11461
11462         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11463
11464         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11465
11466         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11467
11468         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11469
11470         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11471
11472         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11473         (gnus-carpal-mode): Ditto.
11474
11475         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11476         (gnus-browse-mode): Ditto.
11477
11478         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11479
11480         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11481
11482 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11483
11484         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11485
11486 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-util.el (gnus-run-mode-hooks): New function.
11489
11490         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11491
11492         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11493         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11494
11495 2005-05-27  Lute Kamstra  <lute@gnu.org>
11496
11497         * dns-mode.el (dns-mode): Specify customization group.
11498
11499 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11500
11501         * gnus-agent.el (gnus-agent-make-mode-line-string):
11502         Use mode-line-highlight as mouse-face.
11503
11504 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * canlock.el (canlock): Change the parent group to news.
11507
11508         * deuglify.el (gnus-outlook-deuglify): Add :group.
11509
11510         * dig.el (dig): Add :group.
11511
11512         * dns-mode.el (dns-mode): Add :group.
11513
11514         * encrypt.el (encrypt): Add :group.
11515
11516         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11517         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11518         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11519         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11520         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11521
11522         * gnus-diary.el (gnus-diary): Add :group.
11523
11524         * gnus.el (gnus-group-news-1-face): Add :group.
11525         (gnus-group-news-1-empty-face): Ditto.
11526         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11527         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11528         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11529         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11530         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11531         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11532         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11533         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11534         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11535         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11536         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11537         (gnus-summary-high-ticked-face): Ditto.
11538         (gnus-summary-low-ticked-face): Ditto.
11539         (gnus-summary-normal-ticked-face): Ditto.
11540         (gnus-summary-high-ancient-face): Ditto.
11541         (gnus-summary-low-ancient-face): Ditto.
11542         (gnus-summary-normal-ancient-face): Ditto.
11543         (gnus-summary-high-undownloaded-face): Ditto.
11544         (gnus-summary-low-undownloaded-face): Ditto.
11545         (gnus-summary-normal-undownloaded-face): Ditto.
11546         (gnus-summary-high-unread-face): Ditto.
11547         (gnus-summary-low-unread-face): Ditto.
11548         (gnus-summary-normal-unread-face): Ditto.
11549         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11550         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11551
11552         * hashcash.el (hashcash): New custom group.
11553         (hashcash-default-payment): Add :group.
11554         (hashcash-payment-alist): Ditto.
11555         (hashcash-default-accept-payment): Ditto.
11556         (hashcash-accept-resources): Ditto.
11557         (hashcash-path): Ditto.
11558         (hashcash-extra-generate-parameters): Ditto.
11559         (hashcash-double-spend-database): Ditto.
11560         (hashcash-in-news): Ditto.
11561
11562         * message.el (message-minibuffer-local-map): Add :group.
11563
11564         * netrc.el (netrc): Add :group.
11565
11566         * sieve-manage.el (sieve-manage-log): Add :group.
11567         (sieve-manage-default-user): Diito.
11568         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11569         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11570         (sieve-manage-authenticators): Ditto.
11571         (sieve-manage-authenticator-alist): Ditto.
11572         (sieve-manage-default-port): Ditto.
11573
11574         * sieve-mode.el (sieve-control-commands-face): Add :group.
11575         (sieve-action-commands-face): Ditto.
11576         (sieve-test-commands-face): Ditto.
11577         (sieve-tagged-arguments-face): Ditto.
11578
11579         * smime.el (smime): Add :group.
11580
11581         * spam-report.el (spam-report): Add :group.
11582
11583         * spam.el (spam, spam-face): Add :group.
11584
11585 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11586
11587         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11588         return \n.\n.\n at the end of articles.  Protect against that.
11589         (nntp-with-open-group): Allow debugging.
11590
11591         * nnheader.el (mail-header-set-extra): Make into a function
11592         because I just could't understand how to quote the list properly.
11593
11594         * dns.el (query-dns-cached): New function.
11595
11596 2005-05-26  Lute Kamstra  <lute@gnu.org>
11597
11598         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11599
11600 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11603
11604         * gnus-art.el: Don't autoload mail-extract-address-components.
11605
11606         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11607         eval-and-compile to evaluate it.
11608
11609         * hashcash.el: Don't autoload executable-find.
11610
11611         * nndb.el: Don't declare the nndb back end two or more times; don't
11612         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11613
11614         * nntp.el: Autoload format-spec instead of format; use
11615         eval-and-compile to evaluate autoload forms.
11616
11617 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11618
11619         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11620
11621 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11622
11623         * gnus.el (gnus-version-number): Bump version.
11624
11625 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11626
11627         * gnus.el: No Gnus v0.3 is released.
11628
11629 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * lpath.el (featurep): Bind show-nonbreak-escape.
11632
11633 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-art.el (gnus-article-edit-part): Disable undo.
11636
11637 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11640         gnus-article-date-lapsed-new-header is t if date timer is active;
11641         skip headers in which the original date value is empty.
11642         (gnus-article-save-original-date): Redefine it as a macro.
11643         (gnus-display-mime): Use it.
11644
11645 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-art.el (article-date-ut): Support converting date in
11648         forwarded parts as well.
11649         (gnus-article-save-original-date): New function.
11650         (gnus-display-mime): Use it.
11651
11652 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11653
11654         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11655         enclosure element of <item>.
11656
11657 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * message.el (message-kill-buffer-query): Renamed from
11660         `message-kill-buffer-query-if-modified'.  Added :version.
11661
11662 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11665         window layout.
11666
11667 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * mml.el: Autoload dnd when compiling.
11670
11671 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11674         x-dnd-*.
11675
11676 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * qp.el (quoted-printable-encode-region): Save excursion.
11679
11680 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11681
11682         * message.el (message-kill-buffer-query-if-modified): Add new variable
11683         so the user can kill a modified message buffer quickly.
11684         (message-kill-buffer): Use it.
11685
11686 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * lpath.el: Fbind display-time-event-handler; don't fbind
11689         string-to-multibyte.
11690
11691         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11692
11693 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11696         contained in text because xml.el decodes entities) with LFs.
11697
11698 2005-04-11  Lute Kamstra  <lute@gnu.org>
11699
11700         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11701         differently.
11702
11703 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11704
11705         * mm-util.el (mm-detect-coding-region): Typo.
11706
11707 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11710
11711 2005-04-06  Deepak Goel  <deego@gnufans.org>
11712
11713         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11714         user-function allow user modifications of the scores.
11715         (spam-stat-score-buffer-user): New function, to allow
11716         user-computed modifications to the score.
11717         (spam-stat-score-buffer-user-functions): List of additional
11718         scoring functions.
11719         (spam-stat-error-holder): Global temporary error holder.
11720         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11721         variable.
11722
11723 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11724
11725         * gnus-registry.el (gnus-registry-clean-empty-function)
11726         (gnus-registry-trim, gnus-registry-fetch-groups)
11727         (gnus-registry-delete-group): Groups that match
11728         `gnus-registry-ignored-groups' are removed from the registry
11729         entries, not just ignored for splitting.  This helps clean up the
11730         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11731         to get all the groups a message ID is in.
11732
11733         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11734         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11735         (spam-stat-score-buffer-user-functions): Add :number custom type.
11736
11737 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11740         argument in XEmacs.
11741
11742         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11743         (nnrss-request-group): Decode group name first.
11744         (nnrss-request-article): Make a text/plain article if mml-to-mime
11745         failed.
11746         (nnrss-get-encoding): Return a compatible encoding according to
11747         nnrss-compatible-encoding-alist.
11748         (nnrss-find-el): Use consp instead of listp.
11749         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11750
11751 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11754         which Emacs 20 doesn't support.
11755         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11756
11757 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11760         silence the byte compiler inside the defun.
11761
11762         * gnus-demon.el (parse-time-string): Add autoload.
11763
11764         * gnus-delay.el (parse-time-string): Add autoload.
11765
11766         * gnus-art.el (parse-time-string): Add autoload.
11767
11768         * nnultimate.el (parse-time): Require for `parse-time-string'.
11769
11770 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11773
11774         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11775
11776         * smime.el (smime-ldap-host-list): Add :version.
11777
11778 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11781         pass it to `gnus-browse-read-group'.
11782         (gnus-browse-read-group): Add NUMBER argument and pass it to
11783         `gnus-group-read-ephemeral-group'.
11784
11785         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11786         argument and pass it to `gnus-group-read-group'.
11787
11788 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11789
11790         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11791         mm-xemacs-find-mime-charset-1 if we have the mule feature
11792         available at runtime.
11793
11794 2005-03-25  Werner Lemberg  <wl@gnu.org>
11795
11796         * nnmaildir.el: Replace `illegal' with `invalid'.
11797
11798 2005-03-23  Lute Kamstra  <lute@gnu.org>
11799
11800         * time-date.el: Add comment on time value formats.
11801         Don't require parse-time.
11802         (with-decoded-time-value): New macro.
11803         (encode-time-value): New function.
11804         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11805         (days-to-time): Return a valid time value when arg is huge.
11806         (time-since): Use time-subtract.
11807         (time-to-number-of-days): Use time-to-seconds.
11808
11809 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11810
11811         * gnus-start.el (gnus-display-time-event-handler):
11812         Check display-time-timer at runtime rather than only at load time
11813         in case display-time-mode is turned off in the mean time.
11814
11815 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11818         used.
11819
11820         * nneething.el (nneething-map-file-directory): Derive from
11821         `gnus-directory'.
11822
11823         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11824         the To/Cc button.
11825
11826 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * nnmaildir.el (nnmaildir-request-accept-article):
11829         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11830
11831 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11832
11833         * gnus-async.el: Require timer-funcs at compile time when in
11834         XEmacs for `run-with-idle-timer'.
11835
11836 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11837
11838         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11839         autoloaded function.
11840
11841 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11842
11843         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11844
11845 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11846
11847         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11848
11849 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11850
11851         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11852         gnus-expert-user to default.
11853
11854 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11855
11856         * nnimap.el (nnimap-open-server): Ditto.
11857
11858         * imap.el (imap-authenticate): Fix typo.
11859
11860 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11861
11862         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11863         buffer (since IMAP server might return FETCH response out of
11864         order, and the nntp buffer must be sorted).
11865
11866 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11867
11868         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11869         comparison on string.
11870
11871         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11872         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11873         (gnus-agent-summary-fetch-series): Modified to protect against
11874         gnus-agent-summary-fetch-group clearing processable flags.
11875         (gnus-agent-synchronize-group-flags): Update live group buffer as
11876         synchronization may occur due to the user toggle the plugged
11877         status.
11878         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11879         successfully downloaded.
11880         (gnus-agent-expire-group-1): Avoid using markers when the overview
11881         is in ascending order; greatly improves performance.
11882         (gnus-agent-regenerate-group): Use
11883         gnus-agent-synchronize-group-flags to reset read status in both
11884         gnus and server.
11885         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11886
11887 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * message.el: Don't autoload former message-utils variables.
11890         (message-strip-subject-trailing-was): Change doc string.
11891
11892         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11893         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11894         (nnweb-google-search): Add "hl=en" here.
11895         (nnweb-google-parse-1, nnweb-google-create-mapping):
11896         Don't hardcode URL.
11897
11898 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * message.el (message-get-reply-headers, message-followup):
11901         Mention related variables `message-use-followup-to' and
11902         `message-use-mail-followup-to', in the information buffer.
11903
11904         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11905         of broken groups(-beta).google.com.
11906
11907 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11908
11909         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11910         parameter to invoked gnus-request-move-article; remove the
11911         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11912         all at once instead of once per article.
11913         (gnus-summary-remove-process-mark): Accept a list of articles as
11914         well as a single article for processing.
11915
11916         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11917         parameter.
11918
11919         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11920
11921         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11922
11923         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11924         parameter.
11925
11926         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11927         parameter.
11928
11929         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11930         parameter and remove the gnus-sum-hint-move-is-internal variable.
11931
11932         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11933         parameter.
11934
11935         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11936         parameter.
11937
11938         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11939         parameter.
11940
11941         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11942
11943         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11944         parameter.
11945
11946         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11947         parameter.
11948
11949 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11950
11951         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11952         a more conservative way.
11953
11954 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11955
11956         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11957         buffer, so it moves the window's cursor.
11958
11959 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11960
11961         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11962         `mm-dissect-multipart' and receive the from field as an (optional)
11963         argument from `mm-dissect-multipart'.
11964         (mm-dissect-multipart): Receive the from field as an argument and
11965         pass it on when we call `mm-dissect-buffer' on MIME parts.
11966         Fixes verification/decryption of signed/encrypted MIME parts.
11967
11968 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         * gnus-sum.el (gnus-summary-move-article): Set
11971         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11972         whatever it calls (right now, only nnimap-request-move article
11973         respects it).
11974
11975         * nnimap.el (nnimap-request-move-article): When
11976         gnus-sum-hint-move-is-internal is set, don't do the extra
11977         nnimap-request-article.
11978
11979 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11980
11981         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11982
11983         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11984         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11985
11986         * gnus-sum.el (gnus-summary-caesar-message):
11987         Apply `gnus-treat-article' after rotation.
11988
11989         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11990         doc string.
11991
11992 2005-02-22  Simon Josefsson  <jas@extundo.com>
11993
11994         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11995         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11996         <arne@arnested.dk>.
11997         (encrypt): Add password-cache and password-cache-expiry as group
11998         members.
11999
12000 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12001
12002         * smime.el (smime-ldap-host-list): Doc fix.
12003         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12004         cache) password.
12005         (smime-sign-region): Use it.
12006         (smime-decrypt-region): Use it.
12007         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12008         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12009         fails.
12010         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12011         certificate from DER to PEM format rather than calling openssl.
12012
12013         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12014
12015         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12016         for signing/encryption.
12017
12018         * mml.el (mml-parse-1): Use them.
12019
12020 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12021
12022         * nnrss.el (nnrss-verbose): Removed.
12023         (nnrss-request-group): Use `nnheader-message' instead.
12024
12025 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12026
12027         * nnrss.el (nnrss-verbose): New variable.
12028         (nnrss-request-group): Make it say nnrss is requesting a group.
12029
12030 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12033         Handle news URL with given port correctly.
12034
12035 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12038         containing special characters.
12039
12040         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12041
12042         * mml.el (mime-to-mml): Ditto.
12043
12044         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12045         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12046         (rfc2047-decode-region): Quote decoded words containing special
12047         characters when rfc2047-quote-decoded-words-containing-tspecials
12048         is non-nil.
12049
12050 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12051
12052         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12053
12054         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12055
12056 2005-02-15  Simon Josefsson  <jas@extundo.com>
12057
12058         * nnimap.el (nnimap-debug): Doc fix.
12059
12060         * imap.el (imap-debug): Doc fix.
12061
12062 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12065
12066 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12067
12068         * gnus.el (spam-contents): Improve docs for spam-contents
12069         parameter in its variable incarnation.
12070
12071 2005-02-14  Simon Josefsson  <jas@extundo.com>
12072
12073         * smime-ldap.el: Use require instead of load-library for ldap.
12074         (smime-ldap-search): Indent.
12075         (smime-ldap-search-internal): Shorten line.
12076
12077         * smime.el (smime-cert-by-dns): Add doc-string.
12078         (smime-cert-by-ldap-1): Indent.
12079
12080         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12081         mml-smime-get-dns-ldap.
12082         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12083
12084 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12085
12086         * smime.el: Require smime-ldap.
12087         (smime-ldap-host-list): New variable.
12088         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12089
12090         * mml-smime.el (mml-smime-encrypt-query): New function.
12091         (mml-smime-encrypt-query): Use it.
12092
12093         * smime-ldap.el: New file.
12094
12095 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12098
12099 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12102         argument in doc string.  Make query for type more clear.
12103
12104 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * gnus.el (gnus-group-startup-message): Search for gnus images in
12107         etc/images/gnus.
12108         * mm-util.el (mm-image-load-path): Likewise.
12109         * smiley.el (smiley-data-directory): Search for smilies in
12110         etc/images/smilies.
12111
12112 2005-02-09  Kim F. Storm  <storm@cua.dk>
12113
12114         Change Emacs release version from 21.4 to 22.1 throughout.
12115         Change Emacs development version from 21.3.50 to 22.0.50.
12116
12117 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12120
12121         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12122         non-Mule XEmacs as well.
12123         (mm-decompress-buffer): Signal an error intentionally if it does
12124         not decompress compressed data because auto-compression-mode is
12125         disabled.
12126
12127 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12128
12129         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12130         an ID in the registry even if it has no groups.
12131
12132 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12135         merge it into mm-decompress-buffer.
12136         (gnus-mime-copy-part): Use the MIME part charset, the value which
12137         a user specified or gnus-newsgroup-charset for decoding, like
12138         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12139         save-buffer what was used.  Suggested by Kevin Ryde
12140         <user42@zip.com.au>.
12141         (gnus-mime-inline-part): Allow the name parameter as well as the
12142         filename parameter; force decompressing of compressed data; always
12143         display contents being not decoded as unibyte.
12144
12145         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12146         as well as the filename parameter.
12147
12148         * mm-util.el (mm-decompress-buffer): Merge
12149         gnus-mime-jka-compr-maybe-uncompress.
12150         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12151         of compressed data.
12152
12153 2005-02-08  Simon Josefsson  <jas@extundo.com>
12154
12155         * imap.el (imap-log): Doc fix.
12156
12157 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12160         the coding cookies; decompress compressed parts.
12161
12162         * mml.el (mml-generate-mime-1): Add the charset parameter according
12163         to the value which a user specified manually or the coding cookie.
12164
12165         * mm-util.el (mm-string-to-multibyte): New function.
12166         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12167         (mm-coding-system-to-mime-charset): New function.
12168         (mm-decompress-buffer): New function.
12169         (mm-find-buffer-file-coding-system): New function.
12170
12171         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12172         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12173         parts.
12174
12175 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12176
12177         * mm-view.el (mm-display-inline-fontify): Decode a part according
12178         to the charset parameter.
12179
12180 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12183         prefix arg is neither nil nor a number, as info specifies.
12184
12185 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12188         timestamps.
12189
12190 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12191
12192         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12193         groups error checking and notify user.
12194
12195 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12196
12197         * message.el (message-send-mail-function): Check existence of
12198         sendmail-program first before using default value
12199         `message-send-mail-with-sendmail'.  Otherwise use more generic
12200         `smtpmail-send-it'.
12201
12202 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * nntp.el (nntp-request-update-info): Always return nil.
12205
12206 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12207
12208         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12209
12210 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12211
12212         * message.el (message-beginning-of-line): Change the behavior when
12213         invoked between BOL and : so that it first moves backward.
12214
12215 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12218         article buffer when editing of the article is discarded.
12219         (gnus-article-prepare): Revert.
12220
12221 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-art.el (gnus-article-prepare):
12224         Remove message-strip-forbidden-properties from the local hook.
12225
12226 2005-01-27  Simon Josefsson  <jas@extundo.com>
12227
12228         * password.el (password-cache-add): Only start one timer per key.
12229         Reported by Derek Atkins <warlord@MIT.EDU>.
12230
12231 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12232
12233         * run-at-time.el: Removed.  It is no longer needed as
12234         timer-funcs.el in the xemacs-base package has a working version of
12235         `run-at-time'.
12236
12237         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12238
12239         * password.el: Require timer-funcs instead of run-at-time in
12240         XEmacs.
12241         Remove `password-run-at-time' macro.
12242         (password-cache-add): Use `run-at-time' instead of
12243         `password-run-at-time'.
12244
12245         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12246         Remove `nnheader-cancel-function-timers' alias,
12247         `cancel-function-timers' exists in XEmacs in timer-funcs.
12248
12249         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12250         for `run-with-idle-timer'.
12251
12252         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12253         for `run-at-time'.
12254
12255         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12256         for `with-timeout'.
12257
12258         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12259         the same as for XEmacs 21.4.
12260         No need to ignore `run-with-idle-timer', this function exists in
12261         XEmacs now in timer-funcs.el in the xemacs-base package.
12262         (dgnushack-compile): No need to delete
12263         run-at-time.el from the list of files to compile because it
12264         doesn't exist anymore.
12265
12266 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12269         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12270
12271 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12272
12273         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12274         sensitively.
12275
12276 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12277
12278         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12279
12280 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12283         which will be inserted according to the multibyteness of a buffer
12284         rather than the type of contents.  Suggested by ARISAWA Akihiro
12285         <ari@mbf.ocn.ne.jp>.
12286
12287         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12288         of string which old xml.el may return rather than a string.
12289
12290 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12293
12294 2005-01-16  Simon Josefsson  <jas@extundo.com>
12295
12296         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12297         idn/idna.el isn't available.
12298         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12299         <michael@waxrat.com>.
12300
12301         * hashcash.el: Remove non-FSF copyright header.
12302
12303         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12304         (hashcash-generate-payment): Use it.
12305         (hashcash-generate-payment-async): Use it.
12306
12307 2005-01-15  Simon Josefsson  <jas@extundo.com>
12308
12309         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12310         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12311
12312         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12313         gnus-summary-idna-message.
12314         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12315         (gnus-summary-idna-message): New function.
12316
12317 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12320         gnus-novice-user.
12321
12322 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * nnrss.el (nnrss-request-delete-group): Delete entries in
12325         nnrss-group-alist as well.
12326         (nnrss-save-server-data): Insert newline.
12327
12328 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * gnus.el (gnus-user-agent): Use list of symbols instead of
12331         symbols.  Display full version number for (S)XEmacs.  Optionally
12332         display (S)XEmacs codename.
12333
12334         * gnus-util.el (gnus-emacs-version): Update for new
12335         `gnus-user-agent'.
12336
12337         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12338         Gnus version.
12339
12340 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12343         which is unreadable in some setups.
12344
12345 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-spec.el (gnus-update-format-specifications): Flush the
12348         group format spec cache if it doesn't support decoded group names.
12349
12350 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12353         Allow to apply decay on score files matching a regexp.
12354
12355 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12358         compatibility in %g and %c.
12359
12360 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12363         name for only %g and %c.
12364         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12365         of gnus-tmp-group to decoded group name.
12366         (gnus-group-make-rss-group): Exclude `/'s from group names.
12367
12368 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * nnrss.el (nnrss-get-encoding): Fix regexp.
12371
12372 2004-12-27  Simon Josefsson  <jas@extundo.com>
12373
12374         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12375         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12376         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12377
12378 2004-12-17  Kim F. Storm  <storm@cua.dk>
12379
12380         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12381
12382         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12383
12384 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12385
12386         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12387
12388 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * nnrss.el: Require rfc2047 and mml.
12391         (nnrss-file-coding-system): New variable.
12392         (nnrss-format-string): Redefine it as an inline function.
12393         (nnrss-decode-group-name): New function.
12394         (nnrss-string-as-multibyte): Remove.
12395         (nnrss-retrieve-headers): Decode group name; don't use
12396         nnrss-format-string.
12397         (nnrss-request-group): Decode group name.
12398         (nnrss-request-article): Decode group name; allow a Message-ID as
12399         well as an article number; don't use nnrss-format-string; encode a
12400         Message-ID string which may contain non-ASCII characters; use
12401         mml-to-mime to compose a MIME article.
12402         (nnrss-request-expire-articles): Decode group name.
12403         (nnrss-request-delete-group): Decode group name.
12404         (nnrss-fetch): Clarify error message.
12405         (nnrss-read-server-data): Use insert-file-contents instead of load;
12406         bind file-name-coding-system; use multibyte buffer.
12407         (nnrss-save-server-data): Bind coding-system-for-write to the
12408         value of nnrss-file-coding-system; bind file-name-coding-system;
12409         add coding cookie.
12410         (nnrss-read-group-data): Use insert-file-contents instead of load;
12411         bind file-name-coding-system; use multibyte buffer.
12412         (nnrss-save-group-data): Bind coding-system-for-write to the
12413         value of nnrss-file-coding-system; bind file-name-coding-system.
12414         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12415         make it work with non-ASCII text.
12416         (nnrss-find-el): Make it work with old xml.el as well.
12417
12418 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12419
12420         * nnrss.el (nnrss-get-encoding): New function.
12421         (nnrss-fetch): Use unibyte buffer initially; bind
12422         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12423         decode contents according to the encoding attribute.
12424         (nnrss-save-group-data): Add coding cookie.
12425         (nnrss-mime-encode-string): New function.
12426         (nnrss-check-group): Use it to encode subject and author.
12427
12428 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12429
12430         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12431         imaginary variable.
12432
12433 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12436         correctly even if there are wide characters.
12437
12438 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12439
12440         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12441         downcased symbol names; make a new cache instead of reusing
12442         bbdb-hashtable.
12443
12444 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12447         concatenating segments rather than before concatenating them.
12448         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12449
12450         * message.el (message-get-reply-headers): Bind `extra'.
12451
12452 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453
12454         * message.el (message-extra-wide-headers): New variable.
12455         (message-get-reply-headers): Use it.
12456
12457 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12460         (gnus-agent-group-pathname): Ditto.
12461
12462         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12463
12464         * gnus-group.el (gnus-group-make-group): Decode group name.
12465         (gnus-group-make-rss-group): Register the group data after opening
12466         the nnrss group.
12467
12468 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12469
12470         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12471         by expiry now get marked as read.
12472
12473 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12476
12477 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12478
12479         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12480         unify Latin characters in XEmacs.
12481         (mm-find-mime-charset-region): Use it.
12482
12483 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-util.el (gnus-delete-directory): New function.
12486
12487         * gnus-agent.el (gnus-agent-delete-group): Use it.
12488
12489         * gnus-cache.el (gnus-cache-delete-group): Use it.
12490
12491 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12494         names.
12495
12496 2004-12-16  Simon Josefsson  <jas@extundo.com>
12497
12498         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12499
12500 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12503
12504         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12505         (gnus-group-set-current-level): Decode group name.
12506
12507 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12508
12509         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12510         failed.
12511
12512 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-group.el (gnus-group-delete-group): Decode group name.
12515         (gnus-group-make-rss-group): Encode group name.
12516         (gnus-group-catchup-current): Decode group name.
12517         (gnus-group-kill-group): Decode group name.
12518
12519 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12520
12521         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12522
12523 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-group.el (gnus-group-make-rss-group):
12526         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12527
12528         * gnus-start.el (gnus-setup-news): Honor user's setting to
12529         gnus-message-archive-method.  Suggested by Lute Kamstra
12530         <lute@gnu.org>.
12531
12532 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12533
12534         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12535         global counterparts of the buffer-local variables.
12536
12537 2004-11-16  Romain Francoise  <romain@orebokech.com>
12538
12539         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12540         counterparts of the buffer-local variables.
12541
12542 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * message.el (message-forbidden-properties): Fixed typo in doc
12545         string.
12546
12547 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * gnus-util.el (gnus-replace-in-string): Added doc string.
12550
12551         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12552         to avoid problems when splitting mails with many recipients.
12553
12554 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12555
12556         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12557         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12558
12559 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12560
12561         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12562         if there is no hashtable in memory or file modification time is
12563         newer than cached timestamp.
12564
12565 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12568         not-matching option.
12569
12570 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12573         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12574         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12575         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12576         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12577         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12578
12579 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * message.el (message-forward-make-body-mml): Remove headers
12582         according to message-forward-ignored-headers if a message is decoded.
12583
12584 2004-12-02  Romain Francoise  <romain@orebokech.com>
12585
12586         * message.el (message-forward-make-body-plain): Always remove
12587         headers according to message-forward-ignored-headers.
12588
12589 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12590
12591         * spam.el (spam-summary-prepare-exit): Remove the
12592         gnus-summary-limit pop for now, it has problems with ham marks for
12593         me.
12594
12595 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12596
12597         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12598         correctly.
12599
12600 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12601
12602         * format-spec.el (format-spec): Message the char.
12603
12604 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12605
12606         * gnus-art.el (gnus-split-methods): Reformat comments.
12607
12608         * spam.el (spam-summary-prepare-exit): Remove article limits
12609         before exiting the summary buffer.
12610
12611 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12614         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12615
12616         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12617         order to silence the byte compiler.
12618
12619         * spam.el: Fix the way to silence the byte compiler, which
12620         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12621         bbdb-search-simple, spam-BBDB-register-routine,
12622         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12623         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12624         spam-stat-buffer-is-spam, spam-stat-load,
12625         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12626         spam-stat-save and spam-stat-split-fancy.
12627
12628 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12631         which may confuse users.
12632         (canlock-password-for-verify): Ditto.
12633
12634         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12635
12636         * gnus-art.el (gnus-emphasis-alist): Ditto.
12637
12638         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12639
12640         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12641
12642         * gnus-start.el (gnus-save-killed-list): Ditto.
12643
12644         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12645         (gnus-sum-thread-tree-root): Ditto.
12646         (gnus-sum-thread-tree-false-root): Ditto.
12647         (gnus-sum-thread-tree-single-indent): Ditto.
12648
12649         * message.el (message-courtesy-message): Ditto.
12650         (message-archive-note): Ditto.
12651         (message-subscribed-address-file): Ditto.
12652         (message-user-fqdn): Ditto.
12653
12654         * spam-report.el (spam-report-gmane-regex): Ditto.
12655
12656         * spam.el (spam-blackhole-good-server-regex): Ditto.
12657
12658 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * mml.el (mml-preview): Widen the message buffer before copying
12661         the contents to the preview buffer; sort headers before previewing.
12662
12663         * message.el (message-hidden-headers): Fix the way to avoid a bug
12664         in the `repeat' widget in Emacs 21.3 or earlier.
12665
12666 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * message.el (message-hidden-headers): Default to "^References:".
12669         Improve customization type.  Suggested by Reiner Steib
12670         <Reiner.Steib@gmx.de>.
12671
12672 2004-11-25  Romain Francoise  <romain@orebokech.com>
12673
12674         * message.el (message-strip-forbidden-properties): Remove check for
12675         obsolete `message-hidden' text property, hidden headers are not
12676         accessible in the buffer anymore.
12677
12678 2004-11-22  Romain Francoise  <romain@orebokech.com>
12679
12680         * message.el (message-header-format-alist): Add `From' in list
12681         so that it can be sorted.
12682         (message-fix-before-sending): Widen and sort headers before
12683         sending.
12684         (message-hide-headers): Use narrowing to hide headers by moving
12685         them to the top of the buffer and narrowing to the region
12686         underneath.
12687
12688 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12689
12690         * message.el (message-strip-forbidden-properties): Bind
12691         buffer-read-only (etc) to nil.
12692
12693 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12696         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12697
12698 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12699
12700         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12701
12702 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12703
12704         * dns.el (query-dns): Use sit-for to time instead of
12705         accept-process-output, since that doesn't seem to work on udp
12706         sockets.
12707
12708 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12711
12712 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12713
12714         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12715         doc string.  Improve doc string.
12716
12717 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * nntp.el (nntp-request-update-info): Return nil if
12720         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12721         may not call gnus-activate-group which uselessly issues the GROUP
12722         commands for all nntp groups and wastes time.  Reported by Romain
12723         Francoise <romain@orebokech.com>.
12724
12725         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12726
12727 2004-11-15  Simon Josefsson  <jas@extundo.com>
12728
12729         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12730         headers separately.
12731         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12732         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12733
12734 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * gnus-start.el (gnus-convert-old-newsrc):
12737         Assign legacy-gnus-agent to 5.10.7.
12738
12739 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12740
12741         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12742         start of the lines.
12743
12744 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12745
12746         * hashcash.el (hashcash-default-payment): Change default to 20.
12747         (hashcash-default-accept-payment): Change default to 20.
12748         (hashcash-process-alist): New variable.
12749         (hashcash-generate-payment-async): Add.
12750         (hashcash-already-paid-p): Add.
12751         (hashcash-insert-payment): Don't generate payments twice.
12752         (hashcash-insert-payment-async): Add.
12753         (hashcash-insert-payment-async-2): Add.
12754         (hashcash-cancel-async): Add.
12755         (hashcash-wait-async): Add.
12756         (hashcash-processes-running-p): Add.
12757         (hashcash-wait-or-cancel): Add.
12758         (mail-add-payment): New optional argument.  Conditionally start
12759         asynchronous calculation.
12760         (mail-add-payment-async): Add.
12761
12762         * message.el (message-send-mail): Wait for asynchronous hashcash
12763         results.  Don't clobber existing X-Hashcash headers.
12764         (message-setup-1): Call mail-add-payment-async when
12765         message-generate-hashcash is non-nil.
12766
12767 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12768
12769         * message.el (message-use-alternative-email-as-from): Examine the
12770         From header as well; use message-make-from in order to include a
12771         user's full name.
12772
12773 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12776         default; improve customization type.
12777         (gnus-emphasis-custom-with-format): New macro.
12778         (gnus-emphasis-custom-value-to-external): New function.
12779         (gnus-emphasis-custom-value-to-internal): New function.
12780
12781 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * dns.el (query-dns): Resolve reverse addresses.
12784
12785 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12786
12787         * gnus-group.el (gnus-group-get-new-news): Use it.
12788
12789         * gnus-start.el (gnus-check-reasonable-setup): New function.
12790
12791 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12794         "Args out of range" error.  Reported by Arnaud Giersch
12795         <arnaud.giersch@free.fr>.
12796
12797 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12798
12799         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12800
12801 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12802
12803         * spam.el (spam group): Add :version.
12804
12805         * pgg-def.el (pgg group): Add :version.
12806
12807 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-art.el (gnus-article-edit-article): Don't associate the
12810         article buffer with a draft file.  This is a temporary measure
12811         against the 2004-08-22 change to gnus-article-edit-mode.
12812
12813 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12816         (html2text-format-tags): Remove unused variable `attr'.
12817
12818 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12821
12822         * tls.el (tls-process-connection-type, tls-success)
12823         (tls-certtool-program): Add :version.
12824
12825         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12826         (starttls-extra-arguments, starttls-process-connection-type)
12827         (starttls-connect, starttls-failure, starttls-success): Add :version.
12828
12829         * spam-stat.el (spam-stat): Add :version.
12830
12831         * sieve.el (sieve): Add :version.
12832
12833         * sha1.el (sha1): Add :version.
12834         (sha1-use-external): Remove redundant version.
12835
12836         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12837         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12838         (nnmail-split-fancy-match-partial-words)
12839         (nnmail-split-lowercase-expanded): Add :version.
12840
12841         * nndiary.el (nndiary): Add :version.
12842
12843         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12844
12845         * mml-sec.el (mml-default-sign-method)
12846         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12847         Add :version.
12848
12849         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12850
12851         * mm-url.el (mm-url-use-external, mm-url-program)
12852         (mm-url-arguments): Add :version.
12853
12854         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12855         (mm-attachment-file-modes, mm-decrypt-option)
12856         (mm-w3m-safe-url-regexp): Add :version.
12857
12858         * message.el (message-cite-prefix-regexp)
12859         (message-sendmail-envelope-from, message-minibuffer-local-map)
12860         (message-user-fqdn, message-completion-alist): Add :version.
12861
12862         * gnus-win.el (gnus-configure-windows-hook)
12863         (gnus-use-frames-on-any-display): Add :version.
12864
12865         * gnus-art.el (gnus-article-address-banner-alist)
12866         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12867         (gnus-treat-from-picon, gnus-treat-mail-picon)
12868         (gnus-treat-x-pgp-sig): Add :version.
12869
12870         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12871         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12872         (gnus-summary-article-delete-hook)
12873         (gnus-summary-display-while-building): Add :version.
12874
12875         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12876         (gnus-get-top-new-news-hook): Add :version.
12877
12878         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12879         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12880
12881         * gnus-registry.el (gnus-registry): Add :version.
12882
12883         * gnus-spec.el (gnus-use-correct-string-widths)
12884         (gnus-make-format-preserve-properties): Add :version.
12885
12886         * gnus.el (gnus-group-charter-alist)
12887         (gnus-group-fetch-control-use-browse-url)
12888         (gnus-install-group-spam-parameters): Add :version.
12889
12890         * gnus-diary.el (gnus-diary): Add :version.
12891
12892         * gnus-delay.el (gnus-delay): Add :version.
12893
12894         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12895         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12896         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12897         Add :version.
12898
12899         * gnus-agent.el (gnus-agent-max-fetch-size)
12900         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12901         (gnus-agent-prompt-send-queue): Add :version.
12902
12903         * deuglify.el (gnus-outlook-deuglify): Add :version.
12904
12905         * html2text.el: Beautify code.  Improve doc strings.  Some
12906         checkdoc cleanup.
12907         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12908
12909 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12910
12911         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12912
12913 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12914
12915         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12916         when package is loaded.
12917
12918         * spam.el (spam-summary-score-preferred-header): Add global preference
12919         for people who want to override the default SpamAssassin over
12920         Bogofilter preference (when both are set).
12921         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12922         (spam-user-format-function-S): Check
12923         spam-summary-score-preferred-header.
12924         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12925         (spam-user-format-function-S): Format the score correctly.
12926
12927 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12930         signature file.  Suggested by Manoj Srivastava
12931         <srivasta@golden-gryphon.com>.
12932
12933         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12934         iso-2022-jp even in the Japanese language environment.
12935         Suggested by Jason Rumney <jasonr@gnu.org>.
12936
12937 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12940         use the same characters as the dummy marks; make it free from
12941         getting affected by the language environment.
12942         (gnus-summary-read-group-1): Update mark positions only when the
12943         format spec is updated.
12944
12945         * gnus-spec.el (gnus-update-format-specifications): Return a list
12946         of updated types.
12947
12948 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12951         of boundp to check if display-warning is available.
12952
12953 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12954
12955         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12956
12957 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * nnspool.el (nnspool-spool-directory): Use news-path if the
12960         news-directory variable is not bound.
12961
12962         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12963         function instead of display-warning if it is not available.
12964
12965 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12968         v5-10: Use `point-at-bol'.
12969
12970 2004-10-26  Simon Josefsson  <jas@extundo.com>
12971
12972         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12973         <chenggao@gmail.com>.
12974
12975 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12978         instead.
12979
12980 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12981
12982         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12983         to remove a server from the nnimap-server-buffer-alist.
12984         (nnimap-open-connection, nnimap-close-server): Use it.
12985
12986         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12987
12988 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12991         running the major-mode function.
12992
12993 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12996         dummy marks in the right way.
12997
12998 2004-10-18  David Edmondson  <dme@dme.org>
12999
13000         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13001         excessively.
13002
13003 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13004
13005         * gnus-util.el (gnus-split-references): Accept a nil references
13006         string and go on blissfully.
13007
13008         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13009         cases where the references string is non-nil but has no references.
13010
13011         * encrypt.el: Add autoload tags.
13012
13013         * spam.el (spam-resolve-registrations-routine): Remove article
13014         from unregistration list too.  Reported by David Hanak
13015         <dhanak@isis.vanderbilt.edu>
13016
13017 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13020         nil.  Changed custom type.
13021
13022 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13025
13026         * gnus-sum.el (gnus-summary-move-article): Use it.
13027
13028 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13029
13030         * encrypt.el: Add autoload cookies.
13031
13032         * spam.el (spam-backend-article-list-property)
13033         (spam-backend-get-article-todo-list)
13034         (spam-backend-put-article-todo-list)
13035         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13036         Resolve registrations separately.
13037         (spam-register-routine): Format comments.
13038         (spam-unregister-routine, spam-register-routine): Always call with
13039         specific-articles, no default list.
13040         (spam-summary-prepare-exit): Use the spam-classifications function.
13041
13042         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13043         gnus-encrypt.el.
13044
13045         * encrypt.el: Copied from gnus-encrypt.el.
13046
13047         * gnus-encrypt.el: Commented that it's obsolete.
13048
13049 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13052         (gnus-score-save): Use it.
13053
13054         * message.el (message-bury): Use `window-dedicated-p'.
13055
13056 2004-10-15  Simon Josefsson  <jas@extundo.com>
13057
13058         * pop3.el (top-level): Don't require nnheader.
13059         (pop3-read-timeout): Add.
13060         (pop3-accept-process-output): Add.
13061         (pop3-read-response, pop3-retr): Use it.
13062
13063 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13064
13065         * spam.el (spam-register-routine): Move comment.
13066         (spam-verify-bogofilter): Use 'unknown for the initial
13067         spam-bogofilter-valid state, not 'never.
13068
13069         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13070         for netrc-machine.
13071
13072         * nnimap.el (nnimap-open-connection): Use
13073         netrc-machine-user-or-password.
13074
13075 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13076
13077         * gnus-registry.el (gnus-registry-unload-hook):
13078         Set as a variable with add-hook.
13079
13080         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13081         of news-path.
13082
13083         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13084
13085         * spam.el: Delete duplicate `provide'.
13086         (spam-unload-hook): Set as a variable with add-hook.
13087
13088 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13091         in the doc string.
13092
13093         * message.el (message-ignored-news-headers)
13094         (message-ignored-supersedes-headers)
13095         (message-ignored-resent-headers)
13096         (message-forward-ignored-headers): Improve custom type.
13097
13098 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * message.el (message-tokenize-header): Fix 2004-09-06 change
13101         which used point-min in the wrong place.
13102
13103 2004-10-12  Simon Josefsson  <jas@extundo.com>
13104
13105         * tls.el (tls-certtool-program): New variable.
13106         (tls-certificate-information): New function, based on
13107         ssl-certificate-information.
13108
13109 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * compface.el: Move the version of ELisp-based uncompface program
13112         to the contrib directory because of the copyright problem.
13113
13114 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13115
13116         * message.el (message-kill-buffer): Raise the current frame.
13117
13118 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13121
13122         * gnus.el (message-y-or-n-p): Autoload.
13123
13124         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13125         (pop3-password-required, pop3-authentication-scheme)
13126         (pop3-leave-mail-on-server): Made customizable.
13127         (pop3): New custom group.
13128         (pop3-retr): Remove `sleep-for' statements.
13129         Suggested by Dave Love <fx@gnu.org>.
13130
13131         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13132         Windows/DOS.
13133
13134         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13135         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13136         Dave Love <fx@gnu.org>.
13137
13138         * mml.el (mml-minibuffer-read-disposition): Require match.
13139         Suggested by Dave Love <fx@gnu.org>.
13140
13141 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13144         doc string.
13145
13146 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13149
13150 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13151
13152         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13153         instead of calling `mm-insert-inline', to decode text/* parts
13154         before displaying them.
13155
13156 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * mm-uu.el (mm-uu-text-plain-type): New variable.
13159         (mm-uu-pgp-signed-extract-1): Use it.
13160         (mm-uu-pgp-encrypted-extract-1): Use it.
13161         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13162         bind mm-uu-text-plain-type with that value.
13163         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13164         mm-uu-dissect.
13165
13166 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus-group.el (gnus-update-group-mark-positions):
13169         * gnus-sum.el (gnus-update-summary-mark-positions):
13170         * message.el (message-check-news-body-syntax):
13171         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13172         of string-as-multibyte.
13173
13174 2004-10-05  Juri Linkov  <juri@jurta.org>
13175
13176         * gnus-group.el (gnus-update-group-mark-positions):
13177         * gnus-sum.el (gnus-update-summary-mark-positions):
13178         * message.el (message-check-news-body-syntax):
13179         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13180         8-bit unibyte values to a multibyte string for search functions.
13181
13182 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13185         (mm-uu-dissect-text-parts): New function.
13186
13187         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13188         dissect text parts.
13189
13190         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13191         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13192
13193         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13194
13195         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13196         gnus-current-topics instead of gnus-current-topic.
13197
13198 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13199
13200         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13201
13202 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13203
13204         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13205         where approriate.
13206
13207         * nnml.el (nnml-generate-active-info): do.
13208
13209         * nndiary.el (nndiary-generate-active-info): do.
13210
13211         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13212         (gnus-topic-move): do.
13213
13214         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13215         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13216
13217         * gnus-srvr.el (gnus-server-prepare)
13218         (gnus-server-open-all-servers): do.
13219
13220         * gnus-msg.el (gnus-summary-cancel-article)
13221         (gnus-summary-resend-message)
13222         (gnus-summary-mail-crosspost-complaint): do.
13223
13224         * gnus-move.el (gnus-change-server): do.
13225
13226         * gnus-group.el (gnus-group-unmark-all-groups)
13227         (gnus-group-set-current-level): do.
13228
13229 2004-10-04  Simon Josefsson  <jas@extundo.com>
13230
13231         * message.el (message-generate-hashcash): Doc fix.
13232
13233 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13234
13235         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13236         avoid infinite recursion via gnus-get-function.
13237
13238 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13239
13240         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13241
13242         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13243
13244         * nnmail.el (nnmail-split-history): do.
13245
13246         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13247         (nnml-request-delete-group): do.
13248
13249         * nnslashdot.el (nnslashdot-read-groups): do.
13250
13251         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13252         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13253
13254         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13255         (nnspool-sift-nov-with-sed): Use last.
13256         (nnspool-retrieve-headers-with-nov): Use mapc.
13257         (nnspool-request-newgroups): Use dolist.
13258         (nnspool-request-group): Use last.
13259
13260         * nntp.el (nntp-read-server-type): Use dolist.
13261
13262         * nnvirtual.el (nnvirtual-create-mapping)
13263         (nnvirtual-update-read-and-marked): Use dolist.
13264         (nnvirtual-convert-headers): Simplify.
13265
13266 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13267
13268         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13269         support for sync'ing tick marks.
13270
13271 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13274         there's no visible header.
13275
13276 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13277
13278         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13279         necessary, pass full group name to gnus-request-set-marks.
13280
13281 2004-10-01  Simon Josefsson  <jas@extundo.com>
13282
13283         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13284         acroread.
13285
13286 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13287
13288         * spam-report.el (spam-report-gmane): Fix interactive.
13289
13290         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13291
13292         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13293         when writing file.
13294         (gnus-agent-synchronize-flags): Don't default to being
13295         interactive.
13296
13297 2004-09-30  Simon Josefsson  <jas@extundo.com>
13298
13299         * message.el (message-generate-hashcash): Add.
13300         (message-send-mail): Use it, call mail-add-payment.
13301
13302 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13303
13304         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13305
13306 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13307
13308         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13309         gnus-requst-update-info with explicit code to sync the in-memory
13310         info read flags with the marks being sync'd to the backend.
13311
13312         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13313
13314 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13315
13316         * spam.el (spam-verify-bogofilter): Add new function.
13317         (spam-check-bogofilter)
13318         (spam-bogofilter-register-with-bogofilter): Use it.
13319         (spam-verify-bogofilter): Add small fixes.
13320
13321 2004-09-28  Simon Josefsson  <jas@extundo.com>
13322
13323         * hashcash.el (hashcash-generate-payment): Revert.
13324
13325 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13326
13327         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13328         gnus-extract-references instead of gnus-split-references.
13329
13330         * gnus-util.el (gnus-extract-references): Add new function, analogous
13331         to gnus-split-references but extracts only the message-ID without
13332         anything extra.
13333
13334         * hashcash.el (hashcash-generate-payment)
13335         (hashcash-check-payment): Do the right thing if hashcash-path is
13336         nil (because the hashcash program could not be found).
13337
13338         * spam.el (spam-use-hashcash): Remove comment.
13339
13340 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13341
13342         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13343         (gnus-cache-enter-article, gnus-cache-remove-article)
13344         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13345
13346         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13347
13348         * gnus-art.el (article-hide-boring-headers)
13349         (article-translate-strings, article-display-face)
13350         (gnus-article-mime-match-handle-first)
13351         (gnus-article-highlight-headers)
13352         (gnus-article-add-buttons-to-head): do.
13353
13354 2004-09-27  Simon Josefsson  <jas@extundo.com>
13355
13356         * hashcash.el: New version, from
13357         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13358         ../contrib/.
13359
13360 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13363
13364 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13365
13366         * gnus-dup.el (gnus-dup-open): Use mapc.
13367         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13368
13369         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13370         Reported by Stefan Wiens <s.wi@gmx.net>.
13371
13372         * gnus.el (gnus-shutdown): Use dolist.
13373
13374         * gnus-undo.el (gnus-undo): Use mapc.
13375
13376         * nnrss.el (nnrss-generate-active): do.
13377
13378         * message.el (message-cite-original-without-signature)
13379         (message-cite-original): Use mapc.
13380         (message-do-actions, message-make-forward-subject): Use dolist.
13381
13382 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13383
13384         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13385         deletion to remove entire duplicate line.  Fixes merged article
13386         number bug.
13387
13388 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13389
13390         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13391         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13392         first ask if you want to open a server and then, even when you
13393         responded with no, asking if you want to synchronize the server's
13394         flags.
13395         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13396         multi-line expressions.
13397         (gnus-agent-synchronize-group-flags): New internal function.
13398         Updates marks in memory (in the info structure) AND in the
13399         backend.
13400
13401         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13402
13403         * nnagent.el (nnagent-request-set-mark): Use
13404         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13405         method, to ensure that synchronization updates marks in the
13406         backend and in the info (in memory) structure.
13407
13408 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13411         convention fully; don't miss the root article of a thread; make
13412         the X-Draft-From header with correct article numbers.
13413
13414 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13415
13416         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13417         unless plugged.  Disable the agent so that an open failure causes
13418         an error.
13419
13420         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13421         Reverted 2004-09-21 change.  The backend must be opened while
13422         synchronizing flags even when the backend stores the flags
13423         locally.
13424
13425 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13428         in `header' match.  Reported by Svend Tollak Munkejord.
13429
13430         * message.el (message-cite-original): Fix use of
13431         `message-cite-articles-with-x-no-archive'.
13432
13433 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13436         (gnus-window-to-buffer): Ditto.
13437
13438         * mml.el (mml-preview-buffer): New variable.
13439         (mml-preview): Manage window layout with gnus-buffer-configuration.
13440
13441         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13442         X-Draft-From header even if those articles aren't quoted.
13443
13444 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13445
13446         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13447         (gnus-request-set-mark, gnus-request-update-mark): Use new
13448         g-s-t-u-l-m to decide to use backend even when unplugged.
13449
13450 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13453         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13454
13455 2004-09-20  Simon Josefsson  <jas@extundo.com>
13456
13457         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13458         "utf-16-le".
13459
13460 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13461
13462         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13463
13464 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * uudecode.el (uudecode-use-external): Add :version.
13467
13468         * smime.el (smime-CA-file, smime-encrypt-cipher)
13469         (smime-dns-server): Add :version.
13470
13471         * smiley.el (gnus-smiley-file-types): Add :version.
13472
13473         * sha1.el (sha1-use-external): Add :version.
13474
13475         * pgg-def.el (pgg-query-keyserver): Add :version.
13476
13477         * nnmail.el (nnmail-fancy-expiry-targets)
13478         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13479         Add :version.
13480
13481         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13482         (nnimap-retrieve-groups-asynchronous): Add :version.
13483         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13484
13485         * mml.el (mml-content-disposition-parameters)
13486         (mml-insert-mime-headers-always): Add :version.
13487
13488         * mm-util.el (mm-coding-system-priorities): Add :version.
13489
13490         * mm-decode.el (mm-inline-text-html-with-images)
13491         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13492         (mm-verify-option): Add :version.
13493         (mm-text-html-renderer): Change :version.
13494
13495         * message.el (message-fcc-externalize-attachments)
13496         (message-required-headers, message-draft-headers)
13497         (message-subject-trailing-was-query)
13498         (message-subject-trailing-was-ask-regexp)
13499         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13500         (message-mark-insert-end, message-archive-header)
13501         (message-archive-note, message-cross-post-default)
13502         (message-cross-post-note, message-followup-to-note)
13503         (message-cross-post-note-function, message-use-mail-followup-to)
13504         (message-subscribed-address-functions)
13505         (message-subscribed-address-file, message-subscribed-addresses)
13506         (message-subscribed-regexps, message-allow-no-recipients)
13507         (message-yank-cited-prefix, message-signature-insert-empty-line)
13508         (message-hidden-headers, message-hierarchical-addresses)
13509         (message-mail-user-agent, message-use-idna)
13510         (message-valid-fqdn-regexp)
13511         (message-strip-special-text-properties, message-header-synonyms)
13512         (message-beginning-of-line, message-tab-body-function): Add :version.
13513         (message-insert-canlock, message-wide-reply-confirm-recipients):
13514         Change :version.
13515
13516         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13517         and :version.
13518         (mail-source-delete-old-incoming-confirm)
13519         (mail-source-movemail-program): Add :version.
13520
13521         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13522         (gnus-agent-cache, gnus-agent): Change :version.
13523
13524         * gnus-util.el (gnus-use-byte-compile): Change :version.
13525
13526         * gnus-sum.el (gnus-summary-make-false-root-always)
13527         (gnus-summary-default-high-score)
13528         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13529         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13530         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13531         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13532         (gnus-sum-thread-tree-single-indent)
13533         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13534         (gnus-sum-thread-tree-leaf-with-other)
13535         (gnus-sum-thread-tree-single-leaf): Add :version.
13536         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13537         (gnus-article-loose-mime): Change :version.
13538
13539         * gnus-start.el (gnus-backup-startup-file)
13540         (gnus-save-startup-file-via-temp-buffer): Add :version.
13541
13542         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13543         (gnus-server-offline-face): Add :version.
13544
13545         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13546
13547         * gnus-msg.el (gnus-gcc-externalize-attachments)
13548         (gnus-debug-files, gnus-debug-exclude-variables)
13549         (gnus-discouraged-post-methods): Change :version.
13550         (gnus-confirm-mail-reply-to-news)
13551         (gnus-confirm-treat-mail-like-news): Add :version.
13552
13553         * gnus-int.el (gnus-server-unopen-status): Add :version.
13554
13555         * gnus-group.el (gnus-group-jump-to-group-prompt)
13556         (gnus-large-ephemeral-newsgroup)
13557         (gnus-fetch-old-ephemeral-headers): Add :version.
13558
13559         * gnus-fun.el (gnus-x-face-directory)
13560         (gnus-convert-pbm-to-x-face-command)
13561         (gnus-convert-image-to-x-face-command)
13562         (gnus-convert-image-to-face-command): Add :version.
13563
13564         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13565
13566         * gnus-cite.el (gnus-cite-blank-line-after-header)
13567         (gnus-article-boring-faces): Add :version.
13568
13569         * gnus-art.el (gnus-buttonized-mime-types)
13570         (gnus-inhibit-mime-unbuttonizing)
13571         (gnus-treat-display-face)
13572         (gnus-treat-body-boundary): Change :version.
13573         (gnus-body-boundary-delimiter, gnus-picon-databases)
13574         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13575         (gnus-treat-date-english, gnus-treat-fold-headers)
13576         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13577         (gnus-treat-mail-picon, gnus-treat-wash-html)
13578         (gnus-article-encrypt-protocol)
13579         (gnus-use-idna, gnus-article-over-scroll)
13580         (gnus-mime-display-multipart-alternative-as-mixed)
13581         (gnus-mime-display-multipart-related-as-mixed)
13582         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13583         (gnus-ctan-url, gnus-button-ctan-handler)
13584         (gnus-button-handle-ctan-bogus-regexp)
13585         (gnus-button-ctan-directory-regexp)
13586         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13587         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13588         (gnus-button-man-level, gnus-button-emacs-level)
13589         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13590
13591         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13592         (gnus-agent-go-online): Change :version.
13593         (gnus-agent-expire-unagentized-dirs)
13594         (gnus-agent-auto-agentize-methods): Add :version.
13595
13596         * flow-fill.el (fill-flowed-display-column)
13597         (fill-flowed-encode-column): Add :version.
13598
13599         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13600         (gnus-outlook-deuglify-unwrap-max)
13601         (gnus-outlook-deuglify-cite-marks)
13602         (gnus-outlook-deuglify-unwrap-stop-chars)
13603         (gnus-outlook-deuglify-no-wrap-chars)
13604         (gnus-outlook-deuglify-attrib-cut-regexp)
13605         (gnus-outlook-deuglify-attrib-verb-regexp)
13606         (gnus-outlook-deuglify-attrib-end-regexp)
13607         (gnus-outlook-display-hook): Add :version.
13608
13609         * binhex.el (binhex-use-external): Add :version.
13610
13611 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13614         and `invisible'.
13615
13616 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13617
13618         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13619         in gnus-registry-trim.
13620
13621 2004-09-13  Simon Josefsson  <jas@extundo.com>
13622
13623         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13624
13625         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13626
13627         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13628         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13629         <yamaoka@jpl.org>.
13630         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13631         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13632         <yamaoka@jpl.org>.
13633
13634         * sieve.el (sieve-manage-mode): Ditto.
13635
13636 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13639
13640 2004-09-11  Simon Josefsson  <jas@extundo.com>
13641
13642         * dns-mode.el: Add.
13643
13644         * mm-view.el (mm-display-dns-inline): Add.
13645
13646         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13647         (mm-automatic-display): Ditto.
13648
13649         * mailcap.el (mailcap-mime-data): Add text/dns.
13650         (mailcap-mime-extensions): Map .soa to text/dns.
13651
13652 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13653
13654         * gnus-art.el (article-decode-mime-words, article-babel)
13655         (gnus-article-highlight-signature, gnus-article-add-buttons)
13656         (gnus-signature-toggle): Remove unnecessary bindings of
13657         `inhibit-read-only' inherited from v5.10 merge.
13658
13659 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * nntp.el (nntp): New customization group.
13662         (nntp-authinfo-file): Add customization group.
13663
13664         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13665
13666         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13667
13668         * gnus.el (to-address, to-list, subscribed)
13669         (large-newsgroup-initial): Ditto.
13670
13671         * flow-fill.el (fill-flowed-display-column)
13672         (fill-flowed-encode-column): Ditto.
13673
13674 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13677         Use point-min rather than 1.
13678         (message-send-mail): Use buffer-size rather than point-max.
13679
13680         * gnus-sum.el (gnus-summary-search-article-forward):
13681         Signal a specific `search-failed' rather than a generic `error'.
13682
13683         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13684         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13685         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13686
13687 2004-09-10  Simon Josefsson  <jas@extundo.com>
13688
13689         * nndb.el (require): Remove tcp and duplicate cl.
13690
13691 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-agent.el (directory-files-and-attributes): Move forward.
13694
13695 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13696
13697         * gnus-agent.el (directory-files-and-attributes): Optionally
13698         defined to support XEmacs.
13699
13700 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13701
13702         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13703         to avoid run-time CL dependencies.
13704         (gnus-agent-unfetch-articles): New function.
13705         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13706         article numbers even when local .overview file is missing.
13707         (gnus-agent-read-article-number): New function.  Only accepts
13708         27-bit article numbers.
13709         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13710         gnus-agent-read-article-number.
13711         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13712         from backend while recognizing that article numbers in .overview
13713         must be valid.
13714         (gnus-agent-update-files-total-fetched-for): Use
13715         directory-files-and-attributes to improve performance.
13716         * gnus-int.el (gnus-request-move-article): Use
13717         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13718         improve performance.
13719
13720         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13721         some users confused by references to .newsrc when they only have a
13722         .newsrc.eld file.
13723         (gnus-convert-mark-converter-prompt)
13724         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13725         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13726         New function.  Used internally to only display 'gnus converting
13727         files' message when actually necessary.
13728
13729         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13730         methods now autoloaded.
13731
13732 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13735         identifiers.
13736
13737 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * gnus-picon.el: Fix indentation and closing parenthesis.
13740
13741 2004-09-01  Simon Josefsson  <jas@extundo.com>
13742
13743         * message.el (message-canlock-generate): Require sha1, not
13744         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13745         to require within a function.  Sadly, if sha1.el isn't loaded, the
13746         let binding in m-c-g will hide the defcustom definition, which is
13747         bad.)
13748
13749         * canlock.el: Require sha1, not sha1-el.
13750
13751         * message.el: Don't autoload sha1 (there is a autoload cookie in
13752         sha1.el).
13753
13754         * sha1-el.el: Renamed to sha1.el.
13755
13756 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13757
13758         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13759
13760 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13761
13762         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13763
13764 2004-08-30  Kim F. Storm  <storm@cua.dk>
13765
13766         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13767
13768         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13769         Add :group 'nnimap.
13770
13771 2004-08-30  Andreas Schwab  <schwab@suse.de>
13772
13773         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13774         ?* and ?\;.
13775
13776         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13777         and ?\' to symbol instead of whitespace.
13778
13779 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13782
13783         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13784         instead of re-search-forward.
13785
13786         * gnus-uu.el (gnus-uu-save-article): Ditto.
13787         (gnus-uu-post-encode-uuencode): Ditto.
13788
13789         * html2text.el (html2text-clean-list-items): Ditto.
13790         (html2text-clean-dtdd): Ditto.
13791         (html2text-format-tags): Ditto.
13792
13793         * message.el (message-send-mail-with-sendmail): Fix regexp.
13794         (message-fill-field-general): Use search-forward instead of
13795         re-search-forward.
13796         (unbold-region): Ditto.
13797
13798         * nnrss.el (nnrss-request-article): Ditto.
13799
13800         * nnslashdot.el (nnslashdot-request-article): Ditto.
13801
13802         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13803
13804         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13805         "Unrecognized menu descriptor" error in XEmacs.
13806
13807 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13808
13809         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13810         parent article of a sparse article in the thread hashtb.
13811
13812 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13813
13814         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13815         (nnmail-expand-newtext): Lowercase expanded entries if
13816         nnmail-split-lowercase-expanded is non-nil.
13817
13818 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13821
13822         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13823         of gnus-tmp-news-method into string under XEmacs.  It will be
13824         passed to gnus-correct-length which takes only a string argument.
13825
13826 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-util.el (gnus-bind-print-variables): New macro.
13829         (gnus-prin1): Use it.
13830         (gnus-prin1-to-string): Use it.
13831         (gnus-pp): New function.
13832         (gnus-pp-to-string): New function.
13833
13834         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13835         Replace pp-to-string with gnus-pp-to-string.
13836         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13837         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13838         * gnus-msg.el (gnus-debug): Ditto.
13839         * gnus-score.el (gnus-score-save): Ditto.
13840         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13841         gnus-pp-to-string.
13842         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13843         with gnus-pp.
13844         * score-mode.el (gnus-score-pretty-print): Ditto.
13845         * webmail.el (webmail-debug): Ditto.
13846
13847 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus-art.el (article-display-face, article-display-x-face):
13850         Use buffer-read-only.
13851
13852 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-art.el (article-hide-list-identifiers):
13855         Bind inhibit-read-only as t.
13856
13857 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13860
13861 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13862
13863         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13864         (gnus-narrow-to-page): Don't assume point-min == 1.
13865         (gnus-article-edit-mode): Derive from message-mode.
13866
13867         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13868         point-min == 1.
13869
13870         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13871         Disable incorrect use of `assert'.
13872
13873         * message.el (message-mode): Set comment-start-skip.
13874
13875
13876 2004-08-22  Sam Steingold  <sds@gnu.org>
13877
13878         * pop3.el (pop3-leave-mail-on-server): New user variable.
13879         (pop3-movemail): Delete mail only when it is nil.
13880
13881 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13884
13885         * mml.el (mml-preview): Use `pop-to-buffer'.
13886
13887         * message.el (message-goto-mail-followup-to): Insert after "To".
13888         (message-carefully-insert-headers): Add comment.
13889
13890         * gnus.el: Remove unused variable `gnus-article-check-size'.
13891
13892         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13893
13894         * gnus-art.el (gnus-button-alist): Improve
13895         `gnus-button-handle-library' entry.
13896
13897 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13898
13899         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13900         downcase, since XEmacs capitalizes error messages differently.
13901
13902 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13903
13904         * nntp.el: Add (require 'gnus) due to reference to
13905         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13906
13907 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13908
13909         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13910         `mm-fill-flowed'.
13911
13912         * mm-decode.el (mm-dissect-singlepart): Check it.
13913
13914 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13915
13916         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13917         'imap' for netrc parsing.
13918
13919 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * mailcap.el (mailcap-mime-data): Mark as risky.
13922
13923 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13926         may be included in the encoded word.
13927         (rfc2047-encode): Don't append a space if the encoded word
13928         includes close parenthesis.
13929
13930 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13933         of text within parentheses.
13934
13935 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13936
13937         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13938         (gnus-encrypt-write-file-contents): Make the password key the file
13939         name PLUS the cipher, not just the cipher.  Also remove failed
13940         passwords from the cache.
13941
13942 2004-08-06  Simon Josefsson  <jas@extundo.com>
13943
13944         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13945         fix.
13946
13947 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13950         LWSP.
13951
13952 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13953
13954         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13955         to append in-reply-to: data to the references: header.
13956
13957         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13958         (netrc-parse): Use gnus-encrypt.el functions.
13959
13960         * gnus-encrypt.el: Add new file for encryption support; currently
13961         does only a few GPG ciphers and an internal XOR cipher.
13962
13963         * password.el: Add comments on using password-read-and-add.
13964         (password-read-and-add): Add function to read and add the
13965         password to the cache at once.
13966
13967 2004-07-28  Simon Josefsson  <jas@extundo.com>
13968
13969         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13970         parameter (but don't use it, for now).
13971
13972         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13973         instead of hard coding to nil.
13974
13975 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13978         as mm-inline-image-xemacs does.
13979
13980 2004-07-26  Simon Josefsson  <jas@extundo.com>
13981
13982         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13983         Revert part of 2004-07-17 change below.
13984
13985 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13988         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13989
13990 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13991
13992         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13993         quotes that actually start with ">" at the beginning of the
13994         lines.
13995
13996 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * rfc2047.el (rfc2047-encode-region): Fix last change.
13999         (rfc2047-encode-parameter): Remove useless concat.
14000
14001 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14004         encode special characters; fix some kind of misconfigured headers;
14005         signal a real error if debug-on-quit or debug-on-error is non-nil.
14006         (rfc2047-encode-max-chars): New variable.
14007         (rfc2047-encode-1): Use it.
14008         (rfc2047-encode-parameter): New function.
14009
14010         * mml.el (mml-insert-parameter): Remove an excessive space.
14011
14012 2004-07-17  Simon Josefsson  <jas@extundo.com>
14013
14014         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14015         Kai Grossjohann <kai@emptydomain.de>.
14016         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14017         (gnus-group-make-menu-bar): Ditto.
14018
14019         * gnus-util.el (gnus-group-server): Add.
14020
14021 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14022
14023         * message.el (message-clone-locals): Clone sendmail and smtp
14024         variables.
14025
14026 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * rfc2047.el (rfc2047-encode-region): Fix last change.
14029
14030 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14033         characters as non-special.
14034
14035 2004-07-09  Simon Josefsson  <jas@extundo.com>
14036
14037         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14038         Users will lose all flag changes made while unplugged with
14039         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14040         good default.  See numerous reports on ding mailing list.
14041
14042 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14045         add generate-head-function and generate-article-function to the
14046         rfc822-forward entry.
14047         (nndoc-rfc822-forward-generate-article): New function.
14048         (nndoc-rfc822-forward-generate-head): New function.
14049
14050         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14051
14052 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14053
14054         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14055         respect display group parameter and gnus-summary-expunge-below.
14056         (gnus-articles-to-read): Remove unused reference to display group
14057         parameter.
14058
14059 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14060
14061         * nnheader.el (nnheader-uniquify-message-id): New experimental
14062         variable.
14063         (nnheader-nov-read-message-id): Use it.
14064
14065         * spam-report.el (spam-report-gmane): Add interactive.
14066
14067 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14070         qp-or-base64 for the application/* types.
14071
14072 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14073
14074         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14075
14076 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14077
14078         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14079         trim value.
14080
14081 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14082
14083         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14084         New macro and function.
14085         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14086
14087 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14090         after-load-alist.
14091
14092 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14093
14094         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14095         update info that isn't there.
14096
14097 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14098
14099         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14100         entry.
14101
14102 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * mm-view.el (mm-inline-render-with-function): Use multibyte
14105         buffer; decode html source by charset.
14106
14107         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14108
14109         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14110         Mule-UCS is loaded under XEmacs.
14111         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14112
14113 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14114
14115         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14116
14117 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * mm-util.el (mm-coding-system-p): Return a coding-system.
14120         (mm-mime-mule-charset-alist): Use shift_jis instead of
14121         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14122         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14123         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14124         instead of japanese-shift-jis and iso-latin-1 respectively in
14125         order to share the default value with both Emacs and XEmacs-mule.
14126         (mm-mule-charset-to-mime-charset): Make
14127         mm-coding-system-priorities effective.
14128         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14129         while predicating of candidates upon the priorities.
14130
14131 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14132
14133         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14134         gnus-uu-invert-processable.
14135
14136         * gnus.el: Autoload gnus-uu-invert-processable.
14137
14138 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * mm-util.el (mm-with-multibyte-buffer): New macro.
14141
14142         * rfc2047.el (rfc2047-encode-string): Use it.
14143         (rfc2047-encode-region): Move point to the end of the region after
14144         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14145
14146 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14149         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14150
14151 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14154         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14155         Karl Chen <quarl@nospam.quarl.org>.
14156
14157 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14158
14159         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14160         invalid addresses.
14161
14162 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14163
14164         * spam.el: Change section markers, revise TODO list.
14165         (spam-backends): Make new master list of all installed backends.
14166         (spam-summary-exit-behavior): Add new variable to determine how
14167         messages moves are done at summary exit.
14168         (spam-move-spam-nonspam-groups-only)
14169         (spam-process-ham-in-nonham-groups)
14170         (spam-process-ham-in-spam-groups): Remove variables, the
14171         spam-summary-exit-behavior variable should be used to manage this
14172         behavior.
14173         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14174         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14175         and spam-old-spam-articles.
14176         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14177         Add empty variables, placeholders for the backends they represent.
14178         (spam-set-difference): Move, unchanged.
14179         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14180         unless the user has a processor variable.
14181         (spam-classifications, spam-classification-valid-p)
14182         (spam-backend-properties, spam-backend-property-valid-p)
14183         (spam-backend-function-type-valid-p)
14184         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14185         (spam-report-articles-gmane, spam-report-articles-resend):
14186         Remove functions, they are not needed.
14187         (spam-install-backend-super, spam-backend-list)
14188         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14189         (spam-backend-function, spam-backend-ham-registration-function)
14190         (spam-backend-spam-registration-function)
14191         (spam-backend-ham-unregistration-function)
14192         (spam-backend-spam-unregistration-function)
14193         (spam-backend-statistical-p, spam-backend-mover-p)
14194         (spam-install-backend-alias, spam-install-checkonly-backend)
14195         (spam-install-mover-backend, spam-install-nocheck-backend)
14196         (spam-install-backend, spam-install-statistical-backend)
14197         (spam-install-statistical-checkonly-backend): Add backend installation
14198         support.
14199         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14200         (spam-group-processor-p): Use the new backend code and respect the
14201         summary exit behavior.
14202         (spam-mark-spam-as-expired-and-move-routine): Remove.
14203         (spam-summary-prepare): Change to use the new spam-old-articles
14204         variable.
14205         (spam-copy-or-move-routine, spam-copy-spam-routine)
14206         (spam-move-spam-routine, spam-copy-ham-routine)
14207         (spam-move-ham-routine): Add code to copy/move ham or spam.
14208         (spam-fetch-field-fast): Improve doc and code, plus allow the
14209         'number request.
14210         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14211         variables.
14212         (spam-split, spam-find-spam): Use the new backend code.
14213         (spam-registration-functions): Remove variable.
14214         (spam-unregister-routine): Add convenience wrapper.
14215         (spam-log-undo-registration, spam-register-routine)
14216         (spam-log-processing-to-registry)
14217         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14218         where possible.
14219         (spam-check-gmane-xref, spam-check-regex-headers)
14220         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14221         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14222         (spam-check-bogofilter-headers, spam-check-spamoracle)
14223         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14224         (spam-check-crm114-headers): Use the spam-split-group that
14225         spam-split prepares, no need to determine it every time.
14226
14227         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14228         to the nnheader-parse-naked-head call.
14229
14230         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14231
14232         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14233         the nnheader-nov-read-message-id call.
14234
14235 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14238         gnus-activate-group twice.  Suggested by Markus Peter
14239         <warp@spin.de>.
14240
14241 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-art.el (gnus-article-time-format): Exchange the order of
14244         day and month in the default value; fix customization type.
14245         (article-date-ut): Use add-text-properties.
14246         (article-make-date-line): Use message-make-date instead of
14247         current-time-string.
14248
14249         * message.el (message-fetch-field): Don't use set-text-properties.
14250         (message-make-date): Simplify.
14251
14252         * messagexmas.el (message-xmas-make-date): New function.
14253         (message-xmas-redefine): Defalias message-make-date to it.
14254
14255 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14258         (rfc2047-encode-region): Treat text within parentheses as special;
14259         show the original text when error has occurred.
14260
14261         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14262         already-computed method to gnus-activate-group.
14263
14264         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14265         same select-methods identical Lisp objects.
14266
14267         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14268         object when modifying the info.
14269
14270 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14273         gnus-opened-servers since it has never been opened with the new
14274         configuration yet.
14275
14276 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14279         arg to nnheader-generate-fake-message-id.
14280
14281 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14284         number and build a fake message ID localized to a group and
14285         article number (so it's repeatable from that point on).
14286         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14287         ID format.
14288
14289         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14290         nnheader-generate-fake-message-id with the article number.
14291
14292 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14293
14294         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14295         end-of-buffer.
14296
14297 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14298
14299         * message.el (message-ignored-supersedes-headers): Add Approved.
14300
14301 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14304         goto-char.
14305         (rfc2047-encode): Fold the line before encoding.
14306
14307 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14308
14309         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14310         folding -- not all headers can be folded, and this should be done
14311         by the message composition mode.  Probably.  I think.
14312
14313 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14316         fast.
14317
14318         * gnus-ems.el (gnus-remove-image): Don't use
14319         message-text-with-property; remove only the image found first.
14320
14321         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14322         found first.
14323
14324 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14325
14326         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14327
14328 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * message.el (message-text-with-property): Make it fast and accept
14331         optional arguments.
14332         (message-strip-forbidden-properties): Use it.
14333         (message-fix-before-sending): Follow the m-t-w-p change.
14334
14335         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14336
14337 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * gnus-art.el (article-hide-headers): Don't change the buffer
14340         mistakenly when performing mml-preview even if
14341         gnus-single-article-buffer is nil.
14342
14343 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14344
14345         * message.el (message-expand-name-databases): New user option.
14346         (message-expand-name): Use it.
14347
14348 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14349
14350         * spam.el (spam-report-articles-resend)
14351         (spam-report-resend-register-routine): Allow ham reporting.
14352         (spam-report-resend-register-ham-routine): Add wrapper.
14353         (spam-registration-functions): Add ham resending functions.
14354         (spam-list-of-processors): Add ham resend processor.
14355
14356         * gnus.el (ham-resend-to): Add new group parameter.
14357         (spam-process): Add ham resend option.
14358
14359         * spam-report.el (spam-report-resend): Allow reporting ham.
14360         (spam-report-resend-ham): Add wrapper.
14361
14362 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14363
14364         * message.el (message-cite-articles-with-x-no-archive): New
14365         variable.
14366         (message-cite-original): Use it.
14367
14368 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14369
14370         * message.el (message-cite-original): Respect X-No-Archive.
14371
14372 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (article-hide-headers): Refer to the values for
14375         gnus-ignored-headers and gnus-visible-headers in the summary
14376         buffer since a user may have set them as group parameters.
14377
14378 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14379
14380         * assistant.el (assistant-node-name): Add convenience function.
14381         (assistant-render-text, assistant-render-node): Add error handling,
14382         plus handle multiple next nodes.
14383         (assistant-find-next-node): Comment out for now.
14384         (assistant-find-next-nodes): Add function, returns list of next
14385         nodes.
14386
14387 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * mail-source.el (mail-source-directory): Fix doc-string.
14390
14391 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14392
14393         * assistant.el (assistant-render-text, assistant-eval): Add :set
14394         widget type, which is different because it takes and returns a
14395         list.  Much hilarity ensues.
14396
14397 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14400
14401         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14402         doc-string.
14403
14404         * gnus-start.el (gnus-activate-group): Added doc-string.
14405
14406 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14409
14410 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14411
14412         * assistant.el (assistant-render-text): Try to add a :set
14413         widget, more to come.
14414
14415         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14416         strings.
14417         (spam-report-articles-resend)
14418         (spam-register-routine): Do registration iff any articles warrant
14419         it.
14420         (spam-summary-prepare-exit): Change log message for nil group
14421         destinations.
14422
14423 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14424
14425         * spam.el (spam-report-resend-register-routine): Allow
14426         spam-report-resend-to to be a group parameter or a global value.
14427
14428 2004-05-26  Simon Josefsson  <jas@extundo.com>
14429
14430         * starttls.el: Merge with my GNUTLS based starttls.el.
14431         (starttls-gnutls-program, starttls-use-gnutls)
14432         (starttls-extra-arguments, starttls-process-connection-type)
14433         (starttls-connect, starttls-failure, starttls-success): New
14434         variables.
14435         (starttls-program, starttls-extra-args): Doc fix.
14436         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14437         functions.
14438         (starttls-negotiate, starttls-open-stream): Check
14439         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14440         function if it is set.
14441
14442 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14445         structured fields.
14446
14447 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14450
14451 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14454         variable.
14455         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14456         assigning the spam-mark to new messages.
14457
14458 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14459
14460         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14461
14462 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14465
14466         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14467         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14468         default.
14469
14470 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14471
14472         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14473         correct data.
14474
14475 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14476
14477         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14478         (spam-group-processor-p): Fix function.
14479         (spam-group-processor-multiple-p)
14480         (spam-group-spam-processor-report-gmane-p)
14481         (spam-group-spam-processor-report-resend-p)
14482         (spam-group-spam-processor-bogofilter-p)
14483         (spam-group-spam-processor-blacklist-p)
14484         (spam-group-spam-processor-ifile-p)
14485         (spam-group-ham-processor-ifile-p)
14486         (spam-group-spam-processor-spamoracle-p)
14487         (spam-group-spam-processor-crm114-p)
14488         (spam-group-ham-processor-bogofilter-p)
14489         (spam-group-spam-processor-stat-p)
14490         (spam-group-ham-processor-stat-p)
14491         (spam-group-ham-processor-whitelist-p)
14492         (spam-group-ham-processor-BBDB-p)
14493         (spam-group-ham-processor-spamoracle-p)
14494         (spam-group-ham-processor-copy-p): Remove functions with some
14495         prejudice against unneeded code.
14496         (spam-report-articles-resend)
14497         (spam-report-resend-register-routine): Allow the group/topic
14498         spam-resend-to value to override spam-report-resend-to.
14499         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14500         properly now.
14501
14502         * gnus.el (spam-resend-to): Add group/topic parameter.
14503         (spam-process): Move the OBSOLETE processors to the end of the
14504         choices.
14505
14506 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14507
14508         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14509         with resend-to set to nil, and then ask the user if necessary.
14510         (spam-report-resend): spam-report-resend takes a list of articles, not
14511         separate article numbers.
14512
14513 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14516         addition to emacs-w3m.
14517
14518 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14519
14520         * assistant.el (assistant-authinfo-data): New function.
14521         (assistant-eval): Eval for entire assistant.
14522
14523         * netrc.el (netrc-services-file): New variable.
14524         (netrc-parse-services): New function.
14525         (netrc-find-service-name): New function.
14526         (netrc-find-service-number): New function.
14527         (netrc-port-equal): New function.
14528         (netrc-machine): Use it.
14529
14530         * nnimap.el (nnimap-open-connection): Use netrc.
14531
14532         * gnus-util.el (gnus-netrc-get): Remove aliases.
14533
14534         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14535
14536         * assistant.el (wid-edit): Fix compilation.
14537
14538         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14539
14540 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14541
14542         * gnus-util.el (gnus-set-file-modes): New function.  (small
14543         patch).
14544
14545 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546
14547         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14548
14549         * assistant.el (assistant-render-node): Fix up rendering and
14550         read-only text.
14551         (assistant-render-node): Reset.
14552         (assistant-make-read-only): Not sticky.
14553
14554 2004-05-20  Danny Siu  <dsiu@adobe.com>
14555
14556         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14557         centered even when gnus-auto-center-summary is t.
14558
14559 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14560
14561         * dns.el (dns-get-txt-answer): New function.
14562         (dns-read-txt): Ditto.
14563         (query-dns): Use it.
14564
14565 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14568         active for foreign groups even if the group level is higher than
14569         the specified value.
14570
14571 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14572
14573         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14574         non-active groups.
14575
14576         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14577
14578 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14579
14580         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14581
14582 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14583
14584         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14585         (spam-crm114-header, spam-crm114-spam-switch)
14586         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14587         (spam-crm114-positive-spam-header)
14588         (spam-crm114-database-directory, spam-list-of-processors)
14589         (spam-group-spam-processor-crm114-p)
14590         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14591         (spam-generic-score, spam-list-of-checks)
14592         (spam-list-of-statistical-checks, spam-registration-functions)
14593         (spam-check-crm114-headers, spam-crm114-score)
14594         (spam-check-crm114, spam-crm114-register-with-crm114)
14595         (spam-crm114-register-spam-routine)
14596         (spam-crm114-unregister-spam-routine)
14597         (spam-crm114-register-ham-routine)
14598         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14599         asjo@koldfront.dk (Adam Sjøgren).
14600
14601         * gnus.el: Add spam-use-crm114.
14602
14603         * spam.el (spam-list-of-processors, spam-registration-functions):
14604         Add spam-use-resend.
14605         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14606         (spam-report-articles-gmane): Add doc fix.
14607         (spam-report-articles-resend, spam-report-resend-register-routine):
14608         Add wrappers around spam-report-resend-to.
14609
14610         * spam-report.el (spam-report-resend-to, spam-report-resend):
14611         Add support for resending spam.
14612         (spam-report-gmane): Fix line length >80.
14613
14614         * gnus.el (spam-process): Add spam-use-resend.
14615
14616 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14617
14618         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14619         number of processed spam messages.
14620         (spam-ham-copy-or-move-routine): Return the number of processed
14621         ham messages.
14622         (spam-summary-prepare-exit): Use the above values to decide
14623         whether status messages shouled be displayed.
14624
14625 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14628         `rfc2047-encoding-function-alist' in order to avoid conflicting
14629         with the old version.
14630         (rfc2047-encode-region): Concatenate words containing non-ASCII
14631         characters in structured fields; don't encode space-delimited
14632         ASCII words even in unstructured fields; don't break words at
14633         char-category boundaries.
14634         (rfc2047-encode-1): New function.
14635         (rfc2047-encode): Use it; encode text so that it occupies the
14636         maximum width within 76-column; work correctly on Q encoding for
14637         iso-2022-* charsets.
14638         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14639         sure not to break a line just after the header name.
14640         (rfc2047-b-encode-region): Removed.
14641         (rfc2047-b-encode-string): New function.
14642         (rfc2047-q-encode-region): Removed.
14643         (rfc2047-q-encode-string): New function.
14644
14645         * mm-util.el (mm-replace-in-string): New function.
14646
14647 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14648
14649         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14650         get it right.
14651         (gnus-inews-make-draft): Really.
14652
14653 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14654
14655         * nnmh.el (nnmh-request-list-1): Don't check the link count
14656         before descending.  (small patch)
14657
14658 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14659
14660         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14661         stuff.
14662
14663         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14664         on real group name.
14665
14666         * gnus-art.el (gnus-signature-limit): Doc fix.
14667
14668         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14669
14670         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14671
14672 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14673
14674         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14675         isn't a string.
14676
14677 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14678
14679         * gnus-draft.el (gnus-draft-send): Bind
14680         rfc2047-encode-encoded-words.
14681
14682         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14683         (rfc2047-encodable-p): Say that =? needs encoding.
14684         (rfc2047-encode-encoded-words): New variable.
14685
14686         * gnus-group.el (gnus-group-select-group): Doc fix.
14687
14688         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14689
14690         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14691         to nil.
14692
14693         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14694
14695         * nnheader.el (nnheader-get-lines-and-char): New function.
14696
14697 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * gnus-msg.el (gnus-summary-followup-with-original): Document
14700         yanking of region when active.
14701
14702 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14705         groups if the group level is higher than the specified value.
14706
14707 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14710         (gnus-group-jump-to-group): Added prefix argument using
14711         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14712         non-active group.
14713
14714         * compface.el (uncompface): Be verbose when changing
14715         `uncompface-use-external'.
14716
14717         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14718         handle manual section.
14719
14720 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14721
14722         * gnus-art.el (gnus-button-alist): Revert previous change.
14723
14724 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14727
14728 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14729
14730         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14731         whether backend can accept message.
14732
14733         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14734
14735 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14736
14737         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14738         Avoid creating directory when nntp-marks-is-evil is true.
14739         Reported by Reiner Steib.
14740
14741 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * gnus-picon.el (gnus-picon-style): New variable.
14744         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14745         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14746         Jesper Harder <harder@ifa.au.dk>.
14747
14748 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14749
14750         * message.el (message-fill-field): Return point.
14751         (message-generate-headers): Go to end of field.
14752
14753         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14754         stuff for non-living groups.
14755
14756 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14757
14758         * gnus-art.el (gnus-article-followup-with-original)
14759         (gnus-article-reply-with-original): gnus-mark-active-p ->
14760         gnus-region-active-p.
14761
14762 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14763
14764         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14765         only when there is spam or ham to be processed.
14766
14767 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14768
14769         * mail-source.el (mail-source-delete-crash-box): Refactor.
14770         (mail-source-fetch): Use it.
14771         (mail-source-fetch-file): Ditto.
14772         (mail-source-fetch-directory): Run postscript in loop.
14773         (mail-source-fetch-pop): Delete.
14774         (mail-source-fetch-maildir): Ditto.
14775         (mail-source-fetch-imap): Ditto.
14776
14777         * imap.el (imap-authenticators): Comment out sasl.
14778
14779         * message.el (message-skip-to-next-address): New function.
14780         (message-fill-header-address): Refactor.
14781         (message-fill-address): Use it.
14782         (message-delete-address): Use it.
14783         (message-fill-header-general): Refactor.
14784         (message-fill-field-address): Rename.
14785         (message-narrow-to-field): Find the start of the header.
14786         (message-header-format-alist): Don't pre-fill.
14787         (message-fill-header): Removed.
14788         (message-insert-header): New function.
14789         (message-shorten-references): Use it.
14790
14791         * rfc2047.el (rfc2047-field-value): Strip props.
14792
14793         * mail-parse.el (mail-header-make-address): New alias.
14794
14795         * ietf-drums.el (ietf-drums-make-address): New function.
14796
14797         * imap.el: Add compiler directives.
14798
14799         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14800
14801         * gnus-art.el (article-decode-idna-rhs): Don't use
14802         message-idna-inside-rhs-p.
14803
14804 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14805
14806         * message.el (message-idna-inside-rhs-p): Removed.
14807         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14808
14809         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14810         false positives.
14811
14812 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14813
14814         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14815
14816 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14817
14818         * nneething.el (nneething-file-name): Don't create spurious
14819         files.
14820
14821         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14822         (gnus-inews-do-gcc): Remove sleep.
14823
14824         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14825         part under point.
14826
14827         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14828         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14829
14830 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14831
14832         * spam.el (spam-summary-prepare-exit): Fixed (length).
14833
14834 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14835
14836         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14837         as expired without moving it" message when there are spam
14838         messages left.
14839
14840 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14841
14842         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14843         header is not nil.
14844
14845 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14846
14847         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14848         nntp-possibly-create-directory, not nntp-possibly-change-group.
14849         (nntp-marks-changed-p): New arg SERVER.
14850         (nntp-request-update-info): Adjust caller.
14851
14852 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14853
14854         * nntp.el (nntp-save-marks): Pass missing arg.
14855
14856 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14857
14858         * nntp.el: Support marks.
14859         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14860         (nntp-marks-modtime, nntp-marks-directory): New variables.
14861         (nntp-request-set-mark, nntp-request-update-info)
14862         (nntp-possibly-create-directory, nntp-marks-changed-p)
14863         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14864         functions.
14865
14866 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14867
14868         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14869         (gnus-xmas-redefine): Rename.
14870
14871         * gnus-score.el (gnus-score-insert-help): Use
14872         gnus-select-lowest-window.
14873
14874         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14875         appt-select-lowest-window and rename to gnus-select-lowest-window.
14876
14877         * gnus.el: do.
14878
14879 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14880
14881         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14882         encodings of MIME-encoded words, in order to improve
14883         interoperability with several broken MUAs.
14884
14885 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14886
14887         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14888         tags, only when charsets are not specified in headers.
14889         (mm-inline-text-html-render-with-w3m): Ditto.
14890
14891         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14892         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14893
14894 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14895
14896         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14897         instead of MIME-decoded from fields when checking
14898         `gnus-article-address-banner-alist'.
14899
14900 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14901
14902         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14903         description rather than subject.
14904
14905 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14906
14907         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14908
14909 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * gnus.el (gnus-version-number): Bump.
14912
14913 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14914
14915         * gnus.el: No Gnus v0.2 is released.
14916
14917 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14918
14919         * gnus-agent.el (gnus-agent-read-agentview): Inline
14920         gnus-uncompress-range.
14921
14922 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14923
14924         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14925         `exec-installed-p'.
14926
14927 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14928
14929         * gnus.el (spam-process, spam-autodetect-methods): Add
14930         bsfilter and bsfilter-headers.
14931
14932         * spam.el (spam-bsfilter): New customize group.
14933         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14934         (spam-bsfilter-header, spam-bsfilter-probability-header)
14935         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14936         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14937         (spam-bsfilter-database-directory): New options.
14938         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14939         (spam-list-of-statistical-checks, spam-registration-functions):
14940         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14941         (spam-bsfilter-score): New command.
14942         (spam-check-bsfilter-headers, spam-check-bsfilter)
14943         (spam-bsfilter-register-with-bsfilter)
14944         (spam-bsfilter-register-spam-routine)
14945         (spam-bsfilter-unregister-spam-routine)
14946         (spam-bsfilter-register-ham-routine)
14947         (spam-bsfilter-unregister-ham-routine): New functions.
14948         (spam-generic-score): Support bsfilter; Accept an optional argument
14949         to recalcurate spam score even if scoring header has already been
14950         added.
14951         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14952         optional argument to recalcurate spam score even if scoring header
14953         has already been added.
14954
14955 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14956
14957         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14958         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14959         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14960         link is missing.
14961
14962 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14963
14964         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14965         (html2text-get-attr): Rewrite.
14966
14967         * message.el (message-setup-1): Remove redundant put-text-property
14968         on mail-header-separator.
14969
14970 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14971
14972         * gnus-registry.el (gnus-registry-cache-whitespace)
14973         (gnus-registry-action, gnus-registry-spool-action)
14974         (gnus-registry-split-fancy-with-parent): Change message levels
14975         from 5 to 3 or 7, as needed.
14976
14977         * spam.el (spam-summary-prepare-exit)
14978         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14979         (spam-split, spam-find-spam, spam-log-undo-registration)
14980         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14981         level from 5 to 6.
14982
14983 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14986         2004-03-04 change).
14987
14988 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14989
14990         * sieve-manage.el (sieve-manage-open):
14991         * nnweb.el (nnweb-insert-html):
14992         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14993         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14994         * nnspool.el (nnspool-request-group):
14995         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14996         * nnml.el (nnml-request-update-info):
14997         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14998         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14999         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15000         (nnimap-request-set-mark):
15001         * nnfolder.el (nnfolder-request-update-info):
15002         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15003         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15004         * gnus-uu.el (gnus-uu-find-articles-matching):
15005         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15006         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15007         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15008         * gnus-nocem.el (gnus-nocem-scan-groups):
15009         * gnus-int.el (gnus-start-news-server):
15010         * gnus-group.el (gnus-group-make-kiboze-group)
15011         (gnus-group-browse-foreign-server):
15012         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15013         Use mapc when appropriate.
15014
15015 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15016
15017         FIXME: Make separate entries for each person.
15018
15019         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15020         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15021         <shields@msrl.com>:
15022
15023         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15024         may need for spam sorting and scoring.
15025         (spam-user-format-function-S): Add user format function suitable for
15026         general use.
15027         (spam-article-sort-by-spam-status): Add sorting function for summary
15028         sorting.
15029         (spam-extra-header-to-number): Add function to get a score from a
15030         header.
15031         (spam-summary-score): Add function to get a numeric score from the
15032         headers.
15033         (spam-generic-score): Fix function doc, was in wrong place.
15034         (spam-initialize): Take symbols when it's run, and install the
15035         extra headers that spam-necessary-extra-headers thinks we need.
15036
15037 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15038
15039         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15040         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15041
15042 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15043
15044         * gnus-sum.el (gnus-set-global-variables)
15045         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15046         (gnus-article-get-xrefs, gnus-summary-best-group)
15047         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15048         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15049         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15050         Use with-current-buffer.
15051
15052 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15053
15054         * spam.el (spam-summary-prepare-exit): Simplify logic.
15055         (spam-fetch-article-header): Read the article header if it's not
15056         available.
15057         (spam-list-articles): Simplify logic.
15058         (spam-filelist-register-routine): Fix bug with unregister-list.
15059
15060         * gnus-registry.el: Fix comments at beginning.
15061
15062 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15063
15064         * message.el (message-cater-to-broken-inn): Remove.
15065         (message-shorten-references): Make sure the total folded length of
15066         References is shorter than 998 characters to cater to a bug in INN
15067         2.3.  Also, don't pretend that references aren't folded -- this
15068         hasn't worked for a while.
15069
15070 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15071
15072         * gnus-agent.el (gnus-agentize):
15073         gnus-agent-send-mail-real-function no longer set to current value
15074         of message-send-mail-function but rather a lambda that calls
15075         message-send-mail-function.  The change makes the agent real-time
15076         responsive to user changes to message-send-mail-function.
15077
15078 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15079
15080         * legacy-gnus-agent.el
15081         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15082         help from Florian Weimer <fw@deneb.enyo.de>
15083
15084 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * nnmail.el (nnmail-cache-insert): Revert last change.
15087
15088 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * nnmail.el (nnmail-cache-insert): Always check whether
15091         nnmail-cache-ignore-groups matches a group name.
15092
15093 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15094
15095         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15096         (spam-find-spam, spam-log-processing-to-registry)
15097         (spam-log-registered-p, spam-log-unregistration-needed-p)
15098         (spam-log-undo-registration): Use gnus-message instead of
15099         gnus-error, none of these errors are fatal.
15100
15101         * gnus-registry.el (gnus-registry-clean-empty-function)
15102         (gnus-registry-clean-empty): Remove only empty entries without
15103         extra data.
15104
15105 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15106
15107         * spam-stat.el (spam-stat-buffer-change-to-spam)
15108         (spam-stat-buffer-change-to-non-spam): Change (error) to
15109         (gnus-message 8) invocation.
15110
15111 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * nntp.el (nntp-via-netcat-command): New variable.
15114         (nntp-via-netcat-switches): New variable.
15115         (nntp-open-via-rlogin-and-netcat): New function.
15116         (nntp-open-connection-function): Doc fix.
15117         (nntp-telnet-command): Doc fix.
15118         (nntp-end-of-line): Doc fix.
15119         (nntp-via-rlogin-command): Doc fix.
15120         (nntp-via-user-name): Doc fix.
15121         (nntp-via-address): Doc fix.
15122
15123 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15126         error in Emacs 21.1.
15127
15128 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15131
15132 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15133
15134         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15135         (gnus-agent-with-refreshed-group): New macro.
15136         (gnus-agent-rename-group): New function.
15137         (gnus-agent-delete-group): New function.
15138         (gnus-agent-save-group-info): Use gnus-command-method when
15139         `method' parameter is nil.  Don't write nil entries into the
15140         active file.
15141         (gnus-agent-get-group-info): New function.
15142         (gnus-agent-fetch-articles): Use
15143         gnus-agent-update-files-total-fetched-for to increment disk space
15144         used.
15145         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15146         gnus-agent-update-view-total-fetched-for to increment disk space
15147         used.
15148         (gnus-agent-get-local): Added optional parameters to avoid calling
15149         gnus-group-real-name and gnus-find-method-for-group.
15150         (gnus-agent-set-local): Delete stored entry if either min, or max,
15151         are nil.
15152         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15153         quit, use gnus-agent-regenerate-group to record existance of any
15154         articles fetched to disk before the quit occurred.
15155         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15156         gnus-agent-update-view-total-fetched-for, and
15157         gnus-agent-update-files-total-fetched-for to decrement disk space
15158         used.
15159         (gnus-agent-retrieve-headers): Use
15160         gnus-agent-update-view-total-fetched-for to increment disk space
15161         used.
15162         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15163         with gnus-agent-update-files-total-fetched-for to decrement disk
15164         space and fresh group buffer.
15165         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15166         (gnus-agent-need-update-total-fetched-for): New variable.
15167         (gnus-agent-update-files-total-fetched-for): New function.
15168         (gnus-agent-update-view-total-fetched-for): New function.
15169         (gnus-agent-total-fetched-for): New function.
15170
15171         * gnus-cache.el (gnus-cache-save-buffers): Use
15172         gnus-cache-update-overview-total-fetched-for to change disk space
15173         used by this group.
15174         (gnus-cache-possibly-enter-article): Use
15175         gnus-cache-update-file-total-fetched-for to increment disk space
15176         used by this group.
15177         (gnus-cache-possibly-remove-article): Use
15178         gnus-cache-update-file-total-fetched-for to decrement disk space
15179         used by this group.
15180         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15181         (gnus-cache-rename-group): New function.
15182         (gnus-cache-delete-group): New function.
15183         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15184         (gnus-cache-need-update-total-fetched-for): New variable.
15185         (gnus-cache-with-refreshed-group): New macro.
15186         (gnus-cache-update-file-total-fetched-for): New function.
15187         (gnus-cache-update-overview-total-fetched-for): New function.
15188         (gnus-cache-rename-group-total-fetched-for): New function.
15189         (gnus-cache-delete-group-total-fetched-for): New function.
15190         (gnus-cache-total-fetched-for): New function.
15191
15192         * gnus-group.el: Require gnus-sum and autoload functions to
15193         resolve warnings when gnus-group.el compiled alone.
15194         (gnus-group-line-format): Documented new %F.
15195         (size of Fetched data) group line format; identifies disk space
15196         used by agent and cache.
15197         (gnus-group-line-format-alist): Defined new F format.
15198         (gnus-total-fetched-for): New function.
15199         (gnus-group-delete-group): No longer update
15200         gnus-cache-active-altered as gnus-request-delete-group now keeps
15201         the cache in sync.
15202         (gnus-group-list-active): Let the agent store a server's active
15203         list if currently plugged.
15204
15205         * gnus-int.el (gnus-request-delete-group):
15206         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15207         local disk in sync with the server.
15208         (gnus-request-rename-group):
15209         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15210         local disk in sync with the server.
15211
15212         * gnus-start.el (gnus-get-unread-articles):
15213         Cosmetic simplification to logic.
15214
15215         * gnus-util.el (gnus-rename-file): New function.
15216
15217 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15218
15219         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15220
15221 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15222
15223         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15224         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15225
15226 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15227
15228         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15229         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15230
15231 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15232
15233         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15234
15235 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15236
15237         * spam.el (spam-set-difference): Add function to replace
15238         gnus-set-difference in spam.el.
15239         (spam-summary-prepare-exit): Use spam-set-difference.
15240
15241 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15242
15243         * gnus-registry.el (gnus-registry-cache-file): Update to use
15244         gnus-dribble-directory OR gnus-home-directory OR ~.
15245         (gnus-registry-split-fancy-with-parent): Fix doc.
15246
15247 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * message.el (message-exchange-point-and-mark): Use
15250         message-mark-active-p.  Suggested by Jesper Harder
15251         <harder@ifa.au.dk>.
15252
15253 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * message.el (message-exchange-point-and-mark): Don't activate
15256         region if it was inactive.  Suggested by Hiroshi Fujishima
15257         <pooh@nature.tsukuba.ac.jp>.
15258
15259 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-art.el (article-display-face): Display Faces in the same
15262         order as X-Faces.
15263
15264 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15267
15268 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15271         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15272         (gnus-article-mime-hierarchy): Remove.
15273         (gnus-article-mime-hierarchy-next): Remove.
15274         (gnus-article-mode): Revert 2004-03-19 change.
15275         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15276         (gnus-insert-mime-button): Revert 2004-03-19 change.
15277         (gnus-mime-accumulate-hierarchy): Remove.
15278         (gnus-mime-enter-multipart): Remove.
15279         (gnus-mime-leave-multipart): Remove.
15280         (gnus-mime-display-part): Revert 2004-03-19 change.
15281         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15282
15283         * mml.el (mml-preview): Revert 2004-03-19 change.
15284
15285 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15286
15287         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15288
15289 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15292         t while entering a file name using the mm-with-multibyte macro.
15293         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15294
15295         * mm-util.el (mm-with-multibyte): New macro.
15296
15297 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15300         user option.
15301         (gnus-mime-multipart-functions): Doc and customization fix.
15302         (gnus-article-mime-hierarchy): New variable.
15303         (gnus-article-mime-hierarchy-next): New variable.
15304         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15305         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15306         gnus-article-mime-hierarchy-next to nil.
15307         (gnus-insert-mime-button): Show hierarchy numbers.
15308         (gnus-mime-accumulate-hierarchy): New function.
15309         (gnus-mime-enter-multipart): New function.
15310         (gnus-mime-leave-multipart): New function.
15311         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15312         (gnus-mime-display-alternative): Show hierarchy numbers.
15313
15314         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15315         gnus-article-mime-hierarchy-next to nil.
15316
15317 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15318
15319         * dns.el: Don't require gnus-xmas.
15320
15321 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15322
15323         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15324         inline PGP.
15325         (mml-menu): Disable mml-quote-region if mark is inactive.
15326
15327 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15330         when the group's active is not available.
15331
15332 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15335         error.
15336
15337 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * imap.el (imap-store-password): New variable.
15340         (imap-interactive-login): Use it.
15341         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15342
15343 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15346         window-start and hscroll to summary window.
15347
15348 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15349
15350         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15351         conversion message to newsrc-dribble when an actual conversion is
15352         performed.
15353
15354 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15355
15356         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15357
15358 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * mm-decode.el (mm-complicated-handles): New function reviving
15361         former definition of mm-multiple-handles.
15362
15363         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15364         (gnus-mime-delete-part): Use it.
15365
15366 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15367
15368         * gnus-agent.el (gnus-agent-read-local): Bind
15369         nnheader-file-coding-system to gnus-agent-file-coding-system to
15370         avoid the implicit assumption that they will always be equal.
15371         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15372         coding-system-for-write, as the with-temp-file macro first prints
15373         to a buffer then saves the buffer.
15374
15375 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * gnus-art.el (gnus-article-edit-part): New function.
15378         (gnus-mime-save-part-and-strip): Use it; do query instead of
15379         signaling an error; don't use mm-multiple-handles.
15380         (gnus-mime-delete-part): Ditto.
15381
15382 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15383
15384         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15385         old file versions.
15386         (gnus-group-prepare-hook): Removed function that converted list
15387         form of gnus-agent-expire-days to group properties.
15388
15389         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15390         (gnus-request-accept-article): Re-indented.
15391
15392         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15393         converters to handle old agent file formats.  Added logic for a
15394         "backup before upgrading warning".
15395         (gnus-convert-mark-converter-prompt): Developers can mark
15396         functions as needing (default), or not needing,
15397         gnus-convert-old-newsrc's "backup before upgrading warning".
15398         (gnus-convert-converter-needs-prompt): Tests whether the user
15399         should be protected from potentially irreversable changes by the
15400         function.
15401
15402         * legacy-gnus-agent.el: New.  Provides converters that are only
15403         loaded when gnus-convert-old-newsrc needs to call them.
15404
15405 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * mail-source.el (mail-source-touch-pop): Doc fix.
15408
15409         * message.el (message-smtpmail-send-it): Doc fix.
15410
15411 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15412
15413         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15414
15415         * nnmail.el (nnmail-split-fancy): do.
15416
15417         * gnus-kill.el (gnus-kill, gnus-execute): do.
15418
15419 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15420
15421         * gnus-sum.el (gnus-widget-reversible-match)
15422         (gnus-widget-reversible-to-internal)
15423         (gnus-widget-reversible-to-external): New functions.
15424         (gnus-widget-reversible): New widget.
15425         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15426
15427 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15428
15429         * gnus-sum.el (gnus-thread-sort-functions)
15430         (gnus-article-sort-functions): Document `(not F)' items.
15431
15432 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15433
15434         * spam.el (spam-use-gmane-xref): Add new backend.
15435         (spam-gmane-xref-spam-group): Add variable to control the name of the
15436         Gmane spam group.
15437         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15438         (spam-regex-headers-spam, spam-regex-headers-ham)
15439         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15440         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15441         backends and checks.
15442         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15443
15444         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15445         an autodetect method.
15446
15447 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15448
15449         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15450         articles are being added to a group.
15451         (gnus-request-replace-article): Inform the agent that articles
15452         need to be uncached as the cached contents are no longer valid.
15453
15454 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * binhex.el: Don't autoload executable-find.
15457
15458         * canlock.el: Don't autoload mail-fetch-field.
15459
15460         * dgnushack.el: Autoload c-mode for XEmacs.
15461
15462         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15463
15464         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15465         rmail-dont-reply-to and rmail-output.
15466
15467         * gnus-score.el: Don't autoload ffap-string-at-point.
15468
15469         * gnus-setup.el: Don't autoload sc-cite-original.
15470
15471         * imap.el: Don't autoload base64-decode-string,
15472         base64-encode-string and md5.
15473
15474         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15475         and rmail-msg-restore-non-pruned-header.
15476
15477         * mm-decode.el: Don't autoload executable-find.
15478
15479         * mm-url.el: Don't autoload executable-find.
15480
15481         * mm-view.el: Don't autoload diff-mode.
15482
15483         * nndb.el: Don't autoload news-reply-mode, news-setup,
15484         cancel-timer and telnet.
15485
15486         * password.el: Don't autoload run-at-time for Emacs.
15487
15488         * sha1-el.el: Don't autoload executable-find.
15489
15490         * sieve-mode.el: Don't autoload c-mode.
15491
15492         * uudecode.el: Don't autoload executable-find.
15493
15494 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15495
15496         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15497         (gnus-agent-possibly-alter-active): Avoid null in numeric
15498         comparison.
15499         (gnus-agent-set-local): Refuse to save null in local object table.
15500         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15501         list of articles that will be marked as unread.
15502
15503 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15506
15507 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15508
15509         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15510         language tags.
15511
15512 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15513
15514         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15515         Don't bind "obarray".
15516
15517         * gnus-sum.el (gnus-thread-sort-functions): Added
15518         `gnus-thread-sort-by-most-recent-number' and
15519         `gnus-thread-sort-by-most-recent-date'.
15520         Reported by Kai Grossjohann <kai@emptydomain.de>.
15521
15522 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15525
15526 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15527
15528         * gnus-cus.el (gnus-agent-customize-category): Removed
15529         ignore-errors macro reference that required cl to be loaded at
15530         run-time.
15531
15532         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15533         single-interval range of the form (min . max).  Previously the
15534         range had to look like ((min . max)).  Likewise, return
15535         (min . max) rather than ((min . max)).
15536         (gnus-range-map): Use gnus-range-normalize to accept
15537         single-interval range.
15538
15539         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15540         the cache, but not the agent, now appear with their usual face.
15541
15542         * dgnushack.el (loaddir): New variable that is bound to the
15543         directory containing the dgnushack.el file. Use loaddir, rather
15544         than srcdir, to update load-path. Change lets dgnushack compile
15545         code in directories other than GNUS/lisp.
15546
15547 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * lpath.el: Don't bind w3m-safe-url-regexp.
15550
15551         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15552         w3m-safe-url-regexp variable buffer-local.
15553
15554         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15555
15556 2004-02-27  Simon Josefsson  <jas@extundo.com>
15557
15558         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15559         gnus-group-real-prefix.
15560         (gnus-summary-move-article): Use it, instead of
15561         gnus-group-real-prefix.
15562
15563 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * lpath.el: Bind w3m-safe-url-regexp.
15566
15567         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15568         w3m-safe-url-regexp variable buffer-local and set it as the value
15569         of mm-w3m-safe-url-regexp.
15570
15571         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15572
15573         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15574         parsing gnus-posting-styles when the message is not for replying.
15575
15576         * dgnushack.el: Autoload sgml-mode for XEmacs.
15577
15578         * nnrss.el (nnrss-opml-export): Use
15579         mm-set-buffer-file-coding-system instead of
15580         set-buffer-file-coding-system.
15581
15582 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15583
15584         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15585         of checkdoc.el).
15586         * nnrss.el: do.
15587         * gnus-mlspl.el: do.
15588         * gnus-ml.el: do.
15589         * gnus-srvr.el: do.
15590
15591         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15592
15593 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15594
15595         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15596         Corrections to custom-manual links.
15597
15598         * gnus-art.el (gnus-article): Ditto.
15599
15600         * mm-decode.el (mime-display, mime-security): Ditto.
15601
15602 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15603
15604         * flow-fill.el: Typo.
15605
15606 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15607
15608         * spam-wash.el: New file.
15609
15610 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15611
15612         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15613
15614 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15615
15616         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15617         to be run with new-articles as LIST1, not LIST2.
15618         (spam-registration-functions): Add spam-use-ham-copy as a nil
15619         registration backend.
15620
15621 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15622
15623         * spam-stat.el (spam-stat-washing-hook): New option.
15624         (spam-stat-buffer-words): Use it.
15625         (spam-stat-process-directory, spam-stat-test-directory): Use
15626         insert-file-contents-literally.
15627         (spam-stat-coding-system): New variable.
15628         (spam-stat-load, spam-stat-save): Use it.
15629
15630 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * spam-report.el (spam-report-plug-agent): Quote
15633         spam-report-url-to-file and spam-report-url-ping-plain.
15634
15635 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15638         / in mailto URLs.
15639
15640 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * spam-report.el (spam-report-process-queue): Fix interactive use.
15643         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15644         (spam-report-unplug-agent): Doc fixes.
15645         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15646         (spam-report-agentize, spam-report-deagentize): Autoload.
15647
15648 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15651
15652         * message.el (message-setup-fill-variables): Add mml tags to
15653         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15654         <ajk@iu.edu>.
15655         (message-mode): Don't modify paragraph-separate there.
15656
15657 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * compface.el (uncompface-use-external): Default to undecided.
15660         (uncompface-use-external-threshold): New variable.
15661         (uncompface-float-time): New macro.
15662         (uncompface): Determine whether to use the external decoder if
15663         uncompface-use-external is undecided.
15664
15665 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15666
15667         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15668         after images.
15669
15670         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15671
15672 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15673
15674         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15675
15676         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15677
15678         * gnus-sum.el (gnus-summary-limit-to-age)
15679         (gnus-summary-limit-children): do.
15680
15681         * gnus-int.el (gnus-request-scan): do.
15682
15683         * gnus-group.el (gnus-group-suspend): do.
15684
15685         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15686
15687         * gnus-cite.el (gnus-cite-parse-attributions): do.
15688
15689         * gnus-agent.el (gnus-summary-set-agent-mark)
15690         (gnus-agent-regenerate-group): do.
15691
15692         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15693
15694         * binhex.el (binhex-decode-region-internal): do.
15695
15696 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * gnus-fun.el (gnus-face-properties-alist): New user option.
15699         (gnus-display-x-face-in-from): Use it.
15700
15701         * gnus-art.el (article-display-face): Ditto.
15702
15703         * compface.el (uncompface-use-external): Default to nil.
15704
15705 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15706
15707         * nntp.el (nntp-erase-buffer): New function.
15708         (nntp-retrieve-data, nntp-send-command)
15709         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15710         (nntp-possibly-change-group): Use it.
15711
15712         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15713         with-current-buffer.
15714
15715 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15716
15717         * compface.el: Merge the ELisp-based uncompface program.
15718         (compface): New customization group.
15719         (uncompface-use-external): New user option.
15720         (uncompface): Call uncompface-internal if uncompface-use-external
15721         is nil.
15722         (uncompface-internal): New function.  Note that there are also
15723         some other functions and variables added for this function.
15724
15725 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15726
15727         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15728         if necessary.
15729
15730 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15731
15732         * spam-report.el (spam-report-unplug-agent)
15733         (spam-report-plug-agent, spam-report-deagentize)
15734         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15735         Add support for the Agent in spam-report: when unplugged, report to a
15736         file; when plugged, submit all the requests.
15737
15738         * spam.el (spam-register-routine): Fix message about
15739         registration.
15740
15741 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15742
15743         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15744         dependencies.
15745         (rfc2047-encode): Use it.
15746
15747         * gnus-art.el (gnus-button-marker-list): Move before first
15748         reference.
15749
15750         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15751         (imap-parse-body): Fix format string mismatch.
15752
15753         * gnus-score.el (gnus-summary-increase-score): do.
15754
15755         * nnrss.el (nnrss-close): New function.
15756
15757 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15758
15759         * nnrss.el (nnrss-make-filename): New function.
15760         (nnrss-request-delete-group, nnrss-read-server-data)
15761         (nnrss-save-server-data, nnrss-read-group-data)
15762         (nnrss-save-group-data): Use it.
15763         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15764         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15765         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15766
15767 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15768
15769         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15770
15771 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15772
15773         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15774         files.
15775
15776         * message.el (message-generate-headers-first): Don't quote nil
15777         and t in docstrings.
15778
15779         * imap.el (imap-id): do.
15780
15781         * gnus-agent.el (gnus-agent-consider-all-articles)
15782         (gnus-agent-queue-mail): do.
15783
15784 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * spam-report.el (spam-report-process-queue): New function.
15787         Process requests from `spam-report-requests-file'.
15788         (spam-report-process-queue): Doc fix.
15789
15790 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15791
15792         * spam.el (spam-register-routine)
15793         (spam-log-processing-to-registry, spam-log-registered-p)
15794         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15795         Change "check" to "spam-check" for semi-clarity.
15796
15797 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15798
15799         * pop3.el: Require nnheader.
15800
15801         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15802
15803         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15804
15805         * gnus-picon.el: Require cl.
15806
15807         * gnus-fun.el: Require gnus-ems and gnus-util.
15808
15809         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15810
15811         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15812
15813         * gnus-art.el (gnus-article-edit-mode): Define before first
15814         reference.
15815
15816 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15817
15818         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15819         (gnus-uu-post-encoded): Use point-at-bol.
15820
15821         * gnus-topic.el (gnus-group-active-topic-p): do.
15822
15823         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15824
15825         * gnus-group.el (gnus-group-kill-region): do.
15826
15827         * gnus-art.el (article-date-ut): do.
15828
15829         * message.el (message-fetch-field): Remove redundant
15830         case-fold-search binding.
15831         (message-narrow-to-field): Simplify.
15832
15833 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * spam.el (spam-directory): Derive from `gnus-directory'.
15836
15837         * spam-report.el (spam-report-url-to-file)
15838         (spam-report-requests-file): New function and variable for offline
15839         reporting.
15840         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15841         and user defined function.
15842         (spam-report-url-ping-mm-url): Remove doubled slash.
15843
15844 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15845
15846         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15847
15848 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15849
15850         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15851         format string mismatch.
15852
15853         * sieve.el (sieve-deactivate-all): do.
15854
15855         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15856
15857         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15858
15859         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15860
15861         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15862
15863 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15864
15865         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15866         the list of checks.
15867
15868 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15869
15870         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15871         padding.
15872
15873 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15874
15875         * mm-view.el (mm-fill-flowed): New variable.
15876         (mm-inline-text): Use it.
15877
15878 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15879
15880         * spam.el (spam-spamassassin-register-ham-routine)
15881         (spam-spamassassin-register-spam-routine): Fix function names.
15882
15883 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus.el (gnus-tmp-grouplens): Remove.
15886         (gnus-summary-line-format): Remove grouplens.
15887
15888         * gnus-group.el (gnus-group-line-format): Ditto.
15889
15890         * gnus-spec.el (gnus-format-specs): Ditto.
15891         (gnus-update-format-specifications): Flush the group format spec
15892         cache if there's the grouplens stuff.
15893         (gnus-parse-simple-format): Replace %l with the empty string.
15894
15895 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15896
15897         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15898         omission.
15899
15900 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15903         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15904
15905 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15906
15907         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15908         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15909         New macros and functions.
15910         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15911         Handle > NLINK_MAX messages.
15912         * nnmaildir.el (nnmaildir-request-set-mark): Use
15913         nnmaildir--emlink-p and nnmaildir--eexist-p.
15914
15915 2004-01-25  Alex Schroeder  <alex@gnu.org>
15916
15917         * spam-stat.el (spam-stat-process-directory-age): New option.
15918         (spam-stat-process-directory): Use it.
15919
15920 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15921
15922         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15923         (spam-stat-save): Accept prefix argument.
15924
15925 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15926
15927         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15928         links" error.
15929
15930 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15933         the rest of the and/or forms.
15934
15935 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15936
15937         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15938         compatibility with old .newsrc.eld files.
15939
15940         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15941
15942         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15943
15944         * gnus-start.el (gnus-1): do.
15945
15946         * gnus-group.el (gnus-group-line-format-alist): do.
15947
15948         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15949
15950         * gnus-gl.el: Remove.
15951
15952 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15953
15954         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15955         marks consisting of a single range {for example, (3 . 5)} rather
15956         than a list of a single range { ((3 . 5)) }.
15957
15958 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15959
15960         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15961         with-current-buffer.
15962         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15963         avoid consing a string.
15964
15965         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15966         Remove obsolete entries for big5 and gb2312.
15967
15968 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15969
15970         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15971         uncompressed list.
15972
15973 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15974
15975         * spam-stat.el (spam-stat-strip-xref): New function.
15976         (spam-stat-process-directory): Use it.
15977
15978         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15979         here -- it's done in message-fetch-field.
15980
15981 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15982
15983         * gnus-agent.el (gnus-agent-queue-mail)
15984         (gnus-agent-prompt-send-queue): New variables.
15985         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15986         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15987         "nndraft:queue" along to gnus-draft-send.  Use
15988         gnus-agent-prompt-send-queue.
15989         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15990         is "nndraft:queue".  Suggested by Gaute Strokkenes
15991         <gs234@srcf.ucam.org>
15992
15993         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15994         (agent-enable-undownloaded-faces): Added.
15995         (gnus-agent-cat-groups): Use eval-and-compile, not
15996         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15997         method of gnus-agent-cat-groups even when the buffer has been
15998         evaled.
15999         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16000         delete gnus-agent-save-active-1.
16001         (gnus-agent-save-groups): Deleted.  Identical to
16002         gnus-agent-save-active.
16003         (gnus-agent-write-active): No longer adjust agent's copy of active
16004         file as agent's adjustments are now stored in their own
16005         file.  Removed optional parameter.
16006         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16007         servers.  Add use of min/max range limits from server's local
16008         file.
16009         (gnus-agent-save-alist): Removed unused optional argument.
16010         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16011         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16012         (gnus-agent-set-local): A per-server file that keeps min/max range
16013         limits for articles known to the agent.  Provides a fast mechanism
16014         for altering many active ranges.
16015         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16016         active file (local makes it unnecessary).
16017         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16018
16019         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16020         (agent-enable-undownloaded-faces): Added.
16021
16022         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16023         disable it when sending to "nndraft:queue".
16024         (gnus-group-send-queue): Add safety check to avoid sending queue
16025         when unplugged.
16026
16027         * gnus-group.el (gnus-group-catchup): Use new
16028         gnus-sequence-of-unread-articles, not
16029         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16030         numbers of articles.  Use gnus-range-map to avoid having to
16031         uncompress the unread list.
16032         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16033         Fixed invalid ange-ftp reference.
16034
16035         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16036         (gnus-sorted-range-intersection): Intersection of two ranges
16037         without requiring that they first be uncompressed.
16038
16039         * gnus-start.el (gnus-activate-group): Unless blocked by the
16040         caller, possibly expand the active range to include both cached
16041         and agentized articles.
16042         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16043         multiple version-dependent converters.
16044         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16045         gnus-agent-save-active.
16046         (gnus-save-newsrc-file): Save dirty agent range limits.
16047
16048         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16049         gnus-agent-possibly-alter-active.
16050         (gnus-adjust-marked-articles): Faster handling of simple lists.
16051
16052 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16053
16054         * spam-stat.el (spam-stat-test-directory): New optional argument
16055         displays a list of files detected.  Suggested by Andrew Cohen
16056         <cohen@andy.bu.edu>.
16057         (spam-stat-buffer-words-with-scores): Don't narrow and change
16058         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16059
16060 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16061
16062         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16063         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16064         (spam-spamassassin-arguments)
16065         (spam-spamassassin-spam-flag-header)
16066         (spam-spamassassin-positive-spam-flag-header)
16067         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16068         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16069         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16070         (spam-list-of-processors, spam-list-of-checks)
16071         (spam-list-of-statistical-checks, spam-registration-functions)
16072         (spam-check-spamassassin-headers, spam-check-spamassassin)
16073         (spam-spamassassin-score)
16074         (spam-spamassassin-register-with-sa-learn)
16075         (spam-spamassassin-register-spam-routine)
16076         (spam-spamassassin-register-ham-routine)
16077         (spam-assassin-register-spam-routine)
16078         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16079         (spam-bogofilter-score): Fix to show article before scoring.
16080
16081 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16082
16083         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16084         default scoring function.
16085         (spam-generic-score): Call spam-spamassassin-score if
16086         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16087         spam-bogofilter-score otherwise.
16088
16089         * gnus.el (spam-process, spam-autodetect-methods): Add
16090         spamassassin and spamassassin-headers.
16091
16092 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16093
16094         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16095         Suppress unnecessary messages.
16096
16097 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16098
16099         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16100         make-hash-table.
16101
16102 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * canlock.el (base64-encode-string): Don't autoload it.
16105
16106 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * run-at-time.el: Remove useless (require 'itimer),
16109         eval-and-compile and (featurep 'xemacs).
16110
16111 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16112
16113         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16114         GROUP is a virtual group.
16115
16116 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16117
16118         * gnus.el: Autoload `message-y-or-n-p'.
16119
16120 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16121
16122         * pgg-parse.el: Remove unnecessary (require 'custom).
16123
16124         * pgg-def.el: do.
16125
16126         * nnmail.el: do.
16127
16128         * gnus-undo.el: do.
16129
16130         * gnus-picon.el: do.
16131
16132         * gnus-util.el: do.
16133
16134 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16135
16136         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16137
16138 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16141         handle, as well as a list.
16142
16143         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16144         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16145         (mm-w3m-cid-retrieve): Simplify.
16146
16147 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16148
16149         * message.el (message-kill-to-signature): Allow prefix arg to
16150         specify number of lines to keep before signature.
16151
16152 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16153
16154         * message.el (message-kill-to-signature): Change docstring.
16155
16156 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * canlock.el: Always require sha1-el.
16159         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16160
16161         * message.el: Autoload sha1 only when compiling.
16162
16163         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16164         eudc-expand-inline for XEmacs.
16165
16166 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * message.el (message-canlock-generate): Require sha1-el.
16169
16170 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16171
16172         * message.el (message-expand-name): Silence the byte compiler.
16173
16174         * lpath.el: Add detect-coding-system.
16175
16176         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16177         cus-edit.
16178
16179 2004-01-13  Simon Josefsson  <jas@extundo.com>
16180
16181         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16182         Invoke gnus-score-mode.  Reported by
16183         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16184
16185         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16186         Jim Blandy <jimb@redhat.com> (tiny change).
16187
16188 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16189
16190         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16191
16192 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16193
16194         * spam.el (spam-get-article-as-string): Update to use
16195         gnus-request-article-this-buffer, much simpler.
16196         (spam-get-article-as-buffer): Remove.
16197
16198 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16199
16200         * message.el (message-expand-name): Use EUDC if the user uses that.
16201
16202 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16203
16204         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16205         character for the encoding to avoid consing a string.
16206
16207         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16208         unnecessarily.
16209
16210         * mm-util.el (mm-replace-chars-in-string): Remove.
16211
16212         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16213         of mm-replace-chars-in-string.
16214
16215 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16216
16217         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16218
16219         * mm-util.el (mm-subst-char-in-string): Support inplace.
16220
16221         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16222         a new string in every iteration.  Use shy groups.
16223
16224 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16225
16226         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16227         * gnus-soup.el (gnus-soup-group-brew):
16228         * gnus-msg.el (gnus-put-message):
16229         * gnus-move.el (gnus-group-move-group-to-server):
16230         * gnus-kill.el (gnus-batch-score):
16231         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16232         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16233         (gnus-group-update-group, gnus-group-read-group)
16234         (gnus-group-make-group, gnus-group-make-help-group)
16235         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16236         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16237         (gnus-group-sort-by-unread, gnus-group-catchup)
16238         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16239         (gnus-group-yank-group, gnus-group-set-info)
16240         (gnus-group-list-groups):
16241         * gnus.el (gnus-generate-new-group-name):
16242         * gnus-delay.el (gnus-delay-send-queue):
16243         * nnvirtual.el (nnvirtual-catchup-group):
16244         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16245         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16246         (gnus-group-prepare-topics, gnus-topic-check-topology):
16247         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16248         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16249         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16250         (gnus-group-make-articles-read):
16251         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16252         (gnus-group-change-level, gnus-kill-newsgroup)
16253         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16254         (gnus-get-unread-articles, gnus-make-articles-unread)
16255         (gnus-make-ascending-articles-unread): Use accessor
16256         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16257         to get group information for improved readability.
16258
16259
16260 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16261
16262         * gnus-art.el (article-decode-mime-words, article-babel)
16263         (gnus-article-highlight-signature, gnus-article-add-buttons)
16264         (gnus-signature-toggle): Use gnus-with-article-buffer.
16265
16266         * gnus-art.el (gnus-article-highlight-headers)
16267         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16268
16269         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16270         (gnus-article-set-globals, gnus-request-article-this-buffer)
16271         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16272         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16273         (gnus-mime-display-alternative): Use with-current-buffer.
16274
16275 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16276
16277         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16278         also under 80 char limit, and call gnus-error if needed.
16279         (spam-fetch-article-header): Fix - it was a
16280         buffer-local variable (gnus-newsgroup-data).
16281         (spam-find-spam): Use spam-generate-fake-headers, forget about
16282         spam-insert-fake-headers.
16283         (spam-insert-fake-headers): Remove.
16284
16285 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16286
16287         * deuglify.el (gnus-article-outlook-unwrap-lines)
16288         (gnus-outlook-rearrange-article)
16289         (gnus-outlook-repair-attribution-outlook)
16290         (gnus-outlook-repair-attribution-block)
16291         (gnus-outlook-repair-attribution-other): Remove redundant
16292         save-excursion.
16293
16294 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16295
16296         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16297         (spam-fetch-field-subject-fast)
16298         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16299         (spam-fetch-article-header): Add functions to deal with Gnus
16300         internals for fast retrieval of article header data.
16301         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16302
16303 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16304
16305         * pop3.el (pop3-md5): Remove.
16306         (pop3-apop): Replace pop3-md5 with md5.
16307
16308         * mm-bodies.el: base64 is always built-in.
16309
16310         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16311         with-current-buffer.
16312
16313 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * canlock.el (canlock-insert-header): Remove excessive grouping in
16316         regexp.
16317
16318         * gnus-sum.el (gnus-summary-read-document): Ditto.
16319
16320         * gnus-uu.el (gnus-uu-part-number): Ditto.
16321
16322         * html2text.el (html2text-remove-tags): Ditto.
16323         (html2text-format-tags): Ditto.
16324         (html2text-format-single-elements): Ditto.
16325
16326         * mml.el (mml-parse-1): Ditto.
16327
16328 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16329
16330         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16331
16332         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16333
16334         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16335
16336         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16337
16338 2003-11-15  Simon Josefsson  <jas@extundo.com>
16339
16340         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16341         (pgg-gpg-lookup-key): Use regexp match instead of
16342         split-string (split-string is different between emacs 21.2 and
16343         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16344
16345 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16346
16347         * gnus-art.el (gnus-mime-view-all-parts)
16348         (gnus-article-part-wrapper, gnus-article-view-part): Use
16349         with-current-buffer.
16350
16351 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16352
16353         * spam.el (spam-disable-spam-split-during-ham-respool)
16354         (spam-spamoracle-database, spam-cache-lookups)
16355         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16356         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16357         (spam-group-ham-marks, spam-group-spam-marks)
16358         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16359         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16360         also add spam-use-blackholes to the statistical checks.
16361         (spam-fetch-field-fast): Add interface to fetching fields, may
16362         become a macro.
16363         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16364         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16365         (spam-insert-fake-headers): Fake an article when needed.
16366         (spam-find-spam): Fake article when possible.
16367         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16368         (spam-check-bogofilter-headers): Use message-fetch-field instead
16369         of nnmail-fetch-field.
16370
16371 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16372
16373         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16374
16375 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16376
16377         * spam.el (spam-split): Do not require spam-use-CHECK to be
16378         enabled if that check is passed to spam-split explicitly; also
16379         fix so 'spam doesn't get converted to spam-split-group when
16380         spam-split-symbolic-return is t.
16381         (spam-find-spam): Find registrations of the article and use those
16382         instead of re-running spam-split to find the spam/ham
16383         classification of the article.
16384         (spam-log-processing-to-registry, spam-log-registered-p)
16385         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16386         Use gnus-error instead of gnus-message.
16387         (spam-log-registration-type): Add function to determine the
16388         classification of a message based on registry entries; will
16389         return nil if both 'spam and 'ham are found.
16390         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16391         a reasonably fast local cache without the loading errors.
16392         (spam-cache-lookups): Set to t by default.
16393         (spam-find-spam): Don't try to guess spam-cache-lookups.
16394         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16395         spam-caches entry.
16396         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16397         caching of whitelist/blacklist entries.
16398         (spam-check-whitelist, spam-check-blacklist): Invoke
16399         spam-from-listed-p with a type, not a cache variable.
16400         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16401
16402 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16403
16404         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16405
16406         * nnmail.el (nnmail-split-fancy): do.
16407
16408         * mml.el (mml-parse): do.
16409
16410         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16411         (gnus-score-adaptive): do.
16412
16413 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16416         (gnus-mime-button-map): Don't set keymap parent.
16417         (gnus-button-ctan-directory-regexp): Use shy grouping.
16418         (gnus-prev-page-map): Don't set keymap parent.
16419         (gnus-prev-page-map): Remove duplicated one.
16420         (gnus-next-page-map): Don't set keymap parent.
16421         (gnus-mime-security-button-map): Ditto.
16422
16423         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16424         version number.
16425
16426         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16427
16428 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * canlock.el (canlock-sha1-function): Remove.
16431         (canlock-sha1-function-for-verify): Remove.
16432         (canlock-openssl-program): Remove.
16433         (canlock-openssl-args): Remove.
16434         (canlock-ignore-errors): Remove.
16435         (canlock-sha1-with-openssl): Remove.
16436         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16437         (canlock-verify): Don't use canlock-ignore-errors.
16438
16439         * sha1-el.el (sha1-string-external): Make it can return a string
16440         in binary form.
16441         (sha1-region-external): Ditto.
16442         (sha1-string-internal): Ditto.
16443         (sha1-region-internal): Ditto.
16444         (sha1-region): Ditto.
16445         (sha1-string): Ditto.
16446         (sha1): Ditto.
16447
16448 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16449
16450         * spam.el (spam-report-articles-gmane): New command.
16451
16452 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16455
16456         * run-at-time.el (run-at-time-saved): Remove.
16457         (run-at-time): Doc fix.
16458
16459 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16460
16461         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16462         (gnus-summary-limit-map): Add it.
16463         (gnus-summary-make-menu-bar): do.
16464
16465 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16468         Make attempt at some caching support (done for BBDB only now).
16469         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16470         addresses to be checked.
16471         (spam-clear-cache-BBDB): Add function, to be invoked by
16472         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16473         (spam-check-BBDB): Check and use the caches, if
16474         spam-cache-lookups is on, remove superfluous (provide).
16475
16476 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16477
16478         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16479
16480 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16481
16482         * run-at-time.el (run-at-time-saved): Move to after the definition
16483         of `run-at-time'.
16484
16485         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16486
16487 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16490         mm-w3m-local-map-property.
16491
16492         * mm-view.el (mm-w3m-mode-map): Remove.
16493         (mm-w3m-local-map-property): Remove.
16494         (mm-inline-text-html-render-with-w3m): Don't use
16495         mm-w3m-local-map-property.
16496
16497 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16498
16499         * run-at-time.el: New file.
16500
16501         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16502         under Emacs.
16503
16504         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16505         of gnus-set-text-properties.
16506
16507         * gnus-uu.el (gnus-uu-save-article): Ditto.
16508
16509         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16510
16511         * gnus-cite.el (gnus-cite-parse): Ditto.
16512
16513         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16514         of gnus-.
16515
16516         * gnus-xmas.el (run-at-time): Require run-at-time.
16517
16518         * gnus.el: Changed calls to nnheader-run-at-time and
16519         password-run-at-time throughout to use run-at-time directly.
16520
16521         * password.el: Removed definition of run-at-time.
16522
16523         * nnheaderxm.el: Remove definition of run-at-time.
16524
16525 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16526
16527         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16528         in prompt.
16529
16530 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16531
16532         * messagexmas.el (message-xmas-redefine): Alias
16533         `message-make-caesar-translation-table' to
16534         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16535         version.
16536
16537         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16538         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16539         `gnus-xmas-set-text-properties'.
16540         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16541         `gnus-xmas-completing-read'.
16542         (gnus-xmas-completing-read): Removed.
16543         (gnus-xmas-open-network-stream): Removed.
16544
16545         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16546         XEmacs version.
16547
16548         * dns.el (dns-make-network-process): Use `open-network-stream'
16549         instead of `gnus-xmas-open-network-stream'.
16550
16551         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16552
16553         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16554
16555 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16556
16557         * gnus-art.el (gnus-mime-display-alternative)
16558         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16559         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16560         Don't use gnus-local-map-property.
16561
16562         * gnus-util.el (gnus-local-map-property): Remove.
16563
16564         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16565         gnus-completing-read-maybe-default with completing-read.
16566
16567         * gnus-util.el (gnus-completing-read): do.
16568         (gnus-completing-read-maybe-default): Remove.
16569
16570 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16571
16572         * password.el: Only autoload `run-at-time' if not XEmacs.
16573         Only autoload the itimer functions if XEmacs.
16574
16575 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16578         XEmacsen.
16579
16580         * dgnushack.el: Autoload executable-find for XEmacs.
16581
16582 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16583
16584         * gnus-art.el (gnus-read-string): Remove.
16585         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16586         read-string.
16587
16588 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16589
16590         * netrc.el: Autoload password-read.
16591         (netrc): Add configuration group.
16592         (netrc-encoding-method, netrc-openssl-path): Add
16593         variables for encoding and decoding of files with symmetric
16594         ciphers.
16595         (netrc-encode): Add assistant function to encode a file with
16596         netrc-encoding-method.
16597         (netrc-parse): Add interactive parameter, added optional
16598         decoding if netrc-encoding-method is non-nil but otherwise
16599         behavior is standard.
16600         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16601         Do s/encode/encrypt/ everywhere.
16602
16603         * spam.el: Remove executable-find autoload.
16604
16605 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16606
16607         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16608
16609         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16610
16611 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16612
16613         * gnus-art.el (gnus-treat-ansi-sequences)
16614         (article-treat-ansi-sequences): New variable and function.
16615         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16616
16617         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16618         Use it.
16619
16620 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16621
16622         * mm-util.el (mm-quote-arg): Remove.
16623
16624         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16625         shell-quote-argument.
16626
16627         * gnus-uu.el (gnus-uu-command): do.
16628
16629         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16630
16631         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16632         with make-char.
16633
16634         * mm-util.el (mm-make-char): Remove.
16635
16636         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16637         add-minor-mode.
16638
16639         * gnus-undo.el (gnus-undo-mode): do.
16640
16641         * gnus-topic.el (gnus-topic-mode): do.
16642
16643         * gnus-sum.el (gnus-dead-summary-mode): do.
16644
16645         * gnus-start.el (gnus-slave-mode): do.
16646
16647         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16648
16649         * gnus-ml.el (gnus-mailing-list-mode): do.
16650
16651         * gnus-gl.el (gnus-grouplens-mode): do.
16652
16653         * gnus-draft.el (gnus-draft-mode): do.
16654
16655         * gnus-dired.el (gnus-dired-mode): do.
16656
16657         * gnus-ems.el (gnus-add-minor-mode): Remove.
16658
16659         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16660         Replace gnus-char-width with char-width.
16661
16662         * gnus-ems.el (gnus-char-width): Remove.
16663
16664         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16665         Replace gnus-char-width with char-width.
16666
16667         * gnus-ems.el (gnus-char-width): Remove.
16668
16669         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16670         definition.
16671         Remove Emacs 20 hash table compatibility code.
16672
16673         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16674         20 compatibility code.
16675
16676         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16677
16678         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16679
16680         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16681         with point-at-{eol,bol}.
16682
16683         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16684
16685         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16686
16687         * flow-fill.el (fill-flowed-point-at-bol)
16688         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16689
16690         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16691         Replace with point-at-{eol,bol} throughout all files.
16692
16693 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * ntlm.el (ntlm-string-as-unibyte): New macro.
16696         (ntlm-build-auth-response): Use it.
16697
16698         Remove Emacs 20 stuff:
16699         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16700         (butlast, mapc, remove): Remove the compiler macros.
16701         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16702         of delq and copy-sequence.
16703         * gnus-art.el (popup-menu): Remove the compiler macro.
16704         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16705         Emacs 20.
16706
16707 2004-01-05  Simon Josefsson  <jas@extundo.com>
16708
16709         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16710         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16711         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16712         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16713         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16714         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16715         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16716         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16717         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16718         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16719         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16720         string-xor into ntlm-string-xor.  Suggested by
16721         Jesper Harder <harder@myrealbox.com>.
16722
16723         * ntlm.el: Don't include poem.
16724
16725         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16726         Jesper Harder <harder@myrealbox.com>.
16727
16728         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16729
16730         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16731         probably breaks emacs with DL patch, but do we care? Is anyone
16732         still using the DL stuff?)
16733
16734         * sieve-manage.el: Use the password package.
16735         (sieve-manage-read-passwd): Remove.
16736         (sieve-manage-interactive-login): Use password.  Re-add
16737         condition-case around loop.
16738
16739         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16740         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16741         the password package.
16742
16743 2003-02-19  Simon Josefsson  <jas@extundo.com>
16744
16745         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16746         token.
16747
16748 2002-08-07  Simon Josefsson  <jas@extundo.com>
16749
16750         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16751         (sieve-manage-authenticators):
16752         (sieve-manage-authenticator-alist): Add some SASL mechs.
16753         (sieve-sasl-auth): New function.
16754         (sieve-manage-cram-md5-auth):
16755         (sieve-manage-plain-auth): Rewrite using SASL library.
16756         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16757         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16758         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16759         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16760
16761 2004-01-05  Simon Josefsson  <jas@extundo.com>
16762
16763         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16764         New files.
16765
16766 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16767
16768         * gnus-group.el (gnus-no-groups-message): Update.
16769
16770         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16771
16772 2003-11-09  Simon Josefsson  <jas@extundo.com>
16773
16774         * imap.el: Support for ID IMAP extension (RFC 2971).
16775         (imap-local-variables): Add imap-id.
16776         (imap-id): New variable.
16777         (imap-id): New function.
16778         (imap-parse-response): Parse untagged ID response.
16779         * nnimap.el (nnimap-id): New variable.
16780         (nnimap-open-connection): Use it.
16781
16782 2003-12-28  Simon Josefsson  <jas@extundo.com>
16783
16784         * gnus-score.el (gnus-score-edit-all-score): New.
16785         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16786
16787 2004-01-04  Simon Josefsson  <jas@extundo.com>
16788
16789         * password.el: Add.
16790
16791 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16792
16793         * dns.el (dns-query-types): Fix typo.
16794         (dns-query-types): New function.
16795         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16796         PTR and SOA replies, see RFC 1035.
16797
16798 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16799
16800         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16801
16802         * Moved to Changelog.2.
16803
16804 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16805
16806         * gnus.el (gnus-version-number): Bump version.
16807
16808 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16809
16810         * gnus.el: No Gnus v0.1 is released.
16811
16812 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16813
16814         * gnus.el: No Gnus v0.0 is released.
16815
16816 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16817
16818         * gnus.el (gnus-version-number): Bump.
16819         (gnus-version): No.
16820
16821 See ChangeLog.2 for earlier changes.
16822
16823     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16824       Free Software Foundation, Inc.
16825
16826   This file is part of GNU Emacs.
16827
16828   GNU Emacs is free software: you can redistribute it and/or modify
16829   it under the terms of the GNU General Public License as published by
16830   the Free Software Foundation, either version 3 of the License, or
16831   (at your option) any later version.
16832
16833   GNU Emacs is distributed in the hope that it will be useful,
16834   but WITHOUT ANY WARRANTY; without even the implied warranty of
16835   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16836   GNU General Public License for more details.
16837
16838   You should have received a copy of the GNU General Public License
16839   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16840
16841 ;; Local Variables:
16842 ;; coding: utf-8
16843 ;; fill-column: 79
16844 ;; add-log-time-zone-rule: t
16845 ;; End: