Implement functions for showing the complete articles.
[gnus] / lisp / ChangeLog
1 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
4         (gnus-article-encrypt-body): Use it.
5
6         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7         keystroke.
8
9         * nnimap.el (nnimap-find-wanted-parts-1): Use
10         gnus-fetch-partial-articles.
11
12         * gnus-art.el (gnus-fetch-partial-articles): New variable.
13
14         * nnimap.el (nnimap-insert-partial-structure): New function.
15         (nnimap-get-partial-article): New function.
16         (nnimap-request-article): Use it.
17         (nnimap-wait-for-response): Return whether the wait was successful.
18         (nnimap-finish-retrieve-group-infos): Don't do anything if the
19         retrieval wasn't successful.
20         (nnimap-retrieve-group-data-early): Allow throttling servers.
21         (nnimap-streaming): New variable.
22         (nnimap-fetch-partial-articles): Removed.
23
24         * mm-decode.el (mm-with-part): Protect against killed buffers.
25
26         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
27         for prettier summary display.
28
29 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
30
31         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
32         directly.
33
34 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
37         apparently third-party libraries depend on it.
38
39         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
40         before starting negotiation.
41
42         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
43         privacy reasons.
44         (gnus-treat-mail-gravatar): Ditto.
45
46         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
47         buffer when inserting images.  Inserting text into the headers, for
48         instance, can make them invalid.
49
50 2010-09-25  Julien Danjou  <julien@danjou.info>
51
52         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
53         variables.
54
55         * nnheader.el: Remove useless variables news-reply-yank-from and
56         news-reply-yank-message-id.
57
58         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
59         variables.
60
61         * mml1991.el: Remove useless mml1991-verbose.
62
63         * gnus.el: Remove useless variable gnus-use-generic-from.
64         Remove obsolete variable gnus-topic-indentation.
65
66         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
67
68         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
69
70         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
71
72         * gnus-group.el: Remove useless gnus-group-icon-cache.
73         Remove useless gnus-ephemeral-group-server.
74
75         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
76
77         * mml2015.el: Remove useless mml2015-verbose.
78
79         * mml-smime.el: Remove useless mml-smime-verbose.
80
81         * gnus.el: Remove useless gnus-local-domain.
82
83         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
84         gnus-gravatar-size.
85
86         * gnus-art.el: Remove useless gnus-treat-translate.
87
88 2010-09-24  Julien Danjou  <julien@danjou.info>
89
90         * gnus-sum.el: Add support for Gravatars.
91
92         * gnus-art.el: Add support for Gravatars.
93
94         * gnus-gravatar.el: Add this file.
95
96         * gravatar.el: Add this file.
97
98 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
101
102         * gnus-group.el (gnus-group-fetch-faq): Removed.
103
104         * gnus.el (gnus-group-faq-directory): Removed.
105
106         * gnus-group.el (gnus-group-fetch-charter): Removed.
107
108         * gnus.el (gnus-group-charter-alist): Removed.
109
110         * gnus-group.el (gnus-group-archive-directory): Removed.
111         (gnus-group-recent-archive-directory): Ditto.
112         (gnus-group-make-archive-group): Removed.
113
114         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
115
116         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
117         use the same article number for all the cached articles.
118
119         * nnimap.el (nnimap-command): Register the last command time so
120         that we can use it for idling NOOPs.
121         (nnimap-open-connection): Start the keeplive timer.
122         (nnimap-make-process-buffer): Store all the process buffers.
123         (nnimap-keepalive): New function.
124
125         * starttls.el: (starttls-open-stream): Add autoload cookie.
126
127 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
128
129         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
130         handling.
131
132 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
135         its data structures.
136
137         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
138         instead of the cl.el copy-list.
139         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
140         equalp.
141
142 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
145         and tool-bar-local-item-from-menu.
146
147         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
148         mode-line-highlight face for Emacs.
149
150         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
151         loading gnus-sum.elc; fix comment for canlock-verify.
152         (gnus-article-jump-to-part): Use read-number.
153         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
154         Emacs pre-21 compatible code for help-echo.
155         (gnus-article-next-page-1): No need to adjust the number of lines.
156         (gnus-article-describe-bindings): Always use help-buffer.
157
158         * gnus-audio.el (gnus-audio-inline-sound)
159         * gnus-cus.el (gnus-custom-mode)
160         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
161
162         * gnus-sum.el (gnus-remove-overlays): Doc fix.
163
164         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
165         compatible code.
166
167 2010-09-24  Glenn Morris  <rgm@gnu.org>
168
169         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
170         visiting the fcc file in rmail-mode.
171
172         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
173
174 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * nnir.el: Silence the byte compiler.
177
178         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
179         alias to browse-url-url-encode-chars if any.
180         (gnus-html-encode-url): Use it.
181
182 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-start.el (gnus-use-backend-marks): New variable.
185         (gnus-get-unread-articles-in-group): Use it.
186
187         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
188         makeover.
189
190 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
191
192         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
193
194 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
197         Removed.
198         (gnus-setup-news-hook): Removed
199         gnus-fixup-nnimap-unread-after-getting-new-news.
200
201         * gnus-int.el (gnus-request-update-info): Protect against backends not
202         having the function.
203
204         * nnimap.el (nnimap-stream): Mention starttls.
205         (nnimap-open-connection): Add starttls support.
206
207 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
208
209         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
210
211 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
214         BODYSTRUCTUREs.
215         (nnimap-transform-headers): Unfold quoted {42} headers.
216
217         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
218         the info.
219         (gnus-get-unread-articles): Only call updatep on backends that support
220         it.
221
222         * nnweb.el (nnweb-request-update-info): NOOP.
223
224         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
225
226         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
227         since it only deals with marks.
228
229         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
230         gnus-request-marks, and make a new gnus-request-update-info.
231
232         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
233         the active instead of the high number, which is usually too low.
234
235 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
236
237         * netrc.el (netrc-parse): Remove encrypt.el mentions.
238         * encrypt.el: Removed.
239
240 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
243         server in symbolic form.
244
245         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
246         0.9.
247
248 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
251         (nnimap-update-info): Fix up code slightly.
252
253         * gnus-int.el (gnus-open-server): Add tracing for performance
254         debugging.
255
256         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
257         (gnus-group-insert-group-line): Pass the real group name so that it
258         gets the right data.
259
260         * gnus-start.el (gnus-get-unread-articles): Don't have
261         `gnus-get-unread-articles-in-group' update info, since that can be
262         really slow and doesn't seem to be needed?
263
264 2010-09-22  Dan Christensen  <jdc@uwo.ca>
265
266         * time-date.el (date-to-time): Try using parse-time-string first before
267         using the slower timezone-make-date-arpa-standard.
268
269 2010-09-22  Julien Danjou  <julien@danjou.info>
270
271         * gnus-group.el (gnus-group-insert-group-line): Call
272         gnus-group-highlight-line.
273         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
274         default hook list.
275         (gnus-group-update-eval-form): Add new function.
276         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
277         (gnus-group-get-icon): Use gnus-group-update-eval-form.
278
279 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
282         immediate, then expire all articles.
283         (nnimap-update-info): Fix off-by-one errors.
284         (nnimap-flags-to-marks): Would return no marks lists for group with no
285         flags.  Instead return the other data.
286
287 2010-09-22  Julien Danjou  <julien@danjou.info>
288
289         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
290         Only return an icon.
291         (gnus-group-insert-group-line): Compute icon to return.
292
293         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
294         variable.
295         (gnus-html-image-fetched): Only cache if
296         gnus-html-image-automatic-caching is set.
297         (gnus-html-image-fetched): Check for errors.
298
299 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
302         once per method on `g'.  This ensures that backends like nnfolder don't
303         open all their folders.
304
305         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
306         (nnimap-request-list): Nix out group in the correct buffer.
307         (nnimap-parse-flags): Implement by using `read' instead of
308         hand-parsing.
309         (nnimap-flags-to-marks): Pass on permanent-flags.
310         (nnimap-make-process-buffer): Record the server name.
311         (nnimap-parse-flags): Fix typo.
312         (nnimap-request-scan): Run split on the server in general, not just a
313         single group.
314
315         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
316         parameter, and propagate this downwards.
317
318         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
319         since EXAMINE changes it on the server.
320
321         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
322         this command might take a while.
323
324 2010-09-22  Julien Danjou  <julien@danjou.info>
325
326         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
327         harmful if you have 2 images side-by-side, they can't be properly
328         update on text deletion.  Using text-property is safer here.
329         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
330         data.
331
332 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * nnimap.el (nnimap-expunge-inbox): Removed.
335         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
336         (nnimap-expunge): Flip default to t.
337
338         * gnus.el (gnus-method-to-server): Don't push things to the cache
339         unless it's unique.
340         (gnus-server-to-method): Ditto.
341
342 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
343
344         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
345
346 2010-09-22  Julien Danjou  <julien@danjou.info>
347
348         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
349         get the start of data.
350         (gnus-html-encode-url): Add this function to encode special chars in
351         URL.
352         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
353         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
354
355         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
356         default.
357         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
358
359         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
360         images alt-text.
361         (gnus-html-put-image): Put alt-text as help-echo.
362
363 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
366         * mm-util.el (mm-decompress-buffer)
367         * nnir.el (nnir-run-find-grep)
368         * pop3.el (pop3-list): Use 3rd arg of split-string.
369
370         * time-date.el (format-seconds): Comment fix.
371
372         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
373         and byte-optimize-form-code-walker.
374         (dgnushack-make-auto-load): Don't advise make-autoload.
375
376         * lpath.el: Remove Emacs 21 stuff.
377
378 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
381         outside the active range.  Suggested by Dan Christensen.
382
383         * gnus-start.el (gnus-get-unread-articles): Get the extended method
384         slightly later to avoid double-getting it.
385
386         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
387         previous patch.
388
389         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
390
391 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
392
393         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
394
395 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-int.el (gnus-open-server): Give a better error message in the
398         "go offline" case.
399
400         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
401         marks for nnimap, which is seldom the right thing to do.
402
403         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
404         (gnus-same-method-different-name): New function.
405
406         * nnimap.el (parse-time): Require.
407
408         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
409         method in the presence of many similar methods.
410
411         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
412
413         * nnimap.el (nnimap-find-expired-articles): Don't refer to
414         nnml-inhibit-expiry.
415
416         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
417         find out whether methods are equal.
418
419         * nnimap.el (nnimap-find-expired-articles): New function.
420         (nnimap-process-expiry-targets): New function.
421         (nnimap-request-move-article): Request the article before looking at
422         what the Message-ID is.  Fix found by Andrew Cohen.
423         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
424
425         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
426         for oldness in addition to being a predicate.
427
428         * nnimap.el (nnimap-request-group): When we have zero articles, return
429         the right data to Gnus.
430         (nnimap-request-expire-articles): Only delete articles immediately if
431         the target is 'delete.
432
433         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
434         method, this would bug out.
435
436         * gnus-group.el (gnus-group-expunge-group): Renamed from
437         gnus-group-nnimap-expunge, and implemented as a normal interface
438         function.
439
440         * gnus-int.el (gnus-request-expunge-group): New function.
441
442         * nnimap.el (nnimap-request-create-group): Implement.
443         (nnimap-request-expunge-group): New function.
444
445 2010-09-21  Julien Danjou  <julien@danjou.info>
446
447         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
448         (gnus-html-cache-expired): Add new function.
449         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
450         wethever we should display image for fetch it.
451         Compute alt-text earlier to pass it to the fetching function too.
452         (gnus-html-schedule-image-fetching): Change function argument to only
453         get one image at a time, not a list.
454         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
455         cache.
456         (gnus-html-get-image-data): New function to retrieve image data from
457         cache.
458         (gnus-html-put-image): Change buffer argument to use image data rather
459         than file, and place image above region rather than inserting a new
460         one. Do not take alt-text as argument, since it's useless now: we place
461         the image above alt-text.
462         (gnus-html-prune-cache): Remove.
463         (gnus-html-show-images): Start to fetch image when we find one, do not
464         push into a temporary list.
465         (gnus-html-prefetch-images): Only fetch image if they have expired.
466         (gnus-html-browse-image): Fix, use 'gnus-image-url.
467         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
468
469 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
472
473 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474
475         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
476         spec inser "*" if the group isn't active instead of 0.
477
478         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
479         opening the server.
480         (nnimap-request-delete-group): Implement group deletion.
481         (nnimap-transform-headers): Return the size of the entire message in
482         the Bytes header, not just the size of the first part.
483         (nnimap-request-move-article): When moving an article from nnimap,
484         request the article first so the accepting form has an article to
485         accept.  Reported by Dan Christensen.
486         (nnimap-command): Make sure that the error message doesn't error out.
487
488 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
489
490         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
491         we haven't requested anything.
492
493 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
496         "".  Fix found by Andrew Cohen.
497
498         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
499         instead of -encode-string.
500
501 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
504
505         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
506         by mm-subst-char-in-string.
507
508 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
511         waiting for the connection string.
512
513         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
514         arriving.
515
516         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
517         bogus characters.  This allows selecting certain Gmail groups.
518
519         * nnimap.el (nnimap-find-wanted-parts-1): New function.
520         (nnimap-fetch-partial-articles): New variable.
521         (nnimap-open-connection): When looking for credentials, also use the
522         nnimap-server-port.
523         (nnimap-request-article): Return the group/article number, so that Gnus
524         `^' works as expected.
525         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
526         them.
527
528         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
529         comments.
530         (gnus-methods-sloppily-equal): New function.
531         (gnus): When using the development version of Gnus, load the gnus-load
532         file.
533
534         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
535         `gnus-open-server' on each method before trying to scan them etc.  This
536         ensures that all the backend parameters are set correctly.
537
538         * nnimap.el (nnimap-authenticator): New variable.
539         (nnimap-open-connection): Allow anonymous login.
540         (nnimap-transform-headers): The chars header is called Chars not
541         Bytes.
542         (nnimap-wait-for-response): Don't infloop if the IMAP connection
543         drops.
544
545         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
546         patch, found by Knut Anders Hatlen.
547
548 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
549
550         * gnus-agent.el (gnus-agent-batch-confirmation)
551         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
552         to gnus-message.
553         * gnus-art.el (gnus-article-describe-briefly): Likewise.
554         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
555         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
556         * gnus-int.el (gnus-open-server): Likewise.
557         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
558         (gnus-score-check-syntax): Likewise.
559         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
560         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
561         Likewise.
562         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
563
564 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
567         calling conventions so that prefetch doesn't bug out.
568
569 2010-09-19  Julien Danjou  <julien@danjou.info>
570
571         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
572         rather than `subst-char-in-region' in order to be able to replace ASCII
573         char by UTF-8 ones.
574
575         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
576         than curl.
577         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
578         the right URL and ALT text on images.
579         (gnus-html-wash-tags): Fix tag case.
580         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
581         (gnus-article-html): Add -o display_ins_del=2 option.
582         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
583
584 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
587         the extra mail headers, which sometimes seem to happen for unknown
588         reasons.
589
590         * mail-parse.el (mail-header-encode-parameter): Define as
591         rfc2045-encode-string instead of as rfc2231-encode-string, since some
592         (or most, perhaps?) mail readers don't understand the latter, but do
593         understand the former.
594
595         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
596         to nil, so that no methods are automatically agentized.  I think this
597         is probably what most users want.
598
599         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
600         from url-retrieve, for instance about invalid URLs.
601
602         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
603         groups that have no articles.
604         (nnimap-request-article): Check that we really got an article when we
605         requested one.
606
607         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
608         doesn't exist.
609
610         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
611         nntp buffer so the agent can save it.
612         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
613         that CRLF doesn't get translated to \n.
614         (nnimap-open-connection): Don't make 'shell commands only send \n.
615
616 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
617
618         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
619         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
620         Update var name.
621         (nnml-generate-nov-file): Use dolist.
622         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
623         Use with-current-buffer.
624
625 2010-09-18  Julien Danjou  <julien@danjou.info>
626
627         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
628         parallel.
629
630 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * nnimap.el (nnimap-update-info): When doing partial marks update, get
633         the range update right.
634         (nnimap-request-group): Don't make `M-g' bug out on group with no
635         marks.
636         (nnoo): Required, so that other packages can require nnimap.
637         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
638         command we're looking for.  This helps when the server sends more
639         responses after we've gotten everything we expected.
640         (nnimap): Add a `newlinep' field to keep track of end-of-line
641         conventions.
642         Don't send CRLF to things that don't want it.
643         (nnimap-request-accept-article): Ditto.
644
645 2010-09-18  Julien Danjou  <julien@danjou.info>
646
647         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
648         than curl to retrieve images.
649
650 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * nnimap.el (nnimap-update-info): Extend the info so that we can set
653         the marks.
654         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
655         (nnimap-wait-for-connection): New function.
656         (nnimap-open-connection): If we have PREAUTH, don't query for login
657         credentials.
658         (nnimap-update-info): Fix off-by-one error when concatenating ranges
659         when doing a partial update.
660
661 2010-09-18  Julien Danjou  <julien@danjou.info>
662
663         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
664         tags.
665
666 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * nnimap.el (nnimap-credentials): New function.
669         (nnimap-open-connection): Use the new function to look for credentials
670         also on the numeric equivalents of "imap" and "imaps".
671
672         * gnus-start.el (gnus-activate-group): Send the info to
673         gnus-request-group.
674
675         * nnimap.el (nnimap-request-group): Have the "check" version of the
676         function parse flags and update the info, so that a `M-g' get a total
677         resync of all flags from the group.
678
679         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
680         to allow backends to alter the info on group selection.  Also alter all
681         the backend -request-group functions to take the parameter.
682
683         * nnimap.el (nnimap-store-info): New function.
684         (nnimap-update-info): Store the info for later usage.
685         (nnimap-request-group): Use the stored info for the dont-check case, so
686         that we don't retrieve all marks when we enter a group.
687
688         * nnimap.el: Use deffoo instead of defun for interface functions.
689
690         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
691         update the group info.  This makes the nndraft groups, for instance, go
692         back to their old behaviour.
693
694         * gnus-sum.el (gnus-select-newsgroup): Indent.
695
696         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
697         in.
698         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
699         nothing.
700
701         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
702         from methods that are denied.
703
704         * gnus-int.el (gnus-method-denied-p): New function.
705
706         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
707         store the password instead of netrc.
708         (nnimap-open-connection): Don't error out when we can't make a
709         connections.
710
711         * auth-source.el (auth-source-create): In the password prompt, say what
712         we're querying for.  Also prompt for user name if that hasn't been
713         given.
714
715         * nnimap.el (nnimap-with-process-buffer): Removed.
716
717 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
720         method when we're reading from the agent.
721
722         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
723
724         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
725         that's probably most useful for users.
726
727         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
728         "failed" all the time.
729
730         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
731         ...)) with (with-current-buffer ... ).
732
733         * nntp.el (nntp-open-server): Return whether the open was successful or
734         not.
735
736         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
737         select an unread unseen article first.
738
739         * nnimap.el (nnimap-open-connection): If the user doesn't have a
740         /etc/services, supply some sensible port defaults.
741
742         * dgnushack.el: Define netrc-credentials.
743
744 2010-09-17  Julien Danjou  <julien@danjou.info>
745
746         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
747
748 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
749
750         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
751         doesn't have any parameters.
752
753 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
756         only upcased checks.
757
758         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
759
760         * nnimap.el (nnimap-open-shell-stream): New function.
761         (nnimap-open-connection): Use it.
762         (nnimap-transform-headers): Get the number of lines in each message.
763         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
764         number of lines.
765         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
766         problem.
767
768         * utf7.el (utf7-encode): Autoload.
769
770         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
771         to allow the mail splitting to not return a default group.  This is
772         useful for nnimap, which will leave unmatched mail in the inbox.
773
774         * nnimap.el: Rewritten.
775
776         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
777         nnimap usage.
778
779         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
780         if the move is internal, so that nnimap can do fast internal moves.
781
782         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
783         data.
784         (gnus-read-active-for-groups): Support finishing the early retrieval of
785         data.
786
787         * gnus-range.el (gnus-range-nconcat): New function.
788
789         * gnus-int.el (gnus-finish-retrieve-group-infos)
790         (gnus-retrieve-group-data-early): New functions.
791
792 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
793
794         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
795         (nnrss-retrieve-groups):
796         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
797         (pop3-quit): Use with-current-buffer.
798
799 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
802         instead of nnheader-accept-process-output.
803
804         * dgnushack.el (dgnushack-compile): Add comment.
805
806         * lpath.el: No need to fbind propertize for XEmacs 21.4.
807
808         * gnus-html.el (gnus-html-schedule-image-fetching)
809         (gnus-html-prefetch-images): Replace process-kill-without-query by
810         gnus-set-process-query-on-exit-flag.
811
812 2010-09-16  Romain Francoise  <romain@orebokech.com>
813
814         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
815
816 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-registry.el (gnus-registry-install-shortcuts): The second
819         parameter to unintern is mandatory-ish in Emacs 24.
820
821         * gnus-html.el (gnus-html-schedule-image-fetching)
822         (gnus-html-prefetch-images): Check for curl before using it.
823
824         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
825         depend on curl, which isn't essential.
826
827         * imap.el: Revert back to version
828         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
829         seem problematic.
830
831 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
832
833         * gnus-registry.el (gnus-registry-install-shortcuts):
834         Explicitly pass `obarray' to `unintern' to avoid a warning.
835
836 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
839         change.
840
841         * nnrss.el (nnrss-request-list): Removed this function and related
842         functions, including the moreover stuff.
843
844 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * nnrss.el (nnrss-retrieve-groups): New function.
847
848 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
849
850         * .dir-locals.el: Add no-byte-compile cookie.
851
852 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * time-date.el (format-seconds): Comment fix.
855
856         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
857         for back end that doesn't support request-scan.
858
859 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
862         then do request scans from the backends.
863
864         * netrc.el (netrc-credentials): New conveniency function.
865
866         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
867         avoid running a hook per line, since this takes a lot of time,
868         profiling shows.
869         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
870         directly if gnus-visual-p is true.
871
872 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
875         groups; replace mapcar with dolist which is a bit faster; pass groups
876         info to gnus-read-active-file-1.
877         (gnus-read-active-file-1): Scan only specified groups if the new
878         optional arg `infos' is given.
879
880 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
883
884         * pop3.el (pop3-movemail): Removed.
885         (pop3-streaming-movemail): Renamed to pop3-movemail.
886
887         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
888         don't restrict end-tag searches to the end of the line.
889
890 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
893         articles of every unchecked group to t, which means unknown since the
894         server has never been opened.
895
896 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-html.el (gnus-html-show-alt-text): New command.
899         (gnus-html-browse-image): Ditto.
900         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
901         to browse the image directly.
902         (gnus-html-wash-tags): Search for images first, so that <a><img> works
903         better.
904
905         * gnus-async.el (gnus-async-article-callback): Call
906         `gnus-html-prefetch-images' unconditionally.
907
908         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
909         before feeding URLs to curl.
910
911 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
914         internal images as deletable by `W D D'.
915
916         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
917         (gnus-async-article-callback): Fix typo.
918
919 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
922         current line to work around bugs in the output from w3m.
923
924         * gnus-async.el (gnus-async-article-callback): Always prefetch images
925         for groups that want that.
926
927         * nntp.el (nntp-wait-for-string): Supply a timeout for
928         accept-process-output to ensure progress.
929
930         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
931         level to get unread articles from, then use that for foreign groups,
932         too.
933
934         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
935         confuses the rest of the function.
936
937         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
938         for the methods that support -retrieve-groups, too.
939
940         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
941
942 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
945         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
946
947         * pop3.el: Require cl when compiling.
948         (pop3-number-of-responses): Search for "+OK", not "+OK ".
949
950 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
953         that aren't going to be activated.
954         (gnus-get-unread-articles): Fix up the last commit.
955
956         * gnus-html.el (gnus-article-html): Allow calling without specifying
957         the handle.  In that case, dissect the buffer first.
958
959         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
960
961         * nnimap.el (nnimap-open-connection): Revert the change that would look
962         into authinfo for imaps instead of imap.
963
964         * gnus-start.el (gnus-activate-group): Take an optional parameter to
965         say that you don't want to call gnus-request-group with don-check, but
966         do check the reponse.  This is for virtual groups only.
967         (gnus-get-unread-articles): Count the archive groups as secondary, so
968         that they're activated the same way as before.
969
970         * imap.el (imap-message-map): Removed optional buffer parameter, since
971         no callers use it.
972         (imap-message-get): Ditto.
973         (imap-message-put): Ditto.
974         (imap-mailbox-map): Ditto.
975         (imap-mailbox-put): Ditto.
976         (imap-mailbox-get): Ditto.
977         (imap-mailbox-get): Revert last change for this function.
978
979         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
980         case-insensitively.
981         (nnimap-debug): Removed.
982
983         * imap.el (imap-fetch-safe): Removed function, and altered all callers
984         to use `imap-fetch' instead.  According to the comments, this should be
985         safe, since all other IMAP clients use the 1:* syntax.
986         (imap-enable-exchange-bug-workaround): Removed.
987         (imap-debug): Removed -- doesn't seem very useful.
988
989         * mail-source.el (mail-source-fetch): Don't message if we're fetching
990         mail from a file, and the file doesn't exist.
991
992         * imap.el (imap-log): New convenience function used throughout instead
993         of repeating the same code all over the place.
994
995         * pop3.el (pop3-streaming-movemail): Return t for success.
996
997         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
998         .authinfo if we're using ssl connection.
999
1000         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1001         already have if we're in a main Gnus `g' run.
1002
1003         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1004
1005 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1008
1009         * nnmh.el (nnmh-request-list-1): Bind `file'.
1010
1011         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1012         alias to set-process-query-on-exit-flag or process-kill-without-query.
1013         (pop3-open-server): Use it.
1014
1015 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1018         box to the Incoming file.  Fixes mistake in previous checkin.
1019
1020         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1021         request loop (for debugging purposes) removed.
1022
1023         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1024         culprit is more visible.
1025         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1026         (nnml-add-incremental-nov): New functions to do "incremental" nov
1027         updates, where we just append to the end of the existing nov files
1028         without reading/writing them in full.
1029
1030         * mail-source.el (mail-source-delete-crash-box): Really only check the
1031         incoming files once in a while.
1032
1033         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1034
1035         * mail-source.el (mail-source-delete-crash-box): Only check the
1036         incoming files for deletion once per day to save a lot of file
1037         accesses.
1038
1039         * pop3.el (pop3-logon): Fix up unbound variable typo.
1040
1041         * mail-source.el (pop3-streaming-movemail): Autoload.
1042
1043         * pop3.el (pop3-streaming-movemail): Respect
1044         pop3-leave-mail-on-server.
1045
1046         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1047         retrieval.
1048
1049         * pop3.el (pop3-process-filter): Removed unused function.
1050         (pop3-streaming-movemail, pop3-send-streaming-command)
1051         (pop3-wait-for-messages, pop3-write-to-file)
1052         (pop3-number-of-responses): New functions for streaming pop3
1053         retrieval.
1054
1055         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1056         come from no known methods.
1057         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1058         list.
1059
1060         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1061         message sizes.
1062         (pop3-movemail): Use erase-buffer instead of looping and deleting
1063         regions, which seems rather odd.
1064
1065         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1066         file once per `g' run.
1067
1068         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1069         directories.  This makes the draft queue directory work.
1070
1071         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1072         data from the backends, so that we only request the list of groups from
1073         each method once.  This should speed things up considerably.
1074
1075         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1076         detect that it's not implemented.
1077
1078         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1079         we actually do recurse down into the tree, but don't stat all leaf
1080         nodes.
1081
1082         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1083         then say so instead of bugging out.
1084
1085         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1086         files exist before trying to read them.
1087
1088         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1089         around <pre_int>.
1090
1091         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1092
1093         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1094
1095 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * mm-util.el (mm-image-load-path): Just return the image directories,
1098         not all directories in the path in addition to the image directories.
1099         (mm-image-load-path): Maintain a cache of the image directories so that
1100         the `g' command in Gnus doesn't have to stat dozens of directories each
1101         time.
1102
1103         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1104         (gnus-html-wash-tags): Add a new `i' command to insert images.
1105         (gnus-html-insert-image): New command and keystroke.
1106         (gnus-html-redisplay-with-images): New command and keystroke.
1107         (gnus-html-show-images): Renamed command.
1108         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1109         spacers.
1110         (gnus-html-wash-tags): Decode entities at the end, so that entities
1111         inside the tags don't mess up the rest of the "parsing".
1112
1113         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1114         so that nnimap methods aren't agentized by default.  There's apparently
1115         many problems related to agent/imap behaviour.
1116
1117         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1118
1119         * gnus-html.el: Doc fix.
1120
1121 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1124         specifier-spec-list for Emacs 21.
1125
1126         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1127         glyph-width and glyph-height instead of display-graphic-p and
1128         image-size; make avoidance of displaying small images work for XEmacs.
1129
1130         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1131         for XEmacs.
1132
1133         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1134         of symbol that holds plist data.
1135         (gnus-process-plist): Remove plist of process after getting it.
1136
1137 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * message.el (message-generate-hashcash): Change default to
1140         'opportunistic if hashcash is installed.
1141
1142         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1143         (gnus-html-put-image): Only call image-size once, since it's somewhat
1144         time-consuming on remote X servers.
1145
1146 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1149         type on data, not a file name.
1150
1151         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1152         window-pixel-edges for Emacs 21.
1153
1154         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1155         decoded contents.
1156         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1157
1158 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1161         group line format, since it isn't very interesting.
1162
1163         * gnus-agent.el (gnus-agent-short-article),
1164         (gnus-agent-long-article): Increase values for these two variables,
1165         since most people are likely to have more network connection and
1166         storage than before.
1167
1168         * gnus.el (gnus-refer-article-method): Change default to 'current.
1169         When referring an article, the common behaviour is to refer it from the
1170         current select method, not the native select method.  The chances of
1171         the native select method having the message in question is rather slim
1172         these days.
1173
1174         * gnus-sum.el (gnus-auto-select-subject): Change default to
1175         `unseen-or-unread'.  I think it's likely that most people want to
1176         select an unseen article over a previously seen, but unread one.
1177
1178         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1179         means that in the article buffer none of the minor mode elements will
1180         be shown, usually, and this is not desirable in most cases.
1181
1182         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1183         that commands like `d' (and the like) go to the next line in the
1184         buffer, instead of the next unread article.  I think this is the
1185         behaviour that is most natural for most users.
1186         (gnus-single-article-buffer): Change default to nil, so that people can
1187         have as many article buffers open as they have summary buffer.  I think
1188         this is the most natural way for the groups to behave.
1189
1190         * message.el (message-generate-new-buffers): Change default to
1191         `unsent', so that all new message buffers start their names with the
1192         string "*unsent", and it's easier to find the buffers if you move from
1193         them.
1194
1195 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1198         small.  They're probably tracking images.
1199         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1200         (gnus-html-rescale-image): Yet another try at getting the image sizing
1201         right.
1202
1203         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1204         nntp-marks-file-name is nil.
1205
1206 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1207
1208         * gnus-html.el (gnus-html-wash-tags)
1209         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1210         Better logging.
1211
1212 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1215
1216         * gnus-html.el (gnus-html-wash-tags): Check the value of
1217         gnus-blocked-images in the summary buffer.
1218
1219 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1220
1221         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1222
1223 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1226         like "a", it seems like.
1227         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1228         since it needs to be picked from the correct buffer.
1229
1230         * nnwfm.el: Removed.
1231
1232         * nnlistserv.el: Removed.
1233
1234 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1235
1236         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1237         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1238
1239 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1240
1241         * nnkiboze.el: Removed.
1242
1243         * nndb.el: Removed.
1244
1245         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1246         alt text.
1247         (gnus-html-rescale-image): Try to get the rescaling logic right for
1248         images that are just wide and not tall.
1249
1250         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1251         overshadow variable bindings.
1252
1253 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * gnus-html.el (gnus-html-wash-tags)
1256         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1257         extra logging.
1258
1259 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1262         (gnus-max-image-proportion): New variable.
1263         (gnus-html-rescale-image): New function.
1264         (gnus-html-put-image): Rescale images.
1265
1266 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1267
1268         Fix up some byte-compiler warnings.
1269         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1270         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1271         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1272         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1273         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1274         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1275         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1276
1277 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * gnus-html.el (gnus-article-html): Decode contents by charset.
1280
1281 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1284         (gnus-html-frame-width, gnus-blocked-images)
1285         * message.el (message-prune-recipient-rules): Add custom version.
1286         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1287
1288         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1289         functions.
1290
1291         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1292         gnus-process-get.
1293
1294 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1295
1296         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1297         instead of lsub directly.
1298
1299 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * nnwarchive.el: Removed.
1302
1303         * gnus-soup.el: Removed.
1304
1305         * nnsoup.el: Removed.
1306
1307         * nnultimate.el: Removed.
1308
1309         * gnus-html.el (gnus-blocked-images): New variable.
1310
1311         * message.el (message-prune-recipients): New function.
1312         (message-prune-recipient-rules): New variable.
1313
1314         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1315         guess whether a long line is natural text or not.
1316
1317         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1318         gnus-process-plist and friends for compatibility.
1319
1320 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1321
1322         * gnus-html.el: Require packages that define macros used in this file.
1323         (gnus-article-mouse-face): Declare to silence byte-compiler.
1324         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1325         process-get.
1326         (gnus-html-put-image): Use plist-get to avoid getf.
1327         (gnus-html-prefetch-images): Use with-current-buffer.
1328
1329 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-ems.el: Provide compatibility functions for
1332         gnus-set-process-plist.
1333
1334         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1335         header-line-format for XEmacs 21.4.
1336
1337         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1338         * gnus.el (gnus-valid-select-methods)
1339         * message.el (message-send-mail-partially-limit)
1340         * mm-decode.el (mm-text-html-renderer)
1341         * mml.el (mml-insert-mime-headers-always)
1342         * smiley.el (smiley-regexp-alist): Bump custom version.
1343
1344 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-html.el: require mm-url.
1347         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1348         with the url to `url'.
1349         (gnus-html-wash-tags): Support cid: URLs/images.
1350
1351 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1354         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1355         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1356
1357         * gnus-move.el: Removed file, since it doesn't really work.
1358
1359         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1360         UTF-8.  This seems to fix problems with some German web feeds.
1361
1362         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1363         at the top so that the proper colours are applied.
1364
1365         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1366         don't have dots in their names.
1367
1368         * gnus-art.el (gnus-article-view-part): Doc fix.
1369
1370         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1371         XEmacs-compatible.
1372         (gnus-html-put-image): Don't do images on non-graphic displays.
1373
1374         * nnslashdot.el: Removed this unused backend.
1375
1376         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1377         actions.
1378         (gnus-undo-register-1): Revert last change.
1379
1380         * gnus-group.el (gnus-group-completing-read): Protect against not
1381         having completion-styles bound.
1382
1383         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1384         make broken recipients happier.
1385
1386         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1387
1388         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1389         point parameter.
1390
1391         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1392
1393         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1394         completion-styles for group selection.
1395
1396 2009-02-04  Andreas Schwab  <schwab@suse.de>
1397
1398         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1399         headers and regexp-quote the match if necessary.
1400
1401 2009-03-24  Miles Bader  <miles@gnu.org>
1402
1403         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1404         the blinking smiley.
1405
1406 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1407
1408         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1409         blink smiley.
1410
1411 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1414         where the dribbel file lives exists.
1415
1416         * message.el (message-send-mail-partially-limit): Change the default to
1417         nil, since most people don't want this.
1418
1419         * mm-url.el (mm-url-decode-entities): Also decode entities like
1420         &#x3212.
1421
1422 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1423
1424         * gnus-sum.el (gnus-summary-idna-message):
1425         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1426         Hyperlink urls in docstrings with URL `...'.
1427
1428 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1429
1430         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1431         functions.
1432
1433 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1436         say what the mouseover text should be.
1437
1438         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1439         version of the mm-w3m-safe-url-regexp variable to only download images
1440         in the groups where we want that to happen.
1441
1442         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1443
1444         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1445         easier debugging.
1446         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1447         big pictures in the article buffer.
1448
1449         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1450         gnus-article-html.
1451         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1452         w3m.
1453
1454         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1455
1456 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1459         which doesn't exist.
1460
1461         * message.el (message-inhibit-ecomplete): New variable to allow some
1462         function to inhibit ecomplete address storage.
1463         (message-resend): Disable ecomplete message storage when resending
1464         messages.
1465
1466         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1467
1468 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1471         Save excursion while copying, moving, and deleting articles in order to
1472         prevent the cursor from jumping to unforeseen place.
1473
1474 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * lpath.el: No need to bind bookmark-current-buffer,
1477         bookmark-yank-point and bookmark-make-record-function.
1478
1479 2010-08-17  Glenn Morris  <rgm@gnu.org>
1480
1481         * gnus-sync.el: Require gnus components whose functions are used.
1482
1483         * gnus-art.el (bookmark-make-record-function):
1484         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1485         Declare for compiler.
1486
1487         * mm-url.el (mml-compute-boundary): Autoload.
1488
1489 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1492
1493 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1494
1495         Typo fix "hoo4a" -> "hook".
1496
1497         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1498
1499 2010-08-14  Glenn Morris  <rgm@gnu.org>
1500
1501         * gnus-sync.el (gnus-sync): Fix defgroup version.
1502
1503 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1504
1505         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1506
1507         * gnus-sync.el: Fix docs.
1508         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1509         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1510
1511 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1512
1513         Optimizations for gnus-sync.el.
1514
1515         * gnus-sync.el: Add docs about gnus-sync-backend
1516         possibilities.
1517         (gnus-sync-save): Remove unnecessary message.
1518         (gnus-sync-read): Optimize and show what groups were skipped.
1519
1520 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1521
1522         Minor bug fixes for gnus-sync.el.
1523
1524         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1525         read the sync on get-new-news.
1526
1527         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1528         quiet.
1529
1530         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1531
1532 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1533
1534         Make saving and restoring of hidden threads work with overlays.
1535         Patch applied by Ted Zlatanov.
1536
1537         * gnus-sum.el (gnus-hidden-threads-configuration)
1538         (gnus-restore-hidden-threads-configuration): Update to deal with text
1539         properties, rather than searching for a magic character.
1540
1541 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1542
1543         New gnus-sync.el library for synchronization of marks.
1544
1545         * gnus-sync.el: New library for synchronization of marks.
1546
1547         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1548         renamed from `gnus-registry-grep-in-list'.
1549
1550         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1551
1552         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1553
1554 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1557         determining charset of text fails.
1558
1559 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * nnmail.el (nnmail-get-new-mail-1): Revert.
1562
1563         * nnml.el (nnml-active-number): Make sure names of newly created groups
1564         in nnml-group-alist are encoded.
1565
1566 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1569         containing non-ASCII characters in active file for nnml back end.
1570
1571 2010-07-24  David Engster  <dengste@eml.cc>
1572
1573         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1574         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1575
1576 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1577
1578         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1579         tag (Bug#6654).
1580
1581 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1584         the article buffer, not the summary buffer.
1585
1586 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1589         Emacs 23 as well.
1590
1591 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1594         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1595
1596 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1597
1598         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1599         Patch applied by Karl Fogel.
1600
1601         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1602         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1603
1604 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1605
1606         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1607         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1608         C-w still not working correctly from Article buffers; Thierry's
1609         patch to fix that will be applied after this.
1610
1611         * gnus-art.el (bookmark-make-record-function): New local variable.
1612
1613         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1614         article buffer.
1615         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1616
1617 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1618
1619         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1620         on changes in bookmark.el.
1621
1622 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1625         `no-log' instead of message not to log prompt string.
1626
1627 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1628
1629         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1630         the *other* type of HTML form submission.
1631
1632 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1633
1634         * auth-source.el (auth-source-pick): If choice does not contain a
1635         questioned keyword, set the check to t.
1636
1637 2010-06-12  Romain Francoise  <romain@orebokech.com>
1638
1639         * gnus-util.el (gnus-date-get-time): Move up before first use.
1640
1641 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1644         (gnus-article-edit-part): Bind it to make last part that is substituted
1645         or deleted visible.
1646         (gnus-mime-display-single): Buttonize part of which id equals to
1647         gnus-mime-buttonized-part-id.
1648
1649 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1650
1651         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1652         (gnus-dd-mmm): Use gnus-date-get-time.
1653         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1654         simplify logic.
1655         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1656         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1657
1658 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1659
1660         * auth-source.el (top): Autoload `secrets-list-collections',
1661         `secrets-create-item', `secrets-delete-item'.
1662         (auth-sources): Fix tag string.
1663         (auth-get-source, auth-source-retrieve, auth-source-create)
1664         (auth-source-delete): New defuns.
1665         (auth-source-pick): Rewrite in order to avoid 2 passes.
1666         (auth-source-forget-user-or-password): New parameter USERNAME.
1667         (auth-source-user-or-password): New parameters CREATE-MISSING and
1668         DELETE-EXISTING.  Retrieve password interactively, if needed.
1669
1670 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1671
1672         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1673         deleting unused directories when gnus-expert-user is t.
1674
1675 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1678         for each temp file when gnus-article-browse-delete-temp is ask.
1679
1680 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1681
1682         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1683         Lisp calls to delete-backward-char by calls to delete-char.
1684
1685 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1686
1687         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1688
1689 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1690
1691         * password-cache.el (password-cache-remove): Fix docstring.
1692
1693 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1696         article unless decoding article to be saved.
1697
1698 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1701         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1702         generated within the mm-with-unibyte-current-buffer macro.
1703
1704 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1707         to nil when we're in a mml-preview buffer and no group is selected.
1708
1709 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1710
1711         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1712         when catching the `C-g'.  Reported by "Leo".
1713
1714 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * message.el (message-forward-make-body-plain)
1717         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1718         multibyte-string-p.
1719
1720         * lpath.el: Revert.
1721
1722 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * message.el (message-forward-make-body-mml): Assume original message
1725         is multibyte string; error on unibyte.
1726         (message-forward-make-body-plain): Ditto; don't add excessive newline
1727         in body end.
1728
1729         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1730
1731 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1732
1733         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1734         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1735
1736 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * mm-extern.el (mm-extern-url): Don't use
1739         mm-with-unibyte-current-buffer.
1740         (mm-extern-cache-contents): Use with-current-buffer instead of
1741         save-excursion + set-buffer.
1742
1743 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * mm-util.el (mm-emacs-mule): Remove.
1746
1747 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1748
1749         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1750         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1751         change.
1752
1753 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1756         bind the default value of enable-multibyte-characters to nil.
1757
1758 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * message.el (message-forward-make-body-plain)
1761         (message-forward-make-body-mml):
1762         Don't use mm-with-unibyte-current-buffer.
1763
1764 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1765
1766         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1767
1768 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1769
1770         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1771         (Bug#5592).
1772
1773 2010-05-07  Julien Danjou  <julien@danjou.info>
1774
1775         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1776         it to mm-pipe-part.
1777
1778         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1779         it is given.
1780
1781 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * binhex.el (binhex-decode-region-internal)
1784         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1785         (dns-query)
1786         * nnweb.el (nnweb-gmane-search)
1787         * pgg-parse.el (pgg-parse-armor)
1788         * pgg.el (pgg-verify-region)
1789         * sha1.el (sha1-string-external)
1790         * uudecode.el (uudecode-decode-region-internal)
1791         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1792         XEmacs.
1793
1794         * gnus-art.el (gnus-article-browse-html-parts)
1795         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1796         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1797         make-temp-file.
1798
1799         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1800         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1801         compiling.
1802
1803         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1804         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1805         XEmacs when compiling.
1806
1807         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1808         gnus-pick-mode-off-hook for XEmacs when compiling.
1809         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1810         gnus-binary-mode-off-hook for XEmacs when compiling.
1811
1812         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1813         nil if char-charset is not available.
1814
1815         * imap.el (imap-disable-multibyte)
1816         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1817         macros.
1818
1819         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1820         instead of encode-coding-string.
1821
1822         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1823         'xemacs) instead of mm-emacs-mule to switch function definitions.
1824         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1825
1826         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1827         bind temporary-file-directory for XEmacs;
1828         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1829         timer-set-function for XEmacs 21.4 and SXEmacs;
1830         bind timer-list for XEmacs 21.4 and SXEmacs;
1831         fbind char-charset and find-charset-region for non-Mule XEmacs;
1832         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1833         encode-coding-region and encode-coding-string for XEmacs having no
1834         file-coding feature.
1835
1836 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1837
1838         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1839
1840 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1843         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1844
1845 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1846
1847         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1848         alias `jka-compr-delete-temp-file' no longer exists.
1849
1850 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1851
1852         Use define-minor-mode in Gnus where applicable.
1853         * mml.el (mml-mode): Use define-minor-mode.
1854         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1855         (gnus-undo-mode): Use define-minor-mode.
1856         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1857         (gnus-dead-summary-mode): Use define-minor-mode.
1858         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1859         Initialize in declaration.
1860         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1861         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1862         (gnus-mailing-list-mode): Use define-minor-mode.
1863         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1864         (gnus-draft-mode): Use define-minor-mode.
1865         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1866         (gnus-dired-mode): Use define-minor-mode.
1867
1868 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1869
1870         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1871         handles on recursive mml-to-mime translation and check them for
1872         boundary delimiter collisions.  Reported by Greg Troxel.
1873
1874 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1877
1878 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1879
1880         * mm-util.el (mm-find-buffer-file-coding-system):
1881         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1882
1883 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1884
1885         * message.el (message-generate-headers): Record insertion of optional
1886         headers as well.  Otherwise the check to prevent repeated insertion of
1887         optional headers is a no-op.
1888
1889 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1890
1891         * smime.el: Don't mention CVS.
1892
1893         * nnrss.el (nnrss-fetch): Don't mention CVS.
1894
1895         * nnir.el: Don't mention CVS.
1896
1897 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1898
1899         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1900
1901 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * lpath.el: Fbind bookmark-default-handler,
1904         bookmark-get-bookmark-record, bookmark-make-record-default,
1905         bookmark-prop-get for Emacs <23 and XEmacs.
1906
1907 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1908
1909         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1910         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1911         Use with-current-buffer to silence the byte-compiler.
1912         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1913         bother to require `gnus'.
1914         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1915
1916 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1917
1918         * gnus-sum.el (gnus-summary-bookmark-make-record)
1919         (gnus-summary-bookmark-jump): New functions.
1920         (gnus-summary-mode): Setup bookmark support.
1921
1922 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1923
1924         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1925         if set.
1926
1927 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1930         gnus-article-browse-html-save-cid-image; make it work recursively for
1931         forwarded messages as well.
1932         (gnus-article-browse-html-parts): Work when prefix arg is given.
1933         (gnus-article-browse-html-article): Doc fix.
1934
1935 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1936
1937         * message.el (message-default-mail-headers):
1938         (message-default-headers): Carry the value mail-default-headers over
1939         into message-default-mail-headers, rather than message-default-headers.
1940
1941 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1942
1943         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1944         charset.
1945
1946         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1947         charset into the <meta> tag when the article is encoded to utf-8.
1948
1949 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1952         directories as well.
1953         (gnus-article-browse-html-parts): Work for images that do not specify
1954         file names; delete temp directory when quitting; insert header at the
1955         right place; use file: scheme for image files.
1956
1957 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1958
1959         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1960         (gnus-article-browse-html-parts): Use it to make temporary cid image
1961         files in addition to html file so that browser may display them.
1962
1963 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1966
1967 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1968
1969         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1970
1971 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1972
1973         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1974         about Secret Service API sources.  Improve Customize options.
1975         (auth-source-pick): Change to accept any number of search parameters.
1976         Implement fallbacks iteratively, not recursively.  Add scoring on the
1977         second pass and sort by score.  Call Secret Service API when needed.
1978         (auth-source-user-or-password): Use it.  Call Secret Service API
1979         directly when needed to get the user name and the password.
1980
1981 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1982
1983         * message.el (message-interactive): Doc fix.
1984         (message-qmail-inject-args): Reflow.
1985         (message-kill-to-signature): Fix typo in docstring.
1986
1987         * smiley.el (smiley-buffer): Fix typo in docstring.
1988
1989 2010-03-24  Glenn Morris  <rgm@gnu.org>
1990
1991         * mail-source.el (gnus-message): Declare.
1992         (mail-source-delete-old-incoming): Require gnus-util.
1993
1994 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1997
1998         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1999
2000         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2001         password-cache's default if it is not bound.
2002         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2003         password-cache-expiry's default if it is not bound.
2004
2005         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2006         available in Emacs 21.
2007
2008         * lpath.el: Suppress compiler warnings for:
2009         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2010         XEmacs;
2011         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2012         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2013         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2014
2015 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2016
2017         * auth-source.el (auth-sources): Fix up definition so extra parameters
2018         are always inline.
2019
2020 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2021
2022         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2023         wasn't updated after mismatch.  Clear cached mailbox info correctly
2024         when uidvalidity changes.
2025         (nnimap-group-prefixed-name): New function to avoid some code
2026         duplication.
2027         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2028         (nnimap-request-group): Use it.
2029         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2030         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2031         with many imap folders.  This is done by caching the group status from
2032         the imap server persistently in a group parameter `imap-status'.  (This
2033         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2034         but not persistently, so every Gnus startup was still very slow.)
2035
2036 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2037
2038         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2039         delete the extra newline.  Otherwise editing of :string and :number
2040         types don't work.
2041
2042 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2043
2044         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2045         secrets.el dependency.
2046         (auth-sources): Add optional user name.  Add secrets.el configuration
2047         choice (unused right now).
2048
2049 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2050
2051         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2052         `gnus-registry-install-shortcuts' fill in the functions.
2053
2054         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2055         warnings.
2056         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2057         (gnus-registry-install-shortcuts): Populate and use it in a
2058         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2059
2060 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2061
2062         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2063         In-place substitutions for the group name encoding/decoding.
2064         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2065         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2066         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2067         (nnimap-update-unseen, nnimap-request-list)
2068         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2069         (nnimap-request-set-mark, nnimap-split-to-groups)
2070         (nnimap-split-articles, nnimap-request-newgroups)
2071         (nnimap-request-create-group, nnimap-request-accept-article)
2072         (nnimap-request-delete-group, nnimap-request-rename-group)
2073         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2074         `encoded-mbx' for consistency.
2075         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2076         variable `imap-current-mailbox'.
2077
2078         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2079         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2080
2081 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2082
2083         * pop3.el (pop3-display-message-size-flag): Display message size byte
2084         counts during POP3 download.
2085         (pop3-movemail): Use it.
2086         (pop3-list): Implement listing of available messages.
2087
2088 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2089
2090         * nnir.el (nnir-get-article-nov-override-function): New function to
2091         override the normal NOV retrieval.
2092         (nnir-retrieve-headers): Use it.
2093
2094 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2095
2096         * auth-source.el (netrc-machine-user-or-password): Autoload.
2097
2098 2010-03-19  Glenn Morris  <rgm@gnu.org>
2099
2100         Stop message.el from loading about 40 libraries it doesn't always need.
2101         The general approach is to autoload rather than require, and to
2102         require in the specific functions rather than the file.  (Bug#5642)
2103
2104         * gmm-utils.el: Don't require wid-edit.
2105         (widget-create-child-value, widget-convert, widget-default-get):
2106         Autoload.
2107
2108         * gnus-util.el: Don't require time-date, netrc.
2109         (message-fetch-field, gnus-group-name-decode): Declare rather than
2110         autoloading.
2111         (gnus-fetch-field): Require message.
2112         (gnus-decode-newsgroups): Require gnus-group.
2113
2114         * ietf-drums.el: Don't require time-date.
2115
2116         * message.el: Don't require hashcash, canlock, ecomplete.
2117         Do require mail-utils.  Require nnheader only when compiling.
2118         (smtpmail-default-smtp-server): Remove declaration.
2119         (message-send-mail-function): Check smtpmail-default-smtp-server
2120         is bound rather than requiring smtpmail.
2121         (message-auto-save-directory, message-insert-signature): Use
2122         expand-file-name rather than nnheader-concat.
2123         (nnheader-insert-file-contents): Autoload.
2124         (hashcash-wait-async): Declare.
2125         (message-send-mail): Only call gnus-setup-posting-charset if
2126         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2127         (message-send-mail-with-sendmail): Require sendmail.
2128         (canlock-password, canlock-password-for-verify): Declare.
2129         (message-canlock-password): Require canlock.
2130         (nnheader-get-report): Autoload.
2131         (gnus-setup-posting-charset): Declare.
2132         (message-send-news): Require gnus-msg.
2133         (message-make-references, message-make-in-reply-to): Use mail-header-id
2134         rather than the alias mail-header-message-id.
2135         (ecomplete-add-item, ecomplete-save): Declare.
2136         (message-put-addresses-in-ecomplete): Require ecomplete.
2137         (ecomplete-display-matches): Autoload.
2138
2139         * mm-decode.el: Don't require mailcap, gnus-util.
2140         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2141         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2142         Autoload.
2143         (mailcap-mime-extensions): Declare.
2144
2145         * mm-encode.el: Don't require mailcap.
2146         (mailcap-extension-to-mime): Autoload.
2147
2148         * mml-sec.el: Don't require password-cache.
2149
2150         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2151         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2152         (mml-minibuffer-read-type): Require mailcap.
2153         (mml-preview): Require gnus-msg.
2154
2155         * mml1991.el: Require password-cache.
2156         (password-cache-expiry): Remove declaration.
2157
2158         * mml2015.el: Require password-cache.
2159         (password-cache-expiry): Remove declaration.
2160
2161         * nneething.el (mailcap): Require mailcap.
2162
2163         * nnheader.el (declare-function): Add compatibility stub.
2164         (message-remove-header): Declare rather than autoload.
2165         (nnheader-replace-header): Require message.
2166
2167         * nnimap.el (declare-function): Add compatibility stub.
2168         (netrc-parse, netrc-machine-user-or-password): Declare.
2169         (nnimap-open-connection): Require netrc.
2170
2171         * nntp.el (declare-function): Add compatibility stub.
2172         (netrc-parse, netrc-machine, netrc-get): Declare.
2173         (nntp-send-authinfo): Require netrc.
2174
2175         * rfc2047.el: Don't require qp.
2176         (quoted-printable-encode-region, quoted-printable-decode-string):
2177         Autoload.
2178
2179         * sieve-mode.el: Don't require easymenu.
2180         (easy-menu-add-item): Autoload it.
2181
2182         * spam-stat.el (time-to-number-of-days): Autoload it.
2183
2184 2010-03-19  Glenn Morris  <rgm@gnu.org>
2185
2186         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2187
2188 2010-03-18  Glenn Morris  <rgm@gnu.org>
2189
2190         * hashcash.el (declare-function): Remove duplicate definition.
2191
2192 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2193
2194         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2195         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2196         value if any backslash escapes).
2197
2198 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2201         if it is available.  (bug#5647)
2202
2203         * lpath.el: Suppress compiler warning for coding-system-from-name for
2204         Emacs 21 and XEmacs.
2205
2206 2010-03-14  Juri Linkov  <juri@jurta.org>
2207
2208         * hmac-def.el:
2209         * hmac-md5.el:
2210         * netrc.el: Fix keywords.
2211
2212 2010-02-26  Glenn Morris  <rgm@gnu.org>
2213
2214         * message.el (message-send-mail-function): Change the default, so that
2215         it inherits from a customized send-mail-function.  (Bug#5643)
2216
2217 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2218
2219         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2220         shell-command-to-string signals an error (bug#5299).
2221
2222 2010-02-24  Glenn Morris  <rgm@gnu.org>
2223
2224         * message.el (message-smtpmail-send-it)
2225         (message-send-mail-with-mailclient): Doc fixes.
2226
2227 2010-02-16  Glenn Morris  <rgm@gnu.org>
2228
2229         * message.el (message-default-mail-headers): Change the default value
2230         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2231
2232 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2235         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2236
2237 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2238
2239         * time-date.el (date-to-time): Doc fix (Bug#5408).
2240
2241 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2242
2243         * message.el (message-mail): Just pass yank-action on to message-setup.
2244         (message-setup): Handle (FUN . ARGS) form of yank-action.
2245         (message-with-reply-buffer, message-widen-reply)
2246         (message-yank-original): Handle non-buffer values of
2247         message-reply-buffer (Bug#4080).
2248         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2249
2250 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2251
2252         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2253         Fix typo in docstring.
2254
2255 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2256
2257         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2258         response.
2259
2260 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2263
2264         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2265
2266         * message.el (message-check-news-header-syntax): Protect against a
2267         string that `rfc822-addresses' returns when parsing fails.
2268
2269 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2272         (gnus-previous-char-property-change): New functions.
2273
2274         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2275
2276 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2277
2278         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2279         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2280
2281 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2282
2283         * message.el (message-exchange-point-and-mark): Rework last change to
2284         avoid using optional arg of exchange-point-and-mark, for backward
2285         compatibility.
2286
2287 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2288
2289         * message.el (message-exchange-point-and-mark): Call
2290         exchange-point-and-mark with an argument rather than setting
2291         mark-active by hand (Bug#5175).
2292
2293 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * nntp.el (nntp-service-to-port): Work for service expressed with
2296         numeric string; replace [:digit:] with [0-9] for XEmacs.
2297
2298 2009-12-17  Glenn Morris  <rgm@gnu.org>
2299
2300         * gnus-group.el (gnus-bug-group-download-format-alist):
2301         Change emacs entry to debbugs.gnu.org.  Bump :version.
2302
2303 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2304
2305         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2306
2307 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2308
2309         * message.el (message-info): Explain why we use `Info-goto-node'.
2310
2311 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2314
2315 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2316
2317         * message.el (message-completion-in-region): New compatibility function.
2318         (message-expand-group): Use it.
2319
2320 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2323         with no unread article should be listed if the 2nd arg `predicate' is
2324         given.
2325
2326 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2329
2330 2009-11-29  Juri Linkov  <juri@jurta.org>
2331
2332         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2333         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2334         on `gnus-recenter'. (Bug#4698, Bug#4981)
2335
2336 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2337
2338         * sha1.el (sha1-string-external): default-directory "/" in case
2339         otherwise non-existent.  process-connection-type pipe for touch of
2340         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2341
2342 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2343
2344         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2345         it's comms related and sgml-mode.el has "comm" on that basis too.
2346
2347 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2350         containing tspecial characters if they have been already quoted.
2351
2352 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2353
2354         * dns-mode.el (auto-mode-alist): Purecopy string.
2355
2356 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2357
2358         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2359
2360 2009-10-24  Glenn Morris  <rgm@gnu.org>
2361
2362         * gnus-art.el (help-xref-stack-item): Define for compiler.
2363
2364 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2365
2366         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2367
2368 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2371
2372 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2375         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2376
2377 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2380         (gnus-overlays-in): New alias to overlays-in.
2381
2382         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2383         gnus-overlay-get, and gnus-delete-overlay.
2384         (gnus-summary-show-thread): Make it work as well for systems in which
2385         next-single-char-property-change is not available.
2386         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2387
2388         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2389         (gnus-overlay-get): New alias to extent-property.
2390         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2391
2392         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2393         SXEmacs.
2394
2395         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2396         SXEmacs.
2397
2398 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2399
2400         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2401
2402 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2403
2404         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2405         and XEmacs that don't have `remove-overlays'.
2406
2407 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2408
2409         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2410         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2411         selective display.  Use overlays instead.
2412
2413 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2414
2415         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2416
2417 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2418
2419         * spam-stat.el (spam-stat-load): Fix typo in message.
2420
2421 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2422
2423         * dig.el (dig-invoke): Fix typo in docstring.
2424         (query-dig): Reflow docstring.
2425
2426 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2427
2428         * gnus-art.el (gnus-article-encrypt-body):
2429         * message.el (message-check-recipients):
2430         * mm-util.el (mm-codepage-setup):
2431         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2432         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2433
2434 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2435
2436         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2437         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2438         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2439         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2440         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2441
2442 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2443
2444         * dig.el: Add "Keywords: comm", as per net-utils.el.
2445
2446 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2447
2448         * dig.el (dig-mode): Use define-derived-mode.
2449
2450 2009-09-19  Glenn Morris  <rgm@gnu.org>
2451
2452         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2453
2454 2009-09-18  Glenn Morris  <rgm@gnu.org>
2455
2456         * gnus-diary.el (gnus-diary-check-message):
2457         * message.el (message-insert-formatted-citation-line):
2458         * nnbabyl.el (top-level):
2459         * nndiary.el (nndiary-schedule):
2460         Fix typos in condition-case handlers.
2461
2462 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2465         configuration that provides the sole article window in a frame;
2466         position point correctly after deleting a part.
2467
2468 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2469
2470         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2471         (spam-resolve-registrations-routine): Use it to unregister articles
2472         that change status.
2473
2474 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2477         with XEmacs.
2478         (parse-time-string-chars): Use it.
2479
2480 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2481
2482         * imap.el (imap-interactive-login): Better messages.
2483         (imap-open): Fix bug with renamed buffer on reconnect.
2484         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2485         for easier debugging and cleaner code.  On successful (guessed based on
2486         server capabilities) secondary authentication, set imap-state
2487         correctly.
2488         (imap-last-authenticator): Define imap-last-authenticator as a variable
2489         to avoid warnings.
2490
2491 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * nnrss.el (nnrss-request-article): Remove binding of
2494         default-enable-multibyte-characters that has gotten needless by
2495         the 2007-07-13 change in rfc2047-encode-message-header.
2496
2497         * mml.el (mml-insert-multipart): Error on the message header.
2498         (mml-insert-part): Error on the message header; position point at
2499         the end of a MIME tag.
2500
2501 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * time-date.el (autoload): Expand define-obsolete-function-alias into
2504         defalias and make-obsolete for old Emacsen that Gnus supports.
2505         (with-no-warnings): Define it for old Emacsen.
2506         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2507         is available.
2508         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2509         float-time is available; suppress compile warning for time-to-seconds.
2510
2511         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2512         (gnus-float-time): Alias to float-time if it exists.
2513
2514         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2515         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2516         float-time is available; suppress compile warning for time-to-seconds.
2517
2518         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2519         XEmacs.
2520
2521 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2522
2523         * imap.el (imap-message-map): Docstring fix.
2524
2525 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2528         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2529         Add the optional argument `encoding' that overrides the default.
2530
2531         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2532         mm-encode-buffer.
2533
2534 2009-09-04  Glenn Morris  <rgm@gnu.org>
2535
2536         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2537         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2538         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2539         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2540         * mm-util.el (mm-with-unibyte-current-buffer)
2541         (mm-find-buffer-file-coding-system):
2542         * yenc.el (yenc-decode-region): Use default-value rather than
2543         default-enable-multibyte-characters.
2544
2545 2009-09-03  Glenn Morris  <rgm@gnu.org>
2546
2547         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2548         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2549         than default-enable-multibyte-characters.
2550
2551 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2552
2553         * gnus-art.el (gnus-article-read-summary-keys):
2554         Fix gnus-buffer-configuration's value temporarily used.
2555
2556 2009-09-02  Glenn Morris  <rgm@gnu.org>
2557
2558         * gnus-util.el (gnus-float-time): New function.
2559         * gnus-delay.el (gnus-delay-article):
2560         * gnus-sum.el (gnus-thread-latest-date):
2561         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2562         * nnspool.el (nnspool-request-newgroups):
2563         Use gnus-float-time rather than time-to-seconds.
2564         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2565
2566         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2567         (gnus-header-subject-face, gnus-header-newsgroups-face)
2568         (gnus-header-name-face, gnus-header-content-face):
2569         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2570         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2571         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2572         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2573         (gnus-cite-face-11):
2574         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2575         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2576         (gnus-server-closed-face, gnus-server-denied-face)
2577         (gnus-server-offline-face):
2578         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2579         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2580         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2581         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2582         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2583         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2584         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2585         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2586         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2587         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2588         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2589         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2590         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2591         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2592         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2593         (gnus-summary-high-undownloaded-face)
2594         (gnus-summary-low-undownloaded-face)
2595         (gnus-summary-normal-undownloaded-face)
2596         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2597         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2598         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2599         (gnus-splash-face):
2600         * message.el (message-header-to-face, message-header-cc-face)
2601         (message-header-subject-face, message-header-newsgroups-face)
2602         (message-header-other-face, message-header-name-face)
2603         (message-header-xheader-face, message-separator-face)
2604         (message-cited-text-face, message-mml-face):
2605         * sieve-mode.el (sieve-control-commands-face)
2606         (sieve-action-commands-face, sieve-test-commands-face)
2607         (sieve-tagged-arguments-face):
2608         * spam.el (spam-face):
2609         Mark face aliases with "-face" in the name as obsolete.
2610
2611 2009-09-01  Glenn Morris  <rgm@gnu.org>
2612
2613         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2614         than goto-line.
2615
2616 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2619         Don't move point if the command is invoked inside the message header.
2620
2621 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2622
2623         * imap.el (imap-send-command): Simplify.
2624         (imap-wait-for-tag): point-max -> buffer-size.
2625
2626 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2627
2628         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2629         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2630         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2631         * nnir.el (nnir-swish-e-index-file):
2632         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2633         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2634         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2635         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2636         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2637         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2638
2639 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2642         Don't save excursion.
2643
2644 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2645
2646         * nnheader.el (nnheader-find-file-noselect):
2647         * mm-util.el (mm-insert-file-contents):
2648         Use (default-value 'major-mode) instead of default-major-mode.
2649
2650 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2651
2652         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2653
2654 2009-08-26  Glenn Morris  <rgm@gnu.org>
2655
2656         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2657         than placing in files.el.
2658
2659 2009-08-25  Glenn Morris  <rgm@gnu.org>
2660
2661         * nnir.el (top-level): Don't require cl at run-time.
2662         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2663         Replace cl-function substitute with gnus-replace-in-string.
2664         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2665         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2666         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2667         simplified expansions.
2668
2669 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2670
2671         * dig.el (dig): Add autoload cookie.
2672
2673 2009-08-22  Glenn Morris  <rgm@gnu.org>
2674
2675         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2676         goto-line.
2677
2678 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2679
2680         * parse-time.el (parse-time-string-chars): Save match data.
2681
2682 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2683
2684         * parse-time.el (parse-time-string-chars): Compute using character
2685         classes, to handle non-ascii characters (Bug#3190).
2686
2687 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2690
2691         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2692         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2693         (gnus-mm-display-part, gnus-mime-display-single)
2694         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2695         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2696
2697         * gnus-sum.el
2698         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2699         (gnus-summary-move-article): Add expirable mark to articles copied or
2700         moved to group that has auto-expire turned on if the option is non-nil.
2701
2702 2009-07-24  Glenn Morris  <rgm@gnu.org>
2703
2704         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2705         Fix typo.  (Bug#3903)
2706
2707 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2710         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2711         that should not be used for draft articles.
2712         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2713         that has no concern in minor mode keys.
2714         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2715         Abolish.
2716
2717 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2720         article without making inquiry to a user for unknown encoding.
2721
2722         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2723         (nnmaildir--scan): Assume i-node and device number that file-attributes
2724         returns might be cons-cell.
2725
2726         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2727
2728         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2729
2730 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * auth-source.el: Remove docs now in auth.texi.  Don't use
2733         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2734         `auth-source-hide-passwords' and use them.
2735
2736 2009-07-15  Glenn Morris  <rgm@gnu.org>
2737
2738         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2739
2740 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2743         excessive whitespace from the default values of title and description.
2744
2745 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2748         mail-fetch-field to fetch Content-Description header in order to
2749         exclude newlines.
2750
2751 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2752
2753         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2754         format used by GnuPG 2.0.11.
2755
2756 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2759         to deleted part.
2760
2761 2009-05-30  David Engster  <dengste@eml.cc>
2762
2763         * nnmairix.el: Remove old documentation in the commentary block.
2764         (nnmairix-request-group): Do not update active file for nnml back ends.
2765         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2766         end so that overview files are ignored.
2767         (nnmairix-update-groups): Make updating the groups more robust by using
2768         marks.
2769         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2770         with dollar characters in message-id.
2771
2772 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2773
2774         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2775         2008-12-25 in dns.el.
2776
2777 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2778
2779         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2780         could happen if the text is only composed of spaces and/or tabs.
2781
2782 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2783
2784         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2785         when sending a queued message to avoid extra mml tags.
2786
2787 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2790
2791 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2794         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2795         rmail-toggle-header for XEmacs;
2796         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2797
2798 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-dired.el: Remove autoload for gnus-setup-message.
2801         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2802         displaying Gnus logo; always use compose-mail.
2803
2804 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2807
2808 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2811         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2812         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2813         available.
2814         (gnus-nocem-epg-verify): New function.
2815
2816 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2819
2820 2009-02-15  Glenn Morris  <rgm@gnu.org>
2821
2822         * gnus-util.el (rmail-insert-rmail-file-header)
2823         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2824         autoloads.
2825         (rmail-default-rmail-file): Remove unnecessary declaration.
2826         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2827
2828 2009-02-14  Glenn Morris  <rgm@gnu.org>
2829
2830         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2831         variable (only used in gnus-util, which declares it anyway).
2832         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2833         which was only needed by gnus-art (changed to not use it any more).
2834         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2835         only used in gnus-util, which autoloads it itself.
2836         (rmail-update-summary): Fix autoload.
2837
2838         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2839         rather than rmail-output-to-rmail-file.
2840
2841 2009-02-07  Glenn Morris  <rgm@gnu.org>
2842
2843         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2844         autoload of function that no longer exists.
2845         (rmail-toggle-header): Declare.
2846         (message-forward-rmail-make-body): Handle mbox Rmail.
2847
2848 2009-01-31  Glenn Morris  <rgm@gnu.org>
2849
2850         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2851         2009-01-09 change.
2852
2853 2009-01-31  Dave Love  <fx@gnu.org>
2854
2855         * imap.el (imap-fetch-safe): Bind debug-on-error.
2856         (imap-debug): Add imap-fetch-safe.
2857
2858 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2859
2860         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2861         (auth-source-forget-all-cached): New convenience function.
2862         (auth-source-user-or-password): Accept list of modes or a single mode.
2863
2864         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2865         auth-source modes.
2866
2867         * netrc.el (netrc-machine-user-or-password): Use list of
2868         auth-source modes.
2869
2870         * nnimap.el (nnimap-open-connection): Use list of
2871         auth-source modes.
2872
2873         * nntp.el (nntp-send-authinfo): Use list of
2874         auth-source modes.
2875
2876 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2879         now.
2880
2881 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2884         coding system in XEmacs; add a workaround for XEmacs.
2885
2886         * lpath.el: Fbind coding-system-aliasee.
2887
2888 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2891         of current-language-environment.
2892
2893 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2894
2895         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2896         available at runtime.
2897
2898 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2901
2902 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2903
2904         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2905         the greatest positive fixnum value doesn't work under an XEmacs with
2906         bignum support; use the most-positive-fixnum constant instead,
2907         available since Emacs 21.1 with cl and XEmacs 21.1.
2908
2909 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2912         XEmacs gets not to work.
2913
2914 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * mm-util.el (mm-coding-system-priorities): Allow the value like
2917         "Japanese (UTF-8)" of current-language-environment.
2918
2919 2009-01-09  Glenn Morris  <rgm@gnu.org>
2920
2921         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2922         with last-command-event.
2923
2924 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2925
2926         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2927         in the doc string.
2928
2929         * message.el (message-fix-before-sending): Amend comment.
2930
2931 2009-01-08  Dave Love  <fx@gnu.org>
2932
2933         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2934
2935 2009-01-07  David Engster  <dengste@eml.cc>
2936
2937         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2938         simplified server definitions by converting it via
2939         gnus-server-to-method.
2940
2941 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2944         parameter's operands.
2945
2946 2009-01-06  David Engster  <dengste@eml.cc>
2947
2948         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2949         primary select method (for gnus-group-mark-article-as-read).
2950
2951 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2952
2953         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2954         `(gnus)Face', not `(gnus)X-Face'.
2955
2956 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * mm-util.el (mm-ucs-to-char): New function.
2959
2960         * mm-url.el (mm-url-decode-entities): Use it.
2961
2962         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2963         unicode-to-char.
2964
2965 2009-01-05  Dave Love  <fx@gnu.org>
2966
2967         * time-date.el: Require cl for `declare'.
2968
2969 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2970
2971         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2972         Dave Love.
2973
2974 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2975
2976         * message.el (message-fix-before-sending): Add `eight-bit' to
2977         illegible-text check.
2978
2979 2009-01-03  Michael Olson  <mwolson@gnu.org>
2980
2981         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2982         `headers' is nil.  This can occur if the IMAP server does not have
2983         permissions to read messages from a folder, but can write new messages
2984         to the folder.
2985         (nnimap-request-article-part): Do not insert `data' if it is nil.
2986
2987         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2988         characters which will confuse `read', so skip past them.
2989
2990 2009-01-01  Dave Love  <fx@gnu.org>
2991
2992         * imap.el (imap-string-to-integer): Fix typo.
2993         (imap-fetch-safe): New function.
2994         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2995
2996         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2997
2998         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2999         (imap-parse-greeting): Fix doc strings.
3000         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3001         (imap-parse-flag-list): Make messages unique.
3002         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3003
3004         * nnimap.el: Fix author email.
3005         (nnimap-split-rule): Add FIXME comment.
3006         (nnimap-debug): Fix doc string.
3007
3008 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3009
3010         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3011
3012 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3015         nslookup if resolv.conf isn't available.
3016         (dns-query): Rename from query-dns.
3017         (dns-query-cached): Rename from query-dns-cached.
3018
3019 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3022         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3023         to check if those variables exist (first appeared in Emacs 18.50).
3024
3025 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * mm-util.el (mm-line-number-at-pos): New function.
3028
3029         * spam-report.el (spam-report-process-queue): Use it.
3030
3031 2008-12-24  David Engster  <dengste@eml.cc>
3032
3033         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3034         parameters that haven't existed as variables as buffer-local variables.
3035
3036 2008-12-23  Dave Love  <fx@gnu.org>
3037
3038         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3039         cadar.
3040
3041         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3042         imap-starttls-p.
3043         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3044
3045 2008-12-22  Dave Love  <fx@gnu.org>
3046
3047         * imap.el: Fix author email.  Doc fixes.
3048         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3049         reply.
3050
3051 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3052
3053         * spam-report.el (spam-report-gmane-max-requests): New constant.
3054         (spam-report-gmane-wait): New variable.
3055         (spam-report-gmane-ham, spam-report-gmane-spam)
3056         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3057         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3058         the server.
3059
3060         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3061         Add explanations.
3062
3063         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3064         nnheader-accept-process-output and nnheader-read-timeout if available.
3065         (pop3-movemail): Use it.
3066
3067         * message.el (message-check-news-body-syntax): Fix signature check if
3068         there's an attachment.
3069
3070 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * mm-util.el: Add comments to the mm- emulating functions.
3073
3074 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3075
3076         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3077         by Stephen Berman <stephen.berman@gmx.net>.
3078
3079 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * mm-util.el (mm-substring-no-properties): New function.
3082         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3083         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3084         (mm-string-to-multibyte): Doc fix.
3085
3086         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3087
3088 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3089
3090         * mml.el (mml-attach-file): Strip text properties from file name.
3091         (Bug#1574)
3092
3093 2008-12-16  Glenn Morris  <rgm@gnu.org>
3094
3095         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3096
3097 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3100         knows since the charset specified might be a bogus alias that
3101         mm-charset-synonym-alist provides.
3102
3103 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3106         "ISO_8859-1".
3107
3108         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3109
3110 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * mm-util.el (mm-charset-eval-alist):
3113         Define it before mm-charset-to-coding-system.
3114         (mm-charset-to-coding-system): Add optional argument `silent';
3115         define it before mm-charset-override-alist.
3116         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3117         default value if it can be used in Emacs currently running;
3118         silence mm-charset-to-coding-system.
3119
3120 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3123         `allow-override' which says whether to use `mm-charset-override-alist'.
3124         (rfc2047-decode-encoded-words): Use it.
3125
3126         * mm-util.el (mm-charset-override-alist): Fix custom type;
3127         add `(gb2312 . gbk)' to choices.
3128
3129 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3132         fast.
3133
3134         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3135
3136         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3137
3138 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3139
3140         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3141         on links.
3142
3143         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3144
3145 2008-12-03  Lute Kamstra  <lute@gnu.org>
3146
3147         * sha1.el: Remove leading * from docstrings of defcustoms,
3148         deffaces, defconsts and defuns.
3149
3150 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3153         users' addresses that don't have domain parts.
3154         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3155         rather than message-narrow-to-head since there will be the message
3156         header separator.
3157
3158 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3159
3160         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3161         since the result is inserted in a unibyte buffer anyway.
3162         (nnimap-demule-use-string-to-multibyte): Remove.
3163         (nnimap-demule): Alias it to mm-string-to-multibyte.
3164
3165 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3166
3167         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3168         variable for debugging bug#464 and bug#1174.
3169         (nnimap-demule): Use it.
3170
3171 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3172
3173         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3174         score calculation correctly.
3175
3176 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3177
3178         * message.el (message-send-mail): Just set the buffer to unibyte
3179         rather than use mm-with-unibyte-current-buffer which does a lot more.
3180         (message-send-mail-partially): Don't bother with
3181         mm-with-unibyte-current-buffer since it's already been made unibyte by
3182         message-send-mail.
3183
3184 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3187
3188 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3191
3192 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3195         require itself and to remove `with-no-warnings'.
3196
3197 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         * starttls.el (starttls-any-program-available): Get the name of the
3200         available TLS layer program.
3201         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3202         well as the host name in the "opening" message.
3203
3204         * auth-source.el (auth-source-cache, auth-source-do-cache)
3205         (auth-source-user-or-password): Cache passwords and logins by default,
3206         allow override with `auth-source-do-cache'.
3207         (auth-source-forget-user-or-password): Allow users to remove cache
3208         entries if needed.
3209
3210 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3211
3212         * md4.el (md4-buffer): Fix typo in docstring.
3213         (md4, md4-64): Doc fixes.
3214         (md4-pack-int32): Reflow docstring.
3215
3216 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3217
3218         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3219         condition-case to only the forward-sexp call.
3220
3221 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3222
3223         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3224         quotes contained.  Make it more robust regardless by an extra
3225         condition-case wrapper.
3226
3227 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3230
3231 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * nnml.el (nnml-request-expire-articles): Check if the function set to
3234         `nnmail-expiry-target' returns the symbol `delete'.
3235
3236         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3237
3238         * nnmail.el (nnmail-expiry-target): Fix custom type.
3239
3240 2008-10-02  Glenn Morris  <rgm@gnu.org>
3241
3242         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3243         Silence compiler warning.
3244
3245 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3246
3247         * tls.el (open-tls-stream): Show the actual command being
3248         executed, instead of the format string.
3249
3250 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * lpath.el: Fbind codepage-setup for Emacs 23.
3253
3254 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3255
3256         * mml.el (mml-menu): Don't assume mml2015 is bound.
3257
3258 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3261         exists.
3262
3263 2008-09-27  Glenn Morris  <rgm@gnu.org>
3264
3265         * gnus-util.el (mail-header-remove-comments): Autoload it.
3266
3267 2008-09-27  Andreas Schwab  <schwab@suse.de>
3268
3269         * gnus-util.el (gnus-split-references): Strip comments.
3270         (gnus-parent-id): Likewise.
3271
3272 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * message.el (message-confirm-send): Fix version.
3275
3276 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * message.el (message-idna-to-ascii-rhs-1): Use
3279         mail-extract-address-components rather than mail-header-parse-addresses
3280         that is an alias by default to ietf-drums-parse-addresses that does not
3281         support non-ASCII names in headers' contents.
3282
3283 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * message.el (message-confirm-send): Fixed variable documentation to
3286         avoid the "y/n" wording.
3287
3288 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3289
3290         * message.el (message-set-auto-save-file-name): Save to a different
3291         filename so multiple messages (especially drafts) can be recovered.
3292
3293 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3294
3295         * message.el (message-confirm-send): Add appropriate version.
3296
3297 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3298
3299         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3300         defvar.
3301
3302 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3303
3304         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3305         (mm-pkcs7-enveloped-magic): Ditto.
3306
3307 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3308
3309         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3310         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3311
3312 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3313
3314         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3315         default, it's better.
3316
3317 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3318
3319         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3320         summary line gnus-number property and ignore them (with a warning
3321         message).
3322
3323 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3326         macro caddr in the interactive form since it won't be expanded.
3327
3328 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3331         `charset'; fix name of function called recursively.
3332         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3333
3334 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3337         (gnus-mime-set-charset-parameters): New function.
3338         (gnus-mime-view-part-as-charset): Use it to correctly display part
3339         specifying wrong charset.
3340
3341 2008-09-08  David Engster  <dengste@eml.cc>
3342
3343         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3344         in completing-read for back end server.
3345
3346 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * message.el (message-confirm-send): New variable to confirm sending a
3349         message.
3350         (message-send): Use it.
3351
3352 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3353
3354         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3355
3356 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3359
3360 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3361
3362         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3363         prevent tracking too many groups.
3364         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3365         Use it.
3366
3367 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3368
3369         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3370         moving point to the bottom of the window in order to avoid recentering.
3371
3372 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3375
3376         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3377         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3378         (gnus-article-beginning-of-window): Fix calculation.
3379
3380 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * gnus-msg.el (gnus-summary-supersede-article)
3383         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3384         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3385         message header.
3386
3387 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3388
3389         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3390         pending output coming after the status change.
3391
3392 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3393
3394         * message.el:
3395         * gnus-start.el:
3396         * gnus-registry.el: Remove VMS support.
3397
3398 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3401         macro.
3402         (rfc2104-hash): Use it.
3403
3404 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3407         (gnus-summary-sort-by-most-recent-date): New commands.
3408         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3409         and menu entries.
3410
3411 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3414         don't redisplay article for raw contents; remove plural articles stuff.
3415
3416         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3417         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3418         on gnus-summary-save-article; display results properly.
3419
3420 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * lpath.el: No need to fbind ns-focus-frame.
3423
3424 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3427
3428 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3431         gnus-save-all-headers.
3432
3433 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3434
3435         * gnus-util.el (ns-focus-frame): Remove declaration.
3436         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3437         like x.
3438
3439 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3440
3441         * rfc2104.el (rfc2104-zero): Delete defconst.
3442         (rfc2104-hex-alist): Likewise.
3443         (rfc2104-hex-to-int): Delete func.
3444         (rfc2104-hexstring-to-bitstring): Likewise.
3445         (rfc2104-nybbles): New defconst.
3446         (rfc2104-hash): Rewrite for speed.
3447
3448 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * tls.el (open-tls-stream): Make it work with the 2nd argument
3451         BUFFER that is a string but does not exist as a buffer object, as
3452         mentioned in the doc-string.
3453
3454 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3457         SXEmacs.
3458
3459 2008-07-16  Glenn Morris  <rgm@gnu.org>
3460
3461         * gnus-util.el (ns-focus-frame): Declare for compiler.
3462
3463 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3466         set as a group parameter.
3467         (gnus-summary-save-in-pipe): Work when it is called independently.
3468         (gnus-summary-pipe-to-muttprint): Don't modify
3469         gnus-summary-pipe-output-default-command.
3470
3471 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3472
3473         * message.el (message-send-mail-with-sendmail):
3474         Display the error message.
3475
3476 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-art.el (gnus-default-article-saver):
3479         Add gnus-summary-save-in-pipe to choices.
3480         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3481         gnus-summary-pipe-output-default-command as the default command.
3482         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3483         instead of gnus-last-shell-command.
3484
3485         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3486         New user option.
3487         (gnus-summary-muttprint-program): Mention the value will be changed.
3488         (gnus-summary-save-article): Force showing of all headers.
3489         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3490
3491 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3492
3493         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3494
3495 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3496
3497         * nnimap.el (nnimap-id):
3498         * sieve-manage.el (sieve-manage-open): Doc fixes.
3499
3500 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3501
3502         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3503         if available.
3504
3505 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3506
3507         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3508
3509         * nnkiboze.el (nnkiboze-generate-group):
3510         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3511
3512         * nnmairix.el: Require CL.
3513
3514 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * dgnushack.el: Autoload get-display-table and put-display-table for
3517         XEmacs 21.5.
3518
3519         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3520         21.4 and SXEmacs.
3521
3522 2008-06-15  David Engster  <dengste@eml.cc>
3523
3524         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3525
3526 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3527
3528         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3529         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3530         runtime choice under XEmacs.
3531
3532         * gnus-sum.el (gnus-summary-set-display-table):
3533         Use `gnus-put-display-table', `gnus-get-display-table',
3534         `gnus-set-display-table' for the display table, instead of `aset'.
3535
3536         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3537         Use `gnus-put-display-table', `gnus-get-display-table',
3538         `gnus-set-display-table' for the display table.
3539
3540 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3541
3542         * nnmairix.el: Add autoloads.
3543
3544 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * nnmairix.el (nnmairix-delete-recreate-group)
3547         (nnmairix-update-and-clear-marks): Fix error messages.
3548
3549 2008-06-14  David Engster  <dengste@eml.cc>
3550
3551         * nnmairix.el: Upgrade to version 0.6.
3552         (nnmairix-group-toggle-propmarks-this-group)
3553         (nnmairix-group-toggle-readmarks-this-group)
3554         (nnmairix-group-delete-recreate-this-group)
3555         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3556         (nnmairix-remove-tick-mark-original-article): New commands.
3557         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3558         (nnmairix-propagate-marks-to-nnmairix-groups)
3559         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3560         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3561         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3562         functions needed for marks propagation and manipulation of read marks.
3563         (nnmairix-update-groups): New function.
3564         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3565         (nnmairix-determine-original-group-from-registry)
3566         (nnmairix-determine-original-group-from-path)
3567         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3568         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3569         New helper functions.
3570         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3571         keystrokes for new commands.
3572         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3573         (nnmairix-request-group): Check allow-fast group parameter.
3574         (nnmairix-request-create-group): Set allow-fast group parameter if
3575         nnmairix-allowfast-default is set.
3576         (nnmairix-close-group): Propagate marks upon closing if needed.
3577         (nnmairix-group-toggle-threads-this-group): Use new.
3578         nnmairix-group-toggle-parameter helper function.
3579         (nnmairix-search): Better check for empty search result.
3580         (nnmairix-goto-original-article): Use new helper functions for
3581         determining original article.
3582         (nnmairix-show-original-article): Make sure message-id is in brackets.
3583         (nnmairix-call-mairix-binary): Change variable name.
3584         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3585         helper function.
3586         (nnmairix-widget-toggle-activate): Fix doc string.
3587
3588 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * nnir.el: Require edmacro when compiling with XEmacs.
3591         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3592         available in Emacs 21.
3593
3594 2008-06-11  Glenn Morris  <rgm@gnu.org>
3595
3596         * gnus-util.el (x-focus-frame):
3597         * gnus.el (image-size):
3598         * mm-decode.el (image-size): Declare.
3599
3600         * gnus-picon.el (declare-function): Add compat definition.
3601         (image-size): Declare.
3602
3603         * gnus-group.el (tool-bar-map):
3604         * gnus-sum.el (tool-bar-map): Define for compiler.
3605
3606         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3607
3608         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3609
3610         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3611         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3612         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3613         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3614         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3615         * sieve-manage.el, spam-report.el, spam.el:
3616         Remove unnecessary eval-and-compile of autoloads.
3617
3618 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3619
3620         * auth-source.el: Precise Tramp doc.
3621
3622 2008-06-07  Glenn Morris  <rgm@gnu.org>
3623
3624         * nnmairix.el: Remove unnecessary eval-when-compile.
3625
3626 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * lpath.el: Fbind propertize for XEmacs 21.4.
3629
3630 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3631
3632         * nnir.el: Move here from ../contrib.
3633
3634 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * gnus-util.el (gnus-read-shell-command): New function.
3637         * mm-decode.el (mm-pipe-part):
3638         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3639
3640 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3643
3644 2008-06-03  Glenn Morris  <rgm@gnu.org>
3645
3646         * pop3.el (nnheader-accept-process-output): Autoload it.
3647
3648 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3651         are not 2-digit hexadecimal characters that follow `%'s.
3652
3653 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3654
3655         * message.el (message-bogus-recipient-p): Fix type in doc string.
3656         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3657         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3658         Improve custom options.
3659         (message-bogus-recipient-p): Adjust accordingly.
3660
3661 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3662
3663         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3664         long-form month and day names.
3665
3666 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * dgnushack.el: Autoload debug, eudc-expand-inline and
3669         pgg-snarf-keys-region for XEmacs.
3670
3671         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3672
3673         * nnmairix.el: Require edmacro when compiling with XEmacs.
3674
3675 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3678         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3679
3680 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3681
3682         * auth-source.el: Add more docs.
3683
3684         * netrc.el (netrc-machine): Always match if the port is not given.
3685
3686 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3689         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3690         retrieval faster in some cases, but might make CPU usage larger.  If
3691         this has any bad side effects, we might revert this change.
3692
3693         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3694         seems to make mail retrieval much, much faster.
3695         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3696         unconditionally.
3697
3698         * gnus-draft.el (gnus-group-send-queue): Bind
3699         message-send-mail-partially-limit to nil to avoid being prompted.
3700
3701 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3704
3705         * message.el (message-bogus-address-regexp): Fix and improve custom
3706         type.
3707         (message-setup-hook): Add message-check-recipients as custom option.
3708
3709 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3710
3711         * message.el (message-cite-function): Remove bogus autoload which crept
3712         in during merge from v5-10.
3713
3714 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3715
3716         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3717
3718         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3719
3720         * auth-source.el: Preliminary Tramp docs.
3721         (auth-sources): Change the default auth-sources to use
3722         EPA .gpg files.
3723
3724 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3725
3726         * nntp.el: Autoload `auth-source-user-or-password'.
3727         (nntp-send-authinfo): Use it.
3728
3729         * nnimap.el: Autoload `auth-source-user-or-password'.
3730         (nnimap-open-connection): Use it.
3731
3732         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3733         for the gnus-message function.
3734         (auth-source-user-or-password): Use it.
3735
3736 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3737
3738         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3739         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3740         (rfc2104-hash): Use it.
3741
3742 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3743
3744         * gnus-art.el (gnus-article-toggle-truncate-lines):
3745         Don't use `iff' in docstring.
3746
3747 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3750
3751         * gnus-util.el (gnus-extract-address-component-name)
3752         (gnus-extract-address-component-email): Convenience functions around
3753         `gnus-extract-address-components'.
3754
3755         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3756         Use `gnus-extract-address-component-email' to fix bug of comparing full
3757         sender name to `user-mail-address'.
3758
3759 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3762         catch/throw to optimize.
3763         (gnus-registry-find-keywords): Just use member to find a keyword.
3764
3765 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3766
3767         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3768         is current before calling gnus-server-prepare.
3769         (gnus-server-setup-buffer, gnus-server-update-server)
3770         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3771
3772 2008-05-04  Juri Linkov  <juri@jurta.org>
3773
3774         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3775         (mailcap-file-default-commands): Use mailcap-replace-in-string
3776         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3777         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3778
3779 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3780
3781         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3782
3783 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3784
3785         * gnus.el: Bump version to 0.11.
3786
3787 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3788
3789         * gnus.el: No Gnus v0.10 is released.
3790
3791 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3794         hooks.
3795         (gnus-update-read-articles): Speed up non-marks-using users.
3796         (gnus-use-marks): Define gnus-use-marks.
3797         (gnus-propagate-marks): Rename variable to something more sensible.
3798
3799 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3800
3801         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3802         (gmm-image-load-path-for-library): Fix typos in docstrings.
3803         (gmm-message): Reflow docstring.
3804
3805 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * mail-source.el (mail-source-set-1, mail-source-bind):
3808         Move auth-source code out of the macro to clean it up and fix bugs.
3809
3810 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3813         by sender if it's equal to user-mail-address, it's likely to be
3814         useless.
3815
3816         * mail-source.el (mail-source-bind): Don't use user or password if they
3817         are not bound.  Unintern them if they are nil.  Don't use server unless
3818         it's bound, and default it to empty string otherwise.
3819
3820 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3821
3822         * mail-source.el: Load auth-source.el.
3823         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3824         get user name or password, if auth-sources is set up.
3825
3826         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3827         strategy of splitting with parent.
3828         (gnus-registry-split-fancy-with-parent)
3829         (gnus-registry-post-process-groups): Use it and fix prior
3830         bug (returning a list as the split result).
3831
3832         * auth-source.el (auth-sources): Remove server parameter.
3833         (auth-source-pick, auth-source-user-or-password)
3834         (auth-source-user-or-password-imap)
3835         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3836         (auth-source-user-or-password-sftp)
3837         (auth-source-user-or-password-smtp): Remove server parameter.
3838
3839 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3840
3841         * smime.el (smime-sign-region, smime-encrypt-region)
3842         (smime-decrypt-region):
3843         Remove redundant calls to `generate-new-buffer-name'.
3844
3845 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3846
3847         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3848         Don't use QP for message/rfc822.
3849         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3850
3851 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3852
3853         * sieve-manage.el (sieve-string-bytes): Remove.
3854         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3855         correct byte-length only if the process's coding-system is the same as
3856         the one used internally by Emacs to represent strings.
3857
3858 2008-04-22  Juri Linkov  <juri@jurta.org>
3859
3860         * mailcap.el (mailcap-file-default-commands): New function.
3861
3862 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * message.el (message-signature-separator, message-cite-function):
3865         Change custom version.
3866
3867 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3868
3869         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3870         commands.
3871         (tls-checktrust): Ditto.
3872
3873 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3874
3875         * mm-decode.el (mm-display-external): Make temp file read-only.
3876
3877 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3878
3879         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3880         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3881         `C-c C-f d'.
3882
3883 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3884
3885         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3886
3887 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3888
3889         * gnus.el: Bump version to 0.9.
3890
3891 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3892
3893         * gnus.el: No Gnus v0.8 is released.
3894
3895 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3896
3897         * mail-source.el (mail-source-value):
3898         Prefer fboundp to functionp so it works with macros as well.
3899
3900 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3901
3902         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3903         Fix last change in case the element is not even a symbol.
3904
3905 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3906
3907         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3908         Prefer fboundp to functionp so it works with macros as well.
3909
3910 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3911
3912         * auth-source.el: Added docs.
3913         (auth-sources): Modify format to support server.
3914         (auth-source-pick, auth-source-user-or-password)
3915         (auth-source-user-or-password-imap)
3916         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3917         (auth-source-user-or-password-sftp)
3918         (auth-source-user-or-password-smtp): Add server parameter.
3919
3920 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3921
3922         * gnus-registry.el: Initialize the registry when gnus-registry-install
3923         is t.
3924
3925 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * compface.el (uncompface): Make buffer unibyte.
3928
3929 2008-04-05  Glenn Morris  <rgm@gnu.org>
3930
3931         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3932
3933 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3934
3935         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3936         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3937
3938         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3939         multibyteness after rather than before erasing it.
3940
3941         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3942         mm-with-multibyte.
3943         (gnus-request-article-this-buffer): Make sure the proper decoding is
3944         used if gnus-original-article-buffer happens to be unibyte.
3945
3946         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3947         default-enable-multibyte-characters.
3948
3949         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3950         default-enable-multibyte-characters.
3951
3952         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3953
3954         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3955
3956 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3957
3958         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3959         (imap-message-copyuid-1): Use it.
3960         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3961         J. Williams in
3962         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3963
3964         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3965         imap-enable-exchange-bug-workaround.
3966         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3967
3968 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3969
3970         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3971         a 100 byte status-checks into a 2-3MB transfer for each group.
3972         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3973         to enable bug workaround or not.
3974         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3975
3976 2008-03-31  Glenn Morris  <rgm@gnu.org>
3977
3978         * message.el (mml2015-use): Declare for compiler.
3979         (message-info): Require mml2015 when appropriate.
3980
3981 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3984         whitespace.
3985
3986 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3987
3988         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3989         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3990         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3991         (nntp-service-to-port): New function.
3992         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3993         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3994         (nntp-open-netcat-stream): New function.
3995         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3996
3997 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3998
3999         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4000
4001 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4002
4003         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4004
4005 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4006
4007         * dns.el (dns-write): Use set-buffer-multibyte.
4008
4009 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4010
4011         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4012
4013 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * message.el (message-signature-separator): Change default.
4016         Improve custom type.
4017         (message-cite-function): Change default to
4018         message-cite-original-without-signature.
4019
4020         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4021         toggle.
4022
4023         * message.el (message-check-news-body-syntax): Fix signature check.
4024         (message-setup-1): Mark buffer as unmodified _after_ running
4025         message-setup-hook and handling message-alternative-emails.
4026         (message-shorten-references): Be more strict when building list of
4027         valid references to comply with GNKSA.
4028
4029         * gnus-group.el (gnus-read-ephemeral-bug-group)
4030         (gnus-read-ephemeral-debian-bug-group)
4031         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4032
4033         * message.el (message-info): Don't use booleanp which isn't supported
4034         in Emacs 21 and XEmacs.
4035
4036 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4037
4038         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4039         gnus-group-gmane-group-download-format.
4040         (gnus-group-read-ephemeral-gmane-group): Rename from
4041         gnus-group-read-ephemeral-gmane-group.
4042         (gnus-read-ephemeral-gmane-group-url): Rename from
4043         gnus-group-read-ephemeral-gmane-group-url.
4044         (gnus-bug-group-download-format-alist): New variable.
4045         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4046         (gnus-read-ephemeral-emacs-bug-group): New commands.
4047
4048 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4051         (gnus-visible-headers): Improve custom type.
4052
4053 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4054
4055         * mml.el (mml-menu): Add workarounds for XEmacs.
4056
4057         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4058         X-Boundary header.
4059
4060         * message.el (message-simplify-recipients): Fix previous commit.
4061
4062 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4063
4064         * mm-util.el (mm-set-buffer-multibyte): New function.
4065         * mm-decode.el (mm-copy-to-buffer): Use it.
4066
4067 2008-03-19  Glenn Morris  <rgm@gnu.org>
4068
4069         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4070         Accidentally removed in the sync process with Emacs.
4071
4072 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * message.el (message-alter-recipients-discard-bogus-full-name):
4075         New function.
4076         (message-alter-recipients-function): New variable.
4077         (message-get-reply-headers): Use it.
4078         (message-replace-header): New helper function.
4079         (message-recipients-without-full-name): New variable.
4080         (message-simplify-recipients): New command.
4081
4082         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4083
4084         * message.el (message-info): Handle EasyPG manual.
4085
4086         * mml.el (mml-menu): Add entry for EasyPG.
4087
4088 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4089
4090         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4091         parameter.
4092
4093         * message.el (message-disassociate-draft): Specify drafts group name
4094         fully.
4095
4096 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4097
4098         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4099         unnecessary duplicates from the match list.
4100
4101 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4104
4105         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4106
4107         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4108         args of `how-many' of which the XEmacs version doesn't take; declare
4109         Info-index-next as function.
4110
4111 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4112
4113         * gnus-score.el (gnus-score-headers): Fix handling of
4114         gnus-inhibit-slow-scoring.
4115
4116         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4117         string.
4118         (gnus-button-url-regexp): Improve handling of parenthesis.
4119         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4120         (gnus-button-handle-info-keystrokes): Handle index entries.
4121
4122 2008-03-15  Glenn Morris  <rgm@gnu.org>
4123
4124         * parse-time.el (parse-time-string): Simplify.
4125
4126 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4129         Incoming* files.
4130
4131 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4132
4133         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4134         (auth-source-pick): Use it.
4135
4136 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4137
4138         * binhex.el (binhex-decode-region-internal):
4139         * uudecode.el (uudecode-decode-region-internal):
4140         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4141         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4142         setting default-enable-multibyte-characters.
4143
4144 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4145
4146         * auth-source.el (auth-source-protocols)
4147         (auth-source-protocols-customize, auth-source-choices): Added and
4148         modified variable customizations and defaults.
4149         (auth-source-pick, auth-source-user-or-password)
4150         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4151         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4152         (auth-source-user-or-password-sftp)
4153         (auth-source-user-or-password-smtp): Use new variables and provide an
4154         interface to netrc.el.
4155
4156 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4159         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4160         Make sure the nntp port to specify is a string.
4161
4162 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4163
4164         * nntp.el: Use with-current-buffer.
4165         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4166         dubious mm-with-unibyte-current-buffer.
4167         (nntp-with-open-group-function): New function extracted from
4168         nntp-with-open-group macro.
4169         (nntp-with-open-group): Use the function, so it's easier to debug.
4170         Add indentation and debugging info.
4171         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4172         the use of the netcat alternatives.
4173
4174         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4175         Avoid mm-string-as-multibyte as well.
4176
4177         * nnweb.el (nnweb-insert-html):
4178         Remove use of nnheader-string-as-multibyte.
4179
4180         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4181         (nnheader-string-as-multibyte): Remove.
4182
4183         * mm-view.el: Use inhibit-read-only.
4184         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4185         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4186         or unibyte-string.
4187
4188         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4189         (mm-uu-yenc-extract): Use with-current-buffer.
4190
4191         * gnus-soup.el (gnus-soup-send-packet): Don't use
4192         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4193
4194         * nnmh.el: Use with-current-buffer.
4195         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4196         mm-string-as-multibyte on the output of mm-encode-coding-string.
4197
4198         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4199         (nnimap-request-move-article): Use with-current-buffer.
4200
4201         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4202         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4203         conversion uses string-make-unibyte rather than string-as-unibyte.
4204
4205         * gnus-msg.el: Use with-current-buffer.
4206
4207         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4208
4209 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4210
4211         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4212         string for caching if it is 'PIN.
4213
4214 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * lpath.el: Consider the case without Emacs/W3.
4217
4218 2008-03-08  Glenn Morris  <rgm@gnu.org>
4219
4220         * time-date.el (date-to-time, time-subtract, time-add)
4221         (safe-date-to-time): Doc fixes.
4222
4223 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * mail-source.el (mail-source-delete-old-incoming-confirm):
4226         Change default to nil.
4227         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4228
4229 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * lpath.el: Rearrange.
4232
4233         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4234         (gnus-article-goto-prev-page): Work for articles having ^L's.
4235
4236         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4237
4238         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4239
4240 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4241
4242         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4243         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4244         (gnus-bookmark-jump): Adjust some variable names.
4245
4246 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         * auth-source.el: New package.
4249         (auth-source-choices): Add customization entry point variable.
4250
4251         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4252         bug.
4253
4254 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4255
4256         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4257         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4258         (gnus-registry-install-shortcuts): Rename from
4259         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4260         the `gnus-registry-mark-map' keymap dynamically from
4261         `gnus-registry-marks'.  The generated functions update the summary line
4262         when a registry mark is added or deleted, and will call
4263         `gnus-registry-install-p' (see the comments in the code).
4264         (gnus-registry-user-format-function-M): Use concat intelligently.
4265
4266         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4267         the registry mark functions.
4268
4269 2008-03-05  Glenn Morris  <rgm@gnu.org>
4270
4271         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4272         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4273         gnus-art.
4274         (top-level): No need to load own source when compiling.
4275
4276 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4277
4278         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4279         Suggested by <chris.anderton@zetnet.co.uk>.
4280
4281 2008-03-04  Glenn Morris  <rgm@gnu.org>
4282
4283         * gnus-sum.el (top-level): No need to require gnus when compiling,
4284         since unconditionally required near start of file.
4285         (gnus-summary-display-while-building): Move definition before use.
4286
4287 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4290         formatting function.
4291
4292 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4293
4294         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4295         with plists.
4296         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4297         Use new format.
4298
4299 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4302         `where-is-internal' that returns a range of key sequences.
4303
4304 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4305
4306         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4307
4308         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4309         (gnus-summary-jump-to-group): Consider windows on other displayed
4310         frames as well.  Similar changes might be needed elsewhere, but that's
4311         the one I've bumped into during my use.
4312
4313         * nndoc.el (nndoc-oe-dbx-type-p):
4314         * gnus-msg.el (gnus-debug):
4315         * gnus-group.el (gnus-update-group-mark-positions):
4316         Use mm-string-to-multibyte.
4317
4318 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4321         doesn't handle NotDashEscaped.
4322
4323         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4324         (mml-dnd-attach-options): Fix typo in custom choice.
4325
4326         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4327         nndoc-article-type to mbox.
4328         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4329
4330         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4331         to nil, instead of html2text.
4332
4333         * imap.el (imap-debug): Add `imap-ping-server'.
4334
4335         * gnus-bookmark.el: Add FIXMEs.
4336
4337         * message.el (message-form-letter-separator)
4338         (message-send-form-letter-delay): New variables.
4339         (message-send-form-letter): Use them.  New command to send form
4340         letters.  Requested by Uwe Siart.
4341         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4342
4343 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4344
4345         * Update copyright years.
4346
4347 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4348
4349         Sync from EMACS_22_BASE.
4350
4351         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4352
4353 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4354
4355         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4356         empty author.
4357
4358 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4359
4360         * gnus-registry.el (gnus-registry-marks): Add variable for
4361         customization of marks and their appearance.
4362         (gnus-registry-read-mark): Use it.
4363         (gnus-registry-do-marks): Add utility function to loop through
4364         `gnus-registry-marks'.
4365         (gnus-registry-install-shortcuts-and-menus): Add function to install
4366         shortcuts and menus.
4367         (gnus-registry-initialize): Use it.
4368         (gnus-registry-default-mark): Clarify documentation.
4369
4370 2008-02-29  Glenn Morris  <rgm@gnu.org>
4371
4372         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4373         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4374         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4375         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4376         Change defcustom :version from 23.0 to 23.1.
4377
4378 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * gnus-registry.el (gnus-registry-follow-group-p)
4381         (gnus-registry-post-process-groups): Add functions to aid registry
4382         splitting and improve logging.  Clarify behavior in function
4383         documentation.
4384         (gnus-registry-split-fancy-with-parent): Use them.
4385
4386 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4387
4388         * gnus-art.el: Use with-current-buffer.
4389
4390 2008-02-27  David Engster  <dengste@eml.cc>
4391
4392         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4393         Express real group name in the response.
4394
4395 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4398         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4399         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4400         autoload gnus-registry-fetch-group when compiling.
4401         (nnmairix-request-group-with-article-number-correction): Remove
4402         unreferenced argument passed to nnmairix-call-backend.
4403
4404 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4405
4406         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4407         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4408         Wilde.
4409
4410 2008-02-27  Glenn Morris  <rgm@gnu.org>
4411
4412         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4413         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4414         variables to defconsts.  Convert comments to doc-strings.
4415         (nnmairix-last-server, nnmairix-current-server): Convert from free
4416         variables to defvars.  Convert comments to doc-strings.
4417         (gnus-registry-fetch-group): Autoload.
4418         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4419         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4420         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4421         caddr.
4422         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4423         nnmairix-request-group-with-article-number-correction call.
4424         (nnmairix-fast, nnmairix-group): New, less general names, for free
4425         variables passed from nnmairix-request-group to
4426         nnmairix-request-group-with-article-number-correction.  Declare.
4427         (nnmairix-request-group-with-article-number-correction):
4428         Use nnmairix-fast, nnmairix-group rather than fast, group.
4429
4430 2008-02-26  David Engster  <dengste@eml.cc>
4431
4432         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4433         version 0.5.
4434
4435 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4436
4437         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4438         instead of making an extra function call.  Don't add the current group
4439         to articles only when they have the group.  Use
4440         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4441         Reported by David <de_bb@arcor.de>.
4442
4443 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4446         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4447
4448 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         * mail-source.el (mail-source-delete-incoming): Change default.
4451         Supplement doc string.
4452
4453         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4454
4455 2008-02-14  Glenn Morris  <rgm@gnu.org>
4456
4457         * time-date.el (format-seconds): New function.
4458
4459 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * nnmail.el (nnmail-message-id-cache-file): Derive from
4462         `gnus-home-directory'.
4463
4464 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4465
4466         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4467         Document negative prefix.
4468
4469         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4470
4471 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * message.el (message-unsent-separator): Add the Exim bounce
4474         separator.
4475
4476 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4477
4478         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4479         list.
4480         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4481         recipient/signer list.
4482
4483 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * Makefile.in (datarootdir): Define.
4486         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4487         name that might contain whitespace.
4488
4489 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4492         fbound (Emacs 23 unicode), signal an error.
4493
4494 2008-02-08  Glenn Morris  <rgm@gnu.org>
4495
4496         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4497
4498 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4499
4500         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4501         ports to the calls to `netrc-machine-user-or-password' in addition to
4502         "imap" and "imaps".
4503
4504 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4505
4506         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4507
4508         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4509
4510 2008-02-01  Kenichi Handa  <handa@m17n.org>
4511
4512         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4513         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4514         (rfc2104-hash): Convert the result of concat to unibyte string.
4515
4516 2008-02-01  Dave Love  <fx@gnu.org>
4517
4518         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4519         coding-system-for-read.
4520         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4521
4522 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4525         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4526         <hanche@math.ntnu.no>.
4527
4528 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4531
4532         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4533
4534 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4535
4536         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4537         * message.el (message-beginning-of-line): Use featurep instead of bound
4538         tests in order to resolve conditionals at compile time.
4539
4540 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4541
4542         * mail-source.el (mail-sources): Add `group' choice.
4543
4544         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4545         parameter `in-group' to control into which group the articles go.
4546         Add treatment of `group' mail-source.
4547
4548 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4551
4552         * mm-decode.el (mm-dissect-buffer): Decode description.
4553
4554         * mml.el (mml-to-mime): Encode message header first.
4555
4556 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4559         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4560
4561         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4562         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4563
4564 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4565
4566         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4567
4568 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4571         prefix keys.
4572         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4573         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4574         gnus-xmas.el.
4575
4576         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4577         (gnus-xmas-article-describe-bindings): New function.
4578         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4579         gnus-xmas-article-describe-bindings.
4580
4581         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4582
4583 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4586         Add new variables for article mark management.
4587         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4588         list of extra data entries which, when present, will indicate that the
4589         article ID should not be trimmed from the registry.
4590         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4591         functions.
4592         (gnus-registry-read-mark): New function to read a mark name from the
4593         user.
4594         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4595         (gnus-registry-set-article-mark-internal): New functions to add and
4596         remove marks.
4597         (gnus-registry-get-article-marks): New function to show the marks for
4598         an article, or retrieve them for further use.
4599
4600 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4603         keys when no argument is given.
4604
4605 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * imap.el (imap-ping-server): New variable.
4608         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4609         (imap-ping-server): Minor doc string fixes.
4610
4611 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4612
4613         * imap.el (imap-ping-server): New function.
4614         (imap-opened): Call imap-ping-server.
4615
4616 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * gnus-sum.el (gnus-article-sort-by-random)
4619         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4620         jidanni@jidanni.org.
4621
4622 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-art.el (gnus-article-describe-bindings): New function.
4625         (gnus-article-read-summary-keys): Use it.
4626         (gnus-article-mode-map): Bind `C-h b' to it.
4627
4628 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4631         XEmacs.
4632         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4633         against non-character events.
4634
4635         * lpath.el: Fbind map-keymap for Emacs 21.
4636
4637 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4640         command.
4641         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4642         instead of END.  Change name of the temp file.
4643         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4644         customizable.
4645
4646 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4649         bind `S W' to gnus-article-wide-reply-with-original; set default
4650         binding to gnus-article-read-summary-send-keys.
4651         (gnus-article-read-summary-keys): Fix the order of keys; display
4652         continuation keys correctly in the echo area; describe bindings
4653         correctly when keys end with `C-h'.
4654         (gnus-article-read-summary-send-keys): New function.
4655         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4656         for gnus-article-read-summary-send-keys; display continuation keys
4657         correctly in the echo area.
4658         (gnus-article-reply-with-original): Ignore prefix argument.
4659         (gnus-article-wide-reply-with-original): New function.
4660
4661         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4662         Emacs 21.
4663
4664 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4667         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4668
4669 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4672         (gnus-group-read-ephemeral-gmane-group): New command.
4673
4674 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4675
4676         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4677
4678 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4679
4680         * message.el (message-send-mail-function): Increase custom version.
4681
4682         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4683         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4684
4685 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4686
4687         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4688         for the cases where imap-authenticate is called with a nil buffer
4689         parameter.
4690
4691 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4694         html parts correctly; support forwarded messages.
4695         (gnus-article-browse-html-article): Remove work buffers.
4696
4697         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4698         compiling.
4699         (netrc-bound-and-true-p): New macro.
4700         (netrc-parse): Use it instead of bound-and-true-p that is not available
4701         in XEmacs 21.4.
4702
4703 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * gnus-registry.el (gnus-registry-mark-article)
4706         (gnus-registry-article-marks): Add functionality to mark articles
4707         through the Gnus registry.
4708
4709         * encrypt.el: Clarify documentation for the new pgg method.
4710         (encrypt-file-alist): Add PGG option.
4711         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4712         functionality.  Abstract password key and messaging to external
4713         functions.
4714         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4715         (encrypt-message-method-and-cipher): Add new convenience external
4716         functions.
4717         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4718         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4719
4720         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4721         (netrc-parse): Use encrypt-file-alist to determine if
4722         encrypt-find-model or encrypt-insert-file-contents should be used.
4723
4724         * encrypt.el: Clarify documentation.  Load password-cache or
4725         password, whichever one is found first, instead of autoloading.
4726
4727 2007-12-19  Glenn Morris  <rgm@gnu.org>
4728
4729         * mml.el (message-options-set, message-narrow-to-head)
4730         (message-in-body-p, message-mail-p, message-encode-message-body):
4731         Autoload.
4732         (message-remove-header, message-narrow-to-headers-or-head)
4733         (message-subscribed-p, message-make-mail-followup-to)
4734         (message-position-on-field, message-news-p)
4735         (message-options-set-recipient, message-generate-headers)
4736         (message-sort-headers): Declare as functions.
4737
4738 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4739
4740         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4741         convention in doc string.
4742
4743 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4746         title to html parts.
4747         (gnus-article-browse-html-article): Pass message header to it.
4748
4749         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4750
4751 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4752
4753         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4754         or password compatible with XEmacs.
4755
4756 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4757
4758         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4759         format document.
4760         (gnus-mime-delete-part): Don't write description line if empty.
4761         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4762
4763 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4764
4765         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4766         (gnus-summary-mark-read-and-unread-as-read)
4767         (gnus-summary-mark-current-read-and-unread-as-read)
4768         (gnus-summary-mark-unread-as-ticked): Doc fix.
4769         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4770
4771 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4774         Christoph Conrad <christoph.conrad@gmx.de>.
4775
4776 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4779         yes-or-no-p.
4780
4781 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * mm-decode.el (mm-add-meta-html-tag): New function.
4784         (mm-save-part-to-file, mm-pipe-part): Use it.
4785
4786         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4787         gnus-y-or-n-p instead of y-or-n-p.
4788         (gnus-article-browse-html-parts): Work with message/external-body; use
4789         mm-add-meta-html-tag.
4790
4791 2007-12-11  Glenn Morris  <rgm@gnu.org>
4792
4793         * gnus-cache.el: Require gnus-sum not just when compiling.
4794
4795         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4796
4797         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4798         definitions before use.
4799
4800         * mm-decode.el: Require gnus-util.
4801         (mm-remove-part): Only call delete-annotation on XEmacs.
4802
4803         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4804
4805         * nnmail.el: Require gnus-int.
4806
4807         * spam.el: Move `require's before `eval-when-compile's.
4808
4809         * gnus-ems.el (gnus-alive-p):
4810         * gnus-fun.el (message-goto-eoh):
4811         * gnus-util.el (gnus-group-name-decode):
4812         * mail-source.el (gnus-compress-sequence):
4813         * message.el (Info-goto-node, format-spec):
4814         * mm-bodies.el (message-options-get):
4815         * mm-decode.el (mm-view-pkcs7):
4816         * mm-util.el (gmm-write-region):
4817         * mml-smime.el (mml-compute-boundary)
4818         (gnus-completing-read-with-default):
4819         * mml.el (widget-button-press, gnus-make-hashtable):
4820         * mml1991.el (mm-decode-content-transfer-encoding)
4821         (mm-encode-content-transfer-encoding)
4822         (message-options-get, message-options-set):
4823         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4824         * nnfolder.el (gnus-request-group):
4825         * nnheader.el (ietf-drums-unfold-fws):
4826         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4827         * smime.el (gnus-run-mode-hooks):
4828         * spam-stat.el (gnus-message): Autoload.
4829
4830         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4831         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4832         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4833         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4834         Add declare-function compatibility definition.
4835
4836         * gnus-cache.el (nnvirtual-find-group-art):
4837         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4838         (gnus-add-image, gnus-add-wash-type):
4839         * gnus-group.el (nnkiboze-score-file):
4840         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4841         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4842         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4843         (message-tokenize-header, gnus-get-buffer-create)
4844         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4845         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4846         * gnus.el (gnus-group-decoded-name):
4847         * mail-source.el (imap-capability):
4848         * mm-bodies.el (message-options-set):
4849         * mm-decode.el (gnus-configure-windows):
4850         * mm-extern.el (message-goto-body):
4851         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4852         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4853         (epg-sub-key-validity, message-options-set):
4854         * mml.el (widget-event-point, gnus-configure-windows):
4855         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4856         * mml2015.el (epg-check-configuration, epg-configuration)
4857         (message-options-set):
4858         * nndb.el (nndb-request-article):
4859         * nnfolder.el (gnus-request-create-group):
4860         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4861         * nnmaildir.el (gnus-group-mark-article-read):
4862         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4863         * rfc1843.el (message-fetch-field):
4864         * spam.el (gnus-extract-address-components):
4865         Declare as functions.
4866
4867 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4870
4871         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4872
4873         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4874         bind show-trailing-whitespace for XEmacs.
4875
4876 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4879         new no-op macro for backward compatibility.
4880
4881         * imap.el (imap-string-to-integer): New function.
4882
4883 2007-12-09  Glenn Morris  <rgm@gnu.org>
4884
4885         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4886
4887         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4888         * message.el, mm-view.el, sieve-manage.el, smime.el:
4889         Add declare-function compatibility definition.
4890
4891         * gnus-art.el (w3-region, w3m-region, Info-menu):
4892         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4893         * gnus-sum.el (gnus-get-predicate):
4894         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4895         * message.el (mail-abbrev-in-expansion-header-p):
4896         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4897         (w3m-detect-meta-charset, w3m-region):
4898         * sieve-manage.el (password-read, password-cache-add)
4899         (password-cache-remove):
4900         * smime.el (password-read-and-add): Declare as functions.
4901
4902 2007-12-08  David Kastrup  <dak@gnu.org>
4903
4904         * gnus-sum.el (gnus-summary-simplify-subject-query):
4905         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4906         `message'.
4907
4908 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4911         it to bind idna-program, installation-directory, defined-colors, and
4912         face-attribute for XEmacs of the version that compiles defcustom forms.
4913
4914 2007-12-07  Glenn Morris  <rgm@gnu.org>
4915
4916         * gnus-art.el (article-make-date-line): Revert previous change.
4917
4918 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4919
4920         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4921
4922 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4923
4924         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4925         Call gnus-add-to-range ranges only once with a prepared article-list.
4926
4927 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4928
4929         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4930         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4931         group names with backslashes.  Reported by Tassilo Horn
4932         <tassilo@member.fsf.org>.
4933
4934 2007-12-06  Deepak Goel  <deego3@gmail.com>
4935
4936         * gnus-art.el (article-make-date-line):
4937         * gnus-start.el (gnus-load):
4938         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4939
4940 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-art.el (gnus-use-idna)
4943         * gnus-start.el (gnus-site-init-file)
4944         * message.el (message-use-idna)
4945         * mm-uu.el (mm-uu-hide-markers)
4946         * smiley.el (smiley-style): Revert changes that suppress warnings.
4947
4948 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4951         specify charset to html source.  Reported by Christoph Conrad
4952         <christoph.conrad@gmx.de>.
4953
4954 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4957         idna-program in order to suppress byte compile warning issued by XEmacs
4958         that came to byte compile the default value section of defcustom forms
4959         recently.
4960
4961         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4962         value of installation-directory.
4963
4964         * message.el (message-use-idna): Don't directly refer to the value of
4965         idna-program.
4966
4967         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4968
4969         * smiley.el (smiley-style): Don't directly call face-attribute.
4970
4971 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4974
4975         * gnus-dired.el: Reduce Gnus dependencies.
4976         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4977         require.  Use autoloads instead.
4978         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4979         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4980         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4981         (gnus-dired-mode): Adjust doc string.
4982         (gnus-dired-mail-mode): New variable.
4983         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4984         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4985         (gnus-dired-mail-buffers): New function.  Return mail or message
4986         composition buffers.
4987         (gnus-dired-attach): Use it.
4988         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4989         NO-DECODE.
4990         (gnus-dired-print): Use `gnus-print-buffer' depending on
4991         `gnus-dired-mail-mode'.
4992
4993 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * rfc2047.el (rfc2047-encoded-word-regexp)
4996         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4997         explaining what regexp patterns are for.
4998
4999 2007-12-04  Glenn Morris  <rgm@gnu.org>
5000
5001         * password.el: Move to password-cache.el.
5002
5003         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5004         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5005         * mml-smime.el (password-read, password-cache-add)
5006         (password-cache-remove):
5007         No need to autoload, since mml-sec requires password.
5008
5009         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5010         * message.el (gnus-extract-address-components):
5011         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5012
5013         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5014         password.
5015
5016 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * mailcap.el: Reduce dependencies.
5019         (mail-header-parse-content-type): Autoload.
5020         (mailcap-delete-duplicates): New alias.
5021         (mailcap-mime-info): Add optional argument NO-DECODE.
5022         (mailcap-mime-types): Use mailcap-delete-duplicates.
5023
5024         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5025
5026 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5027
5028         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5029         (imap-parse-status): Upcase status-att for servers that sends them
5030         lower-case (e.g., MS Exchange 2007).
5031
5032 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5035         function.
5036
5037         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5038         (gnus-uu-yenc-article): New function.
5039
5040         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5041
5042         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5043         buffer.
5044
5045 2007-12-02  Glenn Morris  <rgm@gnu.org>
5046
5047         * binhex.el (binhex): New custom group.
5048         (binhex-decoder-program, binhex-decoder-switches)
5049         (binhex-use-external): Move to the binhex custom group.
5050
5051         * uudecode.el (uudecode): New custom group.
5052         (uudecode-decoder-program, uudecode-decoder-switches)
5053         (uudecode-use-external): Move to the uudecode custom group.
5054
5055         * netrc.el (top-level): Don't load `encrypt' features.
5056         (netrc-parse): Don't use encrypt.
5057         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5058
5059         * encrypt.el: Remove file.
5060
5061 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5062
5063         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5064         matches on patches.
5065
5066         * gnus-art.el (gnus-article-browse-html-article): Mention
5067         `mm-text-html-renderer' in the doc string.
5068
5069         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5070         string.  Add comments.
5071
5072         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5073         if rhs is ASCII.
5074
5075 2007-12-01  Glenn Morris  <rgm@gnu.org>
5076
5077         * mail-source.el (top-level): Require format-spec before
5078         eval-when-compile.
5079
5080 2007-11-30  Glenn Morris  <rgm@gnu.org>
5081
5082         * encrypt.el: Require password, rather than autoloading password-read.
5083
5084 2007-11-29  Glenn Morris  <rgm@gnu.org>
5085
5086         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5087         (sasl-make-client, sasl-next-step, sasl-step-data)
5088         (sasl-step-set-data): Declare as functions.
5089
5090 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5091
5092         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5093
5094 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5095
5096         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5097         certs should be verified and what is to be done in the event of a
5098         verification failure.
5099
5100         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5101         caller can indicate whether the cache should be disregarded for this
5102         call.  This way the result of the call is reproducible at all times and
5103         can be considered a canonical server name for the supplied method.
5104         (gnus-agent-method-p): Canonicalize server names by pushing their
5105         method through `gnus-method-to-server' using the no-cache argument.
5106
5107         * gnus-srvr.el (gnus-server-insert-server-line): Call
5108         `gnus-method-to-server' with `no-cache' argument.
5109
5110         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5111         gnus-agent-possibly-synchronize-flags as this should be called when the
5112         server is actually being opened.
5113         (gnus-agent-possibly-synchronize-flags)
5114         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5115         flags file of an agentized server to the latter function.
5116
5117         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5118         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5119         after a connection has been established successfully.
5120
5121 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-art.el (article-display-face): Force to display face if called
5124         interactively; check if gnus-article-x-face-too-ugly matches author.
5125         (article-display-x-face): Display face even if From header is missing
5126         as article-display-face does.
5127
5128 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5129
5130         * hashcash.el (message-narrow-to-headers-or-head)
5131         (message-fetch-field, message-goto-eoh)
5132         (message-narrow-to-headers): Declare as functions.
5133
5134 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * mail-source.el (mail-sources): Default to fetch from file for
5137         compatibility with default of nnmail-spool-file.
5138
5139 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5142         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5143         to look for encoded word that should be encoded again.
5144         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5145         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5146         encoding pattern.
5147         (rfc2047-decode-region): Switch strict regexp and loose one according
5148         to rfc2047-allow-irregular-q-encoded-words.
5149
5150 2007-11-25  Romain Francoise  <romain@orebokech.com>
5151
5152         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5153
5154 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5155
5156         * tls.el (tls-program): Provide more custom choices from
5157         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5158         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5159
5160 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5163         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5164
5165         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5166         `nnmail-spool-file'.
5167
5168         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5169         `nnmail-spool-file'.
5170
5171         * gnus-move.el (gnus-change-server): Ditto.
5172
5173         * gnus-kill.el (gnus-batch-score): Ditto.
5174
5175         * gnus-cache.el (gnus-jog-cache): Ditto.
5176
5177         * gnus-msg.el (gnus-summary-reply):
5178         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5179
5180 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5181
5182         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5183         version.  Minor improvement to doc strings.
5184         (tls-program): Add comment.
5185
5186 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5187
5188         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5189         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5190         mismatch between the hostname provided in the certificate and the name
5191         of the host connnecting to.
5192         (open-tls-stream): Use them.  Check certificates against trusted root
5193         certificates.
5194
5195 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5196
5197         * gnus-cache.el (gnus-cache-generate-nov-databases):
5198         Use nnml-generate-nov-databases-directory instead of
5199         nnml-generate-nov-databases-1.
5200
5201 2007-11-24  Glenn Morris  <rgm@gnu.org>
5202
5203         * message.el (message-tool-bar-retro): Update for rename
5204         mail_send.xpm->mail-send.xpm.
5205
5206 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5209         `smime-ldap-search' for Emacs 22 and up.
5210
5211 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5212
5213         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5214
5215         * message.el (message-send-mail-function): Fix error convention.
5216         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5217         (message-widen-reply, message-send-mail, message-talkative-question)
5218         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5219         (message-clone-locals, message-send-news): Use with-current-buffer.
5220         (message-insert-or-toggle-importance): Remove unused var `valid'.
5221         (message-make-references): Remove unused var `new-references'.
5222         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5223
5224 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5225
5226         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5227         (spam-split-symbolic-return-positive): Reflow docstring.
5228         (spam-backends, spam-summary-exit-behavior)
5229         (spam-mark-ham-unread-before-move-from-spam-group)
5230         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5231         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5232         (spam-clear-cache, spam-backend-check, spam-install-backend)
5233         (spam-install-statistical-backend, spam-list-of-processors)
5234         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5235         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5236         (spam-check-crm114, spam-initialize, spam-unload-hook):
5237         Fix typos in docstrings.
5238
5239 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5242         been checked if they have never been read and those group levels are
5243         higher than the one that a user specified.
5244
5245 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5248         foreign groups unless a group level is specified by a user.
5249         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5250
5251 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5252
5253         * message.el (message-send-mail-function): Require sendmail.
5254
5255 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * message.el (message-send-mail-function): Check for smtpmail too.
5258
5259         * utf7.el (utf7-encode, utf7-decode): Use coding system
5260         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5261
5262         * message.el (message-send-mail-function): New function.
5263         (message-send-mail-function): Set default using
5264         message-send-mail-function.  Adjust doc string.
5265         (message-send-mail-with-mailclient): New function.
5266
5267 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5268
5269         * smime.el (from):
5270         * rfc2047.el (message-posting-charset):
5271         * qp.el (mm-use-ultra-safe-encoding):
5272         * pop3.el (parse-time-months):
5273         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5274         * nnml.el (files):
5275         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5276         (jka-compr-compression-info-list, ange-ftp-path-format)
5277         (efs-path-regexp):
5278         * nndiary.el (files):
5279         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5280         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5281         (epg-digest-algorithm-alist, inhibit-redisplay)
5282         (password-cache-expiry):
5283         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5284         (pgg-output-buffer, password-cache-expiry):
5285         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5286         (efs-path-regexp):
5287         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5288         (inhibit-redisplay):
5289         * mm-uu.el (file-name, start-point, end-point, entry)
5290         (gnus-newsgroup-name, gnus-newsgroup-charset):
5291         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5292         (latin-unity-ucs-list):
5293         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5294         (mm-uu-binhex-decode-function):
5295         * message.el (gnus-message-group-art, gnus-list-identifiers)
5296         (rmail-enable-mime-composing, gnus-local-organization)
5297         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5298         (gnus-read-active-file, facemenu-add-face-function)
5299         (facemenu-remove-face-function, gnus-article-decoded-p)
5300         (tool-bar-mode):
5301         * mail-source.el (display-time-mail-function):
5302         * gnus-util.el (nnmail-pathname-coding-system)
5303         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5304         (gnus-original-article-buffer, gnus-user-agent)
5305         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5306         (xemacs-codename, sxemacs-codename, emacs-program-version):
5307         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5308         * gnus-start.el (gnus-agent-covered-methods)
5309         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5310         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5311         (gnus-newsgroup-headers, gnus-group-list-mode)
5312         (gnus-group-mark-positions, gnus-newsgroup-data)
5313         (gnus-newsgroup-unreads, nnoo-state-alist)
5314         (gnus-current-select-method, mail-sources)
5315         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5316         (nnmail-spool-file, gnus-cache-active-hashtb):
5317         * gnus-mh.el (mh-lib-progs):
5318         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5319         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5320         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5321         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5322         (gnus-group-buffer):
5323         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5324         (font-lock-set-defaults):
5325         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5326         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5327         (gnus-summary-post-menu, total-parts, type, condition, length):
5328         * gnus-agent.el (gnus-agent-read-agentview):
5329         * flow-fill.el (show-trailing-whitespace):
5330         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5331         eval-and-compile wrappers for byte compiler pacifiers.
5332
5333         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5334         (mm-display-inline-fontify): Check for featurep 'xemacs not
5335         extent-list.
5336
5337         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5338         itimer-list.
5339         (mm-create-image-xemacs): Only do something for XEmacs.
5340         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5341
5342         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5343
5344         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5345         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5346
5347 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5348
5349         * nnimap.el (nnimap-split-download-body):
5350         * gnus-demon.el (gnus-demon):
5351         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5352
5353 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5356         macros.
5357         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5358         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5359         copy data from unibyte buffer to multibyte current buffer.
5360         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5361         to copy data from unibyte current buffer to multibyte buffer.
5362         (nntp-make-process-buffer): Make process buffer unibyte.
5363
5364         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5365
5366 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5367
5368         * pop3.el (pop3-open-server): Accept and process data more robustly at
5369         connexion start to avoid spurious "POP SSL connexion failed" errors.
5370
5371 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5374         read group names.
5375
5376 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5377
5378         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5379
5380 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5383         (nnmail-save-active): Use a unibyte buffer when saving active file,
5384         which may contain non-ASCII group names.
5385
5386         * nnml.el (nnml-request-group): Decode group names in messages.
5387
5388 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * message.el (message-citation-line-function)
5391         (message-insert-formatted-citation-line): Fix spelling of
5392         `message-insert-formated-citation-line'.
5393
5394 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5397
5398 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5401         nnmail-pathname-coding-system.
5402
5403         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5404         that a user enters; decode group names in messages.
5405
5406         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5407
5408 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5411
5412         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5413
5414         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5415         risky local variable.
5416
5417         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5418
5419 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * encrypt.el: Improve documentation to fix function name typo.
5422         Reported by Daiki Ueno <ueno@unixuser.org>.
5423
5424 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5427         even if the point is not in the last page of an article.
5428         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5429         back to the previous page.
5430
5431 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5434
5435 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5438
5439 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5440
5441         * message.el (message-check-news-body-syntax): Avoid
5442         mm-string-as-multibyte.
5443         (message-hide-headers): Don't assume (point-min)==1.
5444
5445 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * message.el (message-remove-blank-cited-lines): Fix if remove is
5448         given.
5449         (message-bogus-address-regexp): New variable.
5450         (message-bogus-recipient-p): New function.
5451         (message-check-recipients): New command.
5452         (message-syntax-checks): Add `bogus-recipient'.
5453         (message-fix-before-sending): Add `bogus-recipient'.
5454
5455         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5456         (gnus-treat-body-boundary): Don't test window-system.
5457
5458 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5459
5460         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5461
5462 2007-10-28  Miles Bader  <miles@gnu.org>
5463
5464         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5465         at compile-time too.
5466
5467 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5468
5469         * gnus-msg.el (gnus-message-setup-hook): Add
5470         `message-remove-blank-cited-lines' to options.
5471
5472 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5473
5474         * message.el (message-remove-blank-cited-lines): New function.
5475         Suggested by Karl Plästerer.
5476
5477 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5480         mapc.
5481
5482         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5483         (top-level): Use mapc to set functions to be traced for debugging.
5484
5485         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5486         called for effect with while loop.
5487
5488         * message.el (message-talkative-question): Replace mapcar called for
5489         effect with mapc.
5490
5491         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5492         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5493         called for effect with dolist.
5494
5495         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5496
5497         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5498         gnus-extra-headers and nnmail-extra-headers.
5499
5500         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5501         called for effect with dolist.
5502         (top-level): Use mapc to set functions to be traced for debugging.
5503
5504         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5505         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5506         dolist.
5507
5508         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5509         Replace mapcar called for effect with mapc.
5510         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5511         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5512         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5513         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5514
5515         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5516         remove-if that's a cl function.
5517
5518         * webmail.el (webmail-debug): Replace mapcar called for effect with
5519         dolist.
5520
5521         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5522         with mapc.
5523
5524 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5527         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5528         with while loop.
5529
5530         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5531         functions from article-* functions.
5532         (gnus-multi-decode-header): Replace mapcar called for effect with
5533         dolist.
5534
5535         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5536         (gnus-bookmark-show-details): Replace mapcar called for effect with
5537         while loop.
5538
5539         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5540         called for effect with while loop.
5541
5542         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5543         with dolist.
5544
5545         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5546         mapcar called for effect with dolist.
5547
5548         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5549
5550         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5551         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5552         Replace mapcar called for effect with dolist.
5553         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5554         mapc.
5555
5556         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5557         Replace mapcar called for effect with dolist.
5558         (gnus-topic-list): Replace mapcar called for effect with mapc.
5559
5560         * gnus.el: Use mapc instead of mapcar to add autoloads.
5561
5562 2007-10-23  Richard Stallman  <rms@gnu.org>
5563
5564         * gnus-group.el (gnus-group-highlight): Mark as risky.
5565
5566 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus.el (gnus-server-to-method): Return method found first in
5569         gnus-newsrc-alist.
5570
5571         * gnus-art.el (gnus-article-highlight-signature)
5572         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5573         button overlay without the front stickiness.
5574
5575 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5576
5577         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5578         overview buffer needed a catch to receive its throw.
5579         (gnus-agent-flush-cache): Declared as interactive to make this function
5580         easier to use.
5581
5582 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5583
5584         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5585         `next-line'.
5586
5587 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5590         exclude address matching message-dont-reply-to-names.
5591
5592 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-util.el (gnus-string<): New function.
5595
5596         * gnus-sum.el (gnus-article-sort-by-author)
5597         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5598
5599 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5602         the frame-focus tag is set in gnus-buffer-configuration.
5603
5604 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5607         the front stickiness.
5608
5609 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5612         url pattern; remove duplicate one.
5613         (gnus-article-extend-url-button): New function.
5614         (gnus-article-add-buttons): Use it.
5615         (gnus-button-push): Use concatenated url that it makes.
5616
5617 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5618
5619         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5620
5621 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5622
5623         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5624         Don't hardcode point-min==1.
5625
5626 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5629         Fix comment about "iso8859-1".
5630
5631 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5632
5633         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5634         ones returned from the verify-function.
5635
5636         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5637         mml2015-extract-cleartext-signature if extraction failed.
5638
5639 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5640
5641         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5642         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5643         failed.
5644
5645 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5648
5649 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5652         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5653         recommends to use EasyPG instead of PGG.
5654
5655         * pgg.el: Revert to revision 6.23.2.16.
5656
5657         * pgg-def.el: Revert to revision 6.6.2.14.
5658
5659         * pgg-gpg.el: Revert to revision 6.23.2.34.
5660
5661 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5662
5663         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5664         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5665         thread for both the null and zero (kill/expire thread) universal prefix
5666         cases.
5667         (gnus-summary-expire-thread): Add new function to expire a thread,
5668         using gnus-summary-kill-thread.
5669         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5670         shortcuts for gnus-summary-expire-thread.
5671         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5672         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5673
5674 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5675
5676         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5677         extras value, so an extras entry can be deleted.
5678         (gnus-registry-delete-extra-entry): Use it.
5679         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5680         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5681         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5682         storage through the gnus-registry, and provide an appropriate API for
5683         it.
5684
5685 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5688         Suggested by Leo <sdl.web@gmail.com>.
5689
5690         * gnus.el: Do.
5691
5692 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5695         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5696
5697         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5698
5699         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5700         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5701
5702 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5705         newline.
5706         (nnmbox-request-accept-article): Don't change article in source buffer;
5707         narrow to header to use message-fetch-field rather than
5708         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5709         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5710         as delimiters; make sure article ends with newline.
5711         (nnmbox-delete-mail): Correct last position of article to be deleted;
5712         ignore X-Gnus-Newsgroup header in article body.
5713         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5714         positions; make sure article ends with newline.
5715
5716         * message.el (message-display-abbrev): Don't infloop when a user
5717         inserts SPC in the beginning of header.
5718
5719         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5720         coding-system-for-read and coding-system-for-write for XEmacs having no
5721         file-coding feature.
5722
5723         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5724
5725 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5728         list of groups not followed by default.  Fix type to be regexp.
5729         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5730
5731 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5732
5733         * hmac-def.el (define-hmac-function): Switch from old-style to
5734         new-style backquotes.
5735
5736         * md4.el (md4-make-step): Likewise.
5737
5738 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5741         raw-text coding system when saving .newsrc file, which may contain
5742         non-ASCII group names.
5743
5744 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-cus.el (gnus-score-extra): New widget.
5747         (gnus-score-extra-convert): New function.
5748         (gnus-score-customize): Use it for Extra.
5749
5750 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5751
5752         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5753         (mml2015-mailcrypt-clear-verify): Use it.
5754         (mml2015-gpg-clear-verify): Use it.
5755         (mml2015-pgg-clear-verify): Use it.
5756         (mml2015-epg-clear-verify): Replace the current part with the output
5757         from GnuPG; don't extract the plaintext by itself.
5758
5759         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5760         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5761         mml2015-clear-verify-function; don't touch the armor headers or
5762         dash-escaped text here.
5763
5764 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5767         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5768         parts, or application/octet-stream as a last resort.
5769         (gnus-mime-view-part-as-type): Don't toggle display.
5770         (gnus-mime-view-part-as-charset): Don't turn off display before
5771         querying charset.
5772
5773         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5774         stuff to undisplayer function in Emacs.
5775         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5776
5777         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5778         text/calendar parts.
5779
5780 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5783         decoding text/calendar parts.
5784
5785         * message.el (message-forward-make-body-mime): Always mark body as
5786         having no illegible text; remove signed-or-encrypted argument.
5787         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5788
5789         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5790         (mml-generate-mime-1): Don't encode body if it is specified to be in
5791         raw form; don't make buffer be unibyte when inserting multibyte string.
5792
5793 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5794
5795         * sha1.el: Fix up comment style.
5796         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5797         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5798
5799         * hex-util.el: Fix up comment style.
5800         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5801
5802         * gnus-salt.el: Use with-current-buffer.
5803         (gnus-pick-setup-message): Fix long-standing typo.
5804
5805 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * imap.el (imap-logout-timeout): New variable.
5808         (imap-logout, imap-logout-wait): New functions.
5809         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5810
5811         * nnimap.el (nnimap-logout-timeout): New server variable.
5812         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5813         nnimap-logout-timeout.
5814
5815         * gnus-art.el (gnus-article-summary-command-nosave)
5816         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5817
5818 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus.el (gnus-maximum-newsgroup): New variable.
5821
5822         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5823         according to gnus-maximum-newsgroup.
5824
5825         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5826         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5827         Limit the range of articles according to gnus-maximum-newsgroup.
5828
5829 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5830
5831         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5832         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5833         Don't perform gnus-configure-windows here; reuse existing sticky
5834         article buffer.
5835
5836         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5837         it doesn't exist in gnus-article-mode.
5838
5839 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5842         (gnus-agent-decoded-group-name): New function.
5843         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5844         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5845
5846 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5847
5848         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5849         Add binding for gnus-sticky-article.
5850         (gnus-summary-exit): Don't kill sticky article buffers.
5851
5852         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5853         article buffer.
5854         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5855         (gnus-kill-sticky-article-buffers): New commands.
5856
5857 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * nntp.el (nntp-xref-number-is-evil): New server variable.
5860         (nntp-find-group-and-number): If it is non-nil, don't trust article
5861         numbers in the Xref header.
5862
5863 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-agent.el (gnus-agent-read-group): New function.
5866         (gnus-agent-flush-group, gnus-agent-expire-group)
5867         (gnus-agent-regenerate-group): Use it.
5868         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5869         nnmail-pathname-coding-system.
5870
5871 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5874
5875         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5876         that are unread as unread, and also as selected so that information of
5877         marks having been changed by a user may be updated when exiting group.
5878
5879 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5882         calculated ignoring signature parts to gnus-treat-article.
5883
5884 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5887         a point here in order to keep the window start.
5888         (gnus-insert-mime-security-button): Make a button overlay without the
5889         front stickiness.
5890         (gnus-mime-display-security): Goto the end of a button.
5891
5892         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5893
5894 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5897         group-name-at-point.
5898         (gnus-group-completing-read): New function that offers decoded
5899         non-ASCII group names for completion.
5900         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5901         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5902         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5903         (gnus-group-fetch-control): Use it.
5904         (gnus-fetch-group): Use group-name-at-point for the initial value
5905         rather than the default value; use gnus-alive-p.
5906
5907         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5908         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5909         (gnus-summary-post-news): Use gnus-group-completing-read.
5910
5911         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5912         (gnus-read-move-group-name): Decode group name for completion.
5913
5914 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5917         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5918         Yamaoka slightly modified the code).
5919
5920 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5923         (nnmail-split-incoming): Bind it.
5924
5925         * nnml.el (nnml-group-name-charset): New function.
5926         (nnml-decoded-group-name): Use it; don't decode group name if
5927         nnmail-group-names-not-encoded-p is non-nil.
5928         (nnml-encoded-group-name): New function.
5929         (nnml-group-pathname): Inline nnml-decoded-group-name.
5930         (nnml-request-expire-articles): Decode group name in message.
5931         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5932         nnmail-pathname-coding-system.
5933         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5934         not decoded ones according to nnmail-group-names-not-encoded-p.
5935         (nnml-generate-active-info): Use nnml-encoded-group-name.
5936
5937 2007-08-08  Glenn Morris  <rgm@gnu.org>
5938
5939         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5940         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5941         doc-strings and comments.
5942
5943 2007-07-25  Glenn Morris  <rgm@gnu.org>
5944
5945         * Relicense all FSF files to GPLv3 or later.
5946
5947 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-sum.el (gnus-summary-move-article): Make
5950         gnus-summary-respool-article work.
5951
5952 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5955         string.
5956
5957 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5958
5959         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5960         that should be ignored when comparing distant RSS articles with local
5961         ones.
5962         (nnrss-make-hash-index): New function.  Create a hash index according
5963         to the ignored fields.
5964         (nnrss-check-group): Use it.
5965
5966 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5969
5970         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5971
5972         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5973         the new optional argument ENCODED is non-nil.
5974         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5975         coding system for encoding group name.
5976         (gnus-group-make-rss-group): Pass un-encoded group name to
5977         gnus-group-make-group.
5978         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5979         encoded.
5980
5981         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5982         Encode group name to which articles are moved or copied.
5983         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5984         coding system for encoding Newsgroup, Followup-To and Xref headers.
5985
5986         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5987         marks; use nnheader-file-coding-system to write a file.
5988         (nnagent-retrieve-headers): Bind file-name-coding-system to
5989         nnmail-pathname-coding-system.
5990
5991         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5992
5993         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5994         (nnml-request-article, nnml-request-create-group)
5995         (nnml-request-rename-group, nnml-find-id)
5996         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5997         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5998         (nnml-save-marks): Use nnml-group-pathname instead of
5999         nnmail-group-pathname.
6000
6001         (nnml-request-create-group, nnml-request-expire-articles)
6002         (nnml-request-move-article, nnml-request-delete-group)
6003         (nnml-deletable-article-p, nnml-possibly-create-directory)
6004         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6005         (nnml-open-marks): Bind file-name-coding-system to
6006         nnmail-pathname-coding-system.
6007
6008         (nnml-request-article): Pass server argument to nnml-find-group-number.
6009         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6010         server argument to nnml-possibly-create-directory.
6011         (nnml-request-accept-article): Pass server argument to
6012         nnml-active-number and nnml-save-mail.
6013         (nnml-find-group-number): Pass server argument to nnml-find-id.
6014         (nnml-request-update-info): Pass server argument to
6015         nnml-marks-changed-p.
6016
6017         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6018         (nnml-save-mail, nnml-active-number): Add server argument.
6019
6020         (nnml-request-delete-group): Warn if group is missing.
6021         (nnml-get-nov-buffer): Decode group name.
6022         (nnml-generate-active-info): Encode group name.
6023         (nnml-open-marks): Decode group name in messages.
6024
6025 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6028         if it is not specified.
6029         (gnus-article-pipe-part, gnus-article-save-part)
6030         (gnus-article-interactively-view-part, gnus-article-copy-part)
6031         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6032         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6033         (gnus-article-replace-part, gnus-article-delete-part)
6034         (gnus-article-view-part-as-type): Pass raw prefix argument to
6035         gnus-article-part-wrapper.
6036
6037 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-agent.el (gnus-agent-save-active): Bind
6040         nnheader-file-coding-system to gnus-agent-file-coding-system.
6041
6042         * gnus-cache.el (gnus-cache-save-buffers)
6043         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6044         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6045         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6046         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6047         (gnus-cache-generate-active, gnus-cache-rename-group)
6048         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6049         (gnus-cache-update-overview-total-fetched-for): Bind
6050         file-name-coding-system to nnmail-pathname-coding-system.
6051         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6052         variables.
6053         (gnus-cache-decoded-group-name): New function.
6054         (gnus-cache-file-name): Use it.
6055         (gnus-cache-generate-active): Use non-decoded group name for active.
6056
6057         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6058         right place.
6059         (gnus-write-active-file): Don't break non-ASCII group names.
6060
6061         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6062         nnmail-pathname-coding-system.
6063
6064         * lpath.el: Bind default-file-name-coding-system,
6065         file-name-coding-system and language-info-alist for XEmacs.
6066
6067         * gnus-uu.el (gnus-uu-decode-save): Typo.
6068
6069 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6072
6073 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6076         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6077         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6078         (gnus-agent-flush-group, gnus-agent-flush-cache)
6079         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6080         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6081         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6082         (gnus-agent-regenerate-group)
6083         (gnus-agent-update-files-total-fetched-for)
6084         (gnus-agent-update-view-total-fetched-for): Bind
6085         file-name-coding-system to nnmail-pathname-coding-system.
6086         (gnus-agent-group-pathname): Don't encode file names by
6087         nnmail-pathname-coding-system.
6088         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6089         coding-system-for-write instead of buffer-file-coding-system to
6090         gnus-agent-file-coding-system.
6091
6092         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6093         Decode group name.
6094
6095         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6096
6097         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6098         (gnus-read-newsrc-el-file): Make group names unibyte.
6099
6100         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6101         nnmail-pathname-coding-system.
6102
6103         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6104         (nnrss-request-delete-group): Bind file-name-coding-system to
6105         nnmail-pathname-coding-system.
6106         (nnrss-read-server-data, nnrss-read-group-data): Bind
6107         file-name-coding-system correctly.
6108         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6109
6110         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6111         (nntp-server-to-method-cache): New variable.
6112         (nntp-group-pathname): New function that decodes non-ASCII group names.
6113         (nntp-possibly-create-directory, nntp-marks-changed-p)
6114         (nntp-save-marks, nntp-open-marks): Use it.
6115         (nntp-possibly-create-directory, nntp-open-marks):
6116         Bind file-name-coding-system to nnmail-pathname-coding-system.
6117         (nntp-open-marks): Decode group names when bootstrapping marks.
6118
6119         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6120         Newsgroups and Folowup-To headers.
6121
6122 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6125         (gnus-server-closed-face, gnus-server-denied-face)
6126         (gnus-server-offline-face): Remove variable.
6127         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6128
6129         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6130         of modifying message-stack directly for XEmacs.
6131
6132         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6133         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6134         if the coding-system argument is nil for XEmacs.
6135
6136         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6137         mm-charset-override-alist.
6138
6139         * rfc2047.el: Don't require base64; require rfc2045 for the function
6140         rfc2045-encode-string.
6141         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6142         to quote the parameter value.
6143
6144 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6147         form in gnus-group-name-charset-method-alist.
6148
6149         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6150         overrides the default layout edit-form.
6151
6152         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6153
6154         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6155
6156 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6159         as unfetched articles.
6160
6161 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6164
6165 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6168         original back end that keeps marks in the local system.
6169
6170 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6173         arg of pop-to-buffer for XEmacs.
6174         (gnus-article-read-summary-keys): Ditto; don't restore window
6175         configuration if summary command ends up with neither article buffer
6176         nor summary buffer; describe bindings if summary keys end with C-h.
6177
6178 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * message.el (message-fix-before-sending): Skip raw message part to be
6181         forwarded while checking illegible text.
6182         (message-forward-make-body-mime, message-forward-make-body): Mark
6183         signed or encrypted raw message as having no illegible text.
6184
6185 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6188         (gnus-message-with-timestamp-1): New macro.
6189         (gnus-message-with-timestamp): New function.
6190         (gnus-message): Use them.
6191
6192         * nnheader.el (nnheader-message): Use them.
6193
6194 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6197         .newsrc.eld file.
6198
6199 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-agent.el (gnus-agent-fetch-headers)
6202         (gnus-agent-retrieve-headers): Bind
6203         gnus-decode-encoded-address-function to identity.
6204
6205         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6206         available also when the server returns simply a dot.
6207
6208         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6209
6210 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6213
6214 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-ems.el (gnus-x-splash): Make it work.
6217
6218         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6219         from being used.
6220
6221         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6222
6223 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6226         4th and the 5th arguments.
6227
6228         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6229         the front stickiness.
6230         (gnus-article-summary-command-nosave): Correct the order of the
6231         arguments passed to pop-to-buffer.
6232         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6233         summary command ends up with the article buffer.
6234
6235         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6236         the same faces.
6237
6238 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6239
6240         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6241
6242 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6243
6244         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6245         * gnus-sum.el (gnus-summary-highlight):
6246         * pgg.el (pgg-sign-region, pgg-sign):
6247         * mail-source.el (mail-source-delete-old-incoming-confirm):
6248         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6249
6250 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-mime-view-part-externally)
6253         (gnus-mime-view-part-internally): Fix predicate function passed to
6254         completing-read.
6255
6256         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6257
6258         * gnus.el (gnus-update-message-archive-method): Add :version.
6259
6260 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus.el (gnus-update-message-archive-method): New variable.
6263
6264         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6265         according to gnus-message-archive-method if
6266         gnus-update-message-archive-method is non-nil.
6267
6268 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6271         by Loic Dachary <loic@dachary.org>.
6272         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6273
6274 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * message.el (message-pop-to-buffer): Add switch-function argument.
6277         (message-mail): Pass switch-function argument to it.
6278
6279 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6282         Improve doc string.
6283
6284 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6287         (gnus-header-content)
6288         * gnus-cite.el (gnus-cite-10)
6289         * gnus-srvr.el (gnus-server-closed)
6290         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6291         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6292         (gnus-group-mail-3-empty, gnus-group-mail-low)
6293         (gnus-group-mail-low-empty, gnus-splash)
6294         * message.el (message-header-to, message-header-cc)
6295         (message-header-subject, message-header-other, message-header-name)
6296         (message-header-xheader, message-separator, message-cited-text)
6297         (message-mml): Lighten colors of faces used for dark background.
6298
6299 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6300
6301         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6302         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6303
6304 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * message.el (message-narrow-to-headers-or-head):
6307         Ignore mail-header-separator in the body.
6308
6309 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6312         same as window size.
6313
6314 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6315
6316         * message.el (message-font-lock-keywords): Use message-header-xheader
6317         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6318         ahead of the anything pattern, to get it recognised.
6319
6320 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6323         spam.el loads uses it in the compiled defadvice form.
6324
6325 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6326
6327         * gnus-sum.el (gnus-articles-to-read)
6328         (gnus-summary-insert-old-articles): Don't truncate group name for
6329         `read-string'.
6330
6331         * gnus-util.el (gnus-limit-string): Delete this function.
6332
6333         * gnus-sum.el (gnus-simplify-subject-fully): Use
6334         `truncate-string-to-width' instead.
6335
6336 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6337
6338         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6339         if, on summary exit, the next group has to be selected.
6340         (gnus-summary-exit): Use it.
6341
6342 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6345         non-break space.
6346
6347 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6350         Check if group is not a directory.
6351         (nnfolder-request-expire-articles): Don't delete articles if the target
6352         group is not available.
6353
6354         * nnml.el (nnml-request-create-group): Properly check if group is not a
6355         file.
6356         (nnml-request-expire-articles): Don't delete articles if the target
6357         group is not available.
6358
6359         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6360         Don't quote characters that are within parentheses.
6361
6362 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6365         (gnus-handle-ephemeral-exit): Select article according to it.
6366
6367 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6368
6369         * message.el (message-insert-formated-citation-line): Remove newline.
6370         (message-citation-line-format): Add final \n here so that the user can
6371         avoid a blank line.
6372
6373 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6374
6375         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6376         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6377         Update lanl/arXiv support.
6378
6379 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * gnus.el: Bump version number.
6382
6383 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384
6385         * gnus.el (gnus-version-number): Bump version.
6386
6387 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6388
6389         * gnus.el: No Gnus v0.6 is released.
6390
6391 2007-04-27  Didier Verna  <didier@xemacs.org>
6392
6393         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6394         * gmm-utils.el (gmm-regexp-concat): here.
6395         * message.el: Don't require 'gnus-util.
6396         (message-dont-reply-to-names): Handle name change above.
6397         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6398
6399 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6402         since the initial value varies according to the system.
6403
6404 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6407
6408 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6409
6410         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6411
6412 2007-04-24  Didier Verna  <didier@xemacs.org>
6413
6414         Improve the type of gnus-ignored-from-addresses.
6415         * gnus-util.el (gnus-orify-regexp): New function.
6416         * message.el (gnus-util): Require it.
6417         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6418         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6419         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6420
6421 2007-04-24  Didier Verna  <didier@xemacs.org>
6422
6423         * gnus-sum.el:
6424         * gnus-utils.el: Fix some trailing whitespaces.
6425
6426 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6429         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6430         article's Message-ID; refer parent article in summary buffer.
6431
6432         * message.el (message-bounce): Call mime-to-mml.
6433
6434         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6435         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6436         optimize and/or forms properly.
6437
6438 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6441         URL.
6442
6443 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6446
6447 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6450         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6451         displayed of multipart/alternative part if it is invoked from summary
6452         buffer.
6453
6454         * mm-view.el (mm-inline-text-html-render-with-w3m)
6455         (mm-inline-text-html-render-with-w3m-standalone)
6456         (mm-inline-render-with-function): Use mail-parse-charset by default.
6457
6458 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6459
6460         * parse-time.el (parse-time-string-chars): Check if CHAR
6461         is less than the length of parse-time-syntax.
6462
6463 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6466         from gnus-newsgroup-processable.
6467
6468 2007-04-16  Didier Verna  <didier@xemacs.org>
6469
6470         * gnus-msg.el (gnus-configure-posting-styles): Handle
6471         message-signature-directory properly with :file syntax.  Reported by
6472         "Leo".
6473
6474 2007-04-11  Didier Verna  <didier@xemacs.org>
6475
6476         New user option: message-signature-directory.
6477         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6478         * message.el (message-insert-signature): Ditto.
6479         * message.el (message-signature-file): Doc update.
6480         * message.el (message-signature-directory): New.
6481
6482 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * gnus-msg.el (gnus-inews-yank-articles): Use
6485         message-exchange-point-and-mark instead of exchange-point-and-mark.
6486
6487 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * message.el (message-yank-original): Make sure cited text ends with
6490         newline; don't exchange point and mark.
6491
6492 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6493
6494         * tls.el (open-tls-stream): Properly handle case where there
6495         is no associated buffer.
6496
6497 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6498
6499         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6500         message-yank-original, make sure (< mark TEXT point).
6501
6502 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * message.el (message-fill-column): New variable.
6505         (message-mode): Use it.  Add comment on a possible new hook.
6506
6507         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6508         (nnmail-get-new-mail): Reformat.
6509
6510         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6511
6512         * gmm-utils.el: Fix Commentary.
6513         (gmm-tool-bar-from-list): Fix typo in doc string.
6514
6515 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6516
6517         * message.el (message-yank-original): Don't switch point and mark
6518         unnecessarily to put point and mark as documented.
6519
6520 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6523         from the message heads.
6524
6525 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6526
6527         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6528         article buffer does not have a window.  This may not be the best
6529         solution but is certainly better than setting the start of the null,
6530         that is the current, window.
6531
6532 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6535         (gnus-draft-setup): Run it.
6536
6537         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6538         gnus-score-fast-scoring.  Allow regexp.
6539         (gnus-score-headers): Use it.
6540
6541         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6542         XEmacs.
6543
6544         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6545         string.
6546         (gnus-button-alist): Also catch `<f1> k ...'.
6547         (gnus-treat-display-x-face): Fix doc string.
6548
6549 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6550
6551         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6552         evaluation of gnus-extended-version to ensure correct generation of the
6553         User-Agent header when message-generate-headers-first is used.
6554
6555 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6556
6557         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6558         hashcash-path is nil.  Don't call callback with incorrect number of
6559         parameters if val is 0.
6560
6561 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6562
6563         * message.el (message-required-news-headers):
6564         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6565
6566 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6567
6568         * tls.el (open-tls-stream): In handshake-waiting loop,
6569         don't wait more if there is output available to process.
6570
6571 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6572
6573         * tls.el (tls-program): Doc fix.
6574
6575 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * message.el (message-generate-new-buffers): Change the meaning of the
6578         nil value; add `standard' to the choices; treat t as `unique'; improve
6579         doc string.
6580         (gnus-select-frame-set-input-focus): Autoload.
6581         (message-buffer-name): Search for the existing message buffer if
6582         message-generate-new-buffers is nil or `standard'; treat the value t of
6583         message-generate-new-buffers as `unique'.
6584         (message-pop-to-buffer): Raise the frame already displaying the message
6585         buffer; clear the echo area after querying.
6586         (message-setup): Pass the `continue' argument to compose-mail.
6587         (message-mail): Prefer `switch-function' if it is given; search for the
6588         existing message buffer if the `continue' argument is non-nil; pass
6589         continue and switch-function arguments to compose-mail by way of
6590         message-setup.
6591         (message-mail-other-window): Adjust argument of message-setup.
6592         (message-mail-other-frame): Ditto.
6593
6594 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6597         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6598         to turn font-lock on when turning gnus-message-citation-mode on.
6599
6600 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6601
6602         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6603         (mml-smime-function-alist): New variable; add epg as the backend.
6604         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6605         mml-smime- functions instead.
6606         * mm-view.el: Require smime.
6607
6608 2007-03-05  Didier Verna  <didier@xemacs.org>
6609
6610         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6611         instead of just inheritance for posting styles.
6612         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6613
6614 2007-02-24  Chris Moore  <dooglus@gmail.com>
6615
6616         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6617         * pgg-pgp.el (pgg-pgp-encrypt-region):
6618         * pgg-gpg.el (pgg-gpg-encrypt-region):
6619         Check pgg-encrypt-for-me if no other recipients.
6620
6621 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6622
6623         * tls.el (tls-certtool-program): Fix custom type.
6624
6625 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6628         and point-at-eol instead of line-(beginning|end)-position.
6629
6630         * assistant.el (assistant-parse-buffer): Ditto.
6631
6632         * netrc.el (netrc-parse-services): Ditto.
6633
6634 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6635
6636         * mml2015.el (mml2015-epg-find-usable-key): New function.
6637         (mml2015-epg-sign): Use it.
6638         (mml2015-epg-encrypt): Use it.
6639
6640 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * message.el (message-make-in-reply-to): Quote name containing
6643         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6644         if there are special characters.  Reported by NAKAJI Hiroyuki
6645         <nakaji@jp.freebsd.org>.
6646
6647 2007-02-27  Didier Verna  <didier@xemacs.org>
6648
6649         Include the group parameters as well as the topic ones in the
6650         inheritance filter process.
6651         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6652         argument GROUP-PARAMS-LIST.
6653         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6654
6655 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * nntp.el (nntp-never-echoes-commands)
6658         (nntp-open-connection-functions-never-echo-commands): New variables.
6659         (nntp-send-command): Use them.
6660
6661 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6662
6663         * mml2015.el (mml2015-epg-verify): Simplified.
6664
6665 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * mml.el (mml-content-disposition-alist): New user option.
6668         (mml-content-disposition): New function.
6669         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6670         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6671
6672 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6673
6674         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6675         verification.
6676
6677 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6678
6679         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6680         articles posted in the last 24 hours.
6681
6682 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6683
6684         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6685
6686 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6687
6688         * nntp.el (nntp-send-command): Don't wait for echoes when
6689         nntp-open-ssl-stream is used.
6690
6691 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6694         (gnus-message-add-citation-keywords)
6695         (gnus-message-remove-citation-keywords): Remove.
6696         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6697         directly, make the variables in font-lock-defaults buffer-local, add
6698         gnus-message-citation-keywords to them and then update the value of
6699         font-lock-keywords.
6700
6701 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * message.el (message-cite-original-1): Don't call
6704         gnus-article-highlight-citation.
6705
6706         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6707         citations; fix line count.
6708
6709 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6712         (gnus-message-add-citation-keywords)
6713         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6714         versions of font-lock-add-keywords and font-lock-remove-keywords to
6715         work with XEmacs correctly.
6716
6717 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-cite.el (gnus-cite-face-list): Set the values of
6720         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6721         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6722         (gnus-message-cite-prefix-regexp): New variable.
6723         (gnus-message-search-citation-line): Use it; protect against long
6724         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6725         the 0th match data for Emacs.
6726         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6727         (gnus-message-add-citation-keywords): Append keywords rather than
6728         prepending; emulate font-lock-add-keywords if it is not available.
6729         (gnus-message-remove-citation-keywords): Emulate
6730         font-lock-remove-keywords if it is not available.
6731
6732         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6733
6734         * message.el (message-cite-prefix-regexp): Set the value of
6735         gnus-message-cite-prefix-regexp.
6736
6737 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6738
6739         * nnweb.el (nnweb-google-parse-1): Update parser.
6740
6741 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6742
6743         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6744
6745 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6746
6747         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6748         regexp.
6749
6750 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6753         string-to-multibyte.
6754         (uudecode-decode-region-internal): Use it.
6755
6756         * lpath.el: Fbind string-as-multibyte for XEmacs.
6757
6758 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6759
6760         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6761         custom choice.
6762
6763         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6764
6765 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6766
6767         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6768
6769         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6770         `write-region' to respect `mm-inhibit-file-name-handlers'.
6771
6772 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6775         Use gnus-home-directory instead of "~/" or "$HOME".
6776
6777 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6778
6779         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6780         to mention filename.
6781         Add comments at beginning regarding usage.
6782         (encrypt-write-file-contents): Change interactive so a string is
6783         acceptable.  If the file has no associated model, show an error instead
6784         of a nonsense prompt.
6785
6786 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6787
6788         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6789         Thanks to Yoshihiko Yamada for kind notification of this typo.
6790
6791 2007-01-12  Kenichi Handa  <handa@m17n.org>
6792
6793         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6794         multibyte buffer.
6795
6796 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-score.el (gnus-score-fast-scoring): New variable.
6799         (gnus-score-headers): Use it.
6800
6801         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6802
6803         * message.el (message-cite-original-1): Call
6804         gnus-article-highlight-citation if requested.
6805         (message-make-from): Allow name and address as optional arguments.
6806
6807         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6808
6809         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6810         bugs to doc string.
6811         (gnus-button-alist): Add mid\\|message-id.
6812         (gnus-button-fetch-group): Extend for use in
6813         `browse-url-browser-function'.
6814         (gnus-button-url-regexp): Try to catch paired parentheses like in
6815         Wikipedia URLs.
6816
6817         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6818         Suggested by Simon Krahnke <overlord@gmx.li>.
6819
6820 2007-01-13  Romain Francoise  <romain@orebokech.com>
6821
6822         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6823         Update copyright.
6824
6825 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6826
6827         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6828
6829 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6830
6831         * gnus-registry.el (gnus-registry-unfollowed-groups)
6832         (gnus-registry-split-fancy-with-parent): Fix documentation.
6833
6834 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6837         from nnweb groups.
6838
6839 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6842         Xref urls.  Erase buffer before requesting head.
6843
6844 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6847         customizable.
6848
6849 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6850
6851         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6852         no signing key is found.
6853         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6854         no encrypting and/or signing key is found.
6855
6856 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6859
6860 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6861
6862         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6863         headers read from disk with the ones newly found in the current search.
6864         This should no longer cause problems, because the article numbers in
6865         Gmane's `nov.php' output are ignored since the previous change.
6866
6867 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6868
6869         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6870
6871 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6874         replace-regexp-in-string; bind url-version; fbind display-images-p and
6875         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6876         find-face and set-itimer-function for Emacs; bind itimer-list for
6877         Emacs.
6878
6879         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6880
6881 2007-01-01  Romain Francoise  <romain@orebokech.com>
6882
6883         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6884
6885 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6886
6887         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6888         `define-minor-mode' macro definition expanded properly.
6889         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6890         exclude it there.
6891
6892         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6893         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6894         `fboundp' test.
6895         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6896         This is OK to autoload in (S)XEmacs now.
6897
6898 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6901         keystroke.
6902         (gnus-summary-limit-to-singletons): Fix typo.
6903
6904         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6905         else fails.
6906
6907 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6908
6909         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6910         docstring.
6911
6912         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6913         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6914         (gnus-summary-insert-dormant-articles): Fix typo in message.
6915
6916 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6919         nil for XEmacs.
6920         (gnus-message-citation-mode): Don't autoload in XEmacs.
6921
6922         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6923
6924 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6925
6926         * nnimap.el (nnimap-expunge-search-string): Mention
6927         nnimap-search-uids-not-since-is-evil in docstring.
6928
6929 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * spam.el: Revert to make-obsolete-variable because
6932         define-obsolete-variable-alias is not supported in Emacs 21.
6933
6934         * spam.el (spam-ifile-path, spam-ifile-database-path)
6935         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6936         make-obsolete-variable.
6937         (spam-bsfilter-path, spam-bsfilter-program)
6938         (spam-spamassassin-path, spam-spamassassin-program)
6939         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6940         use "path" inappropriately.
6941         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6942         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6943         variable names.
6944
6945 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6946
6947         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6948         summary buffer.
6949
6950         * password.el (password-cache-remove): Use clear-string to burn
6951         password, if available.
6952
6953 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6956
6957         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6958
6959         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6960         (gnus-message-highlight-citation): Move defcustom here from
6961         gnus-cite.el.
6962         (gnus-message-citation-mode): Autoload.
6963
6964         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6965         checks to make it compile with XEmacs.
6966         (gnus-message-citation-mode): New minor mode.
6967         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6968         (gnus-message-highlight-citation): New variables.
6969         (gnus-message-search-citation-line)
6970         (gnus-message-add-citation-keywords)
6971         (gnus-message-remove-citation-keywords)
6972         (turn-on-gnus-message-citation-mode)
6973         (turn-off-gnus-message-citation-mode): New functions.
6974
6975 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6976
6977         * gnus-cite.el: Enable highlighting of different citation levels in
6978         message-mode.
6979
6980 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * message.el (message-make-fqdn): Fix comment.
6983         (message-bogus-system-names): Add ".local".
6984
6985         * spam.el (spam-ifile-path, spam-ifile-program)
6986         (spam-ifile-database-path, spam-ifile-database)
6987         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6988         Don't use "path" inappropriately.
6989         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6990         strings.
6991         (spam-check-ifile, spam-ifile-register-with-ifile)
6992         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6993         new variable names.
6994
6995         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6996         (gnus-treat-display-smileys): Simplify using
6997         gnus-image-type-available-p.
6998
6999         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7000         available.
7001
7002         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7003         `display-images-p' if available.
7004
7005 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7008         one after turning on the buffer's multibyteness instead of decoding
7009         them directly in the unibyte buffer that causes unexpected conversion
7010         in Emacs 23 (unicode).
7011
7012 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7013
7014         * message.el (message-generate-hashcash): Fix custom type.
7015
7016 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7019
7020 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7023         disconnect icons.  Add help text.
7024
7025 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7028         negated to be consistent with the others we handle.
7029
7030 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7033         version of gnus-summary-buffer to something, so that we can use two
7034         article buffers at the same time.
7035
7036 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7037
7038         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7039         trigger all the extra headers.
7040         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7041         sorting.
7042
7043 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7044
7045         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7046         solid groups.
7047
7048 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7049
7050         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7051
7052 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7053
7054         * legacy-gnus-agent.el: Add Copyright notice.
7055
7056 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7057
7058         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7059
7060 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7063
7064         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7065         to make it work reliably in CVS Emacs.
7066         (gnus-summary-limit-strange-charsets-predicate)
7067         (gnus-summary-limit-to-predicate): New functions.
7068
7069 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7070
7071         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7072         specifying array size.
7073         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7074         array if it is too small.
7075         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7076         (gnus-sort-threads-loop): New function.
7077
7078 2006-12-06  Chris Moore  <dooglus@gmail.com>
7079
7080         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7081         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7082
7083 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7084
7085         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7086         options.
7087
7088 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089
7090         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7091         DOS-ing the recipient.
7092
7093         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7094         the headers when creating the mapping to avoid mismappings.
7095         (nnweb-gmane-create-mapping): Always nix out old mapping.
7096
7097 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7100         and mm-verify-option to never.
7101
7102 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * message.el (message-signed-or-encrypted-p): New function.
7105         (message-forward-make-body): Use it.
7106
7107         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7108         Replace encode-coding-string with mm-encode-coding-string.
7109
7110 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * nneething.el (nneething-decode-file-name): Replace
7113         decode-coding-string with mm-decode-coding-string.
7114
7115         * gnus-int.el (gnus-open-server): Say failed server's name.
7116
7117 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7118
7119         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7120         strings to a single string.  Quote `errors-file-name'.
7121         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7122         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7123         Adjust calls.  Use `shell-quote-argument'.
7124
7125 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7126
7127         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7128         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7129
7130         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7131         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7132         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7133         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7134         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7135         (gnus-subscribe-newsgroup, gnus-1):
7136         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7137         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7138         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7139         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7140
7141 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7144         keystroke.
7145         (gnus-summary-limit-to-bodies): Implement headersp.
7146
7147 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7148
7149         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7150
7151 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7154
7155 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * message.el (message-generate-hashcash): Expand range of values to
7158         include `opportunistic'.
7159         (message-send-mail): Use it.
7160
7161 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7162
7163         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7164         and comment it.
7165
7166         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7167
7168 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * gnus-util.el (gnus-extract-address-components): Improve comment.
7171
7172 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-util.el (gnus-extract-address-components): Work with address in
7175         which the name portion contains @.
7176
7177         * lpath.el: Fbind custom-autoload.
7178
7179 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * gnus.el (gnus-start): Move custom group up.
7182         (gnus-select-method): Don't autoload, but make it available for
7183         `customize-variable'.
7184         (gnus-getenv-nntpserver): Don't autoload.
7185
7186 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7189
7190 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * message.el (message-sendmail-extra-arguments): New variable.
7193         (message-send-mail-with-sendmail): Use it.
7194
7195 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7198         mm-with-unibyte-current-buffer to make string unibyte.
7199
7200         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7201         mm-string-as-multibyte.
7202
7203 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7204
7205         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7206         Reported by Werner Koch <wk@gnupg.org>.
7207
7208 2006-11-14  Daiki Ueno  <ueno@p360>
7209
7210         * mml2015.el: Autoload epa-select-keys when compiling.
7211
7212 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7213
7214         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7215         message-options.
7216         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7217
7218 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7219
7220         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7221         EasyPG (< 0.0.6).
7222         (mml2015-always-trust): New user option.
7223         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7224         prompt.
7225
7226 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * nntp.el (nntp-authinfo-force): New variable.
7229         (nntp-send-authinfo): Use it.
7230
7231 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7234         decode encoded words.  Improve prompt.  Add comment about forwarding.
7235         (message-replacement-char): Move up.
7236
7237 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7238
7239         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7240         instead of gnus-intersection because arguments of gnus-sorted-nunion
7241         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7242
7243 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7246         (message-simplify-subject-functions): Enable
7247         message-strip-subject-encoded-words by default.
7248
7249 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * message.el (message-strip-subject-encoded-words): New function.
7252         (message-simplify-subject-functions): New variable.
7253         (message-simplify-subject): Use it.  Fix typo in doc string.
7254         Support message-strip-subject-encoded-words.
7255
7256 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7257
7258         * gnus-diary.el (gnus-diary-delay-format-function):
7259         * nndiary.el (nndiary-reminders):
7260         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7261
7262 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * gnus-art.el (article-hide-boring-headers): Fetch date from
7265         gnus-original-article-buffer to avoid problems with localized date
7266         strings.
7267
7268 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7271
7272 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7275         New variables.
7276         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7277         (mm-charset-synonym-alist): Move some entries to
7278         mm-codepage-iso-8859-list.
7279         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7280         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7281
7282 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7285
7286 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7289         with Emacs 21 and XEmacs.
7290
7291 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7292
7293         * spam.el (spam-parse-address): New function for better parsing,
7294         catching errors, etc.
7295         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7296
7297 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * mm-view.el: Add interactive arg to html2text autoload.
7300
7301 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7304
7305 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7308         variables.
7309         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7310         (mm-charset-synonym-alist): Move some entries to
7311         mm-codepage-iso-8859-list.
7312
7313         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7314
7315 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7316
7317         * message.el (message-citation-line-format)
7318         (message-insert-formated-citation-line): Fix implementation of %E, %N
7319         and %n according to the doc string.
7320
7321 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7324         car-safe to avoid bad parses.
7325
7326 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7329         names.
7330
7331         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7332
7333 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7336         header.
7337
7338         * message.el (message-draft-headers): Add Date.
7339         (message-headers-to-generate): Fix typo in docstring.
7340
7341         * nndraft.el (nndraft-required-headers): New variable.
7342         (nndraft-generate-headers): Use it.
7343
7344         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7345
7346 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         * gnus-registry.el (gnus-registry-wash-for-keywords)
7349         (gnus-registry-find-keywords): New functions to allow easy searching of
7350         articles that are in the registry.
7351
7352 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7355         ietf-drums-parse-address instead of gnus-extract-address-components.
7356         Reported by Damien Elmes <damien@repose.cx>.
7357
7358 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * gnus.el (gnus-mime): Remove unused custom group.
7361
7362 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7363
7364         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7365         "blank line" when searching for end of armor headers.
7366
7367 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * gmm-utils.el (gmm-write-region): Fix variable name.
7370
7371 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gmm-utils.el (gmm-write-region): New function based on compatibility
7374         code from `mm-make-temp-file'.
7375
7376         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7377
7378         * nnmaildir.el (nnmaildir--update-nov)
7379         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7380         Use `gmm-write-region'.
7381
7382 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7385         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7386
7387         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7388
7389         * message.el (message-replacement-char): New variable.
7390         (message-fix-before-sending): Use it.
7391         (message-simplify-subject): New function to remove duplicate code.
7392         (message-reply, message-followup): Use it.
7393
7394         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7395         gnus-summary-limit-to-articles.
7396
7397 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-util.el (gnus-with-local-quit): New macro.
7400
7401         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7402
7403 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7406         ignore non-string data.
7407
7408 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7409
7410         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7411         non-string data (needs to be done in the registry too).
7412
7413 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7416         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7417         (gnus-registry-split-fancy-with-parent)
7418         (gnus-registry-fetch-simplified-message-subject-fast)
7419         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7420         Remove text properties on ingress into the registry and when it's saved.
7421         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7422         registry from entries with no groups.
7423
7424 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7425
7426         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7427         function to remove string properties.
7428
7429 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * gmm-utils.el (gmm): Adjust custom version.
7432
7433         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7434         custom version.
7435
7436         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7437
7438 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * gnus-art.el (gnus-insert-prev-page-button)
7441         (gnus-insert-next-page-button): Simplify.  Reformat.
7442
7443 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7444
7445         * gnus-art.el (gnus-insert-prev-page-button)
7446         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7447
7448 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7449
7450         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7451
7452 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7453
7454         * gnus-art.el (gnus-insert-mime-button)
7455         (gnus-insert-mime-security-button):
7456         Apply gnus-article-button-face to MIME and security buttons.
7457
7458 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7461         readable.
7462
7463 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7466
7467 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7468
7469         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7470         `browse-url-of-file' instead of `browse-url'.
7471
7472 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7473
7474         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7475         regexp.  Articles containing quotation were cut prematurely.
7476
7477 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * message.el (message-cite-original-1): Use nobody by default for the
7480         value of From header.
7481         (message-reply): Ditto.
7482
7483 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7484
7485         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7486         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7487         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7488
7489 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7492         mails in the doc string.  Add some URLs in comment.
7493         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7494
7495 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7498         backslashes handling and the way to find boundaries of quoted strings.
7499
7500 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7501
7502         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7503         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7504         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7505         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7506
7507 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7510         doc string.
7511         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7512
7513 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * lpath.el: Fbind epg-check-configuration.
7516
7517 2006-09-06  Simon Josefsson  <jas@extundo.com>
7518
7519         * mml2015.el (mml2015-use): Doc fix, mention epg.
7520
7521 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7522
7523         * mml2015.el (mml2015-use): Default to epg, if available.
7524
7525 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7526
7527         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7528         message-sender.
7529         (mml1991-epg-encrypt): Ditto.
7530         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7531         message-sender.
7532         (mml2015-epg-encrypt): Ditto.
7533
7534 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7535
7536         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7537         several common directories.
7538
7539 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7540
7541         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7542         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7543
7544 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-art.el (article-decode-encoded-words): Make it fast.
7547
7548 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7551
7552         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7553         in quoted string into `\'.
7554
7555 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7558         Use standard-syntax-table.
7559
7560 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-art.el (gnus-decode-address-function): New variable.
7563         (article-decode-encoded-words): Use it to decode headers which are
7564         assumed to contain addresses.
7565         (gnus-mime-delete-part): Remove useless `or'.
7566
7567         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7568         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7569         (gnus-nov-parse-line): Use it to decode From header.
7570         (gnus-get-newsgroup-headers): Ditto.
7571         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7572
7573         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7574         (mail-decode-encoded-address-string): New alias.
7575
7576         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7577         New function.
7578         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7579         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7580         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7581         (rfc2047-decode-string): Ditto.
7582         (rfc2047-decode-address-region): New function.
7583         (rfc2047-decode-address-string): New function.
7584
7585 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * message.el (message-caesar-buffer-body): Allow rotating headers.
7588
7589         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7590
7591         * message.el (message-insert-formated-citation-line): Fix %f.
7592         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7593
7594 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7597         (gnus-bookmark-mouse-available-p): New macro.
7598         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7599         (gnus-bookmark-bmenu-show-infos): Use it.
7600         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7601         (gnus-bookmark-bmenu-hide-infos): Ditto.
7602         (gnus-bookmark-remove-properties): New function.
7603         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7604         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7605         (gnus-bookmark-write-file): Bind coding-system-for-write.
7606         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7607         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7608         group before selecting it.
7609         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7610         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7611         quit-window if it is not available; use gnus-mouse-2 and bind it to
7612         gnus-bookmark-bmenu-select-by-mouse.
7613         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7614         (gnus-bookmark-bmenu-select-by-mouse): New function.
7615
7616 2006-08-13  Romain Francoise  <romain@orebokech.com>
7617
7618         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7619         space.
7620
7621 2006-08-10  Romain Francoise  <romain@orebokech.com>
7622
7623         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7624         (dns-mode-soa-auto-increment-serial): New user option.
7625         (dns-mode-soa-maybe-increment-serial): New function.
7626         (dns-mode): Add the latter to `write-contents-functions'.
7627
7628 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * compface.el (uncompface): Use binary rather than raw-text-unix.
7631
7632 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * compface.el (uncompface): Make sure the eol conversion doesn't take
7635         place when communicating with the external programs.  Reported by
7636         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7637
7638 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7641
7642 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7643
7644         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7645         Make it more robust by parsing author and date independently.
7646
7647 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7650
7651 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7652
7653         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7654         first matching secret key.
7655         (mml2015-epg-encrypt): Ditto.
7656
7657         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7658         first matching secret key.
7659         (mml1991-epg-encrypt): Ditto.
7660
7661         * mml2015.el (mml2015-encrypt-to-self): New user option.
7662         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7663         mml2015-epg-encrypt-to-self is set.
7664
7665         * mml1991.el (mml1991-encrypt-to-self): New variable.
7666         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7667         mml1991-epg-encrypt-to-self is set.
7668
7669         * mml2015.el (mml2015-signers): New user option.
7670         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7671         (mml2015-epg-encrypt): Allow to select signing keys.
7672
7673         * mml1991.el (mml1991-signers): New variable.
7674         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7675         (mml1991-epg-encrypt): Allow to select signing keys.
7676
7677 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * nnheader.el (nnheader-insert-head): Make it work even if the file
7680         uses CRLF for the line-break code.
7681
7682 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7683
7684         * mml2015.el: Require mml-sec instead of password.
7685         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7686         (mml2015-cache-passphrase): Inherit the default value from
7687         mml-secure-cache-passphrase.
7688         (mml2015-passphrase-cache-expiry): Inherit the default value from
7689         mml-secure-passphrase-cache-expiry.
7690
7691         * mml1991.el: Require mml-sec instead of password.
7692         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7693         (mml1991-cache-passphrase): Inherit the default value from
7694         mml-secure-cache-passphrase.
7695         (mml1991-passphrase-cache-expiry): Inherit the default value from
7696         mml-secure-passphrase-cache-expiry.
7697
7698         * mml-sec.el: Require password.
7699         (mml-secure-verbose): New user option.
7700         (mml-secure-cache-passphrase): New user option.
7701         (mml-secure-passphrase-cache-expiry): New user option.
7702
7703 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7704
7705         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7706         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7707         andreas@altroot.de (Andreas Vögele).
7708
7709         FIXME: Use `tiny change'?
7710
7711 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7712
7713         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7714         workaround for the url package included with Emacs.
7715
7716         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7717
7718 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7721         correctly.  This fixes a bug caused by the 2006-05-12 change.
7722
7723 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7724
7725         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7726         some information about the error when saying that the `bogus' mail
7727         group will be used.
7728
7729 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7732         string.
7733
7734 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7735
7736         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7737
7738 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7739
7740         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7741
7742 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7743
7744         * mml1991.el (mml1991-function-alist): Add epg.
7745         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7746         (mml1991-epg-encrypt): New functions.
7747
7748 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7749
7750         * mml2015.el (mml2015-verbose): New variable.
7751         (mml2015-cache-passphrase): Ditto.
7752         (mml2015-passphrase-cache-expiry): Ditto.
7753         (mml2015-function-alist): Add epg.
7754         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7755         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7756         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7757         functions.
7758
7759 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7760
7761         * message.el (message-cite-original-1): Preserve region when removing
7762         quoted text due to X-No-Archive in order to avoid bogus attribution
7763         when citing multiple messages.
7764
7765 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7766
7767         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7768         Kenneth Jacker <khj@be.cs.appstate.edu>.
7769
7770 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * gnus-diary.el (gnus-user-format-function-d)
7773         (gnus-user-format-function-D): Autoload.
7774
7775         * imap.el (Commentary): Fix typo.
7776
7777         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7778         2006-04-22 contribution.
7779
7780 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7781
7782         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7783         It didn't really fix the bogosity I'm seeing with solid web groups.
7784
7785 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7786
7787         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7788         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7789         created using server names.  If we use the feature without declaring
7790         it, Gnus does not properly manage server and group state.
7791
7792         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7793         bound.
7794
7795 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7796
7797         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7798         looking up the method using GROUP's prefix before inventing a new one.
7799         It is used on killed/unknown groups in various places where returning
7800         an all-new method isn't expected by the caller.
7801
7802         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7803         and match semantics of gnus-group-real-prefix.
7804
7805 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * nnmail.el (nnmail-broken-references-mailers): New variable.
7808         (nnmail-ignore-broken-references): New function generalizing
7809         nnmail-fix-eudora-headers.
7810         (nnmail-fix-eudora-headers): Now obsolete.
7811
7812         * gnus-art.el (gnus-button-handle-custom): Support
7813         `customize-apropos*'.
7814
7815 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7818
7819         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7820         articles.
7821
7822 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7823
7824         * message.el (message-cite-reply-above): New variable.
7825         (message-yank-original): Use it.
7826
7827 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7830
7831 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7834         as read.
7835
7836         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7837
7838 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7841         (gnus-bookmark-default-file): Use gnus-directory.
7842         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7843         Remove "*" in doc string.
7844         (gnus-bookmark-write-file): Simplify.
7845         (gnus-bookmark-maybe-sort-alist): Use `when'.
7846         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7847         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7848         FIXME about Emacs 21 and XEmacs compatibility.
7849         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7850         compatibility.
7851         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7852         compatibility.
7853         (gnus-bookmark-menu-heading): Fix version.
7854
7855 2006-06-19  Bastien Guerry  <bzg@altern.org>
7856
7857         * gnus-bookmark.el: New file.
7858
7859 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * message.el (message-syntax-checks): Doc fix.
7862
7863 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7864
7865         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7866         unsubscribed groups as if they were killed ones.  It causes duplicate
7867         entries in gnus-newsrc-alist.
7868
7869 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * message.el (message-syntax-checks): Doc fix.
7872         (message-send-mail): Add check for continuation headers.
7873         (message-check-news-header-syntax): Fix regexp used to check for
7874         continuation headers.
7875
7876 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7879
7880 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7883
7884 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7887         default-truncate-lines.
7888
7889 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7892         to fill the utf-8 entry.
7893
7894         * lpath.el: Fbind unicode-precedence-list.
7895
7896 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7897
7898         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7899
7900 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7901
7902         * gnus-agent.el (directory-files-and-attributes): Move all the way
7903         forward (the third and final move).
7904         (gnus-agent-read-agentview): Trap reconstruction errors due to
7905         nonexistant directory.  Handle by returning nil.
7906
7907 2006-05-30  Didier Verna  <didier@xemacs.org>
7908
7909         * message.el (message-dont-reply-to-names): Update the custom type.
7910         * message.el (message-dont-reply-to-names): New defsubst: potentially
7911         convert a list of regexps into a single one.
7912         * message.el (message-get-reply-headers): Use it.
7913         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7914
7915 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-agent.el (directory-files-and-attributes): Move forward.
7918
7919 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * gnus-ml.el (gnus-mailing-list-subscribe)
7922         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7923         (gnus-mailing-list-message): Fix doc strings.
7924
7925 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7926
7927         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7928         of doing it manually.
7929
7930 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7933         comment.
7934
7935 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7936
7937         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7938         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7939         (gnus-agent-read-local): All symbols allocated in my-obarray.
7940         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7941         (gnus-agent-regenerate-group): Check numeric names to see if they are
7942         messages or groups.
7943         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7944         better way of do this...)
7945
7946         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7947         'dummy.group' (there should be a better way of do this...)
7948
7949 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7952         (gnus-saved-headers): Ditto.
7953         (gnus-default-article-saver): Mention functions may have properties.
7954         (gnus-article-save): Override gnus-save-all-headers and
7955         gnus-saved-headers by :headers property which saver function may have.
7956         (gnus-summary-save-in-file): Add :headers property.
7957         (gnus-summary-write-to-file): Ditto.
7958
7959         * gnus-sum.el (gnus-summary-save-article): Bind
7960         gnus-prompt-before-saving to t when saving many articles in a file;
7961         always show all headers.
7962
7963         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7964
7965 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7966
7967         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7968         marks.
7969
7970         * message.el (message-indent-citation): Add optional arguments to allow
7971         using it outside of message buffers.
7972
7973         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7974         (gnus-article-treat-unfold-headers): Use it.
7975         (gnus-article-truncate-lines): New variable.
7976         (gnus-article-mode): Use it.
7977         (gnus-article-toggle-truncate-lines): New function.
7978
7979         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7980         gnus-article-toggle-truncate-lines.
7981
7982         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7983         coding system in XEmacs, use binary.
7984
7985 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7988         after-load-alist.
7989
7990         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7991         this function should save decoded articles.
7992         (gnus-summary-write-to-file): Use property to specify this function
7993         should save decoded articles and specify gnus-summary-save-in-file
7994         should be used to save articles other than the first one when saving
7995         many articles.
7996         (gnus-summary-save-body-in-file): Use property to specify this
7997         function should save decoded articles.
7998         (gnus-summary-write-body-to-file): Use property to specify this
7999         function should save decoded articles and specify
8000         gnus-summary-save-body-in-file should be used to save articles other
8001         than the first one when saving many articles.
8002
8003         * gnus-sum.el (gnus-summary-save-article): Simplify.
8004
8005 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * gnus-art.el (gnus-default-article-saver): Add
8008         gnus-summary-write-body-to-file.
8009         (gnus-article-save-coding-system): Don't use coding system object
8010         in XEmacs.
8011         (gnus-read-save-file-name): Add optional `dir-var' argument which
8012         specifies directory in which files are saved; work even if optional
8013         `variable' argument is not specified.
8014         (gnus-summary-write-to-file): Read file name.
8015         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8016         (gnus-summary-write-body-to-file): New function.
8017
8018         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8019         (gnus-summary-local-variables): Add it.
8020         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8021         (gnus-summary-save-article): Remove optional `decode' argument;
8022         determine whether to decode articles by the value of
8023         gnus-default-article-saver; when saving many files using
8024         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8025         it first and use gnus-summary-save-in-file or
8026         gnus-summary-save-body-in-file thereafter unless
8027         gnus-prompt-before-saving is always; move point to article which
8028         will be saved.
8029         (gnus-summary-save-article-file): Revert.
8030         (gnus-summary-write-article-file): Revert.
8031         (gnus-summary-save-article-body-file): Revert.
8032         (gnus-summary-write-article-body-file): New function.
8033
8034 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * gnus-art.el (gnus-default-article-saver): Doc fix.
8037         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8038         from gnus-summary-save-article-coding-system, and default to a
8039         certain coding system.
8040         (gnus-output-to-file): Add coding cookie and encode text according
8041         to gnus-article-save-coding-system; don't use mm-append-to-file.
8042
8043         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8044         gnus-art.el and rename to gnus-article-save-coding-system.
8045         (gnus-summary-save-article): Require gnus-art; don't show all
8046         headers if it decodes articles; don't add coding cookie here;
8047         don't bind mm-text-coding-system-for-write.
8048         (gnus-summary-save-article-file): Save decoded articles.
8049         (gnus-summary-write-article-file): When saving many files, use
8050         gnus-summary-write-to-file first and gnus-summary-save-in-file
8051         thereafter unless gnus-prompt-before-saving is always.
8052         (gnus-summary-save-article-body-file): Save decoded articles.
8053
8054         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8055
8056 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * nnrss.el (nnrss-check-group): Bind hash-index.
8059
8060 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8061
8062         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8063         its hash index.  Store this hash in `nnrss-group-data'.
8064         (nnrss-read-group-data): Update accordingly.
8065
8066 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8069         entry.
8070
8071         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8072         gnus-article-browse-html-article.
8073
8074 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8075
8076         * gnus-sum.el (gnus-summary-mime-map): Add
8077         gnus-article-browse-html-article.
8078
8079         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8080
8081 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8084         suitable coding systems in customize.
8085
8086 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * mail-source.el (mail-sources): Fix custom type.
8089
8090 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8093         (gnus-summary-expire-articles-now): Shorten prompt.
8094
8095         * gmm-utils.el (wid-edit): Require.
8096         (defun-gmm): Renamed from `gmm-defun-compat'.
8097         (gmm-image-search-load-path): Use it.
8098         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8099
8100 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8103         variable.
8104         (gnus-summary-save-article): Add optional `decode' argument.  If
8105         it is set and gnus-summary-save-article-coding-system is non-nil,
8106         save decoded article.
8107         (gnus-summary-write-article-file): Save decoded article if
8108         gnus-summary-save-article-coding-system is non-nil.
8109
8110         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8111         type.
8112
8113 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8116
8117 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8120         first to test gnus-single-article-buffer which may be buffer-local.
8121
8122         * gnus-sum.el (gnus-summary-setup-buffer): Make
8123         gnus-single-article-buffer buffer-local and nil in ephemeral
8124         group; make gnus-article-buffer, gnus-article-current, and
8125         gnus-original-article-buffer always buffer-local.
8126         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8127         group.
8128         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8129
8130 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * nnml.el (nnml-request-compact-group): Compressed files might not
8133         have .gz extension.
8134
8135 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8136
8137         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8138         (mm-copy-to-buffer): Use with-current-buffer.
8139         (mm-display-part): Simplify.
8140         (mm-inlinable-p): Add optional arg `type'.
8141
8142 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8143
8144         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8145         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8146         Try harder to show the attachment internally or externally using
8147         gnus-mime-view-part-as-type.
8148
8149 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * message.el (message-from-style, message-signature-separator)
8152         (message-user-organization-file, message-send-mail-function)
8153         (message-citation-line-function, message-yank-prefix)
8154         (message-indent-citation-function, message-signature)
8155         (message-signature-file, message-signature-insert-empty-line):
8156         Remove autoloads.
8157
8158         * gnus-art.el (gnus-buttonized-mime-types): Remove
8159         "multipart/signed".  Revert 2006-04-26 change.
8160
8161 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162
8163         * gnus.el (gnus-version-number): Bump version.
8164
8165 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8166
8167         * gnus.el: No Gnus v0.5 is released.
8168
8169 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8170
8171         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8172         fetching articles by message-id.
8173
8174 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * message.el (hashcash): Require hashcash as normal.
8177
8178         * ecomplete.el (ecomplete-highlight-match-line): Use
8179         point-at-eol.
8180         (ecomplete-highlight-match-line): Use `highlight', because that
8181         face exists in both Emacs and XEmacs.
8182
8183         * message.el (message-display-abbrev): Use point-at-bol.
8184
8185         * mail-source.el: Don't require timer/timer-funcs.
8186
8187         * gnus-async.el: Ditto.
8188
8189         * password.el: Ditto.
8190
8191         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8192
8193         * mm-url.el: Ditto.
8194
8195         * gnus-xmas.el: Don't require timer-funcs.
8196
8197         * mm-util.el: Require timer/timer-funcs.
8198
8199 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8200
8201         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8202         Close.
8203
8204 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8207         unibyte after clear-decrypt function runs.
8208
8209         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8210         returns as a unibyte string.
8211
8212 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * lpath.el: Revert.
8215
8216         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8217         (pgg-gpg-process-sentinel): Revert.
8218
8219         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8220         (pgg-pgp-lookup-key): Revert.
8221
8222         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8223         (pgg-pgp5-lookup-key): Revert.
8224
8225         * pgg.el (pgg-fetch-key): Revert.
8226
8227 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * lpath.el: Fbind string-as-multibyte for XEmacs.
8230
8231         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8232         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8233         (mml1991-pgg-encrypt): Ditto.
8234
8235         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8236         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8237         a multibyte buffer.
8238
8239         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8240         (pgg-pgp-lookup-key): Ditto.
8241
8242         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8243         (pgg-pgp5-lookup-key): Ditto.
8244
8245         * pgg.el (pgg-fetch-key): Ditto.
8246
8247 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * message.el (message-user-organization-file): Check several
8250         locations of the organization file.
8251
8252         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8253         Add gnus-article-view-part-as-type.
8254
8255         * gnus-art.el (gnus-article-view-part-as-type): New function.
8256
8257         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8258         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8259
8260         * mml.el: Simplify autoload.
8261         (mml-mode): defvar dnd-protocol-alist instead of using
8262         symbol-value.
8263         (mml-default-directory): New variable.
8264         (mml-minibuffer-read-file): Use it.
8265         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8266
8267         * message.el (message-citation-line-format): New variable.
8268         (message-insert-formated-citation-line): New function.
8269         (message-citation-line-function): Add
8270         `message-insert-formated-citation-line' to custom type.
8271
8272         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8273         to doc string.
8274
8275         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8276         depending on mm-verify-option.
8277
8278 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8281         binding pgg-* variables; reimplement the section which prevents
8282         MIME header from being signed.
8283         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8284         pgg-text-mode; remove a blank line at the top of body.
8285
8286         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8287         lines at the top of body; use gnus-newsgroup-charset if there's no
8288         Charset header.
8289
8290 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * message.el (message-self-insert-commands): Doc fix.
8293
8294         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8295         (mm-uu-pgp-encrypted-test): Ditto.
8296         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8297         between header and body; return application/pgp-encrypted handle
8298         if decryption failed; decode decrypted body by charset.
8299
8300         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8301         element match to application/pgp-*.
8302
8303 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8304
8305         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8306         HTML.
8307
8308 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8309
8310         * mail-source.el (mail-source-call-script): Message the error
8311         string.
8312
8313 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * gnus-util.el (gnus-byte-compile): Use it.
8316
8317 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8318
8319         * gnus-util.el (kill-empty-logs): New function.
8320
8321 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * message.el (message-mail-alias-type): Doc fix.
8324         (message-mail-alias-type-p): New function.
8325         (message-send): Use it.
8326         (message-mode): Ditto.
8327         (message-strip-forbidden-properties): Ditto.
8328
8329         * ecomplete.el (ecomplete-database-file-coding-system): New
8330         variable.
8331         (ecomplete-save): Use it.
8332         (ecomplete-setup): Use it.
8333
8334 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * message.el (message-self-insert-commands): New variable.
8337         (message-strip-forbidden-properties): Use it.
8338
8339 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8340
8341         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8342         that doesn't make XEmacs choke.
8343
8344 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * gnus-util.el (gnus-replace-in-string):
8347         Prefer replace-regexp-in-string over of replace-in-string.
8348
8349 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * gnus-util.el (gnus-select-frame-set-input-focus):
8352         Use select-frame-set-input-focus if it is available in XEmacs; use
8353         definition defined in Emacs 22 for old Emacsen.
8354
8355         * dgnushack.el: Autoload unmorse-region for XEmacs.
8356
8357         * lpath.el: Bind cursor-in-non-selected-windows and
8358         select-frame-set-input-focus for XEmacs.
8359
8360 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8363
8364 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8365
8366         * gnus-registry.el (gnus-registry-cache-save): Remove text
8367         properties when saving via the temp buffer.
8368
8369 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * message.el (message-generate-hashcash): Honor custom type.
8372
8373 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8374
8375         * message.el (message-generate-hashcash): Default to non-nil when
8376         hashcash is found.
8377
8378         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8379         (gnus-refer-thread-limit): Increase default to 500.
8380
8381         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8382
8383         * flow-fill.el (fill-flowed): Allow delete-space.
8384
8385 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8388         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8389         Remove autoloads.
8390
8391 2006-04-18  Simon Josefsson  <jas@extundo.com>
8392
8393         * message.el (message-generate-hashcash): Default to.
8394
8395 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8398         concatenating segments rather than before concatenating them.
8399
8400 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8403
8404 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8407
8408         * message.el (message-forward-make-body-plain): Allow
8409         message-forward-ignored-headers to be a list.
8410         (message-remove-ignored-headers): Factor out into function.
8411         (message-forward-make-body-mml): Use it.
8412
8413         * imap.el (imap-quote-specials): New function.
8414         (imap-login-auth): Quote specials.
8415
8416         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8417         (rfc2231-parse-string): Allow concatanation of parameters that
8418         aren't contiguous.  The test case is
8419           (mail-header-parse-content-type "message/external-body;
8420             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8421             access-type=LOCAL-FILE;
8422             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8423
8424 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8425
8426         * nntp.el (nntp-accept-process-output): Return the value of
8427         `nnheader-accept-process-output'.
8428
8429 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8432         (gnus-button-alist): Recognize more diff formats.
8433         (gnus-button-patch): Strip directory.
8434
8435 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8438         Emacs 22 when setting focus.
8439
8440 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * gnus-art.el (gnus-article-treat-types): Do treatment of
8443         text/x-verbatim parts.
8444         (gnus-button-patch): New command.
8445
8446         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8447         addresses that contain invalid characters.
8448
8449 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * message.el (message-put-addresses-in-ecomplete): Use
8452         gnus-replace-in-string.
8453         (message-is-yours-p): Use the more correct
8454         mail-header-parse-address instead of
8455         mail-extract-address-components.
8456         (message-put-addresses-in-ecomplete): Fix typo.
8457
8458         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8459         keystroke.
8460
8461         * gnus-art.el (gnus-treatment-function-alist): Change order of
8462         newsgroups/generic header folding to avoid double-folding.
8463
8464         * message.el (message-hidden-headers): Add X-Draft-From.
8465
8466         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8467         command.
8468         (gnus-summary-repeat-search-article-backward): New command.
8469
8470         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8471         groups in the parent topic.
8472
8473 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8474
8475         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8476         (spam-extra-header-to-number): Return the CRM114 number as a
8477         number instead of a string.
8478
8479 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus-art.el (gnus-face-properties-alist): Moved here from
8482         gnus-fun.
8483
8484         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8485
8486 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * message.el (message-strip-forbidden-properties): Only display on
8489         self-insert-command.
8490
8491         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8492         reindent.
8493         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8494
8495 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8496
8497         * smiley.el (smiley-style): Fix typo.
8498
8499 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * hashcash.el (hashcash-insert-payment-async-2): Use
8502         message-goto-eoh instead of doing it manually.
8503         (mail-add-payment): Use message-narrow-to-header instead of trying
8504         to do the same itself.
8505
8506         * message.el (message-hidden-headers): Add Face.
8507
8508         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8509         reparenting code.
8510         (gnus-summary-reparent-children): Refactored out code.
8511         (gnus-summary-thread-map): New keystroke.
8512         (gnus-summary-reparent-children): Make into command.
8513
8514         * smiley.el (smiley-style): Default to `medium' if using a large
8515         font.
8516
8517         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8518         does it itself.
8519
8520         * message.el (message-point-in-header-p): Simplify definition.
8521
8522 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * nnagent.el (nnagent-request-set-mark): Silence log file
8525         writing.
8526         (nnagent-request-set-mark): Use write-region instead of
8527         append-to-file.
8528
8529         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8530         strange select method.
8531
8532         * ecomplete.el (ecomplete-display-matches): Get highlightling
8533         right.
8534         (ecomplete-display-matches): Use literals.
8535         (ecomplete-display-matches): Disable message logging.
8536
8537         * message.el (message-display-abbrev): Small optimization.
8538
8539         * ecomplete.el (ecomplete-display-matches): Allow automatic
8540         display.
8541
8542         * message.el (message-strip-forbidden-properties): Display
8543         abbrevs.
8544         (message-display-abbrev): Get automatic display right.
8545
8546         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8547         keystrokes.
8548
8549 2006-04-13  Romain Francoise  <romain@orebokech.com>
8550
8551         TODO: Backport to v5-10!
8552
8553         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8554         Moved here (and renamed) from gnus-registry.el.
8555
8556         * gnus-registry.el: Require gnus-util.
8557         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8558
8559 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8560
8561         * gnus-group.el (gnus-group-catchup-current): Change
8562         if-then-else-if-then-else into cond.
8563         (gnus-group-catchup): Indent.
8564         (group-name-at-point): New function.
8565         (gnus-fetch-group): Provide default from thing at point.
8566
8567 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * message.el (message-display-abbrev): Fix regexp.
8570
8571         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8572         choosing.
8573         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8574         dead variables.
8575
8576         * message.el (message-newline-and-indent): Remove debugging.
8577         (message-display-abbrev): Use new implementation.
8578
8579 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8580
8581         * gnus-art.el (gnus-article-mode): Set
8582         cursor-in-non-selected-windows to nil.
8583
8584         * smiley.el: Revert previous change.
8585         (smiley-data-directory): defvar it before using it in the
8586         defcustom of `smiley-style'.
8587
8588 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589
8590         * message.el (message-newline-and-indent): New function.
8591
8592         * ecomplete.el: Implement more bits.
8593
8594         * message.el (message-put-addresses-in-ecomplete): Clean up the
8595         string.
8596
8597         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8598
8599         * gnus-sum.el (gnus-summary-save-parts): Bind
8600         gnus-summary-save-parts-counter and use it to make unique file
8601         names.
8602
8603         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8604
8605         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8606         parameter to say whether to actually parse the individual
8607         addresses.
8608
8609         * message.el (message-put-addresses-in-ecomplete): New function.
8610         (ecomplete): Require.
8611         (message-mail-alias-type): Add ecomplete as an option.
8612
8613 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8614
8615         * flow-fill.el (fill-flowed): Remove trailing space from blank
8616         quoted lines.
8617
8618 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * smiley.el (smiley-style): Move definition later to avoid a
8621         compilation warning.
8622
8623 2006-04-12  Kenichi Handa  <handa@m17n.org>
8624
8625         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8626         buffer and then decode the buffer text if necessary.
8627         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8628         first, and after mm-encode-body, change the buffer to unibyte.
8629         Use mm-disable-multibyte instead of set-buffer-multibyte.
8630
8631 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8634         Content-Type header instead of Content-Disposition header.
8635         (gnus-mime-inline-part): Ditto.
8636         (gnus-mime-view-part-as-charset): Ignore charset that the part
8637         specifies.
8638
8639         * mm-decode.el (mm-display-part): Work with external parts and
8640         usual parts similarly.
8641
8642         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8643         instead of gnus-display-mime.
8644
8645         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8646         instead of with-temp-buffer.
8647
8648         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8649         tag to summarized topics part in order to encode non-ASCII text.
8650
8651 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * smiley.el (smiley-style): New variable.
8654         (smiley-directory): New function.
8655         (smiley-data-directory): Derive from `smiley-style' using
8656         `smiley-directory'.
8657         (smiley-regexp-alist): Add new entries.
8658
8659         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8660         (gnus-article-browse-delete-temp): Add :version.
8661
8662 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8663
8664         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8665         the sieve region.
8666
8667 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8668
8669         * gnus.el (gnus-version-number): Bump version.
8670
8671 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8672
8673         * gnus.el: No Gnus v0.4 is released.
8674
8675 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8676
8677         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8678         layout.
8679
8680         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8681         unknown charset.
8682
8683         * message.el (message-header-synonyms): Add Original-To to the
8684         default.
8685
8686         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8687         optional parameter.
8688
8689 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * gnus-fun.el (gnus): Require it for gnus-directory.
8692
8693 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8696
8697 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8698
8699         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8700
8701 2006-04-05  Simon Josefsson  <jas@extundo.com>
8702
8703         * password.el (password-reset): New function.
8704
8705 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8706
8707         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8708         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8709
8710 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8711
8712         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8713         Some whitespace was matched into the url, which broke browsing hits
8714         > 100 when mm-url-use-external was nil.
8715
8716 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8719         gnus-extra-headers for 'Newsgroups.
8720
8721         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8722         bound.
8723
8724 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8725
8726         * pgg-gpg.el: Clean up process buffers every time gpg processes
8727         complete.
8728
8729 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8732         doc string.
8733
8734 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8735
8736         * pgg-gpg.el (pgg-gpg-process-filter)
8737         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8738
8739         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8740         lines, temporary fix.
8741
8742 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8745
8746 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8747
8748         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8749         default-enable-multibyte-characters.  This reverts the change from
8750         revision 6.17 which is no longer necessary because the passphrase
8751         is sent separately now.  GnuPG messages are unreadable under
8752         multibyte locales with default-enable-multibyte-characters set to
8753         nil.
8754
8755 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * message.el (message-tool-bar-gnome): Move "spell".
8758
8759 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8762         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8763         instead.
8764
8765 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8766
8767         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8768         newsgroups handling for NNTP overviews which don't include
8769         Newsgroups.
8770
8771 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8772
8773         * message.el (message-resend): Bind message-generate-hashcash to nil.
8774
8775 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8776
8777         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8778         when searching for already-paid recipients.
8779
8780 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8781
8782         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8783         passphrases when it is not needed.
8784         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8785         passphrase stuff from gpg, should only be necessary when you use
8786         gpg with a smartcard.
8787
8788 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * mml.el (mml-insert-mime): Ignore cached contents of
8791         message/external-body part.
8792
8793         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8794         (mm-insert-part): Ditto.
8795
8796 2006-03-23  Simon Josefsson  <jas@extundo.com>
8797
8798         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8799         Reiner.
8800         (pgg-gpg-use-agent-p): Use it again.
8801
8802 2006-03-23  Simon Josefsson  <jas@extundo.com>
8803
8804         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8805         older emacsen.
8806         (pgg-gpg-use-agent-p): Don't use it.
8807
8808 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8811         if we can.
8812
8813 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8814
8815         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8816         (pgg-gpg-update-agent): New function.
8817         (pgg-gpg-use-agent-p): New function.
8818         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8819         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8820         (pgg-gpg-sign-region): Use it.
8821
8822 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8825         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8826
8827 2006-03-21  Simon Josefsson  <jas@extundo.com>
8828
8829         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8830         <wilde@sha-bang.de>.
8831         (pgg-gpg-use-agent): New variable.
8832         (pgg-gpg-process-region): Use it.
8833         (pgg-gpg-encrypt-region): Likewise.
8834         (pgg-gpg-encrypt-symmetric-region): Likewise.
8835         (pgg-gpg-decrypt-region): Likewise.
8836         (pgg-gpg-sign-region): Likewise.
8837         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8838
8839 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8842
8843         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8844         Add comment on version.
8845
8846 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * smiley.el: Add missing test smiley.
8849
8850 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * mm-decode.el (mm-with-part): New macro.
8853         (mm-get-part): Use it; work with message/external-body as well.
8854         (mm-save-part): Treat name and filename equally.
8855
8856         * mm-extern.el (mm-extern-cache-contents): New function.
8857         (mm-inline-external-body): Use it; force the part to be displayed;
8858         move undisplayer added to the cached handle to the parent.
8859
8860         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8861         (gnus-mime-view-part-as-type): Work with message/external-body.
8862
8863         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8864
8865 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8868         images in image-load-path.  [Sync with image.el, revision 1.60, in
8869         Emacs.]
8870
8871 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8874         path rather than symbol.  Always return list of directories.
8875         Guarantee that image directory comes first.  [Sync with image.el,
8876         revision 1.59, in Emacs.]
8877
8878         * message.el (message-make-tool-bar): Adjust to new API of
8879         `gmm-image-load-path-for-library'.
8880
8881         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8882
8883         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8884
8885 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8886
8887         * gnus-art.el (gnus-article-only-boring-p):
8888         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8889         intangible text.
8890         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8891
8892 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8895         `defun' instead of `gmm-defun-compat'.
8896
8897 2006-03-14  Simon Josefsson  <jas@extundo.com>
8898
8899         * message.el (message-unique-id): Don't use message-number-base36
8900         if (user-uid) is a float.
8901         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8902
8903 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8906
8907         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8908         empty line between a part and a message part.
8909
8910 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * smiley.el: Add more test smileys.
8913         (smiley-data-directory, smiley-regexp-alist)
8914         (gnus-smiley-file-types): Fix doc strings.
8915         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8916         adding new elements.
8917         (smiley-mouse-map): Unused code.  Make it a comment.
8918
8919 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8922         scan latest NoCeM messages instead of old ones.
8923         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8924         delimiters that are recently used.
8925         (gnus-nocem-load-cache): Add autoload cookie.
8926
8927         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8928
8929         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8930         level which is larger than gnus-use-nocem is specified.
8931
8932         * gnus-group.el (gnus-group-get-new-news): Ditto.
8933
8934 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gnus-util.el (gnus-tool-bar-update): New function.
8937
8938         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8939         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8940
8941         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8942
8943         * gnus-group.el (gnus-group-redraw-when-idle)
8944         (gnus-group-redraw-check): Remove.
8945         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8946
8947 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8950         if optional last element is specified in splits (FIELD VALUE...).
8951
8952 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8955         to gmm-image-load-path-for-library.  Call with no-error argument.
8956         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8957
8958         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8959
8960         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8961
8962         * gmm-utils.el (gmm-image-load-path): Remove alias.
8963
8964 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * gmm-utils.el (gmm-image-load-path): Add alias.
8967
8968         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8969         nnml-generate-nov-databases-1.
8970         (nnml-generate-nov-databases): Use it.
8971         (nnml-generate-nov-databases-directory): Document no-active
8972         argument.
8973
8974         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8975         directory if path is t.  Add no-error.
8976
8977         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8978         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8979
8980         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8981         resetting gnus-article-browse-html-temp-list.
8982
8983         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8984         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8985         Add example to docstring.  Rename local variables.  Move error
8986         checks to default case in cond and simplify.
8987
8988 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8991         handle is multipart when calling it recursively.
8992         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8993
8994 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8995
8996         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8997         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8998
8999 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9002         is loaded.
9003
9004         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9005         loaded.
9006
9007 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9010         to "Emacs 23 (unicode)" in doc string.
9011
9012         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9013         "Emacs 23 (unicode)" in comment.
9014
9015 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9018
9019         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9020         characters 160 through 255 in Emacs 23.
9021
9022 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9025         gnus-article-browse-html-temp.
9026         (gnus-article-browse-delete-temp): Make it customizable.  Add
9027         `file'.  Adjust doc string.
9028         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9029         query for each file.  Adjust doc string.
9030         (gnus-article-browse-html-parts): Add
9031         `gnus-article-browse-delete-temp-files' to
9032         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9033
9034 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9035
9036         * gnus-art.el (gnus-article-browse-html-temp)
9037         (gnus-article-browse-delete-temp): New variables.
9038         (gnus-article-browse-delete-temp-files): New function.
9039         (gnus-article-browse-html-parts): Use it.
9040
9041 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9044
9045         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9046         string.
9047
9048         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9049         gnus-summary-insert-new-articles when unplugged.  Remove
9050         gnus-summary-search-article-forward.
9051
9052         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9053         display-visual-class instead of display-color-cells.
9054
9055 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * dgnushack.el: Autoload customize-group for XEmacs.
9058
9059         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9060         message/* containing non-ASCII text properly.
9061
9062 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9063
9064         * message.el: Require gmm-utils, remove autoloads.
9065         (message-tool-bar): Set default based on
9066         gmm-tool-bar-style.
9067         (message-tool-bar-gnome): Add gmm-customize-mode.
9068
9069         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9070         gmm-tool-bar-style.
9071         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9072
9073         * gnus-group.el (gnus-group-tool-bar): Set default based on
9074         gmm-tool-bar-style.
9075         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9076
9077         * gmm-utils.el (gmm-image-directory): Rename variable from
9078         gmm-image-load-path.
9079         (gmm-image-load-path): Use gmm-image-directory.
9080         (gmm-customize-mode): New function.
9081         (gmm-tool-bar-style): New variable.
9082
9083         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9084         gnus-group-redraw-line-number.
9085         (gnus-group-redraw-check): Simplify.
9086         (gnus-group-tool-bar-update): Remove redraw check.
9087         (gnus-group-make-tool-bar): Add redraw check.
9088
9089 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9090
9091         * gnus-art.el (gnus-button): Add missing parentheses.
9092
9093 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * lpath.el: Fbind line-number-at-pos.
9096
9097 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9100
9101 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-art.el (gnus-button): New face.
9104         (gnus-article-button-face): Use it.
9105
9106         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9107         gnus-summary-next-page.  Re-order.
9108
9109         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9110         next-node are now included.
9111         (gnus-group-redraw-line-number): New internal variable.
9112         (gnus-group-redraw-check): Helper function for updating the tool
9113         bar.
9114         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9115
9116         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9117
9118         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9119         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9120         Use it to match format of Spamassassin 3.0 and later.  Reported by
9121         IRIE Tetsuya <irie@t.email.ne.jp>.
9122         (spam-check-bogofilter)
9123         (spam-bogofilter-register-with-bogofilter): Fix args of
9124         `gnus-error' calls.
9125
9126 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9129         unnecessary interaction when sending queued mails.  Reported by
9130         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9131
9132 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9135         first or last are nil.
9136
9137 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9138
9139         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9140
9141 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9144
9145 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9146
9147         * dns.el (query-dns): Protect more against buggy tcp output.
9148
9149 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9152         nov.php.
9153
9154 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9155
9156         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9157         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9158         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9159         output on the server side.
9160         (nnweb-google-create-mapping): Update regexps and add some
9161         progress indication.
9162
9163 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9166         gnus-agent-toggle-plugged.  Re-order icons.
9167         (gnus-group-tool-bar-gnome): Add
9168         gnus-group-{prev,next}-unread-group.
9169         (gnus-group-tool-bar-gnome): Re-order icons.
9170
9171         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9172         gnus-summary-insert-new-articles.
9173
9174         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9175         comments.
9176
9177         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9178         also available in Emacs 21.3.
9179
9180         * message.el (message-fix-before-sending): Change "Emacs 22" to
9181         "Emacs 23 (unicode)" in comment.
9182
9183         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9184         "Emacs 23 (unicode)" in comment.
9185
9186         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9187         comment.
9188         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9189
9190         * mm-view.el (mm-fill-flowed): Add :version.
9191
9192 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9195         and load-path.
9196
9197 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * message.el: Autoload gmm-image-load-path.
9200         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9201         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9202         consitency.
9203
9204         * gmm-utils.el (gmm-image-load-path): Also search in
9205         "../etc/images".  Don't set gmm-image-load-path if we don't find
9206         the image.
9207
9208 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gmm-utils.el (gmm-image-load-path): Don't make
9211         `gmm-image-load-path' include subdirectories which the second arg
9212         `image' might specify.
9213
9214         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9215         subdirectory to icon file names.
9216
9217         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9218
9219 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9222         gmm-image-load-path calls.
9223
9224         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9225
9226         * message.el (message-make-tool-bar): Ditto.
9227
9228         * mml.el (mml-preview): Added comment concerning tool bar icons.
9229
9230         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9231         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9232
9233         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9234         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9235
9236         * message.el (message-tool-bar-gnome): Use new icon names.
9237         (message-make-tool-bar): Use `gmm-image-load-path'.
9238
9239         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9240         functions from MH-E.
9241         (gmm-image-load-path): New variable from MH-E.
9242         (gmm-image-load-path): New function from MH-E.  Added arguments
9243         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9244         *-image-load-path-called-flag.
9245
9246 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9247
9248         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9249
9250 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9251
9252         * nnimap.el (nnimap-request-move-article): Change folder back to
9253         source group before deleting.
9254
9255 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9258
9259         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9260         mm-url.
9261
9262         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9263
9264 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9267         coding system which mm-charset-to-coding-system returns for a
9268         given charset is valid.
9269
9270 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9271
9272         * html2text.el (html2text-remove-tag-list):
9273         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9274
9275 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9276
9277         * gnus-cus.el: Revert 2005-10-17 change.
9278
9279 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * gnus-art.el (article-strip-banner): Call
9282         article-really-strip-banner only when the regexp match is made.
9283
9284 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-art.el (article-strip-banner): Use
9287         gnus-extract-address-components instead of
9288         mail-header-parse-addresses to make it work with non-ASCII text;
9289         remove mail-encode-encoded-word-string.
9290
9291         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9292         values which are surrounded with \"...\"; make it never cause a
9293         Lisp error; give up parsing of parameters if it failed in
9294         extracting type.
9295
9296 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9297
9298         * smime.el (smime-cert-by-ldap-1): Fix bug where
9299         `smime-ldap-search' returns results without userCertificates.
9300
9301 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9304
9305 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * spam.el (spam-check-spamassassin-headers): Adapt format for
9308         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9309         <ari@mbf.ocn.ne.jp>.
9310         (spam-list-of-processors): Add spam-use-gmane.
9311
9312 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9315         make-temp-file; make it work with XEmacs as well.
9316
9317         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9318         mm-make-temp-file.
9319
9320         * mm-decode.el (mm-display-external): Use the 3rd arg of
9321         mm-make-temp-file.
9322         (mm-create-image-xemacs): Ditto.
9323
9324 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9327         with message-narrow-to-headers.
9328         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9329         (gnus-draft-check-draft-articles): New function.
9330         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9331
9332 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9333
9334         * gnus-art.el (gnus-article-browse-html-parts):
9335         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9336         Don't use suffix argument for mm-make-temp-file for Emacs 21
9337         compatibility.  Remove useless `format'.
9338
9339 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9340
9341         * nnweb.el (nnweb-google-wash-article): Update regexps.
9342         (nnweb-group-alist): Use defvoo instead of defvar.
9343
9344 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9347         re-loading nn* modules.
9348
9349 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9352         for `tool-bar-mode' and don't check it's default-value.
9353
9354         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9355
9356         * message.el (message-make-tool-bar): Ditto.
9357
9358         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9359         `substring'.  Shorten tmp-file name.
9360
9361         * gnus.el: Remove bogus comment.
9362
9363 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9364
9365         * gnus-art.el (gnus-article-browse-html-parts): New function.
9366         (gnus-article-browse-html-article): New function for viewing html
9367         articles with a browser.
9368
9369 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9370
9371         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9372         in elisp.
9373         (pgg-gpg-encrypt-symmetric-region): Ditto.
9374         (pgg-gpg-sign-region): Ditto.
9375
9376         * pgg-def.el (pgg-text-mode): New variable.
9377
9378         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9379         (mml2015-pgg-encrypt): Ditto.
9380
9381         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9382         (mml1991-pgg-encrypt): Ditto.
9383
9384 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9387         message-make-date instead of current-time-string.
9388
9389         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9390         to gnus-decoded which mm-uu might set.
9391
9392 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9395         don't decode quoted parameters; remove misimported Emacs code.
9396         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9397         (rfc2231-decode-encoded-string): Don't use split-string which
9398         behaves differently according to Emacs version; use
9399         mm-decode-coding-region to convert charset to coding-system.
9400         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9401         (rfc2231-encode-string): Remove misimported Emacs code.
9402
9403 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9406         when calling mail-header-parse-content-type.
9407         (article-de-quoted-unreadable): Ditto.
9408         (article-de-base64-unreadable): Ditto.
9409         (article-wash-html): Ditto.
9410
9411         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9412         calling mail-header-parse-content-type and
9413         mail-header-parse-content-disposition.
9414         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9415         mail-header-parse-content-type.
9416
9417         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9418         insert charset and format parameters; encode description after
9419         inserting it to buffer.
9420         (mml-insert-parameter): Fold lines properly even if a parameter is
9421         segmented into two or more lines; change the max column to 76.
9422
9423         * rfc1843.el (rfc1843-decode-article-body): Don't use
9424         ignore-errors when calling mail-header-parse-content-type.
9425
9426         * rfc2231.el (rfc2231-parse-string): Return at least type if
9427         possible; don't cause an error even if it fails in parsing of
9428         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9429         (rfc2231-encode-string): Don't break lines at the beginning, leave
9430         it to mml-insert-parameter.
9431
9432         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9433         calling mail-header-parse-content-type.
9434
9435 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * spam-report.el (spam-report-gmane-use-article-number):
9438         Improve doc string.
9439         (spam-report-gmane-internal): Check if a suitable header was found
9440         in the article.
9441
9442 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9445         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9446
9447 2006-02-05  Romain Francoise  <romain@orebokech.com>
9448
9449         Update copyright notices of all files in the gnus directory.
9450
9451 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9452
9453         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9454
9455 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9458         segmented lines of parameter value to cope with Thunderbird 1.5
9459         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9460         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9461         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9462
9463 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9464
9465         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9466         parts.
9467
9468 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9469
9470         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9471         there's only one active file for all servers.
9472         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9473         solid groups.  Gnus might have used a FAST request to select the group.
9474         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9475         and nnweb-search redundantly in the active file.
9476         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9477         (nnweb-request-create-group): Don't use ARGS.
9478         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9479         initialisations.  Let nnoo do the work.
9480
9481 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9484         Say the part has been decoded.
9485
9486         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9487
9488 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9489
9490         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9491         mailcap-viewer-test-cache when there's no 'test clause, since that
9492         will invert the meaning of a "nil" test previously determined by
9493         mailcap-mailcap-entry-passes-test.
9494
9495 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9498         compiling.
9499
9500         * gnus-sum.el: Ditto.
9501
9502         * message.el: Don't bind tool-bar-map when compiling.
9503
9504 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9507
9508 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9509
9510         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9511         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9512         current Google Groups.
9513
9514 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9515
9516         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9517         and tool-bar-mode.
9518
9519         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9520         and tool-bar-mode.
9521
9522         * message.el (message-tool-bar-update): Simplify.
9523         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9524
9525         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9526         gnus-summary-buffer.
9527         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9528         gnus-summary-reply.
9529
9530         * gmm-utils.el (gmm): Add :version.
9531
9532 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * Makefile.in (clean): New rule.
9535         (distclean): Use it.
9536
9537 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9538
9539         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9540         autoload.
9541
9542 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gmm-utils.el (gmm-verbose): Add :group.
9545
9546 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * message.el: Change some comments WRT tool-bars.
9549
9550         * gnus-sum.el (gnus-summary-tool-bar)
9551         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9552         (gnus-summary-tool-bar-zap-list): New variables.
9553         (gnus-summary-make-tool-bar): Complete rewrite using
9554         `gmm-tool-bar-from-list'.
9555
9556         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9557         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9558         variables.
9559         (gnus-group-make-tool-bar): Complete rewrite using
9560         `gmm-tool-bar-from-list'.
9561         (gnus-group-tool-bar-update): New function.
9562
9563         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9564
9565 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9568         is dissected into a single part of which the type is the same as
9569         the given one; decode charset.
9570
9571 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9572
9573         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9574         into alists as symbol not string, since that's what
9575         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9576         look for.
9577
9578 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9579
9580         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9581         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9582
9583         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9584
9585 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9588         (gnus-xmas-mime-security-button-menu): New function.
9589
9590         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9591         (gnus-mime-security-button-menu): New definition.
9592         (gnus-mime-security-button-map): Use them.
9593         (gnus-mime-security-button-menu): New function.
9594         (gnus-insert-mime-security-button): Addition to help echo.
9595         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9596         (gnus-mime-security-pipe-part): New functions.
9597
9598         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9599         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9600
9601         * mm-decode.el (mm-handle-set-disposition): Remove.
9602         (mm-handle-set-description): Remove.
9603
9604 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9607         (mm-w3m-standalone-supports-m17n-p): New function.
9608         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9609         w3m usage.
9610
9611         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9612         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9613
9614 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * message.el (message-tool-bar-zap-list): Use
9617         gmm-tool-bar-zap-list as custom type.
9618         (message-tool-bar-update): New function.
9619         (message-tool-bar, message-tool-bar-gnome)
9620         (message-tool-bar-retro): Add message-tool-bar-update.
9621         (message-tool-bar-gnome): Add flyspell-buffer.
9622
9623         * gnus-util.el (gnus-error): Describe `args'.
9624
9625         * gmm-utils.el (gmm-error): Describe `args'.
9626         (gmm-tool-bar-zap-list): New widget.
9627         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9628
9629 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9632         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9633         the number of recursive calls.
9634
9635         * mm-decode.el (mm-handle-set-disposition): New macro.
9636         (mm-handle-set-description): New macro.
9637
9638 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9641         encoding.
9642
9643 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * message.el (message-tool-bar-zap-list, message-tool-bar)
9646         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9647         (message-tool-bar-local-item-from-menu): Remove.
9648         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9649         (message-make-tool-bar): New function.
9650         (message-mode): Use `message-make-tool-bar'.
9651
9652         * gmm-utils.el: New file.
9653         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9654         (gmm-lazy): New widget copied from `nnmail.el'.
9655         (gmm-tool-bar-from-list): New function for creating customizable
9656         tool bars.
9657         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9658         output.
9659         (gmm): Add :prefix to defgroup.
9660
9661 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9662
9663         * gmm-utils.el (gmm-widget-p): New function.
9664
9665 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * mml.el (mml-attach-file): Describe `description' in doc string.
9668         (mml-menu): Add Emacs MIME manual and PGG manual.
9669
9670 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9671
9672         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9673
9674 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9675
9676         * nntp.el (nntp-end-of-line): Doc fix.
9677
9678 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9679
9680         * imap.el (imap-open): Handle case where buffer is a buffer
9681         object.
9682
9683 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9684
9685         * gnus-delay.el (gnus-delay): Don't autoload.
9686         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9687         to be re-loaded when customizing the `gnus-delay' group.
9688
9689 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9690
9691         * message.el (message-insert-citation-line): Use newlines.
9692
9693 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9694
9695         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9696         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9697         these routines, so the passphrase can be managed externally and
9698         passed in to the system.
9699         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9700         pgg-add-passphrase-to-cache function.
9701
9702         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9703         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9704         these routines, so the passphrase can be managed externally and
9705         passed in to the system.
9706         (pgg-pgp5-sign-region): Use new name of
9707         pgg-add-passphrase-to-cache function.
9708
9709 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9710
9711         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9712         part of the decoded armor to find the key-identifier.
9713         (pgg-gpg-lookup-key-owner): New function to return the
9714         human-readable identifier of a key owner.
9715         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9716         itself.
9717         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9718         the key value) if we have a key and can match it against a secret
9719         key.  Also, added a note pointing out fact that the prompt only
9720         indicates the first matching key.
9721
9722         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9723         pgg-decrypt-region.
9724         (pgg-add-passphrase-to-cache): Rename from
9725         `pgg-add-passphrase-cache' to reduce confusion (all callers
9726         changed).
9727         (pgg-remove-passphrase-from-cache): Rename from
9728         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9729         changed).
9730         (pgg-read-passphrase, pgg-add-passphrase-cache)
9731         (pgg-remove-passphrase-cache): Add informative docstrings.
9732         (pgg-decrypt): Convey provided passphrase in subordinate call to
9733         pgg-decrypt-region.
9734
9735 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9736
9737         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9738         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9739         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9740         'passphrase' argument, so the passphrase can be managed externally
9741         and then passed in to the system.
9742
9743         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9744         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9745         so the passphrase cache can be used reliably with identifiers
9746         besides a pgp packet's key id.
9747
9748         * pgg-gpg.el (pgg-gpg-encrypt-region)
9749         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9750         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9751         these routines, so the passphrase can be managed externally and
9752         passed in to the system.
9753
9754         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9755         'notruncate' argument, so the passphrase cache can be used
9756         reliably with identifiers besides a pgp packet's key id.
9757
9758 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9759
9760         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9761         symmetric encryption.
9762         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9763         encrypted session key.
9764         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9765         message ask for the passphrase in a proper way.
9766
9767         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9768         New user commands for symmetric encryption.
9769
9770 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9773
9774         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9775
9776 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9777
9778         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9779
9780 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * mm-decode.el (mm-inlined-types): Add application/pgp.
9783         (mm-automatic-display): Ditto.
9784
9785         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9786         part as text.
9787
9788 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * nnrss.el: Update copyright.
9791         (nnrss-opml-import): Query whether to subscribe to each entry.
9792
9793         * gnus-art.el:
9794         * gnus-sum.el:
9795         * gnus-xmas.el:
9796         * messagexmas.el:
9797         * mm-uu.el:
9798         * mm-view.el: Update copyright.
9799
9800 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * message.el (message-info): New function.
9803         (message-mode-menu): Add it.
9804         Update copyright.
9805
9806         * ChangeLog: Fix and update copyright.
9807
9808 2006-01-13  Romain Francoise  <romain@orebokech.com>
9809
9810         * message.el (message-forward-subject-name-subject): Prefer the
9811         address to 'nowhere' if the sender has no name.
9812         Fix typo.  Update copyright year.
9813
9814 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-art.el (article-wash-html): Use
9817         gnus-summary-show-article-charset-alist if a numeric arg is given.
9818         (gnus-article-wash-html-with-w3m-standalone): New function.
9819
9820         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9821         mm-inline-text-html-render-with-w3m-standalone.
9822         (mm-text-html-washer-alist): Map w3m-standalone to
9823         gnus-article-wash-html-with-w3m-standalone.
9824         (mm-inline-text-html-render-with-w3m-standalone): New function.
9825
9826 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9829         Improve LaTeX.
9830
9831 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9834         (nnrss-request-article): Render text/plain parts as HTML.
9835
9836         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9837         the buffer.
9838
9839 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9842         custom definition of `gnus-posting-styles'.
9843
9844         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9845         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9846
9847 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9850         Use nntp for bug archive.
9851
9852 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9855         parts.
9856         (nnrss-normalize-date): New function converts ISO 8601 date into
9857         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9858         (nnrss-check-group): Use it.
9859
9860 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9863
9864         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9865         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9866         (nnrss-insert-w3): Ditto.
9867
9868 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9871         the articles to be forwarded including the case where neither a
9872         number of articles nor a region is specified.
9873
9874 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * nnrss.el (nnrss-request-article): Fix last change; fill
9877         text/plain parts.
9878
9879 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9882         in text/plain part.
9883         (nnrss-check-group): Don't add excessive newline to dc:subject.
9884
9885 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9886
9887         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9888         article.
9889
9890 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9893         (nnml-use-compressed-files, nnml-save-mail): Support other
9894         comression programs such as bzip2.
9895
9896 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * dns.el (query-dns): Make sure we check the buffer size before
9899         removing tcp headers.
9900
9901 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9904         remove MIME buttons associated with multipart/alternative parts.
9905         (gnus-mime-display-alternative): Tag buttons using `article-type'
9906         text property.
9907
9908         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9909         associated with multipart/alternative parts.
9910
9911         * gnus-art.el (gnus-signature-separator): Fix custom type.
9912
9913         * mm-decode.el (mm-inlined-types): Fix custom type.
9914         (mm-keep-viewer-alive-types): Ditto.
9915         (mm-automatic-display): Ditto.
9916         (mm-attachment-override-types): Ditto.
9917         (mm-inline-override-types): Ditto.
9918         (mm-automatic-external-display): Ditto.
9919
9920 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * spam-report.el (spam-report-user-mail-address)
9923         (spam-report-user-agent): New variables.
9924         (spam-report-url-ping-plain): Use spam-report-user-agent.
9925
9926 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9927
9928         * gnus-art.el (gnus-button-handle-custom): Do not just use
9929         `customize-apropos' for any "M-x customize-*" button but the
9930         function called for.  Accept both the function name and its
9931         argument in order to achieve this.
9932         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9933         function name to `gnus-button-handle-custom' in case of "M-x
9934         customize-*" buttons.
9935
9936 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9939         multipart/alternative and add xref to mm-discouraged-alternatives
9940         in doc string.
9941
9942         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9943         gnus-buttonized-mime-types in doc string.
9944
9945 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9948         Suggest image/.* in the doc string.
9949
9950 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9953         message-marks (Debian bug #342521).
9954
9955 2005-12-12  Simon Josefsson  <jas@extundo.com>
9956
9957         * password.el (password-read-from-cache): Add.
9958         (password-read): Use it.
9959
9960 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9963         us-ascii as a MIME charset.
9964
9965         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9966         against the case where the 2nd arg TYPE is nil.
9967
9968 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         * pop3.el (pop3-stream-type): Fix custom version.
9971
9972         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9973
9974 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9975
9976         * mm-decode.el (mm-display-external): Add missing cdr.
9977
9978 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9981         RFC1524) if it is in mailcap or add a suffix according to
9982         mailcap-mime-extensions when generating a temp filename; postpone
9983         deleting a temp file for 2 seconds for some wrappers, shell
9984         scripts, and so on, which might exit right after having started a
9985         viewer command as a background job.
9986
9987 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * nntp.el (nntp-marks-directory): Fix custom group.
9990
9991         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9992         steps when < 10.
9993
9994         * gnus-start.el (gnus-no-server-1): Mention
9995         `gnus-level-default-subscribed' in doc string.
9996
9997 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9998
9999         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10000         parens.
10001
10002 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * gnus-xmas.el (gnus-use-toolbar): Revert.
10005         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10006         gnus-use-toolbar is default.
10007
10008         * messagexmas.el (message-use-toolbar): Revert.
10009         (message-setup-toolbar): Use global default-toolbar if
10010         message-use-toolbar is default.
10011
10012 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10015         according to default-toolbar-visible-p.
10016
10017         * messagexmas.el (message-use-toolbar): Ditto.
10018
10019 2005-11-26  Dave Love  <fx@gnu.org>
10020
10021         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10022         (tls-program, tls-success): Provide openssl alternative.
10023
10024         * starttls.el: Doc fixes.
10025         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10026         SERVICE to PORT.
10027
10028         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10029         port null or service name.
10030         (starttls-negotiate): Autoload.
10031
10032 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * message.el (message-kill-to-signature): Fix interactive spec.
10035
10036 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * pop3.el (pop3-open-server): Recognize a string as a service name.
10039
10040 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10041
10042         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10043
10044 2005-11-23  Dave Love  <fx@gnu.org>
10045
10046         Add pop3s, pop3/starttls.
10047
10048         * pop3.el (pop3-authentication-scheme): Clarify doc.
10049         (open-tls-stream, starttls-open-stream): Autoload.
10050         (pop3-stream-type): New.
10051         (pop3-open-server): Use it.
10052
10053         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10054         for POP.
10055         (mail-source-keyword-map): Add :stream for POP.
10056         (mail-source-fetch-pop): Use pop3-stream-type.
10057
10058 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10061         of current-time-string.
10062
10063 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10064
10065         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10066         date header.
10067
10068 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10069
10070         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10071         it can seriously impact performance as it bypasses the agent's
10072         local caches.
10073
10074 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10075
10076         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10077         must be explicitly online rather than "not explicitly offline" for
10078         its flags to be synchronized.
10079
10080         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10081         that gnus-uu-unmark-thread will function correctly.
10082
10083         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10084         1024K is instead displayed as 1M.
10085
10086 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087
10088         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10089
10090 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10091
10092         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10093
10094 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10095
10096         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10097         error message to display actual error condition.
10098         (gnus-agent-save-local): Avoid saving symbols that are bound to
10099         nil as they simply result in a warning message in
10100         gnus-agent-read-local.
10101
10102 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10105         rather than make-variable-buffer-local for file-precious-flag.
10106
10107 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10108
10109         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10110         for duplicates which are removed.  The invalid sort check then
10111         triggers a rescan after the sort as sorting may have moved
10112         duplicate entries such that they can be cheaply detected.
10113
10114 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10117
10118 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10119
10120         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10121         internal variable to a custom variable.  Changed default value
10122         from compressed(2) to uncompressed(1).
10123         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10124         support for uncompressed agentview files.  Taken together, reading
10125         the agentview file should now be 6-7 times faster.
10126
10127 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10128
10129         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10130         as a buffer-local variable.  This avoids creating truncated
10131         dribble files as a result of a hang up, eg.
10132
10133 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10134
10135         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10136         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10137         XEmacs.
10138
10139 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-start.el (gnus-start-draft-setup): Enforce
10142         `gnus-draft-mode' for nndraft:drafts at startup.
10143
10144         * gnus.el (gnus-splash): Change custom group.
10145         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10146         allow-list argument.
10147
10148         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10149         string.
10150
10151 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-art.el (gnus-default-article-saver): Add user-defined
10154         `function' to custom type.
10155
10156 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10157
10158         * imap.el (imap-open): Handle case where buffer is a buffer
10159         object.
10160
10161 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10164         long lines.
10165         (gnus-cache-delete-group): Wrap doc strings.
10166
10167         * gnus-agent.el (gnus-agent-rename-group)
10168         (gnus-agent-delete-group): Wrap doc strings.
10169
10170 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * messagexmas.el (message-use-toolbar): Change the valid values
10173         into default, top, bottom, left, and right.
10174         (message-toolbar-thickness): New variable.
10175         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10176         well.
10177         (message-setup-toolbar): Make it work.
10178
10179         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10180         (gnus-use-toolbar): Change the valid values into default, top,
10181         bottom, left, and right.
10182         (gnus-toolbar-thickness): New variable.
10183         (gnus-xmas-setup-toolbar): New function.
10184         (gnus-xmas-setup-group-toolbar): Use it.
10185         (gnus-xmas-setup-summary-toolbar): Use it.
10186
10187 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10188
10189         * gnus-start.el (gnus-1): Add "native" to
10190         gnus-predefined-server-alist.
10191
10192         * gnus.el (gnus-method-to-server): Don't add "native" to the
10193         lists here, because that leads to problems when
10194         gnus-select-method is bound.
10195
10196 2005-11-09  Simon Josefsson  <jas@extundo.com>
10197
10198         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10199         use (not sort-by-date) instead.
10200
10201 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10202
10203         * gnus-delay.el (gnus-delay-group): Don't autoload.
10204         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10205         to be re-loaded when customizing the `gnus-delay' group.
10206
10207 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10208
10209         * message.el: Revert last changes.
10210         (message-insert-citation-line): Use newlines.
10211
10212 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10213
10214         * message.el (message-courtesy-message)
10215         (message-mark-insert-begin, message-mark-insert-end)
10216         (message-elide-ellipsis, message-cancel-message)
10217         (message-add-header, message-change-subject)
10218         (message-cross-post-followup-to-header)
10219         (message-cross-post-insert-note, message-reduce-to-to-cc)
10220         (message-widen-reply, message-delete-not-region)
10221         (message-kill-to-signature, message-insert-signature)
10222         (message-insert-importance-high, message-insert-importance-low)
10223         (message-insert-or-toggle-importance)
10224         (message-insert-disposition-notification-to)
10225         (message-indent-citation, message-yank-original)
10226         (message-cite-original-without-signature, message-cite-original)
10227         (message-insert-citation-line, message-position-on-field)
10228         (message-fix-before-sending, message-send-mail-partially)
10229         (message-send-mail, message-send-mail-with-sendmail)
10230         (message-send-mail-with-qmail, message-send-news)
10231         (message-check-news-header-syntax, message-generate-headers)
10232         (message-insert-courtesy-copy, message-fill-address)
10233         (message-fill-header, message-shorten-references)
10234         (message-setup-1, message-cancel-news)
10235         (message-forward-make-body-plain, message-forward-make-body-mime)
10236         (message-forward-make-body-mml, message-encode-message-body)
10237         (message-forward-make-body-digest-plain)
10238         (message-forward-make-body-digest-mime)
10239         (message-use-alternative-email-as-from): Insert `hard-newline'
10240         instead of ordinary newlines.
10241
10242 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * message.el (message-generate-headers): Downcase the argument
10245         given to message-check-element.
10246
10247 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10248
10249         * nntp.el (nntp-authinfo-rejected): New error condition.
10250         (nntp-wait-for): Use new error condition to signal authentication
10251         error.
10252         (nntp-retrieve-data): Rethrow new error condition to break out of
10253         recursive call to nntp-send-authinfo.
10254
10255 2005-11-08  Romain Francoise  <romain@orebokech.com>
10256
10257         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10258         (gnus-summary-exit-map): Bind to `Z p'.
10259         (gnus-summary-make-menu-bar): Add menu item.
10260
10261 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10264         (gnus-treat-*): Add `first' in all doc strings.
10265
10266         * gnus-group.el (gnus-group-compact-group): Fix typo.
10267
10268 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus.el (gnus-parameters-case-fold-search): New variable.
10271         (gnus-parameters-get-parameter): Use it.
10272
10273         * gnus-score.el (gnus-home-score-file): Doc fix.
10274
10275 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10276
10277         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10278
10279 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * mm-util.el (mm-special-display-p): New function.
10282
10283         * mml.el (mml-preview): Use it; doc fix.
10284
10285 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10286
10287         * imap.el (imap-open): Handle case where buffer is a buffer object.
10288
10289 2005-10-29  Romain Francoise  <romain@orebokech.com>
10290
10291         * message.el (message-fix-before-sending): Fix comment.
10292
10293 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10294
10295         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10296
10297 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10298
10299         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10300         Used in gnus-score.el.
10301
10302 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10305
10306 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10309         whitespace removed in revision 7.8.  Use concatenated string to
10310         protect trailing whitespace.
10311
10312 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10313
10314         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10315         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10316         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10317         Courier IMAP ("some version from 2004").  Mostly based on similar
10318         code in the same function.
10319
10320 2005-10-26  Didier Verna  <didier@xemacs.org>
10321
10322         * gnus-group.el (gnus-group-compact-group): Invalidate original
10323         article buffer.
10324         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10325         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10326         NOV database and in article itself.
10327         Invalidate article backlog.
10328
10329 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10332
10333 2005-10-26  Simon Josefsson  <jas@extundo.com>
10334
10335         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10336         part of 2004-07-25 change.
10337
10338 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * message.el (message-display-completion-list): New function.
10341         (message-expand-group): Use it; make sure the Completions buffer
10342         is modifiable.
10343 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10344
10345         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10346         user-mail-name is an empty string.
10347
10348 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10351         depending on gnus-score-decay-constant.
10352
10353         * encrypt.el (encrypt-insert-file-contents)
10354         (encrypt-write-file-contents): Don't use `gnus-message'.
10355
10356         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10357         arguments.
10358         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10359         arguments to mm-uu-verbatim-marks-extract.
10360         (mm-uu-hide-markers): New variable.
10361         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10362
10363         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10364         (gnus-convert-image-to-face-command): Use "convert" by default to
10365         allow other input image formats.
10366         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10367         accordingly.
10368
10369 2005-10-23  Simon Josefsson  <jas@extundo.com>
10370
10371         * imap.el (imap-gssapi-program): Align command line parameters
10372         with latest GNU SASL.
10373         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10374
10375 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10376
10377         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10378         HTML.
10379         (nnslashdot-request-article): Ditto.
10380
10381         * lpath.el (featurep): Add nobreak-char-display.
10382
10383 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10384
10385         * mail-source.el (mail-source-fetch-pop): Require pop3.
10386         (mail-source-check-pop): Ditto.
10387
10388 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10391         errors.
10392
10393 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10396         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10397
10398         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10399
10400         * mm-bodies.el (mm-decode-string): Call
10401         `mm-charset-to-coding-system' with allow-override argument.
10402
10403 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10406         (rfc2047-charset-to-coding-system): New function.
10407         (rfc2047-decode-encoded-words): New function.
10408         (rfc2047-decode-region): Use them.
10409         (rfc2047-decode-cte): Remove.
10410         (rfc2047-parse-and-decode): Remove.
10411         (rfc2047-decode): Remove.
10412
10413 2005-10-15  Kenichi Handa  <handa@m17n.org>
10414
10415         * rfc2047.el (rfc2047-decode-cte): New function.
10416         (rfc2047-decode-region): Change the way to decode successive
10417         encoded-words: decode B- or Q-encoding in each encoded-word,
10418         concatenate them, and decode it as charset.
10419
10420 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * lpath.el: Fbind codepage-setup for XEmacs.
10423
10424 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10425
10426         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10427         widget-move-and-invoke.
10428         (gnus-custom-mode): Use gnus-custom-map.
10429
10430 2005-10-15  Bill Wohler  <wohler@newt.com>
10431
10432         * message.el (message-tool-bar-map): Renamed image file from
10433         mail_send to mail/send.
10434
10435 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10436
10437         * message.el (message-expand-group): Pass the common
10438         prefix substring of completion to `display-completion-list'.
10439
10440 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * mml-sec.el (mml-secure-method): New internal variable.
10443         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10444         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10445         functions using mml-secure-method.
10446
10447         * mml.el (mml-mode-map): Add key bindings for those functions.
10448         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10449         Harder <harder@myrealbox.com>.
10450         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10451         end of message if point is the headers of the message.
10452
10453         * message.el (message-in-body-p): New function.
10454
10455         * assistant.el: Autoload gnus-util and netrc.
10456
10457         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10458         Use `mm-charset-override-alist' only when decoding.
10459
10460         * mm-bodies.el (mm-decode-body): Call
10461         `mm-charset-to-coding-system' with allow-override argument.
10462
10463         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10464         `filename' from Content-Disposition if Content-Type doesn't
10465         provide `name'.
10466         (gnus-mime-view-part-as-type): Set default instead of
10467         initial-input.
10468
10469 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10470
10471         * format-spec.el (format-spec): Propagate text properties of % spec.
10472
10473 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus-art.el (gnus-treat-predicate): Add `first'.
10476
10477 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10480         (mm-charset-override-alist): New variable.
10481         (mm-charset-to-coding-system): Use it.
10482         (mm-codepage-setup): New helper function.
10483         (mm-charset-eval-alist): New variable.
10484         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10485         about unknown charsets.
10486
10487         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10488
10489 2005-10-04  David Hansen  <david.hansen@gmx.net>
10490
10491         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10492         (nnrss-check-group): Ditto.
10493
10494 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10497         Rename x-gnus-verbatim to x-verbatim.
10498         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10499
10500         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10501         x-verbatim.
10502
10503         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10504
10505         * gnus-util.el (gnus-remove-duplicates): Remove.
10506
10507         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10508         instead of gnus-remove-duplicates.
10509
10510         * message.el (message-remove-duplicates): Remove.
10511         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10512         message-remove-duplicates.
10513
10514         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10515         available, else use implementation from `delete-dups'.
10516
10517         * message.el (message-insert-expires): New function.
10518         (message-mode-map): Add key binding.
10519         (message-mode-field-menu): Add menu entry.
10520         (message-mode): Document it.
10521         (message-make-expires-date): Use `message-make-date'.
10522
10523 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10524
10525         * message.el (message-make-expires-date): New function.
10526
10527 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * Makefile.in (list-installed-shadows): New entry.
10530         (install): Use it.
10531         (remove-installed-shadows): New entry.
10532
10533         * dgnushack.el (dgnushack-default-load-path): New variable.
10534         (dgnushack-find-lisp-shadows): New function.
10535         (dgnushack-remove-lisp-shadows): New function.
10536
10537 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * Makefile.in (install-el-elc): New entry.
10540         (install): Use it so that .el files are necessarily installed.
10541
10542 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10545
10546 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10547
10548         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10549         function rather than the diff-mode.el package.
10550         (mm-display-external): Use with-current-buffer.
10551         (mm-viewer-completion-map, mm-viewer-completion-map):
10552         Move initialization inside declaration.
10553
10554 2005-09-29  Simon Josefsson  <jas@extundo.com>
10555
10556         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10557         autoload mail-check-payment.
10558         (spam-check-hashcash): Define unconditionally, since hashcash.el
10559         is part of Gnus now.  Ignore errors from payment checking.
10560
10561 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * message.el (message-bold-region, message-unbold-region): Rename
10564         from `bold-region' and `unbold-region'.
10565
10566         * message.el: Remove useless autoloads.
10567
10568 2005-09-28  Simon Josefsson  <jas@extundo.com>
10569
10570         * message.el (message-use-idna): Default to t.
10571         (message-use-idna): Test whether encoding works too.  Doc fix.
10572
10573 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * nntp.el (nntp-warn-about-losing-connection): Remove.
10576
10577 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10580         customizable.  Change default value.
10581         (mm-uu-diff-groups-regexp): Change default value.
10582         (mm-uu-type-alist): Add doc string.
10583         (mm-uu-configure): Add doc string.  Make it interactive.
10584         (mm-uu-tex-groups-regexp): New variable.
10585         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10586         (mm-uu-type-alist): Add LaTeX documents.
10587         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10588         of "text/verbatim".
10589         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10590
10591         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10592         instead of "text/verbatim".
10593
10594         * message.el (message-mark-inserted-region)
10595         (message-mark-insert-file): Use slrn style marks when called with
10596         prefix argument.
10597
10598 2005-09-27  Simon Josefsson  <jas@extundo.com>
10599
10600         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10601
10602 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10603
10604         * message.el (message-remove-duplicates): New function.
10605         Implementation borrowed from `gnus-remove-duplicates'.
10606         (message-idna-to-ascii-rhs): Also encode idna addresses in
10607         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10608         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10609         only ask about the same idna domain once per header and also tell
10610         in what header to replace the idna domain.
10611
10612         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10613         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10614         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10615         a header is decoded and not just the last one.
10616
10617 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10620         has been decoded.
10621
10622         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10623         (mm-insert-part): Don't modify text if it has been decoded.
10624
10625         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10626         decoded.
10627
10628         * mm-view.el (mm-inline-text): Don't strip text props unless
10629         decoding enriched or richtext parts.
10630
10631 2005-09-25  Romain Francoise  <romain@orebokech.com>
10632
10633         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10634         * gnus-start.el (gnus-subscribe-interactively):
10635         * gnus-uu.el (gnus-uu-grab-articles):
10636         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10637         space.
10638
10639 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10640
10641         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10642         * mm-view.el (mm-view-pkcs7-decrypt):
10643         * gnus-sum.el (gnus-summary-limit-to-extra)
10644         (gnus-summary-respool-article, gnus-read-move-group-name):
10645         * gnus-score.el (gnus-summary-increase-score):
10646         * gnus-util.el (gnus-completing-read-with-default):
10647         * gnus-art.el (gnus-read-save-file-name)
10648         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10649         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10650         * message.el (message-check-news-header-syntax):
10651         Follow convention for reading with the minibuffer.
10652
10653 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * spam-report.el (spam-report-url-ping-plain):
10656         Use gnus-extended-version as User-Agent.
10657
10658         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10659         default value is nil.
10660
10661         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10662         (mm-uu-verbatim-marks-extract): New function.
10663         (mm-uu-extract): New face.
10664         (mm-uu-copy-to-buffer): Use it.
10665
10666         * spam-report.el (spam-report-gmane-ham): Renamed from
10667         `spam-report-gmane-unspam'.
10668         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10669         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10670
10671         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10672         Autoload.
10673         (spam-report-gmane-unregister-routine): Renamed
10674         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10675
10676 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10677
10678         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10679         (spam-report-gmane-unregister-routine): Add support for gmane
10680         unregistration.
10681
10682         * spam-report.el (spam-report-gmane-unspam)
10683         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10684         (spam-report-gmane): Change to take a single article and do unspam
10685         registration.
10686
10687 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * mm-url.el (mm-url-decode-entities): Fix regexp.
10690
10691 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10692
10693         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10694         default to nil, to be able to use Gnus at all.  If the default
10695         switches to something else, then the function should be fixed not
10696         be exceedingly slow.
10697
10698 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10699
10700         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10701         fail hard.
10702
10703         * spam-report.el: Add better Keywords line.
10704
10705         * spam.el: Add Maintainer and better Keywords line.
10706
10707 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * gnus-art.el (gnus-article-replace-part)
10710         (gnus-mime-replace-part): New functions.
10711         (gnus-mime-action-alist, gnus-mime-button-commands)
10712         (gnus-mime-save-part-and-strip): Added file argument.
10713         (gnus-article-part-wrapper): Added interactive argument.
10714
10715         * gnus-sum.el (gnus-summary-mime-map): Add
10716         `gnus-article-replace-part'.
10717
10718 2005-09-19  Didier Verna  <didier@xemacs.org>
10719
10720         The nnml compaction feature:
10721         * nnml.el (nnml-request-compact-group): New function.
10722         * nnml.el (nnml-request-compact): New function.
10723         * gnus-int.el (gnus-request-compact-group): New function.
10724         * gnus-int.el (gnus-request-compact): New function.
10725         * gnus-group.el (gnus-group-compact-group): New function.
10726         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10727         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10728         * gnus-srvr.el (gnus-server-compact-server): New function.
10729         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10730         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10731
10732 2005-09-18  Deepak Goel  <deego@gnufans.org>
10733
10734         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10735         format spec.
10736
10737 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10740
10741 2005-09-15  Romain Francoise  <romain@orebokech.com>
10742
10743         * message.el (message-fill-paragraph): Clarify docstring.
10744
10745 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (gnus-mime-display-part): Protect against broken
10748         MIME messages.
10749
10750 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10753         before parsing header.
10754
10755 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10756
10757         * html2text.el (html2text-replace-list): Add new entities.
10758
10759 2005-09-11  Romain Francoise  <romain@orebokech.com>
10760
10761         * message.el (message-alternative-emails): Improve docstring.
10762         (message-setup-1): Call `message-use-alternative-email-as-from'
10763         after `message-setup-hook' to give it precedence over posting
10764         styles, etc.
10765         (message-use-alternative-email-as-from): Add docstring.  Remove
10766         the original From header if present.
10767
10768         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10769         (nnml-save-mail): Use it.
10770
10771         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10772         articles.  Add new argument `silent'.
10773         (gnus-uu-mark-all): Report the total number of marked articles.
10774
10775 2005-09-10  Romain Francoise  <romain@orebokech.com>
10776
10777         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10778         (gnus-uu-mark-series): Likewise.
10779
10780 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * spam-report.el (spam-report-gmane): Fix generation of spam
10783         report URL.
10784
10785 2005-09-10  Simon Josefsson  <jas@extundo.com>
10786
10787         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10788         t, based on discussion on the ding list with Robert Epprecht
10789         <epprecht@solnet.ch>.
10790
10791 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * spam-report.el (spam-report-gmane): Make it work without
10794         X-Report-Spam header.  Gmane now only provides Archived-At.
10795         This is only used if `spam-report-gmane-use-article-number' is nil.
10796         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10797
10798         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10799         make `gnus-summary-sort-by-recipient' work with threading.
10800
10801         * nnweb.el (nnweb-google-wash-article): Print a message if article
10802         is not available.
10803
10804 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10805
10806         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10807         change.  Decode text/* parts content before displaying.
10808
10809 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10812
10813 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10816
10817         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10818         url-package-name, url-package-version,
10819         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10820         w3m-display-inline-images, and w3m-minor-mode-map.
10821
10822 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * message.el (message-tab-body-function): Fix mismatched custom type.
10825
10826         * gnus.el (gnus-group-change-level-function): Ditto.
10827
10828         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10829
10830         * gnus-art.el (gnus-signature-limit)
10831         (gnus-article-mime-part-function): Ditto.
10832
10833 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * mml.el (mml-mode): Silence the byte compiler.
10836
10837         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10838         using `(sit-for 0)' before moving the point to the specified part;
10839         skip unbuttonized parts.
10840         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10841         return to the summary window if gnus-auto-select-part is non-nil.
10842
10843 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10846         variables.
10847         (mml-dnd-attach-file, mml-mode): Use them.
10848
10849         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10850         Make fetching article by MID work again for Google Groups.  Added
10851         FIXME concerning gnus-group-make-web-group.
10852
10853         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10854         Don't depend on Gnus by using mail-extract-address-components if
10855         gnus-extract-address-components is not bound.
10856
10857 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * gnus-art.el (gnus-mime-display-security): Don't display the
10860         signature, but only the signed part.
10861
10862 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10865
10866         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10867         list, not listp.
10868
10869 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10870
10871         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10872         when encoding.
10873
10874         * mm-bodies.el (mm-decode-content-transfer-encoding):
10875         De-canonicalize CRLF for all text content types, not just
10876         text/plain.
10877
10878 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10881         valid article; point arrow and cursor at the MIME button.
10882
10883 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10886         Suggested by Dan Christensen <jdc@uwo.ca>.
10887
10888         * mm-decode.el (mm-save-part): Enable change of prompt.
10889
10890 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10891
10892         * gnus-msg.el (gnus-inews-add-send-actions): Made
10893         `message-post-method' lambda parameter ARG `&optional'.
10894
10895 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * gnus-sum.el (gnus-summary-mime-map): Added
10898         gnus-article-save-part-and-strip, gnus-article-delete-part and
10899         gnus-article-jump-to-part.
10900
10901         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10902         (gnus-article-edit-part): Use it.
10903         (gnus-article-part-wrapper): Added no-handle argument.
10904         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10905         functions.
10906
10907 2005-08-29  Romain Francoise  <romain@orebokech.com>
10908
10909         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10910         docstring.
10911         (gnus-face-from-file): Likewise.
10912
10913 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10916         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10917         non-nil.
10918         (gnus-auto-select-part): New variable.
10919         (gnus-article-jump-to-part): New function.
10920         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10921         (gnus-mime-delete-part): Allow selecting specified part after
10922         deleting or stripping parts.
10923         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10924         part if argument is bogus.
10925
10926 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10927
10928         * gnus-art.el (w3m-minor-mode-map):
10929         * gnus-spec.el (gnus-newsrc-file-version):
10930         * gnus-util.el (nnmail-active-file-coding-system)
10931         (gnus-original-article-buffer, gnus-user-agent):
10932         * gnus.el (gnus-ham-process-destinations)
10933         (gnus-parameter-ham-marks-alist)
10934         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10935         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10936         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10937         * mm-decode.el (gnus-current-window-configuration):
10938         * mm-extern.el (gnus-article-mime-handles):
10939         * mm-url.el (url-current-object, url-package-name)
10940         (url-package-version):
10941         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10942         (smime-keys, w3m-cid-retrieve-function-alist)
10943         (w3m-current-buffer, w3m-display-inline-images)
10944         (w3m-minor-mode-map):
10945         * mml-smime.el (gnus-extract-address-components):
10946         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10947         (gnus-newsrc-hashtb, message-default-charset)
10948         (message-deletable-headers, message-options)
10949         (message-posting-charset, message-required-mail-headers)
10950         (message-required-news-headers):
10951         * mml1991.el (mc-pgp-always-sign):
10952         * mml2015.el (mc-pgp-always-sign):
10953         * nnheader.el (nnmail-extra-headers):
10954         * rfc1843.el (gnus-decode-encoded-word-function)
10955         (gnus-decode-header-function, gnus-newsgroup-name):
10956         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10957
10958 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10959
10960         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10961         the end of the date treatments.
10962
10963 2005-08-15  Simon Josefsson  <jas@extundo.com>
10964
10965         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10966         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10967         Capello and Romain Francoise.
10968         (pgg-fetch-key-function): Removed, not used?
10969         (pgg-insert-url-with-w3): Require url, to get
10970         url-insert-file-contents regardless of where it is defined.
10971
10972 2005-08-13  Romain Francoise  <romain@orebokech.com>
10973
10974         * message.el (message-cite-original-1): New function.
10975         (message-cite-original): Use it.
10976         (message-cite-original-without-signature): Ditto.
10977
10978 2005-08-08  Romain Francoise  <romain@orebokech.com>
10979
10980         * message.el (message-yank-empty-prefix): New variable.
10981         (message-indent-citation): Use it.
10982         (message-cite-original-without-signature): Respect X-No-Archive.
10983
10984 2005-08-08  Simon Josefsson  <jas@extundo.com>
10985
10986         * pgg.el: Autoload url-insert-file-contents instead of loading
10987         w3/url.
10988         (pgg-insert-url-with-w3): Don't load url here.
10989
10990 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10991
10992         * message.el (message-kill-to-signature): Don't insert newline at
10993         bol.
10994         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10995
10996 2005-08-06  Romain Francoise  <romain@orebokech.com>
10997
10998         * message.el (message-user-fqdn): Fix typo in docstring.
10999
11000 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11001
11002         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11003
11004         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11005
11006 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * mm-bodies.el (mm-encode-body): Use coding system rather than
11009         charset to encode text.
11010
11011         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11012         number of charsets if utf-8 is available (XEmacs).
11013
11014 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11017         taken from `gnus-button-mid-or-mail-regexp'.
11018         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11019         (gnus-button-alist): Improve regexp for domain part of the MIDs
11020         for news:localpart@domain buttons.
11021         (gnus-button-ctan-directory-regexp): Update.
11022
11023 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * sieve-manage.el (sieve-manage-interactive-login): Use
11026         make-local-variable rather than make-variable-buffer-local.
11027         (sieve-manage-open): Ditto.
11028         (sieve-manage-authenticate): Ditto.
11029
11030         * mml.el (mml-generate-mime-1): Make the content type default to
11031         text/plain if the filename is not specified.
11032
11033 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11036         instead of insert-buffer.
11037
11038         * message.el (message-yank-original): Ditto; set the mark at the
11039         end of the yanked message.
11040
11041 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11044         lines to scroll rather than to stop it.
11045
11046         * mml.el (mml-generate-default-type): Add doc string.
11047         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11048         default to application/octet-stream when determining the content
11049         type if it is not specified for the part or the mml contents; add
11050         a comment about mml-generate-default-type.
11051
11052 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11055         make it default to application/octet-stream when determining the
11056         content type if it is not specified for the external contents.
11057
11058 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11061         segmented parameter but also other parameters might be there.
11062
11063 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-decode.el (mm-display-external): Delete temp file, directory
11066         and buffer immediately if the external process is exited.
11067
11068 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11071         fewer lines than that of scroll-margin.
11072         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11073
11074 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * gnus-art.el (gnus-article-next-page): Revert.
11077         (gnus-article-beginning-of-window): New macro.
11078         (gnus-article-next-page-1): Use it.
11079         (gnus-article-prev-page): Ditto.
11080         (gnus-article-edit-part): Use insert-buffer-substring instead of
11081         insert-buffer.
11082         (gnus-article-edit-exit): Ditto.
11083
11084         * gnus-util.el (gnus-beginning-of-window): Remove.
11085         (gnus-end-of-window): Remove.
11086
11087         * lpath.el: Don't bind header-line-format and scroll-margin.
11088
11089 2005-07-25  Simon Josefsson  <jas@extundo.com>
11090
11091         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11092         to have the url package without w3.  Reported by Daiki Ueno
11093         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11094
11095 2005-07-20  Didier Verna  <didier@xemacs.org>
11096
11097         * gnus-diary.el: Remove the description comment (nndiary is now
11098         properly documented in the Gnus manual).
11099         Fix the spelling of "Back End".
11100         * nndiary.el: Ditto.
11101         Fix the copyright notice.
11102
11103 2005-07-18  Romain Francoise  <romain@orebokech.com>
11104
11105         * gnus-sum.el (gnus-summary-to-prefix)
11106         (gnus-summary-newsgroup-prefix): New variables.
11107         (gnus-summary-from-or-to-or-newsgroups): Use them.
11108
11109 2005-07-17  Romain Francoise  <romain@orebokech.com>
11110
11111         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11112         space as it's generally not especially interesting to the user.
11113
11114 2005-07-16  Romain Francoise  <romain@orebokech.com>
11115
11116         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11117         nil to avoid prompting and file modification if one of the
11118         messages at the top of the nnfolder file contains a copyright
11119         notice.
11120         Update copyright notice.
11121
11122         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11123         instead of `current-time-string' as the latter creates a time
11124         string that is not RFC 2822 compliant (it lacks the zone).
11125         Update copyright notice.
11126
11127 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11128
11129         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11130         for text/rtf.  Display default in prompt.  Pass default for M-n.
11131
11132         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11133
11134 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11135
11136         * gnus-msg.el (gnus-button-mailto): Remove
11137         save-selected-window-window hackery because it relies on
11138         save-selected-window internals.
11139
11140 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11143         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11144         (gnus-article-prev-page): Ditto.
11145
11146         * gnus-util.el (gnus-beginning-of-window): New function.
11147         (gnus-end-of-window): New function.
11148
11149         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11150
11151 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11152
11153         * gnus-score.el (gnus-score-edit-all-score): Set
11154         gnus-score-edit-exit-function to gnus-score-edit-done and call
11155         gnus-message.
11156
11157 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * gnus-msg.el (gnus-button-mailto): Remove
11160         save-selected-window-window hackery because it relies on
11161         save-selected-window internals.
11162
11163 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11166         add-minor-mode.
11167         (gnus-binary-mode): Ditto.
11168
11169         * gnus-topic.el (gnus-topic-mode): Ditto.
11170
11171 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11172
11173         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11174         (gnus-article-prev-page): Take scroll-margin into consideration.
11175
11176 2005-07-04  Lute Kamstra  <lute@gnu.org>
11177
11178         Update FSF's address in GPL notices.
11179
11180 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11181
11182         * gnus.el (gnus-exit):
11183         * gnus-group.el (gnus-group-icons):
11184         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11185
11186         * gnus-nocem.el (gnus-nocem):
11187         * message.el (message-various, message-buffers, message-sending)
11188         (message-interface, message-forwarding, message-insertion)
11189         (message-headers, message-news, message-mail):
11190         * pgg-gpg.el (pgg-gpg):
11191         * pgg-parse.el (pgg-parse):
11192         * pgg-pgp.el (pgg-pgp):
11193         * pgg-pgp5.el (pgg-pgp5):
11194         * pop3.el (pop3): Finish `defgroup' description with period.
11195
11196 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-art.el (article-display-face): Improve the efficiency.
11199         (article-display-x-face): Ditto; remove grey x-face stuff.
11200
11201 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-art.el (article-display-face): Correct the position in
11204         which Faces are inserted.
11205
11206 2005-06-29  Didier Verna  <didier@xemacs.org>
11207
11208         * gnus-art.el (article-display-face): Display faces in correct
11209         order.
11210
11211 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11214         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11215         (gnus-nocem-check-article): Fetch the Type header.
11216         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11217         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11218         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11219         make sure gnus-nocem-hashtb is initialized.
11220         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11221         (gnus-nocem-unwanted-article-p): Ditto.
11222
11223         * pgg.el (pgg-verify): Return the verification result.
11224
11225 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226
11227         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11228         is ascii.
11229
11230 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11231
11232         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11233         `show-nonbreak-escape'.
11234
11235 2005-06-23  Lute Kamstra  <lute@gnu.org>
11236
11237         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11238
11239         * dig.el (dig-mode):
11240         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11241
11242 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11243
11244         * nnimap.el (nnimap-split-download-body): Fix spellings.
11245
11246 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11247
11248         * gnus-art.el (gnus-article-encrypt-body):
11249         * gnus-cus.el (gnus-score-customize):
11250         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11251         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11252
11253 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11254
11255         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11256         header by looking for magic "MII" at the beginnig.
11257
11258 2005-06-16  Miles Bader  <miles@gnu.org>
11259
11260         * gnus-xmas.el (gnus-xmas-group-startup-message):
11261         Use renamed gnus-splash face.
11262
11263         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11264         (assistant-field-face): New backward-compatibility alias for renamed
11265         face.
11266         (assistant-render-text): Use renamed assistant-field face.
11267
11268         * spam.el (spam): Remove "-face" suffix from face name.
11269         (spam-face): New backward-compatibility alias for renamed face.
11270         (spam-face, spam-initialize): Use renamed spam face.
11271
11272         * message.el (message-header-to, message-header-cc)
11273         (message-header-subject, message-header-newsgroups)
11274         (message-header-other, message-header-name)
11275         (message-header-xheader, message-separator, message-cited-text)
11276         (message-mml): Remove "-face" suffix from face names.
11277         (message-header-to-face, message-header-cc-face)
11278         (message-header-subject-face, message-header-newsgroups-face)
11279         (message-header-other-face, message-header-name-face)
11280         (message-header-xheader-face, message-separator-face)
11281         (message-cited-text-face, message-mml-face):
11282         New backward-compatibility aliases for renamed faces.
11283         (message-font-lock-keywords): Use renamed message faces.
11284
11285         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11286         (sieve-test-commands, sieve-tagged-arguments):
11287         Remove "-face" suffix from face names.
11288         (sieve-control-commands-face, sieve-action-commands-face)
11289         (sieve-test-commands-face, sieve-tagged-arguments-face):
11290         New backward-compatibility aliases for renamed faces.
11291         (sieve-control-commands-face, sieve-action-commands-face)
11292         (sieve-test-commands-face, sieve-tagged-arguments-face):
11293         Use renamed sieve faces.
11294
11295         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11296         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11297         (gnus-group-news-3-empty, gnus-group-news-4)
11298         (gnus-group-news-4-empty, gnus-group-news-5)
11299         (gnus-group-news-5-empty, gnus-group-news-6)
11300         (gnus-group-news-6-empty, gnus-group-news-low)
11301         (gnus-group-news-low-empty, gnus-group-mail-1)
11302         (gnus-group-mail-1-empty, gnus-group-mail-2)
11303         (gnus-group-mail-2-empty, gnus-group-mail-3)
11304         (gnus-group-mail-3-empty, gnus-group-mail-low)
11305         (gnus-group-mail-low-empty, gnus-summary-selected)
11306         (gnus-summary-cancelled, gnus-summary-high-ticked)
11307         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11308         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11309         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11310         (gnus-summary-low-undownloaded)
11311         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11312         (gnus-summary-low-unread, gnus-summary-normal-unread)
11313         (gnus-summary-high-read, gnus-summary-low-read)
11314         (gnus-summary-normal-read, gnus-splash):
11315         Remove "-face" suffix from face names.
11316         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11317         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11318         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11319         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11320         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11321         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11322         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11323         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11324         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11325         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11326         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11327         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11328         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11329         (gnus-summary-normal-ticked-face)
11330         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11331         (gnus-summary-normal-ancient-face)
11332         (gnus-summary-high-undownloaded-face)
11333         (gnus-summary-low-undownloaded-face)
11334         (gnus-summary-normal-undownloaded-face)
11335         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11336         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11337         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11338         (gnus-splash-face):
11339         New backward-compatibility aliases for renamed faces.
11340         (gnus-group-startup-message): Use renamed gnus faces.
11341
11342         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11343         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11344         (gnus-server-agent): Remove "-face" suffix from face names.
11345         (gnus-server-agent-face, gnus-server-opened-face)
11346         (gnus-server-closed-face, gnus-server-denied-face)
11347         (gnus-server-offline-face):
11348         New backward-compatibility aliases for renamed faces.
11349         (gnus-server-agent-face, gnus-server-opened-face)
11350         (gnus-server-closed-face, gnus-server-denied-face)
11351         (gnus-server-offline-face): Use renamed gnus faces.
11352
11353         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11354         Remove "-face" suffix from face names.
11355         (gnus-picon-xbm-face, gnus-picon-face):
11356         New backward-compatibility aliases for renamed faces.
11357
11358         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11359         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11360         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11361         (gnus-cite-11): Remove "-face" suffix from face names.
11362         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11363         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11364         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11365         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11366         New backward-compatibility aliases for renamed faces.
11367         (gnus-cite-attribution-face, gnus-cite-face-list)
11368         (gnus-article-boring-faces): Use renamed gnus faces.
11369
11370         * gnus-art.el (gnus-signature, gnus-header-from)
11371         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11372         (gnus-header-content): Remove "-face" suffix from face names.
11373         (gnus-signature-face, gnus-header-from-face)
11374         (gnus-header-subject-face, gnus-header-newsgroups-face)
11375         (gnus-header-name-face, gnus-header-content-face):
11376         New backward-compatibility aliases for renamed faces.
11377         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11378
11379         * gnus-sum.el (gnus-summary-selected-face)
11380         (gnus-summary-highlight): Use renamed gnus faces.
11381         * gnus-group.el (gnus-group-highlight): Likewise.
11382
11383 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11384
11385         * gnus-sieve.el (gnus-sieve-article-add-rule):
11386         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11387         * spam-stat.el (spam-stat-buffer-change-to-spam)
11388         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11389
11390         * message.el (message-is-yours-p):
11391         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11392
11393 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * mm-view.el (mm-inline-text): Withdraw the last change.
11396
11397 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11400         executing enriched-decode.
11401
11402 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11405         charset of tar files.
11406
11407 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11408
11409         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11410
11411 2005-06-04  Lute Kamstra  <lute@gnu.org>
11412
11413         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11414         information is never recorded.
11415
11416 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11417
11418         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11419
11420 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * pop3.el (pop3-apop): Run md5 in the binary mode.
11423
11424         * starttls.el (starttls-set-process-query-on-exit-flag):
11425         Use eval-and-compile.
11426
11427 2005-05-31  Simon Josefsson  <jas@extundo.com>
11428
11429         * smime.el (smime-replace-in-string): Define.
11430         (smime-cert-by-ldap-1): Use it.
11431
11432 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-art.el (article-display-x-face): Replace
11435         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11436
11437         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11438         set-process-query-on-exit-flag or process-kill-without-query.
11439
11440         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11441         loop instead of replace-regexp.
11442
11443         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11444         instead of process-kill-without-query if it is available.
11445
11446         * lpath.el: Fbind ldap-search-entries.
11447
11448         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11449         instead of find-file-hooks if it is available.
11450
11451         * mml1991.el: Bind pgg-default-user-id when compiling.
11452
11453         * mml2015.el: Bind pgg-default-user-id when compiling.
11454
11455         * nndraft.el (nndraft-request-associate-buffer):
11456         Use write-contents-functions instead of write-contents-hooks if it is
11457         available.
11458
11459         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11460         instead of find-file-hooks if it is available.
11461
11462         * nntp.el (nntp-open-connection): Replace
11463         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11464         (nntp-open-ssl-stream): Ditto.
11465         (nntp-open-tls-stream): Ditto.
11466
11467         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11468         set-process-query-on-exit-flag or process-kill-without-query.
11469         (starttls-open-stream-gnutls): Use it instead of
11470         process-kill-without-query.
11471         (starttls-open-stream): Ditto.
11472
11473 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11474
11475         * smime.el (smime-cert-by-ldap-1): Don't use
11476         replace-regexp-in-string.
11477
11478 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11479
11480         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11481
11482         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11483         in PEM format.  Adjust to the XEmacs compability.
11484
11485 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11488         by `string-to-number'.
11489         * gnus-agent.el (gnus-agent-regenerate-group)
11490         (gnus-agent-fetch-articles): Ditto.
11491         * gnus-art.el (gnus-button-fetch-group): Ditto.
11492         * gnus-cache.el (gnus-cache-generate-active)
11493         (gnus-cache-articles-in-group): Ditto.
11494         * gnus-group.el (gnus-group-set-current-level)
11495         (gnus-group-insert-group-line): Ditto.
11496         * gnus-score.el (gnus-score-set-expunge-below)
11497         (gnus-score-set-mark-below, gnus-summary-score-effect)
11498         (gnus-summary-score-entry): Ditto.
11499         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11500         (gnus-soup-pack): Ditto.
11501         * gnus-spec.el (gnus-xmas-format): Ditto.
11502         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11503         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11504         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11505         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11506         * nndb.el (nndb-get-remote-expire-response): Ditto.
11507         * nndiary.el (nndiary-parse-schedule-value)
11508         (nndiary-string-to-number, nndiary-request-replace-article)
11509         (nndiary-request-article): Ditto.
11510         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11511         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11512         * nneething.el (nneething-make-head): Ditto.
11513         * nnfolder.el (nnfolder-request-article)
11514         (nnfolder-retrieve-headers): Ditto.
11515         * nnheader.el (nnheader-file-to-number): Ditto.
11516         * nnkiboze.el (nnkiboze-request-article): Ditto.
11517         * nnmail.el (nnmail-process-unix-mail-format)
11518         (nnmail-process-babyl-mail-format): Ditto.
11519         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11520         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11521         (nnmh-request-create-group, nnmh-request-list-1)
11522         (nnmh-request-group, nnmh-request-article): Ditto.
11523         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11524         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11525         * nnsoup.el (nnsoup-make-active): Ditto.
11526         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11527         * nntp.el (nntp-find-group-and-number)
11528         (nntp-retrieve-headers-with-xover): Ditto.
11529         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11530         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11531         (pgg-format-key-identifier): Ditto.
11532         * pop3.el (pop3-last, pop3-stat): Ditto.
11533         * qp.el (quoted-printable-decode-region): Ditto.
11534
11535         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11536         of concat.
11537
11538 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11541
11542         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11543
11544         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11545
11546         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11547
11548         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11549
11550         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11551
11552         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11553         (gnus-carpal-mode): Ditto.
11554
11555         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11556         (gnus-browse-mode): Ditto.
11557
11558         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11559
11560         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11561
11562 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11563
11564         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11565
11566 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-util.el (gnus-run-mode-hooks): New function.
11569
11570         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11571
11572         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11573         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11574
11575 2005-05-27  Lute Kamstra  <lute@gnu.org>
11576
11577         * dns-mode.el (dns-mode): Specify customization group.
11578
11579 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11580
11581         * gnus-agent.el (gnus-agent-make-mode-line-string):
11582         Use mode-line-highlight as mouse-face.
11583
11584 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * canlock.el (canlock): Change the parent group to news.
11587
11588         * deuglify.el (gnus-outlook-deuglify): Add :group.
11589
11590         * dig.el (dig): Add :group.
11591
11592         * dns-mode.el (dns-mode): Add :group.
11593
11594         * encrypt.el (encrypt): Add :group.
11595
11596         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11597         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11598         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11599         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11600         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11601
11602         * gnus-diary.el (gnus-diary): Add :group.
11603
11604         * gnus.el (gnus-group-news-1-face): Add :group.
11605         (gnus-group-news-1-empty-face): Ditto.
11606         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11607         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11608         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11609         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11610         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11611         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11612         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11613         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11614         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11615         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11616         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11617         (gnus-summary-high-ticked-face): Ditto.
11618         (gnus-summary-low-ticked-face): Ditto.
11619         (gnus-summary-normal-ticked-face): Ditto.
11620         (gnus-summary-high-ancient-face): Ditto.
11621         (gnus-summary-low-ancient-face): Ditto.
11622         (gnus-summary-normal-ancient-face): Ditto.
11623         (gnus-summary-high-undownloaded-face): Ditto.
11624         (gnus-summary-low-undownloaded-face): Ditto.
11625         (gnus-summary-normal-undownloaded-face): Ditto.
11626         (gnus-summary-high-unread-face): Ditto.
11627         (gnus-summary-low-unread-face): Ditto.
11628         (gnus-summary-normal-unread-face): Ditto.
11629         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11630         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11631
11632         * hashcash.el (hashcash): New custom group.
11633         (hashcash-default-payment): Add :group.
11634         (hashcash-payment-alist): Ditto.
11635         (hashcash-default-accept-payment): Ditto.
11636         (hashcash-accept-resources): Ditto.
11637         (hashcash-path): Ditto.
11638         (hashcash-extra-generate-parameters): Ditto.
11639         (hashcash-double-spend-database): Ditto.
11640         (hashcash-in-news): Ditto.
11641
11642         * message.el (message-minibuffer-local-map): Add :group.
11643
11644         * netrc.el (netrc): Add :group.
11645
11646         * sieve-manage.el (sieve-manage-log): Add :group.
11647         (sieve-manage-default-user): Diito.
11648         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11649         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11650         (sieve-manage-authenticators): Ditto.
11651         (sieve-manage-authenticator-alist): Ditto.
11652         (sieve-manage-default-port): Ditto.
11653
11654         * sieve-mode.el (sieve-control-commands-face): Add :group.
11655         (sieve-action-commands-face): Ditto.
11656         (sieve-test-commands-face): Ditto.
11657         (sieve-tagged-arguments-face): Ditto.
11658
11659         * smime.el (smime): Add :group.
11660
11661         * spam-report.el (spam-report): Add :group.
11662
11663         * spam.el (spam, spam-face): Add :group.
11664
11665 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11668         return \n.\n.\n at the end of articles.  Protect against that.
11669         (nntp-with-open-group): Allow debugging.
11670
11671         * nnheader.el (mail-header-set-extra): Make into a function
11672         because I just could't understand how to quote the list properly.
11673
11674         * dns.el (query-dns-cached): New function.
11675
11676 2005-05-26  Lute Kamstra  <lute@gnu.org>
11677
11678         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11679
11680 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11683
11684         * gnus-art.el: Don't autoload mail-extract-address-components.
11685
11686         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11687         eval-and-compile to evaluate it.
11688
11689         * hashcash.el: Don't autoload executable-find.
11690
11691         * nndb.el: Don't declare the nndb back end two or more times; don't
11692         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11693
11694         * nntp.el: Autoload format-spec instead of format; use
11695         eval-and-compile to evaluate autoload forms.
11696
11697 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11698
11699         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11700
11701 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11702
11703         * gnus.el (gnus-version-number): Bump version.
11704
11705 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11706
11707         * gnus.el: No Gnus v0.3 is released.
11708
11709 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11710
11711         * lpath.el (featurep): Bind show-nonbreak-escape.
11712
11713 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * gnus-art.el (gnus-article-edit-part): Disable undo.
11716
11717 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11720         gnus-article-date-lapsed-new-header is t if date timer is active;
11721         skip headers in which the original date value is empty.
11722         (gnus-article-save-original-date): Redefine it as a macro.
11723         (gnus-display-mime): Use it.
11724
11725 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * gnus-art.el (article-date-ut): Support converting date in
11728         forwarded parts as well.
11729         (gnus-article-save-original-date): New function.
11730         (gnus-display-mime): Use it.
11731
11732 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11733
11734         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11735         enclosure element of <item>.
11736
11737 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * message.el (message-kill-buffer-query): Renamed from
11740         `message-kill-buffer-query-if-modified'.  Added :version.
11741
11742 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11745         window layout.
11746
11747 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * mml.el: Autoload dnd when compiling.
11750
11751 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11754         x-dnd-*.
11755
11756 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * qp.el (quoted-printable-encode-region): Save excursion.
11759
11760 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11761
11762         * message.el (message-kill-buffer-query-if-modified): Add new variable
11763         so the user can kill a modified message buffer quickly.
11764         (message-kill-buffer): Use it.
11765
11766 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * lpath.el: Fbind display-time-event-handler; don't fbind
11769         string-to-multibyte.
11770
11771         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11772
11773 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11776         contained in text because xml.el decodes entities) with LFs.
11777
11778 2005-04-11  Lute Kamstra  <lute@gnu.org>
11779
11780         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11781         differently.
11782
11783 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11784
11785         * mm-util.el (mm-detect-coding-region): Typo.
11786
11787 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11790
11791 2005-04-06  Deepak Goel  <deego@gnufans.org>
11792
11793         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11794         user-function allow user modifications of the scores.
11795         (spam-stat-score-buffer-user): New function, to allow
11796         user-computed modifications to the score.
11797         (spam-stat-score-buffer-user-functions): List of additional
11798         scoring functions.
11799         (spam-stat-error-holder): Global temporary error holder.
11800         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11801         variable.
11802
11803 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11804
11805         * gnus-registry.el (gnus-registry-clean-empty-function)
11806         (gnus-registry-trim, gnus-registry-fetch-groups)
11807         (gnus-registry-delete-group): Groups that match
11808         `gnus-registry-ignored-groups' are removed from the registry
11809         entries, not just ignored for splitting.  This helps clean up the
11810         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11811         to get all the groups a message ID is in.
11812
11813         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11814         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11815         (spam-stat-score-buffer-user-functions): Add :number custom type.
11816
11817 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11820         argument in XEmacs.
11821
11822         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11823         (nnrss-request-group): Decode group name first.
11824         (nnrss-request-article): Make a text/plain article if mml-to-mime
11825         failed.
11826         (nnrss-get-encoding): Return a compatible encoding according to
11827         nnrss-compatible-encoding-alist.
11828         (nnrss-find-el): Use consp instead of listp.
11829         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11830
11831 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11834         which Emacs 20 doesn't support.
11835         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11836
11837 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11840         silence the byte compiler inside the defun.
11841
11842         * gnus-demon.el (parse-time-string): Add autoload.
11843
11844         * gnus-delay.el (parse-time-string): Add autoload.
11845
11846         * gnus-art.el (parse-time-string): Add autoload.
11847
11848         * nnultimate.el (parse-time): Require for `parse-time-string'.
11849
11850 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11853
11854         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11855
11856         * smime.el (smime-ldap-host-list): Add :version.
11857
11858 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11861         pass it to `gnus-browse-read-group'.
11862         (gnus-browse-read-group): Add NUMBER argument and pass it to
11863         `gnus-group-read-ephemeral-group'.
11864
11865         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11866         argument and pass it to `gnus-group-read-group'.
11867
11868 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11869
11870         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11871         mm-xemacs-find-mime-charset-1 if we have the mule feature
11872         available at runtime.
11873
11874 2005-03-25  Werner Lemberg  <wl@gnu.org>
11875
11876         * nnmaildir.el: Replace `illegal' with `invalid'.
11877
11878 2005-03-23  Lute Kamstra  <lute@gnu.org>
11879
11880         * time-date.el: Add comment on time value formats.
11881         Don't require parse-time.
11882         (with-decoded-time-value): New macro.
11883         (encode-time-value): New function.
11884         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11885         (days-to-time): Return a valid time value when arg is huge.
11886         (time-since): Use time-subtract.
11887         (time-to-number-of-days): Use time-to-seconds.
11888
11889 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11890
11891         * gnus-start.el (gnus-display-time-event-handler):
11892         Check display-time-timer at runtime rather than only at load time
11893         in case display-time-mode is turned off in the mean time.
11894
11895 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11898         used.
11899
11900         * nneething.el (nneething-map-file-directory): Derive from
11901         `gnus-directory'.
11902
11903         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11904         the To/Cc button.
11905
11906 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * nnmaildir.el (nnmaildir-request-accept-article):
11909         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11910
11911 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11912
11913         * gnus-async.el: Require timer-funcs at compile time when in
11914         XEmacs for `run-with-idle-timer'.
11915
11916 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11917
11918         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11919         autoloaded function.
11920
11921 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11922
11923         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11924
11925 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11926
11927         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11928
11929 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11930
11931         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11932         gnus-expert-user to default.
11933
11934 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11935
11936         * nnimap.el (nnimap-open-server): Ditto.
11937
11938         * imap.el (imap-authenticate): Fix typo.
11939
11940 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11941
11942         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11943         buffer (since IMAP server might return FETCH response out of
11944         order, and the nntp buffer must be sorted).
11945
11946 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11947
11948         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11949         comparison on string.
11950
11951         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11952         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11953         (gnus-agent-summary-fetch-series): Modified to protect against
11954         gnus-agent-summary-fetch-group clearing processable flags.
11955         (gnus-agent-synchronize-group-flags): Update live group buffer as
11956         synchronization may occur due to the user toggle the plugged
11957         status.
11958         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11959         successfully downloaded.
11960         (gnus-agent-expire-group-1): Avoid using markers when the overview
11961         is in ascending order; greatly improves performance.
11962         (gnus-agent-regenerate-group): Use
11963         gnus-agent-synchronize-group-flags to reset read status in both
11964         gnus and server.
11965         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11966
11967 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * message.el: Don't autoload former message-utils variables.
11970         (message-strip-subject-trailing-was): Change doc string.
11971
11972         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11973         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11974         (nnweb-google-search): Add "hl=en" here.
11975         (nnweb-google-parse-1, nnweb-google-create-mapping):
11976         Don't hardcode URL.
11977
11978 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * message.el (message-get-reply-headers, message-followup):
11981         Mention related variables `message-use-followup-to' and
11982         `message-use-mail-followup-to', in the information buffer.
11983
11984         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11985         of broken groups(-beta).google.com.
11986
11987 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11988
11989         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11990         parameter to invoked gnus-request-move-article; remove the
11991         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11992         all at once instead of once per article.
11993         (gnus-summary-remove-process-mark): Accept a list of articles as
11994         well as a single article for processing.
11995
11996         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11997         parameter.
11998
11999         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12000
12001         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12002
12003         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12004         parameter.
12005
12006         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12007         parameter.
12008
12009         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12010         parameter and remove the gnus-sum-hint-move-is-internal variable.
12011
12012         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12013         parameter.
12014
12015         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12016         parameter.
12017
12018         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12019         parameter.
12020
12021         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12022
12023         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12024         parameter.
12025
12026         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12027         parameter.
12028
12029 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12030
12031         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12032         a more conservative way.
12033
12034 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12035
12036         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12037         buffer, so it moves the window's cursor.
12038
12039 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12040
12041         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12042         `mm-dissect-multipart' and receive the from field as an (optional)
12043         argument from `mm-dissect-multipart'.
12044         (mm-dissect-multipart): Receive the from field as an argument and
12045         pass it on when we call `mm-dissect-buffer' on MIME parts.
12046         Fixes verification/decryption of signed/encrypted MIME parts.
12047
12048 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12049
12050         * gnus-sum.el (gnus-summary-move-article): Set
12051         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12052         whatever it calls (right now, only nnimap-request-move article
12053         respects it).
12054
12055         * nnimap.el (nnimap-request-move-article): When
12056         gnus-sum-hint-move-is-internal is set, don't do the extra
12057         nnimap-request-article.
12058
12059 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12060
12061         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12062
12063         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12064         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12065
12066         * gnus-sum.el (gnus-summary-caesar-message):
12067         Apply `gnus-treat-article' after rotation.
12068
12069         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12070         doc string.
12071
12072 2005-02-22  Simon Josefsson  <jas@extundo.com>
12073
12074         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12075         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12076         <arne@arnested.dk>.
12077         (encrypt): Add password-cache and password-cache-expiry as group
12078         members.
12079
12080 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12081
12082         * smime.el (smime-ldap-host-list): Doc fix.
12083         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12084         cache) password.
12085         (smime-sign-region): Use it.
12086         (smime-decrypt-region): Use it.
12087         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12088         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12089         fails.
12090         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12091         certificate from DER to PEM format rather than calling openssl.
12092
12093         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12094
12095         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12096         for signing/encryption.
12097
12098         * mml.el (mml-parse-1): Use them.
12099
12100 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12101
12102         * nnrss.el (nnrss-verbose): Removed.
12103         (nnrss-request-group): Use `nnheader-message' instead.
12104
12105 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12106
12107         * nnrss.el (nnrss-verbose): New variable.
12108         (nnrss-request-group): Make it say nnrss is requesting a group.
12109
12110 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12113         Handle news URL with given port correctly.
12114
12115 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12118         containing special characters.
12119
12120         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12121
12122         * mml.el (mime-to-mml): Ditto.
12123
12124         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12125         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12126         (rfc2047-decode-region): Quote decoded words containing special
12127         characters when rfc2047-quote-decoded-words-containing-tspecials
12128         is non-nil.
12129
12130 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12131
12132         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12133
12134         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12135
12136 2005-02-15  Simon Josefsson  <jas@extundo.com>
12137
12138         * nnimap.el (nnimap-debug): Doc fix.
12139
12140         * imap.el (imap-debug): Doc fix.
12141
12142 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12145
12146 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12147
12148         * gnus.el (spam-contents): Improve docs for spam-contents
12149         parameter in its variable incarnation.
12150
12151 2005-02-14  Simon Josefsson  <jas@extundo.com>
12152
12153         * smime-ldap.el: Use require instead of load-library for ldap.
12154         (smime-ldap-search): Indent.
12155         (smime-ldap-search-internal): Shorten line.
12156
12157         * smime.el (smime-cert-by-dns): Add doc-string.
12158         (smime-cert-by-ldap-1): Indent.
12159
12160         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12161         mml-smime-get-dns-ldap.
12162         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12163
12164 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12165
12166         * smime.el: Require smime-ldap.
12167         (smime-ldap-host-list): New variable.
12168         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12169
12170         * mml-smime.el (mml-smime-encrypt-query): New function.
12171         (mml-smime-encrypt-query): Use it.
12172
12173         * smime-ldap.el: New file.
12174
12175 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12178
12179 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12182         argument in doc string.  Make query for type more clear.
12183
12184 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * gnus.el (gnus-group-startup-message): Search for gnus images in
12187         etc/images/gnus.
12188         * mm-util.el (mm-image-load-path): Likewise.
12189         * smiley.el (smiley-data-directory): Search for smilies in
12190         etc/images/smilies.
12191
12192 2005-02-09  Kim F. Storm  <storm@cua.dk>
12193
12194         Change Emacs release version from 21.4 to 22.1 throughout.
12195         Change Emacs development version from 21.3.50 to 22.0.50.
12196
12197 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12200
12201         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12202         non-Mule XEmacs as well.
12203         (mm-decompress-buffer): Signal an error intentionally if it does
12204         not decompress compressed data because auto-compression-mode is
12205         disabled.
12206
12207 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12208
12209         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12210         an ID in the registry even if it has no groups.
12211
12212 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12215         merge it into mm-decompress-buffer.
12216         (gnus-mime-copy-part): Use the MIME part charset, the value which
12217         a user specified or gnus-newsgroup-charset for decoding, like
12218         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12219         save-buffer what was used.  Suggested by Kevin Ryde
12220         <user42@zip.com.au>.
12221         (gnus-mime-inline-part): Allow the name parameter as well as the
12222         filename parameter; force decompressing of compressed data; always
12223         display contents being not decoded as unibyte.
12224
12225         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12226         as well as the filename parameter.
12227
12228         * mm-util.el (mm-decompress-buffer): Merge
12229         gnus-mime-jka-compr-maybe-uncompress.
12230         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12231         of compressed data.
12232
12233 2005-02-08  Simon Josefsson  <jas@extundo.com>
12234
12235         * imap.el (imap-log): Doc fix.
12236
12237 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12240         the coding cookies; decompress compressed parts.
12241
12242         * mml.el (mml-generate-mime-1): Add the charset parameter according
12243         to the value which a user specified manually or the coding cookie.
12244
12245         * mm-util.el (mm-string-to-multibyte): New function.
12246         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12247         (mm-coding-system-to-mime-charset): New function.
12248         (mm-decompress-buffer): New function.
12249         (mm-find-buffer-file-coding-system): New function.
12250
12251         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12252         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12253         parts.
12254
12255 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12256
12257         * mm-view.el (mm-display-inline-fontify): Decode a part according
12258         to the charset parameter.
12259
12260 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12263         prefix arg is neither nil nor a number, as info specifies.
12264
12265 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12268         timestamps.
12269
12270 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12271
12272         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12273         groups error checking and notify user.
12274
12275 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12276
12277         * message.el (message-send-mail-function): Check existence of
12278         sendmail-program first before using default value
12279         `message-send-mail-with-sendmail'.  Otherwise use more generic
12280         `smtpmail-send-it'.
12281
12282 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * nntp.el (nntp-request-update-info): Always return nil.
12285
12286 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12287
12288         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12289
12290 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12291
12292         * message.el (message-beginning-of-line): Change the behavior when
12293         invoked between BOL and : so that it first moves backward.
12294
12295 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12298         article buffer when editing of the article is discarded.
12299         (gnus-article-prepare): Revert.
12300
12301 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-art.el (gnus-article-prepare):
12304         Remove message-strip-forbidden-properties from the local hook.
12305
12306 2005-01-27  Simon Josefsson  <jas@extundo.com>
12307
12308         * password.el (password-cache-add): Only start one timer per key.
12309         Reported by Derek Atkins <warlord@MIT.EDU>.
12310
12311 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12312
12313         * run-at-time.el: Removed.  It is no longer needed as
12314         timer-funcs.el in the xemacs-base package has a working version of
12315         `run-at-time'.
12316
12317         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12318
12319         * password.el: Require timer-funcs instead of run-at-time in
12320         XEmacs.
12321         Remove `password-run-at-time' macro.
12322         (password-cache-add): Use `run-at-time' instead of
12323         `password-run-at-time'.
12324
12325         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12326         Remove `nnheader-cancel-function-timers' alias,
12327         `cancel-function-timers' exists in XEmacs in timer-funcs.
12328
12329         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12330         for `run-with-idle-timer'.
12331
12332         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12333         for `run-at-time'.
12334
12335         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12336         for `with-timeout'.
12337
12338         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12339         the same as for XEmacs 21.4.
12340         No need to ignore `run-with-idle-timer', this function exists in
12341         XEmacs now in timer-funcs.el in the xemacs-base package.
12342         (dgnushack-compile): No need to delete
12343         run-at-time.el from the list of files to compile because it
12344         doesn't exist anymore.
12345
12346 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12349         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12350
12351 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12352
12353         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12354         sensitively.
12355
12356 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12357
12358         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12359
12360 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12363         which will be inserted according to the multibyteness of a buffer
12364         rather than the type of contents.  Suggested by ARISAWA Akihiro
12365         <ari@mbf.ocn.ne.jp>.
12366
12367         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12368         of string which old xml.el may return rather than a string.
12369
12370 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12373
12374 2005-01-16  Simon Josefsson  <jas@extundo.com>
12375
12376         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12377         idn/idna.el isn't available.
12378         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12379         <michael@waxrat.com>.
12380
12381         * hashcash.el: Remove non-FSF copyright header.
12382
12383         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12384         (hashcash-generate-payment): Use it.
12385         (hashcash-generate-payment-async): Use it.
12386
12387 2005-01-15  Simon Josefsson  <jas@extundo.com>
12388
12389         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12390         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12391
12392         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12393         gnus-summary-idna-message.
12394         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12395         (gnus-summary-idna-message): New function.
12396
12397 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12400         gnus-novice-user.
12401
12402 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * nnrss.el (nnrss-request-delete-group): Delete entries in
12405         nnrss-group-alist as well.
12406         (nnrss-save-server-data): Insert newline.
12407
12408 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * gnus.el (gnus-user-agent): Use list of symbols instead of
12411         symbols.  Display full version number for (S)XEmacs.  Optionally
12412         display (S)XEmacs codename.
12413
12414         * gnus-util.el (gnus-emacs-version): Update for new
12415         `gnus-user-agent'.
12416
12417         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12418         Gnus version.
12419
12420 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12423         which is unreadable in some setups.
12424
12425 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-spec.el (gnus-update-format-specifications): Flush the
12428         group format spec cache if it doesn't support decoded group names.
12429
12430 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12433         Allow to apply decay on score files matching a regexp.
12434
12435 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12438         compatibility in %g and %c.
12439
12440 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12443         name for only %g and %c.
12444         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12445         of gnus-tmp-group to decoded group name.
12446         (gnus-group-make-rss-group): Exclude `/'s from group names.
12447
12448 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * nnrss.el (nnrss-get-encoding): Fix regexp.
12451
12452 2004-12-27  Simon Josefsson  <jas@extundo.com>
12453
12454         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12455         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12456         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12457
12458 2004-12-17  Kim F. Storm  <storm@cua.dk>
12459
12460         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12461
12462         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12463
12464 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12465
12466         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12467
12468 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * nnrss.el: Require rfc2047 and mml.
12471         (nnrss-file-coding-system): New variable.
12472         (nnrss-format-string): Redefine it as an inline function.
12473         (nnrss-decode-group-name): New function.
12474         (nnrss-string-as-multibyte): Remove.
12475         (nnrss-retrieve-headers): Decode group name; don't use
12476         nnrss-format-string.
12477         (nnrss-request-group): Decode group name.
12478         (nnrss-request-article): Decode group name; allow a Message-ID as
12479         well as an article number; don't use nnrss-format-string; encode a
12480         Message-ID string which may contain non-ASCII characters; use
12481         mml-to-mime to compose a MIME article.
12482         (nnrss-request-expire-articles): Decode group name.
12483         (nnrss-request-delete-group): Decode group name.
12484         (nnrss-fetch): Clarify error message.
12485         (nnrss-read-server-data): Use insert-file-contents instead of load;
12486         bind file-name-coding-system; use multibyte buffer.
12487         (nnrss-save-server-data): Bind coding-system-for-write to the
12488         value of nnrss-file-coding-system; bind file-name-coding-system;
12489         add coding cookie.
12490         (nnrss-read-group-data): Use insert-file-contents instead of load;
12491         bind file-name-coding-system; use multibyte buffer.
12492         (nnrss-save-group-data): Bind coding-system-for-write to the
12493         value of nnrss-file-coding-system; bind file-name-coding-system.
12494         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12495         make it work with non-ASCII text.
12496         (nnrss-find-el): Make it work with old xml.el as well.
12497
12498 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12499
12500         * nnrss.el (nnrss-get-encoding): New function.
12501         (nnrss-fetch): Use unibyte buffer initially; bind
12502         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12503         decode contents according to the encoding attribute.
12504         (nnrss-save-group-data): Add coding cookie.
12505         (nnrss-mime-encode-string): New function.
12506         (nnrss-check-group): Use it to encode subject and author.
12507
12508 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12509
12510         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12511         imaginary variable.
12512
12513 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12516         correctly even if there are wide characters.
12517
12518 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12519
12520         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12521         downcased symbol names; make a new cache instead of reusing
12522         bbdb-hashtable.
12523
12524 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12527         concatenating segments rather than before concatenating them.
12528         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12529
12530         * message.el (message-get-reply-headers): Bind `extra'.
12531
12532 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12533
12534         * message.el (message-extra-wide-headers): New variable.
12535         (message-get-reply-headers): Use it.
12536
12537 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12540         (gnus-agent-group-pathname): Ditto.
12541
12542         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12543
12544         * gnus-group.el (gnus-group-make-group): Decode group name.
12545         (gnus-group-make-rss-group): Register the group data after opening
12546         the nnrss group.
12547
12548 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12549
12550         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12551         by expiry now get marked as read.
12552
12553 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12556
12557 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12558
12559         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12560         unify Latin characters in XEmacs.
12561         (mm-find-mime-charset-region): Use it.
12562
12563 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-util.el (gnus-delete-directory): New function.
12566
12567         * gnus-agent.el (gnus-agent-delete-group): Use it.
12568
12569         * gnus-cache.el (gnus-cache-delete-group): Use it.
12570
12571 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12574         names.
12575
12576 2004-12-16  Simon Josefsson  <jas@extundo.com>
12577
12578         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12579
12580 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12583
12584         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12585         (gnus-group-set-current-level): Decode group name.
12586
12587 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12588
12589         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12590         failed.
12591
12592 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-group.el (gnus-group-delete-group): Decode group name.
12595         (gnus-group-make-rss-group): Encode group name.
12596         (gnus-group-catchup-current): Decode group name.
12597         (gnus-group-kill-group): Decode group name.
12598
12599 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12600
12601         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12602
12603 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * gnus-group.el (gnus-group-make-rss-group):
12606         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12607
12608         * gnus-start.el (gnus-setup-news): Honor user's setting to
12609         gnus-message-archive-method.  Suggested by Lute Kamstra
12610         <lute@gnu.org>.
12611
12612 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12613
12614         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12615         global counterparts of the buffer-local variables.
12616
12617 2004-11-16  Romain Francoise  <romain@orebokech.com>
12618
12619         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12620         counterparts of the buffer-local variables.
12621
12622 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * message.el (message-forbidden-properties): Fixed typo in doc
12625         string.
12626
12627 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gnus-util.el (gnus-replace-in-string): Added doc string.
12630
12631         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12632         to avoid problems when splitting mails with many recipients.
12633
12634 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12635
12636         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12637         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12638
12639 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12640
12641         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12642         if there is no hashtable in memory or file modification time is
12643         newer than cached timestamp.
12644
12645 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12648         not-matching option.
12649
12650 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12653         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12654         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12655         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12656         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12657         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12658
12659 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * message.el (message-forward-make-body-mml): Remove headers
12662         according to message-forward-ignored-headers if a message is decoded.
12663
12664 2004-12-02  Romain Francoise  <romain@orebokech.com>
12665
12666         * message.el (message-forward-make-body-plain): Always remove
12667         headers according to message-forward-ignored-headers.
12668
12669 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12670
12671         * spam.el (spam-summary-prepare-exit): Remove the
12672         gnus-summary-limit pop for now, it has problems with ham marks for
12673         me.
12674
12675 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12676
12677         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12678         correctly.
12679
12680 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12681
12682         * format-spec.el (format-spec): Message the char.
12683
12684 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12685
12686         * gnus-art.el (gnus-split-methods): Reformat comments.
12687
12688         * spam.el (spam-summary-prepare-exit): Remove article limits
12689         before exiting the summary buffer.
12690
12691 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12694         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12695
12696         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12697         order to silence the byte compiler.
12698
12699         * spam.el: Fix the way to silence the byte compiler, which
12700         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12701         bbdb-search-simple, spam-BBDB-register-routine,
12702         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12703         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12704         spam-stat-buffer-is-spam, spam-stat-load,
12705         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12706         spam-stat-save and spam-stat-split-fancy.
12707
12708 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12711         which may confuse users.
12712         (canlock-password-for-verify): Ditto.
12713
12714         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12715
12716         * gnus-art.el (gnus-emphasis-alist): Ditto.
12717
12718         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12719
12720         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12721
12722         * gnus-start.el (gnus-save-killed-list): Ditto.
12723
12724         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12725         (gnus-sum-thread-tree-root): Ditto.
12726         (gnus-sum-thread-tree-false-root): Ditto.
12727         (gnus-sum-thread-tree-single-indent): Ditto.
12728
12729         * message.el (message-courtesy-message): Ditto.
12730         (message-archive-note): Ditto.
12731         (message-subscribed-address-file): Ditto.
12732         (message-user-fqdn): Ditto.
12733
12734         * spam-report.el (spam-report-gmane-regex): Ditto.
12735
12736         * spam.el (spam-blackhole-good-server-regex): Ditto.
12737
12738 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * mml.el (mml-preview): Widen the message buffer before copying
12741         the contents to the preview buffer; sort headers before previewing.
12742
12743         * message.el (message-hidden-headers): Fix the way to avoid a bug
12744         in the `repeat' widget in Emacs 21.3 or earlier.
12745
12746 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * message.el (message-hidden-headers): Default to "^References:".
12749         Improve customization type.  Suggested by Reiner Steib
12750         <Reiner.Steib@gmx.de>.
12751
12752 2004-11-25  Romain Francoise  <romain@orebokech.com>
12753
12754         * message.el (message-strip-forbidden-properties): Remove check for
12755         obsolete `message-hidden' text property, hidden headers are not
12756         accessible in the buffer anymore.
12757
12758 2004-11-22  Romain Francoise  <romain@orebokech.com>
12759
12760         * message.el (message-header-format-alist): Add `From' in list
12761         so that it can be sorted.
12762         (message-fix-before-sending): Widen and sort headers before
12763         sending.
12764         (message-hide-headers): Use narrowing to hide headers by moving
12765         them to the top of the buffer and narrowing to the region
12766         underneath.
12767
12768 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769
12770         * message.el (message-strip-forbidden-properties): Bind
12771         buffer-read-only (etc) to nil.
12772
12773 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12776         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12777
12778 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12779
12780         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12781
12782 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12783
12784         * dns.el (query-dns): Use sit-for to time instead of
12785         accept-process-output, since that doesn't seem to work on udp
12786         sockets.
12787
12788 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12791
12792 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12793
12794         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12795         doc string.  Improve doc string.
12796
12797 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * nntp.el (nntp-request-update-info): Return nil if
12800         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12801         may not call gnus-activate-group which uselessly issues the GROUP
12802         commands for all nntp groups and wastes time.  Reported by Romain
12803         Francoise <romain@orebokech.com>.
12804
12805         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12806
12807 2004-11-15  Simon Josefsson  <jas@extundo.com>
12808
12809         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12810         headers separately.
12811         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12812         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12813
12814 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * gnus-start.el (gnus-convert-old-newsrc):
12817         Assign legacy-gnus-agent to 5.10.7.
12818
12819 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12820
12821         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12822         start of the lines.
12823
12824 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12825
12826         * hashcash.el (hashcash-default-payment): Change default to 20.
12827         (hashcash-default-accept-payment): Change default to 20.
12828         (hashcash-process-alist): New variable.
12829         (hashcash-generate-payment-async): Add.
12830         (hashcash-already-paid-p): Add.
12831         (hashcash-insert-payment): Don't generate payments twice.
12832         (hashcash-insert-payment-async): Add.
12833         (hashcash-insert-payment-async-2): Add.
12834         (hashcash-cancel-async): Add.
12835         (hashcash-wait-async): Add.
12836         (hashcash-processes-running-p): Add.
12837         (hashcash-wait-or-cancel): Add.
12838         (mail-add-payment): New optional argument.  Conditionally start
12839         asynchronous calculation.
12840         (mail-add-payment-async): Add.
12841
12842         * message.el (message-send-mail): Wait for asynchronous hashcash
12843         results.  Don't clobber existing X-Hashcash headers.
12844         (message-setup-1): Call mail-add-payment-async when
12845         message-generate-hashcash is non-nil.
12846
12847 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12848
12849         * message.el (message-use-alternative-email-as-from): Examine the
12850         From header as well; use message-make-from in order to include a
12851         user's full name.
12852
12853 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12856         default; improve customization type.
12857         (gnus-emphasis-custom-with-format): New macro.
12858         (gnus-emphasis-custom-value-to-external): New function.
12859         (gnus-emphasis-custom-value-to-internal): New function.
12860
12861 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12862
12863         * dns.el (query-dns): Resolve reverse addresses.
12864
12865 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * gnus-group.el (gnus-group-get-new-news): Use it.
12868
12869         * gnus-start.el (gnus-check-reasonable-setup): New function.
12870
12871 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12874         "Args out of range" error.  Reported by Arnaud Giersch
12875         <arnaud.giersch@free.fr>.
12876
12877 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12878
12879         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12880
12881 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12882
12883         * spam.el (spam group): Add :version.
12884
12885         * pgg-def.el (pgg group): Add :version.
12886
12887 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-art.el (gnus-article-edit-article): Don't associate the
12890         article buffer with a draft file.  This is a temporary measure
12891         against the 2004-08-22 change to gnus-article-edit-mode.
12892
12893 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12896         (html2text-format-tags): Remove unused variable `attr'.
12897
12898 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12901
12902         * tls.el (tls-process-connection-type, tls-success)
12903         (tls-certtool-program): Add :version.
12904
12905         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12906         (starttls-extra-arguments, starttls-process-connection-type)
12907         (starttls-connect, starttls-failure, starttls-success): Add :version.
12908
12909         * spam-stat.el (spam-stat): Add :version.
12910
12911         * sieve.el (sieve): Add :version.
12912
12913         * sha1.el (sha1): Add :version.
12914         (sha1-use-external): Remove redundant version.
12915
12916         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12917         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12918         (nnmail-split-fancy-match-partial-words)
12919         (nnmail-split-lowercase-expanded): Add :version.
12920
12921         * nndiary.el (nndiary): Add :version.
12922
12923         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12924
12925         * mml-sec.el (mml-default-sign-method)
12926         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12927         Add :version.
12928
12929         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12930
12931         * mm-url.el (mm-url-use-external, mm-url-program)
12932         (mm-url-arguments): Add :version.
12933
12934         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12935         (mm-attachment-file-modes, mm-decrypt-option)
12936         (mm-w3m-safe-url-regexp): Add :version.
12937
12938         * message.el (message-cite-prefix-regexp)
12939         (message-sendmail-envelope-from, message-minibuffer-local-map)
12940         (message-user-fqdn, message-completion-alist): Add :version.
12941
12942         * gnus-win.el (gnus-configure-windows-hook)
12943         (gnus-use-frames-on-any-display): Add :version.
12944
12945         * gnus-art.el (gnus-article-address-banner-alist)
12946         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12947         (gnus-treat-from-picon, gnus-treat-mail-picon)
12948         (gnus-treat-x-pgp-sig): Add :version.
12949
12950         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12951         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12952         (gnus-summary-article-delete-hook)
12953         (gnus-summary-display-while-building): Add :version.
12954
12955         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12956         (gnus-get-top-new-news-hook): Add :version.
12957
12958         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12959         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12960
12961         * gnus-registry.el (gnus-registry): Add :version.
12962
12963         * gnus-spec.el (gnus-use-correct-string-widths)
12964         (gnus-make-format-preserve-properties): Add :version.
12965
12966         * gnus.el (gnus-group-charter-alist)
12967         (gnus-group-fetch-control-use-browse-url)
12968         (gnus-install-group-spam-parameters): Add :version.
12969
12970         * gnus-diary.el (gnus-diary): Add :version.
12971
12972         * gnus-delay.el (gnus-delay): Add :version.
12973
12974         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12975         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12976         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12977         Add :version.
12978
12979         * gnus-agent.el (gnus-agent-max-fetch-size)
12980         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12981         (gnus-agent-prompt-send-queue): Add :version.
12982
12983         * deuglify.el (gnus-outlook-deuglify): Add :version.
12984
12985         * html2text.el: Beautify code.  Improve doc strings.  Some
12986         checkdoc cleanup.
12987         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12988
12989 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12990
12991         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12992
12993 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12994
12995         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12996         when package is loaded.
12997
12998         * spam.el (spam-summary-score-preferred-header): Add global preference
12999         for people who want to override the default SpamAssassin over
13000         Bogofilter preference (when both are set).
13001         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13002         (spam-user-format-function-S): Check
13003         spam-summary-score-preferred-header.
13004         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13005         (spam-user-format-function-S): Format the score correctly.
13006
13007 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13010         signature file.  Suggested by Manoj Srivastava
13011         <srivasta@golden-gryphon.com>.
13012
13013         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13014         iso-2022-jp even in the Japanese language environment.
13015         Suggested by Jason Rumney <jasonr@gnu.org>.
13016
13017 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13020         use the same characters as the dummy marks; make it free from
13021         getting affected by the language environment.
13022         (gnus-summary-read-group-1): Update mark positions only when the
13023         format spec is updated.
13024
13025         * gnus-spec.el (gnus-update-format-specifications): Return a list
13026         of updated types.
13027
13028 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13031         of boundp to check if display-warning is available.
13032
13033 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13034
13035         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13036
13037 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * nnspool.el (nnspool-spool-directory): Use news-path if the
13040         news-directory variable is not bound.
13041
13042         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13043         function instead of display-warning if it is not available.
13044
13045 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13048         v5-10: Use `point-at-bol'.
13049
13050 2004-10-26  Simon Josefsson  <jas@extundo.com>
13051
13052         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13053         <chenggao@gmail.com>.
13054
13055 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13058         instead.
13059
13060 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13061
13062         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13063         to remove a server from the nnimap-server-buffer-alist.
13064         (nnimap-open-connection, nnimap-close-server): Use it.
13065
13066         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13067
13068 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13071         running the major-mode function.
13072
13073 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13076         dummy marks in the right way.
13077
13078 2004-10-18  David Edmondson  <dme@dme.org>
13079
13080         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13081         excessively.
13082
13083 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13084
13085         * gnus-util.el (gnus-split-references): Accept a nil references
13086         string and go on blissfully.
13087
13088         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13089         cases where the references string is non-nil but has no references.
13090
13091         * encrypt.el: Add autoload tags.
13092
13093         * spam.el (spam-resolve-registrations-routine): Remove article
13094         from unregistration list too.  Reported by David Hanak
13095         <dhanak@isis.vanderbilt.edu>
13096
13097 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13100         nil.  Changed custom type.
13101
13102 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13105
13106         * gnus-sum.el (gnus-summary-move-article): Use it.
13107
13108 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13109
13110         * encrypt.el: Add autoload cookies.
13111
13112         * spam.el (spam-backend-article-list-property)
13113         (spam-backend-get-article-todo-list)
13114         (spam-backend-put-article-todo-list)
13115         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13116         Resolve registrations separately.
13117         (spam-register-routine): Format comments.
13118         (spam-unregister-routine, spam-register-routine): Always call with
13119         specific-articles, no default list.
13120         (spam-summary-prepare-exit): Use the spam-classifications function.
13121
13122         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13123         gnus-encrypt.el.
13124
13125         * encrypt.el: Copied from gnus-encrypt.el.
13126
13127         * gnus-encrypt.el: Commented that it's obsolete.
13128
13129 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13132         (gnus-score-save): Use it.
13133
13134         * message.el (message-bury): Use `window-dedicated-p'.
13135
13136 2004-10-15  Simon Josefsson  <jas@extundo.com>
13137
13138         * pop3.el (top-level): Don't require nnheader.
13139         (pop3-read-timeout): Add.
13140         (pop3-accept-process-output): Add.
13141         (pop3-read-response, pop3-retr): Use it.
13142
13143 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13144
13145         * spam.el (spam-register-routine): Move comment.
13146         (spam-verify-bogofilter): Use 'unknown for the initial
13147         spam-bogofilter-valid state, not 'never.
13148
13149         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13150         for netrc-machine.
13151
13152         * nnimap.el (nnimap-open-connection): Use
13153         netrc-machine-user-or-password.
13154
13155 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13156
13157         * gnus-registry.el (gnus-registry-unload-hook):
13158         Set as a variable with add-hook.
13159
13160         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13161         of news-path.
13162
13163         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13164
13165         * spam.el: Delete duplicate `provide'.
13166         (spam-unload-hook): Set as a variable with add-hook.
13167
13168 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13169
13170         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13171         in the doc string.
13172
13173         * message.el (message-ignored-news-headers)
13174         (message-ignored-supersedes-headers)
13175         (message-ignored-resent-headers)
13176         (message-forward-ignored-headers): Improve custom type.
13177
13178 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * message.el (message-tokenize-header): Fix 2004-09-06 change
13181         which used point-min in the wrong place.
13182
13183 2004-10-12  Simon Josefsson  <jas@extundo.com>
13184
13185         * tls.el (tls-certtool-program): New variable.
13186         (tls-certificate-information): New function, based on
13187         ssl-certificate-information.
13188
13189 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * compface.el: Move the version of ELisp-based uncompface program
13192         to the contrib directory because of the copyright problem.
13193
13194 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * message.el (message-kill-buffer): Raise the current frame.
13197
13198 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13201
13202         * gnus.el (message-y-or-n-p): Autoload.
13203
13204         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13205         (pop3-password-required, pop3-authentication-scheme)
13206         (pop3-leave-mail-on-server): Made customizable.
13207         (pop3): New custom group.
13208         (pop3-retr): Remove `sleep-for' statements.
13209         Suggested by Dave Love <fx@gnu.org>.
13210
13211         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13212         Windows/DOS.
13213
13214         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13215         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13216         Dave Love <fx@gnu.org>.
13217
13218         * mml.el (mml-minibuffer-read-disposition): Require match.
13219         Suggested by Dave Love <fx@gnu.org>.
13220
13221 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13224         doc string.
13225
13226 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13229
13230 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13231
13232         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13233         instead of calling `mm-insert-inline', to decode text/* parts
13234         before displaying them.
13235
13236 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * mm-uu.el (mm-uu-text-plain-type): New variable.
13239         (mm-uu-pgp-signed-extract-1): Use it.
13240         (mm-uu-pgp-encrypted-extract-1): Use it.
13241         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13242         bind mm-uu-text-plain-type with that value.
13243         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13244         mm-uu-dissect.
13245
13246 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-group.el (gnus-update-group-mark-positions):
13249         * gnus-sum.el (gnus-update-summary-mark-positions):
13250         * message.el (message-check-news-body-syntax):
13251         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13252         of string-as-multibyte.
13253
13254 2004-10-05  Juri Linkov  <juri@jurta.org>
13255
13256         * gnus-group.el (gnus-update-group-mark-positions):
13257         * gnus-sum.el (gnus-update-summary-mark-positions):
13258         * message.el (message-check-news-body-syntax):
13259         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13260         8-bit unibyte values to a multibyte string for search functions.
13261
13262 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13265         (mm-uu-dissect-text-parts): New function.
13266
13267         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13268         dissect text parts.
13269
13270         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13271         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13272
13273         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13274
13275         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13276         gnus-current-topics instead of gnus-current-topic.
13277
13278 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13279
13280         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13281
13282 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13283
13284         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13285         where approriate.
13286
13287         * nnml.el (nnml-generate-active-info): do.
13288
13289         * nndiary.el (nndiary-generate-active-info): do.
13290
13291         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13292         (gnus-topic-move): do.
13293
13294         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13295         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13296
13297         * gnus-srvr.el (gnus-server-prepare)
13298         (gnus-server-open-all-servers): do.
13299
13300         * gnus-msg.el (gnus-summary-cancel-article)
13301         (gnus-summary-resend-message)
13302         (gnus-summary-mail-crosspost-complaint): do.
13303
13304         * gnus-move.el (gnus-change-server): do.
13305
13306         * gnus-group.el (gnus-group-unmark-all-groups)
13307         (gnus-group-set-current-level): do.
13308
13309 2004-10-04  Simon Josefsson  <jas@extundo.com>
13310
13311         * message.el (message-generate-hashcash): Doc fix.
13312
13313 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13314
13315         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13316         avoid infinite recursion via gnus-get-function.
13317
13318 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13319
13320         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13321
13322         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13323
13324         * nnmail.el (nnmail-split-history): do.
13325
13326         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13327         (nnml-request-delete-group): do.
13328
13329         * nnslashdot.el (nnslashdot-read-groups): do.
13330
13331         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13332         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13333
13334         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13335         (nnspool-sift-nov-with-sed): Use last.
13336         (nnspool-retrieve-headers-with-nov): Use mapc.
13337         (nnspool-request-newgroups): Use dolist.
13338         (nnspool-request-group): Use last.
13339
13340         * nntp.el (nntp-read-server-type): Use dolist.
13341
13342         * nnvirtual.el (nnvirtual-create-mapping)
13343         (nnvirtual-update-read-and-marked): Use dolist.
13344         (nnvirtual-convert-headers): Simplify.
13345
13346 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13347
13348         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13349         support for sync'ing tick marks.
13350
13351 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13354         there's no visible header.
13355
13356 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13357
13358         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13359         necessary, pass full group name to gnus-request-set-marks.
13360
13361 2004-10-01  Simon Josefsson  <jas@extundo.com>
13362
13363         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13364         acroread.
13365
13366 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13367
13368         * spam-report.el (spam-report-gmane): Fix interactive.
13369
13370         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13371
13372         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13373         when writing file.
13374         (gnus-agent-synchronize-flags): Don't default to being
13375         interactive.
13376
13377 2004-09-30  Simon Josefsson  <jas@extundo.com>
13378
13379         * message.el (message-generate-hashcash): Add.
13380         (message-send-mail): Use it, call mail-add-payment.
13381
13382 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13383
13384         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13385
13386 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13387
13388         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13389         gnus-requst-update-info with explicit code to sync the in-memory
13390         info read flags with the marks being sync'd to the backend.
13391
13392         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13393
13394 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13395
13396         * spam.el (spam-verify-bogofilter): Add new function.
13397         (spam-check-bogofilter)
13398         (spam-bogofilter-register-with-bogofilter): Use it.
13399         (spam-verify-bogofilter): Add small fixes.
13400
13401 2004-09-28  Simon Josefsson  <jas@extundo.com>
13402
13403         * hashcash.el (hashcash-generate-payment): Revert.
13404
13405 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13406
13407         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13408         gnus-extract-references instead of gnus-split-references.
13409
13410         * gnus-util.el (gnus-extract-references): Add new function, analogous
13411         to gnus-split-references but extracts only the message-ID without
13412         anything extra.
13413
13414         * hashcash.el (hashcash-generate-payment)
13415         (hashcash-check-payment): Do the right thing if hashcash-path is
13416         nil (because the hashcash program could not be found).
13417
13418         * spam.el (spam-use-hashcash): Remove comment.
13419
13420 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13421
13422         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13423         (gnus-cache-enter-article, gnus-cache-remove-article)
13424         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13425
13426         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13427
13428         * gnus-art.el (article-hide-boring-headers)
13429         (article-translate-strings, article-display-face)
13430         (gnus-article-mime-match-handle-first)
13431         (gnus-article-highlight-headers)
13432         (gnus-article-add-buttons-to-head): do.
13433
13434 2004-09-27  Simon Josefsson  <jas@extundo.com>
13435
13436         * hashcash.el: New version, from
13437         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13438         ../contrib/.
13439
13440 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13443
13444 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13445
13446         * gnus-dup.el (gnus-dup-open): Use mapc.
13447         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13448
13449         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13450         Reported by Stefan Wiens <s.wi@gmx.net>.
13451
13452         * gnus.el (gnus-shutdown): Use dolist.
13453
13454         * gnus-undo.el (gnus-undo): Use mapc.
13455
13456         * nnrss.el (nnrss-generate-active): do.
13457
13458         * message.el (message-cite-original-without-signature)
13459         (message-cite-original): Use mapc.
13460         (message-do-actions, message-make-forward-subject): Use dolist.
13461
13462 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13463
13464         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13465         deletion to remove entire duplicate line.  Fixes merged article
13466         number bug.
13467
13468 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13469
13470         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13471         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13472         first ask if you want to open a server and then, even when you
13473         responded with no, asking if you want to synchronize the server's
13474         flags.
13475         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13476         multi-line expressions.
13477         (gnus-agent-synchronize-group-flags): New internal function.
13478         Updates marks in memory (in the info structure) AND in the
13479         backend.
13480
13481         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13482
13483         * nnagent.el (nnagent-request-set-mark): Use
13484         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13485         method, to ensure that synchronization updates marks in the
13486         backend and in the info (in memory) structure.
13487
13488 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13491         convention fully; don't miss the root article of a thread; make
13492         the X-Draft-From header with correct article numbers.
13493
13494 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13495
13496         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13497         unless plugged.  Disable the agent so that an open failure causes
13498         an error.
13499
13500         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13501         Reverted 2004-09-21 change.  The backend must be opened while
13502         synchronizing flags even when the backend stores the flags
13503         locally.
13504
13505 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13508         in `header' match.  Reported by Svend Tollak Munkejord.
13509
13510         * message.el (message-cite-original): Fix use of
13511         `message-cite-articles-with-x-no-archive'.
13512
13513 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13516         (gnus-window-to-buffer): Ditto.
13517
13518         * mml.el (mml-preview-buffer): New variable.
13519         (mml-preview): Manage window layout with gnus-buffer-configuration.
13520
13521         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13522         X-Draft-From header even if those articles aren't quoted.
13523
13524 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13525
13526         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13527         (gnus-request-set-mark, gnus-request-update-mark): Use new
13528         g-s-t-u-l-m to decide to use backend even when unplugged.
13529
13530 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13533         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13534
13535 2004-09-20  Simon Josefsson  <jas@extundo.com>
13536
13537         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13538         "utf-16-le".
13539
13540 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13541
13542         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13543
13544 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * uudecode.el (uudecode-use-external): Add :version.
13547
13548         * smime.el (smime-CA-file, smime-encrypt-cipher)
13549         (smime-dns-server): Add :version.
13550
13551         * smiley.el (gnus-smiley-file-types): Add :version.
13552
13553         * sha1.el (sha1-use-external): Add :version.
13554
13555         * pgg-def.el (pgg-query-keyserver): Add :version.
13556
13557         * nnmail.el (nnmail-fancy-expiry-targets)
13558         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13559         Add :version.
13560
13561         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13562         (nnimap-retrieve-groups-asynchronous): Add :version.
13563         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13564
13565         * mml.el (mml-content-disposition-parameters)
13566         (mml-insert-mime-headers-always): Add :version.
13567
13568         * mm-util.el (mm-coding-system-priorities): Add :version.
13569
13570         * mm-decode.el (mm-inline-text-html-with-images)
13571         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13572         (mm-verify-option): Add :version.
13573         (mm-text-html-renderer): Change :version.
13574
13575         * message.el (message-fcc-externalize-attachments)
13576         (message-required-headers, message-draft-headers)
13577         (message-subject-trailing-was-query)
13578         (message-subject-trailing-was-ask-regexp)
13579         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13580         (message-mark-insert-end, message-archive-header)
13581         (message-archive-note, message-cross-post-default)
13582         (message-cross-post-note, message-followup-to-note)
13583         (message-cross-post-note-function, message-use-mail-followup-to)
13584         (message-subscribed-address-functions)
13585         (message-subscribed-address-file, message-subscribed-addresses)
13586         (message-subscribed-regexps, message-allow-no-recipients)
13587         (message-yank-cited-prefix, message-signature-insert-empty-line)
13588         (message-hidden-headers, message-hierarchical-addresses)
13589         (message-mail-user-agent, message-use-idna)
13590         (message-valid-fqdn-regexp)
13591         (message-strip-special-text-properties, message-header-synonyms)
13592         (message-beginning-of-line, message-tab-body-function): Add :version.
13593         (message-insert-canlock, message-wide-reply-confirm-recipients):
13594         Change :version.
13595
13596         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13597         and :version.
13598         (mail-source-delete-old-incoming-confirm)
13599         (mail-source-movemail-program): Add :version.
13600
13601         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13602         (gnus-agent-cache, gnus-agent): Change :version.
13603
13604         * gnus-util.el (gnus-use-byte-compile): Change :version.
13605
13606         * gnus-sum.el (gnus-summary-make-false-root-always)
13607         (gnus-summary-default-high-score)
13608         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13609         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13610         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13611         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13612         (gnus-sum-thread-tree-single-indent)
13613         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13614         (gnus-sum-thread-tree-leaf-with-other)
13615         (gnus-sum-thread-tree-single-leaf): Add :version.
13616         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13617         (gnus-article-loose-mime): Change :version.
13618
13619         * gnus-start.el (gnus-backup-startup-file)
13620         (gnus-save-startup-file-via-temp-buffer): Add :version.
13621
13622         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13623         (gnus-server-offline-face): Add :version.
13624
13625         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13626
13627         * gnus-msg.el (gnus-gcc-externalize-attachments)
13628         (gnus-debug-files, gnus-debug-exclude-variables)
13629         (gnus-discouraged-post-methods): Change :version.
13630         (gnus-confirm-mail-reply-to-news)
13631         (gnus-confirm-treat-mail-like-news): Add :version.
13632
13633         * gnus-int.el (gnus-server-unopen-status): Add :version.
13634
13635         * gnus-group.el (gnus-group-jump-to-group-prompt)
13636         (gnus-large-ephemeral-newsgroup)
13637         (gnus-fetch-old-ephemeral-headers): Add :version.
13638
13639         * gnus-fun.el (gnus-x-face-directory)
13640         (gnus-convert-pbm-to-x-face-command)
13641         (gnus-convert-image-to-x-face-command)
13642         (gnus-convert-image-to-face-command): Add :version.
13643
13644         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13645
13646         * gnus-cite.el (gnus-cite-blank-line-after-header)
13647         (gnus-article-boring-faces): Add :version.
13648
13649         * gnus-art.el (gnus-buttonized-mime-types)
13650         (gnus-inhibit-mime-unbuttonizing)
13651         (gnus-treat-display-face)
13652         (gnus-treat-body-boundary): Change :version.
13653         (gnus-body-boundary-delimiter, gnus-picon-databases)
13654         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13655         (gnus-treat-date-english, gnus-treat-fold-headers)
13656         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13657         (gnus-treat-mail-picon, gnus-treat-wash-html)
13658         (gnus-article-encrypt-protocol)
13659         (gnus-use-idna, gnus-article-over-scroll)
13660         (gnus-mime-display-multipart-alternative-as-mixed)
13661         (gnus-mime-display-multipart-related-as-mixed)
13662         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13663         (gnus-ctan-url, gnus-button-ctan-handler)
13664         (gnus-button-handle-ctan-bogus-regexp)
13665         (gnus-button-ctan-directory-regexp)
13666         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13667         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13668         (gnus-button-man-level, gnus-button-emacs-level)
13669         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13670
13671         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13672         (gnus-agent-go-online): Change :version.
13673         (gnus-agent-expire-unagentized-dirs)
13674         (gnus-agent-auto-agentize-methods): Add :version.
13675
13676         * flow-fill.el (fill-flowed-display-column)
13677         (fill-flowed-encode-column): Add :version.
13678
13679         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13680         (gnus-outlook-deuglify-unwrap-max)
13681         (gnus-outlook-deuglify-cite-marks)
13682         (gnus-outlook-deuglify-unwrap-stop-chars)
13683         (gnus-outlook-deuglify-no-wrap-chars)
13684         (gnus-outlook-deuglify-attrib-cut-regexp)
13685         (gnus-outlook-deuglify-attrib-verb-regexp)
13686         (gnus-outlook-deuglify-attrib-end-regexp)
13687         (gnus-outlook-display-hook): Add :version.
13688
13689         * binhex.el (binhex-use-external): Add :version.
13690
13691 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13694         and `invisible'.
13695
13696 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13697
13698         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13699         in gnus-registry-trim.
13700
13701 2004-09-13  Simon Josefsson  <jas@extundo.com>
13702
13703         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13704
13705         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13706
13707         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13708         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13709         <yamaoka@jpl.org>.
13710         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13711         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13712         <yamaoka@jpl.org>.
13713
13714         * sieve.el (sieve-manage-mode): Ditto.
13715
13716 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13719
13720 2004-09-11  Simon Josefsson  <jas@extundo.com>
13721
13722         * dns-mode.el: Add.
13723
13724         * mm-view.el (mm-display-dns-inline): Add.
13725
13726         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13727         (mm-automatic-display): Ditto.
13728
13729         * mailcap.el (mailcap-mime-data): Add text/dns.
13730         (mailcap-mime-extensions): Map .soa to text/dns.
13731
13732 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13733
13734         * gnus-art.el (article-decode-mime-words, article-babel)
13735         (gnus-article-highlight-signature, gnus-article-add-buttons)
13736         (gnus-signature-toggle): Remove unnecessary bindings of
13737         `inhibit-read-only' inherited from v5.10 merge.
13738
13739 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * nntp.el (nntp): New customization group.
13742         (nntp-authinfo-file): Add customization group.
13743
13744         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13745
13746         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13747
13748         * gnus.el (to-address, to-list, subscribed)
13749         (large-newsgroup-initial): Ditto.
13750
13751         * flow-fill.el (fill-flowed-display-column)
13752         (fill-flowed-encode-column): Ditto.
13753
13754 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13755
13756         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13757         Use point-min rather than 1.
13758         (message-send-mail): Use buffer-size rather than point-max.
13759
13760         * gnus-sum.el (gnus-summary-search-article-forward):
13761         Signal a specific `search-failed' rather than a generic `error'.
13762
13763         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13764         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13765         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13766
13767 2004-09-10  Simon Josefsson  <jas@extundo.com>
13768
13769         * nndb.el (require): Remove tcp and duplicate cl.
13770
13771 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-agent.el (directory-files-and-attributes): Move forward.
13774
13775 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13776
13777         * gnus-agent.el (directory-files-and-attributes): Optionally
13778         defined to support XEmacs.
13779
13780 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13781
13782         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13783         to avoid run-time CL dependencies.
13784         (gnus-agent-unfetch-articles): New function.
13785         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13786         article numbers even when local .overview file is missing.
13787         (gnus-agent-read-article-number): New function.  Only accepts
13788         27-bit article numbers.
13789         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13790         gnus-agent-read-article-number.
13791         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13792         from backend while recognizing that article numbers in .overview
13793         must be valid.
13794         (gnus-agent-update-files-total-fetched-for): Use
13795         directory-files-and-attributes to improve performance.
13796         * gnus-int.el (gnus-request-move-article): Use
13797         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13798         improve performance.
13799
13800         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13801         some users confused by references to .newsrc when they only have a
13802         .newsrc.eld file.
13803         (gnus-convert-mark-converter-prompt)
13804         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13805         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13806         New function.  Used internally to only display 'gnus converting
13807         files' message when actually necessary.
13808
13809         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13810         methods now autoloaded.
13811
13812 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13815         identifiers.
13816
13817 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * gnus-picon.el: Fix indentation and closing parenthesis.
13820
13821 2004-09-01  Simon Josefsson  <jas@extundo.com>
13822
13823         * message.el (message-canlock-generate): Require sha1, not
13824         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13825         to require within a function.  Sadly, if sha1.el isn't loaded, the
13826         let binding in m-c-g will hide the defcustom definition, which is
13827         bad.)
13828
13829         * canlock.el: Require sha1, not sha1-el.
13830
13831         * message.el: Don't autoload sha1 (there is a autoload cookie in
13832         sha1.el).
13833
13834         * sha1-el.el: Renamed to sha1.el.
13835
13836 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13837
13838         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13839
13840 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13841
13842         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13843
13844 2004-08-30  Kim F. Storm  <storm@cua.dk>
13845
13846         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13847
13848         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13849         Add :group 'nnimap.
13850
13851 2004-08-30  Andreas Schwab  <schwab@suse.de>
13852
13853         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13854         ?* and ?\;.
13855
13856         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13857         and ?\' to symbol instead of whitespace.
13858
13859 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13862
13863         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13864         instead of re-search-forward.
13865
13866         * gnus-uu.el (gnus-uu-save-article): Ditto.
13867         (gnus-uu-post-encode-uuencode): Ditto.
13868
13869         * html2text.el (html2text-clean-list-items): Ditto.
13870         (html2text-clean-dtdd): Ditto.
13871         (html2text-format-tags): Ditto.
13872
13873         * message.el (message-send-mail-with-sendmail): Fix regexp.
13874         (message-fill-field-general): Use search-forward instead of
13875         re-search-forward.
13876         (unbold-region): Ditto.
13877
13878         * nnrss.el (nnrss-request-article): Ditto.
13879
13880         * nnslashdot.el (nnslashdot-request-article): Ditto.
13881
13882         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13883
13884         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13885         "Unrecognized menu descriptor" error in XEmacs.
13886
13887 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13888
13889         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13890         parent article of a sparse article in the thread hashtb.
13891
13892 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13893
13894         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13895         (nnmail-expand-newtext): Lowercase expanded entries if
13896         nnmail-split-lowercase-expanded is non-nil.
13897
13898 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13901
13902         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13903         of gnus-tmp-news-method into string under XEmacs.  It will be
13904         passed to gnus-correct-length which takes only a string argument.
13905
13906 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * gnus-util.el (gnus-bind-print-variables): New macro.
13909         (gnus-prin1): Use it.
13910         (gnus-prin1-to-string): Use it.
13911         (gnus-pp): New function.
13912         (gnus-pp-to-string): New function.
13913
13914         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13915         Replace pp-to-string with gnus-pp-to-string.
13916         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13917         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13918         * gnus-msg.el (gnus-debug): Ditto.
13919         * gnus-score.el (gnus-score-save): Ditto.
13920         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13921         gnus-pp-to-string.
13922         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13923         with gnus-pp.
13924         * score-mode.el (gnus-score-pretty-print): Ditto.
13925         * webmail.el (webmail-debug): Ditto.
13926
13927 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-art.el (article-display-face, article-display-x-face):
13930         Use buffer-read-only.
13931
13932 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * gnus-art.el (article-hide-list-identifiers):
13935         Bind inhibit-read-only as t.
13936
13937 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13940
13941 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13942
13943         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13944         (gnus-narrow-to-page): Don't assume point-min == 1.
13945         (gnus-article-edit-mode): Derive from message-mode.
13946
13947         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13948         point-min == 1.
13949
13950         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13951         Disable incorrect use of `assert'.
13952
13953         * message.el (message-mode): Set comment-start-skip.
13954
13955
13956 2004-08-22  Sam Steingold  <sds@gnu.org>
13957
13958         * pop3.el (pop3-leave-mail-on-server): New user variable.
13959         (pop3-movemail): Delete mail only when it is nil.
13960
13961 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13962
13963         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13964
13965         * mml.el (mml-preview): Use `pop-to-buffer'.
13966
13967         * message.el (message-goto-mail-followup-to): Insert after "To".
13968         (message-carefully-insert-headers): Add comment.
13969
13970         * gnus.el: Remove unused variable `gnus-article-check-size'.
13971
13972         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13973
13974         * gnus-art.el (gnus-button-alist): Improve
13975         `gnus-button-handle-library' entry.
13976
13977 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13978
13979         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13980         downcase, since XEmacs capitalizes error messages differently.
13981
13982 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13983
13984         * nntp.el: Add (require 'gnus) due to reference to
13985         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13986
13987 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13988
13989         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13990         `mm-fill-flowed'.
13991
13992         * mm-decode.el (mm-dissect-singlepart): Check it.
13993
13994 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13995
13996         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13997         'imap' for netrc parsing.
13998
13999 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * mailcap.el (mailcap-mime-data): Mark as risky.
14002
14003 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14006         may be included in the encoded word.
14007         (rfc2047-encode): Don't append a space if the encoded word
14008         includes close parenthesis.
14009
14010 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14013         of text within parentheses.
14014
14015 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14016
14017         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14018         (gnus-encrypt-write-file-contents): Make the password key the file
14019         name PLUS the cipher, not just the cipher.  Also remove failed
14020         passwords from the cache.
14021
14022 2004-08-06  Simon Josefsson  <jas@extundo.com>
14023
14024         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14025         fix.
14026
14027 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14030         LWSP.
14031
14032 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14033
14034         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14035         to append in-reply-to: data to the references: header.
14036
14037         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14038         (netrc-parse): Use gnus-encrypt.el functions.
14039
14040         * gnus-encrypt.el: Add new file for encryption support; currently
14041         does only a few GPG ciphers and an internal XOR cipher.
14042
14043         * password.el: Add comments on using password-read-and-add.
14044         (password-read-and-add): Add function to read and add the
14045         password to the cache at once.
14046
14047 2004-07-28  Simon Josefsson  <jas@extundo.com>
14048
14049         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14050         parameter (but don't use it, for now).
14051
14052         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14053         instead of hard coding to nil.
14054
14055 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14058         as mm-inline-image-xemacs does.
14059
14060 2004-07-26  Simon Josefsson  <jas@extundo.com>
14061
14062         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14063         Revert part of 2004-07-17 change below.
14064
14065 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14068         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14069
14070 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14071
14072         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14073         quotes that actually start with ">" at the beginning of the
14074         lines.
14075
14076 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * rfc2047.el (rfc2047-encode-region): Fix last change.
14079         (rfc2047-encode-parameter): Remove useless concat.
14080
14081 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14084         encode special characters; fix some kind of misconfigured headers;
14085         signal a real error if debug-on-quit or debug-on-error is non-nil.
14086         (rfc2047-encode-max-chars): New variable.
14087         (rfc2047-encode-1): Use it.
14088         (rfc2047-encode-parameter): New function.
14089
14090         * mml.el (mml-insert-parameter): Remove an excessive space.
14091
14092 2004-07-17  Simon Josefsson  <jas@extundo.com>
14093
14094         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14095         Kai Grossjohann <kai@emptydomain.de>.
14096         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14097         (gnus-group-make-menu-bar): Ditto.
14098
14099         * gnus-util.el (gnus-group-server): Add.
14100
14101 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14102
14103         * message.el (message-clone-locals): Clone sendmail and smtp
14104         variables.
14105
14106 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * rfc2047.el (rfc2047-encode-region): Fix last change.
14109
14110 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14113         characters as non-special.
14114
14115 2004-07-09  Simon Josefsson  <jas@extundo.com>
14116
14117         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14118         Users will lose all flag changes made while unplugged with
14119         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14120         good default.  See numerous reports on ding mailing list.
14121
14122 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14125         add generate-head-function and generate-article-function to the
14126         rfc822-forward entry.
14127         (nndoc-rfc822-forward-generate-article): New function.
14128         (nndoc-rfc822-forward-generate-head): New function.
14129
14130         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14131
14132 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14133
14134         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14135         respect display group parameter and gnus-summary-expunge-below.
14136         (gnus-articles-to-read): Remove unused reference to display group
14137         parameter.
14138
14139 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14140
14141         * nnheader.el (nnheader-uniquify-message-id): New experimental
14142         variable.
14143         (nnheader-nov-read-message-id): Use it.
14144
14145         * spam-report.el (spam-report-gmane): Add interactive.
14146
14147 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14150         qp-or-base64 for the application/* types.
14151
14152 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14153
14154         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14155
14156 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14157
14158         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14159         trim value.
14160
14161 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14162
14163         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14164         New macro and function.
14165         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14166
14167 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14170         after-load-alist.
14171
14172 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14173
14174         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14175         update info that isn't there.
14176
14177 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14178
14179         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14180         entry.
14181
14182 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * mm-view.el (mm-inline-render-with-function): Use multibyte
14185         buffer; decode html source by charset.
14186
14187         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14188
14189         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14190         Mule-UCS is loaded under XEmacs.
14191         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14192
14193 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14194
14195         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14196
14197 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * mm-util.el (mm-coding-system-p): Return a coding-system.
14200         (mm-mime-mule-charset-alist): Use shift_jis instead of
14201         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14202         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14203         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14204         instead of japanese-shift-jis and iso-latin-1 respectively in
14205         order to share the default value with both Emacs and XEmacs-mule.
14206         (mm-mule-charset-to-mime-charset): Make
14207         mm-coding-system-priorities effective.
14208         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14209         while predicating of candidates upon the priorities.
14210
14211 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14212
14213         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14214         gnus-uu-invert-processable.
14215
14216         * gnus.el: Autoload gnus-uu-invert-processable.
14217
14218 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * mm-util.el (mm-with-multibyte-buffer): New macro.
14221
14222         * rfc2047.el (rfc2047-encode-string): Use it.
14223         (rfc2047-encode-region): Move point to the end of the region after
14224         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14225
14226 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14229         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14230
14231 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14234         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14235         Karl Chen <quarl@nospam.quarl.org>.
14236
14237 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14238
14239         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14240         invalid addresses.
14241
14242 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14243
14244         * spam.el: Change section markers, revise TODO list.
14245         (spam-backends): Make new master list of all installed backends.
14246         (spam-summary-exit-behavior): Add new variable to determine how
14247         messages moves are done at summary exit.
14248         (spam-move-spam-nonspam-groups-only)
14249         (spam-process-ham-in-nonham-groups)
14250         (spam-process-ham-in-spam-groups): Remove variables, the
14251         spam-summary-exit-behavior variable should be used to manage this
14252         behavior.
14253         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14254         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14255         and spam-old-spam-articles.
14256         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14257         Add empty variables, placeholders for the backends they represent.
14258         (spam-set-difference): Move, unchanged.
14259         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14260         unless the user has a processor variable.
14261         (spam-classifications, spam-classification-valid-p)
14262         (spam-backend-properties, spam-backend-property-valid-p)
14263         (spam-backend-function-type-valid-p)
14264         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14265         (spam-report-articles-gmane, spam-report-articles-resend):
14266         Remove functions, they are not needed.
14267         (spam-install-backend-super, spam-backend-list)
14268         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14269         (spam-backend-function, spam-backend-ham-registration-function)
14270         (spam-backend-spam-registration-function)
14271         (spam-backend-ham-unregistration-function)
14272         (spam-backend-spam-unregistration-function)
14273         (spam-backend-statistical-p, spam-backend-mover-p)
14274         (spam-install-backend-alias, spam-install-checkonly-backend)
14275         (spam-install-mover-backend, spam-install-nocheck-backend)
14276         (spam-install-backend, spam-install-statistical-backend)
14277         (spam-install-statistical-checkonly-backend): Add backend installation
14278         support.
14279         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14280         (spam-group-processor-p): Use the new backend code and respect the
14281         summary exit behavior.
14282         (spam-mark-spam-as-expired-and-move-routine): Remove.
14283         (spam-summary-prepare): Change to use the new spam-old-articles
14284         variable.
14285         (spam-copy-or-move-routine, spam-copy-spam-routine)
14286         (spam-move-spam-routine, spam-copy-ham-routine)
14287         (spam-move-ham-routine): Add code to copy/move ham or spam.
14288         (spam-fetch-field-fast): Improve doc and code, plus allow the
14289         'number request.
14290         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14291         variables.
14292         (spam-split, spam-find-spam): Use the new backend code.
14293         (spam-registration-functions): Remove variable.
14294         (spam-unregister-routine): Add convenience wrapper.
14295         (spam-log-undo-registration, spam-register-routine)
14296         (spam-log-processing-to-registry)
14297         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14298         where possible.
14299         (spam-check-gmane-xref, spam-check-regex-headers)
14300         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14301         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14302         (spam-check-bogofilter-headers, spam-check-spamoracle)
14303         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14304         (spam-check-crm114-headers): Use the spam-split-group that
14305         spam-split prepares, no need to determine it every time.
14306
14307         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14308         to the nnheader-parse-naked-head call.
14309
14310         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14311
14312         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14313         the nnheader-nov-read-message-id call.
14314
14315 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14318         gnus-activate-group twice.  Suggested by Markus Peter
14319         <warp@spin.de>.
14320
14321 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * gnus-art.el (gnus-article-time-format): Exchange the order of
14324         day and month in the default value; fix customization type.
14325         (article-date-ut): Use add-text-properties.
14326         (article-make-date-line): Use message-make-date instead of
14327         current-time-string.
14328
14329         * message.el (message-fetch-field): Don't use set-text-properties.
14330         (message-make-date): Simplify.
14331
14332         * messagexmas.el (message-xmas-make-date): New function.
14333         (message-xmas-redefine): Defalias message-make-date to it.
14334
14335 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14338         (rfc2047-encode-region): Treat text within parentheses as special;
14339         show the original text when error has occurred.
14340
14341         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14342         already-computed method to gnus-activate-group.
14343
14344         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14345         same select-methods identical Lisp objects.
14346
14347         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14348         object when modifying the info.
14349
14350 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14353         gnus-opened-servers since it has never been opened with the new
14354         configuration yet.
14355
14356 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14359         arg to nnheader-generate-fake-message-id.
14360
14361 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14362
14363         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14364         number and build a fake message ID localized to a group and
14365         article number (so it's repeatable from that point on).
14366         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14367         ID format.
14368
14369         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14370         nnheader-generate-fake-message-id with the article number.
14371
14372 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14373
14374         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14375         end-of-buffer.
14376
14377 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14378
14379         * message.el (message-ignored-supersedes-headers): Add Approved.
14380
14381 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14384         goto-char.
14385         (rfc2047-encode): Fold the line before encoding.
14386
14387 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14388
14389         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14390         folding -- not all headers can be folded, and this should be done
14391         by the message composition mode.  Probably.  I think.
14392
14393 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14396         fast.
14397
14398         * gnus-ems.el (gnus-remove-image): Don't use
14399         message-text-with-property; remove only the image found first.
14400
14401         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14402         found first.
14403
14404 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14405
14406         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14407
14408 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * message.el (message-text-with-property): Make it fast and accept
14411         optional arguments.
14412         (message-strip-forbidden-properties): Use it.
14413         (message-fix-before-sending): Follow the m-t-w-p change.
14414
14415         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14416
14417 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-art.el (article-hide-headers): Don't change the buffer
14420         mistakenly when performing mml-preview even if
14421         gnus-single-article-buffer is nil.
14422
14423 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14424
14425         * message.el (message-expand-name-databases): New user option.
14426         (message-expand-name): Use it.
14427
14428 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14429
14430         * spam.el (spam-report-articles-resend)
14431         (spam-report-resend-register-routine): Allow ham reporting.
14432         (spam-report-resend-register-ham-routine): Add wrapper.
14433         (spam-registration-functions): Add ham resending functions.
14434         (spam-list-of-processors): Add ham resend processor.
14435
14436         * gnus.el (ham-resend-to): Add new group parameter.
14437         (spam-process): Add ham resend option.
14438
14439         * spam-report.el (spam-report-resend): Allow reporting ham.
14440         (spam-report-resend-ham): Add wrapper.
14441
14442 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14443
14444         * message.el (message-cite-articles-with-x-no-archive): New
14445         variable.
14446         (message-cite-original): Use it.
14447
14448 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14449
14450         * message.el (message-cite-original): Respect X-No-Archive.
14451
14452 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * gnus-art.el (article-hide-headers): Refer to the values for
14455         gnus-ignored-headers and gnus-visible-headers in the summary
14456         buffer since a user may have set them as group parameters.
14457
14458 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14459
14460         * assistant.el (assistant-node-name): Add convenience function.
14461         (assistant-render-text, assistant-render-node): Add error handling,
14462         plus handle multiple next nodes.
14463         (assistant-find-next-node): Comment out for now.
14464         (assistant-find-next-nodes): Add function, returns list of next
14465         nodes.
14466
14467 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * mail-source.el (mail-source-directory): Fix doc-string.
14470
14471 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14472
14473         * assistant.el (assistant-render-text, assistant-eval): Add :set
14474         widget type, which is different because it takes and returns a
14475         list.  Much hilarity ensues.
14476
14477 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14480
14481         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14482         doc-string.
14483
14484         * gnus-start.el (gnus-activate-group): Added doc-string.
14485
14486 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14489
14490 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14491
14492         * assistant.el (assistant-render-text): Try to add a :set
14493         widget, more to come.
14494
14495         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14496         strings.
14497         (spam-report-articles-resend)
14498         (spam-register-routine): Do registration iff any articles warrant
14499         it.
14500         (spam-summary-prepare-exit): Change log message for nil group
14501         destinations.
14502
14503 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14504
14505         * spam.el (spam-report-resend-register-routine): Allow
14506         spam-report-resend-to to be a group parameter or a global value.
14507
14508 2004-05-26  Simon Josefsson  <jas@extundo.com>
14509
14510         * starttls.el: Merge with my GNUTLS based starttls.el.
14511         (starttls-gnutls-program, starttls-use-gnutls)
14512         (starttls-extra-arguments, starttls-process-connection-type)
14513         (starttls-connect, starttls-failure, starttls-success): New
14514         variables.
14515         (starttls-program, starttls-extra-args): Doc fix.
14516         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14517         functions.
14518         (starttls-negotiate, starttls-open-stream): Check
14519         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14520         function if it is set.
14521
14522 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14525         structured fields.
14526
14527 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14530
14531 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14532
14533         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14534         variable.
14535         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14536         assigning the spam-mark to new messages.
14537
14538 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14539
14540         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14541
14542 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14545
14546         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14547         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14548         default.
14549
14550 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14551
14552         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14553         correct data.
14554
14555 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14556
14557         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14558         (spam-group-processor-p): Fix function.
14559         (spam-group-processor-multiple-p)
14560         (spam-group-spam-processor-report-gmane-p)
14561         (spam-group-spam-processor-report-resend-p)
14562         (spam-group-spam-processor-bogofilter-p)
14563         (spam-group-spam-processor-blacklist-p)
14564         (spam-group-spam-processor-ifile-p)
14565         (spam-group-ham-processor-ifile-p)
14566         (spam-group-spam-processor-spamoracle-p)
14567         (spam-group-spam-processor-crm114-p)
14568         (spam-group-ham-processor-bogofilter-p)
14569         (spam-group-spam-processor-stat-p)
14570         (spam-group-ham-processor-stat-p)
14571         (spam-group-ham-processor-whitelist-p)
14572         (spam-group-ham-processor-BBDB-p)
14573         (spam-group-ham-processor-spamoracle-p)
14574         (spam-group-ham-processor-copy-p): Remove functions with some
14575         prejudice against unneeded code.
14576         (spam-report-articles-resend)
14577         (spam-report-resend-register-routine): Allow the group/topic
14578         spam-resend-to value to override spam-report-resend-to.
14579         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14580         properly now.
14581
14582         * gnus.el (spam-resend-to): Add group/topic parameter.
14583         (spam-process): Move the OBSOLETE processors to the end of the
14584         choices.
14585
14586 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14587
14588         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14589         with resend-to set to nil, and then ask the user if necessary.
14590         (spam-report-resend): spam-report-resend takes a list of articles, not
14591         separate article numbers.
14592
14593 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14596         addition to emacs-w3m.
14597
14598 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14599
14600         * assistant.el (assistant-authinfo-data): New function.
14601         (assistant-eval): Eval for entire assistant.
14602
14603         * netrc.el (netrc-services-file): New variable.
14604         (netrc-parse-services): New function.
14605         (netrc-find-service-name): New function.
14606         (netrc-find-service-number): New function.
14607         (netrc-port-equal): New function.
14608         (netrc-machine): Use it.
14609
14610         * nnimap.el (nnimap-open-connection): Use netrc.
14611
14612         * gnus-util.el (gnus-netrc-get): Remove aliases.
14613
14614         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14615
14616         * assistant.el (wid-edit): Fix compilation.
14617
14618         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14619
14620 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14621
14622         * gnus-util.el (gnus-set-file-modes): New function.  (small
14623         patch).
14624
14625 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14626
14627         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14628
14629         * assistant.el (assistant-render-node): Fix up rendering and
14630         read-only text.
14631         (assistant-render-node): Reset.
14632         (assistant-make-read-only): Not sticky.
14633
14634 2004-05-20  Danny Siu  <dsiu@adobe.com>
14635
14636         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14637         centered even when gnus-auto-center-summary is t.
14638
14639 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14640
14641         * dns.el (dns-get-txt-answer): New function.
14642         (dns-read-txt): Ditto.
14643         (query-dns): Use it.
14644
14645 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14648         active for foreign groups even if the group level is higher than
14649         the specified value.
14650
14651 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14654         non-active groups.
14655
14656         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14657
14658 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14659
14660         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14661
14662 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14663
14664         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14665         (spam-crm114-header, spam-crm114-spam-switch)
14666         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14667         (spam-crm114-positive-spam-header)
14668         (spam-crm114-database-directory, spam-list-of-processors)
14669         (spam-group-spam-processor-crm114-p)
14670         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14671         (spam-generic-score, spam-list-of-checks)
14672         (spam-list-of-statistical-checks, spam-registration-functions)
14673         (spam-check-crm114-headers, spam-crm114-score)
14674         (spam-check-crm114, spam-crm114-register-with-crm114)
14675         (spam-crm114-register-spam-routine)
14676         (spam-crm114-unregister-spam-routine)
14677         (spam-crm114-register-ham-routine)
14678         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14679         asjo@koldfront.dk (Adam Sjøgren).
14680
14681         * gnus.el: Add spam-use-crm114.
14682
14683         * spam.el (spam-list-of-processors, spam-registration-functions):
14684         Add spam-use-resend.
14685         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14686         (spam-report-articles-gmane): Add doc fix.
14687         (spam-report-articles-resend, spam-report-resend-register-routine):
14688         Add wrappers around spam-report-resend-to.
14689
14690         * spam-report.el (spam-report-resend-to, spam-report-resend):
14691         Add support for resending spam.
14692         (spam-report-gmane): Fix line length >80.
14693
14694         * gnus.el (spam-process): Add spam-use-resend.
14695
14696 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14697
14698         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14699         number of processed spam messages.
14700         (spam-ham-copy-or-move-routine): Return the number of processed
14701         ham messages.
14702         (spam-summary-prepare-exit): Use the above values to decide
14703         whether status messages shouled be displayed.
14704
14705 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14708         `rfc2047-encoding-function-alist' in order to avoid conflicting
14709         with the old version.
14710         (rfc2047-encode-region): Concatenate words containing non-ASCII
14711         characters in structured fields; don't encode space-delimited
14712         ASCII words even in unstructured fields; don't break words at
14713         char-category boundaries.
14714         (rfc2047-encode-1): New function.
14715         (rfc2047-encode): Use it; encode text so that it occupies the
14716         maximum width within 76-column; work correctly on Q encoding for
14717         iso-2022-* charsets.
14718         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14719         sure not to break a line just after the header name.
14720         (rfc2047-b-encode-region): Removed.
14721         (rfc2047-b-encode-string): New function.
14722         (rfc2047-q-encode-region): Removed.
14723         (rfc2047-q-encode-string): New function.
14724
14725         * mm-util.el (mm-replace-in-string): New function.
14726
14727 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14728
14729         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14730         get it right.
14731         (gnus-inews-make-draft): Really.
14732
14733 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14734
14735         * nnmh.el (nnmh-request-list-1): Don't check the link count
14736         before descending.  (small patch)
14737
14738 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14739
14740         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14741         stuff.
14742
14743         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14744         on real group name.
14745
14746         * gnus-art.el (gnus-signature-limit): Doc fix.
14747
14748         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14749
14750         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14751
14752 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14753
14754         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14755         isn't a string.
14756
14757 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14758
14759         * gnus-draft.el (gnus-draft-send): Bind
14760         rfc2047-encode-encoded-words.
14761
14762         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14763         (rfc2047-encodable-p): Say that =? needs encoding.
14764         (rfc2047-encode-encoded-words): New variable.
14765
14766         * gnus-group.el (gnus-group-select-group): Doc fix.
14767
14768         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14769
14770         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14771         to nil.
14772
14773         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14774
14775         * nnheader.el (nnheader-get-lines-and-char): New function.
14776
14777 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * gnus-msg.el (gnus-summary-followup-with-original): Document
14780         yanking of region when active.
14781
14782 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14785         groups if the group level is higher than the specified value.
14786
14787 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14790         (gnus-group-jump-to-group): Added prefix argument using
14791         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14792         non-active group.
14793
14794         * compface.el (uncompface): Be verbose when changing
14795         `uncompface-use-external'.
14796
14797         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14798         handle manual section.
14799
14800 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14801
14802         * gnus-art.el (gnus-button-alist): Revert previous change.
14803
14804 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14807
14808 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14809
14810         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14811         whether backend can accept message.
14812
14813         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14814
14815 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14816
14817         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14818         Avoid creating directory when nntp-marks-is-evil is true.
14819         Reported by Reiner Steib.
14820
14821 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * gnus-picon.el (gnus-picon-style): New variable.
14824         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14825         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14826         Jesper Harder <harder@ifa.au.dk>.
14827
14828 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14829
14830         * message.el (message-fill-field): Return point.
14831         (message-generate-headers): Go to end of field.
14832
14833         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14834         stuff for non-living groups.
14835
14836 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14837
14838         * gnus-art.el (gnus-article-followup-with-original)
14839         (gnus-article-reply-with-original): gnus-mark-active-p ->
14840         gnus-region-active-p.
14841
14842 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14843
14844         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14845         only when there is spam or ham to be processed.
14846
14847 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14848
14849         * mail-source.el (mail-source-delete-crash-box): Refactor.
14850         (mail-source-fetch): Use it.
14851         (mail-source-fetch-file): Ditto.
14852         (mail-source-fetch-directory): Run postscript in loop.
14853         (mail-source-fetch-pop): Delete.
14854         (mail-source-fetch-maildir): Ditto.
14855         (mail-source-fetch-imap): Ditto.
14856
14857         * imap.el (imap-authenticators): Comment out sasl.
14858
14859         * message.el (message-skip-to-next-address): New function.
14860         (message-fill-header-address): Refactor.
14861         (message-fill-address): Use it.
14862         (message-delete-address): Use it.
14863         (message-fill-header-general): Refactor.
14864         (message-fill-field-address): Rename.
14865         (message-narrow-to-field): Find the start of the header.
14866         (message-header-format-alist): Don't pre-fill.
14867         (message-fill-header): Removed.
14868         (message-insert-header): New function.
14869         (message-shorten-references): Use it.
14870
14871         * rfc2047.el (rfc2047-field-value): Strip props.
14872
14873         * mail-parse.el (mail-header-make-address): New alias.
14874
14875         * ietf-drums.el (ietf-drums-make-address): New function.
14876
14877         * imap.el: Add compiler directives.
14878
14879         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14880
14881         * gnus-art.el (article-decode-idna-rhs): Don't use
14882         message-idna-inside-rhs-p.
14883
14884 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14885
14886         * message.el (message-idna-inside-rhs-p): Removed.
14887         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14888
14889         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14890         false positives.
14891
14892 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14893
14894         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14895
14896 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14897
14898         * nneething.el (nneething-file-name): Don't create spurious
14899         files.
14900
14901         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14902         (gnus-inews-do-gcc): Remove sleep.
14903
14904         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14905         part under point.
14906
14907         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14908         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14909
14910 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14911
14912         * spam.el (spam-summary-prepare-exit): Fixed (length).
14913
14914 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14915
14916         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14917         as expired without moving it" message when there are spam
14918         messages left.
14919
14920 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14921
14922         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14923         header is not nil.
14924
14925 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14926
14927         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14928         nntp-possibly-create-directory, not nntp-possibly-change-group.
14929         (nntp-marks-changed-p): New arg SERVER.
14930         (nntp-request-update-info): Adjust caller.
14931
14932 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14933
14934         * nntp.el (nntp-save-marks): Pass missing arg.
14935
14936 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14937
14938         * nntp.el: Support marks.
14939         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14940         (nntp-marks-modtime, nntp-marks-directory): New variables.
14941         (nntp-request-set-mark, nntp-request-update-info)
14942         (nntp-possibly-create-directory, nntp-marks-changed-p)
14943         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14944         functions.
14945
14946 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14947
14948         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14949         (gnus-xmas-redefine): Rename.
14950
14951         * gnus-score.el (gnus-score-insert-help): Use
14952         gnus-select-lowest-window.
14953
14954         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14955         appt-select-lowest-window and rename to gnus-select-lowest-window.
14956
14957         * gnus.el: do.
14958
14959 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14960
14961         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14962         encodings of MIME-encoded words, in order to improve
14963         interoperability with several broken MUAs.
14964
14965 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14966
14967         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14968         tags, only when charsets are not specified in headers.
14969         (mm-inline-text-html-render-with-w3m): Ditto.
14970
14971         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14972         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14973
14974 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14975
14976         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14977         instead of MIME-decoded from fields when checking
14978         `gnus-article-address-banner-alist'.
14979
14980 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14981
14982         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14983         description rather than subject.
14984
14985 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14986
14987         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14988
14989 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14990
14991         * gnus.el (gnus-version-number): Bump.
14992
14993 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14994
14995         * gnus.el: No Gnus v0.2 is released.
14996
14997 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14998
14999         * gnus-agent.el (gnus-agent-read-agentview): Inline
15000         gnus-uncompress-range.
15001
15002 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15003
15004         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15005         `exec-installed-p'.
15006
15007 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15008
15009         * gnus.el (spam-process, spam-autodetect-methods): Add
15010         bsfilter and bsfilter-headers.
15011
15012         * spam.el (spam-bsfilter): New customize group.
15013         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15014         (spam-bsfilter-header, spam-bsfilter-probability-header)
15015         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15016         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15017         (spam-bsfilter-database-directory): New options.
15018         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15019         (spam-list-of-statistical-checks, spam-registration-functions):
15020         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15021         (spam-bsfilter-score): New command.
15022         (spam-check-bsfilter-headers, spam-check-bsfilter)
15023         (spam-bsfilter-register-with-bsfilter)
15024         (spam-bsfilter-register-spam-routine)
15025         (spam-bsfilter-unregister-spam-routine)
15026         (spam-bsfilter-register-ham-routine)
15027         (spam-bsfilter-unregister-ham-routine): New functions.
15028         (spam-generic-score): Support bsfilter; Accept an optional argument
15029         to recalcurate spam score even if scoring header has already been
15030         added.
15031         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15032         optional argument to recalcurate spam score even if scoring header
15033         has already been added.
15034
15035 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15036
15037         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15038         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15039         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15040         link is missing.
15041
15042 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15043
15044         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15045         (html2text-get-attr): Rewrite.
15046
15047         * message.el (message-setup-1): Remove redundant put-text-property
15048         on mail-header-separator.
15049
15050 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * gnus-registry.el (gnus-registry-cache-whitespace)
15053         (gnus-registry-action, gnus-registry-spool-action)
15054         (gnus-registry-split-fancy-with-parent): Change message levels
15055         from 5 to 3 or 7, as needed.
15056
15057         * spam.el (spam-summary-prepare-exit)
15058         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15059         (spam-split, spam-find-spam, spam-log-undo-registration)
15060         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15061         level from 5 to 6.
15062
15063 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15066         2004-03-04 change).
15067
15068 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15069
15070         * sieve-manage.el (sieve-manage-open):
15071         * nnweb.el (nnweb-insert-html):
15072         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15073         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15074         * nnspool.el (nnspool-request-group):
15075         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15076         * nnml.el (nnml-request-update-info):
15077         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15078         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15079         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15080         (nnimap-request-set-mark):
15081         * nnfolder.el (nnfolder-request-update-info):
15082         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15083         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15084         * gnus-uu.el (gnus-uu-find-articles-matching):
15085         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15086         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15087         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15088         * gnus-nocem.el (gnus-nocem-scan-groups):
15089         * gnus-int.el (gnus-start-news-server):
15090         * gnus-group.el (gnus-group-make-kiboze-group)
15091         (gnus-group-browse-foreign-server):
15092         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15093         Use mapc when appropriate.
15094
15095 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         FIXME: Make separate entries for each person.
15098
15099         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15100         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15101         <shields@msrl.com>:
15102
15103         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15104         may need for spam sorting and scoring.
15105         (spam-user-format-function-S): Add user format function suitable for
15106         general use.
15107         (spam-article-sort-by-spam-status): Add sorting function for summary
15108         sorting.
15109         (spam-extra-header-to-number): Add function to get a score from a
15110         header.
15111         (spam-summary-score): Add function to get a numeric score from the
15112         headers.
15113         (spam-generic-score): Fix function doc, was in wrong place.
15114         (spam-initialize): Take symbols when it's run, and install the
15115         extra headers that spam-necessary-extra-headers thinks we need.
15116
15117 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15118
15119         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15120         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15121
15122 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15123
15124         * gnus-sum.el (gnus-set-global-variables)
15125         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15126         (gnus-article-get-xrefs, gnus-summary-best-group)
15127         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15128         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15129         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15130         Use with-current-buffer.
15131
15132 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15133
15134         * spam.el (spam-summary-prepare-exit): Simplify logic.
15135         (spam-fetch-article-header): Read the article header if it's not
15136         available.
15137         (spam-list-articles): Simplify logic.
15138         (spam-filelist-register-routine): Fix bug with unregister-list.
15139
15140         * gnus-registry.el: Fix comments at beginning.
15141
15142 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15143
15144         * message.el (message-cater-to-broken-inn): Remove.
15145         (message-shorten-references): Make sure the total folded length of
15146         References is shorter than 998 characters to cater to a bug in INN
15147         2.3.  Also, don't pretend that references aren't folded -- this
15148         hasn't worked for a while.
15149
15150 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15151
15152         * gnus-agent.el (gnus-agentize):
15153         gnus-agent-send-mail-real-function no longer set to current value
15154         of message-send-mail-function but rather a lambda that calls
15155         message-send-mail-function.  The change makes the agent real-time
15156         responsive to user changes to message-send-mail-function.
15157
15158 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15159
15160         * legacy-gnus-agent.el
15161         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15162         help from Florian Weimer <fw@deneb.enyo.de>
15163
15164 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * nnmail.el (nnmail-cache-insert): Revert last change.
15167
15168 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * nnmail.el (nnmail-cache-insert): Always check whether
15171         nnmail-cache-ignore-groups matches a group name.
15172
15173 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15174
15175         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15176         (spam-find-spam, spam-log-processing-to-registry)
15177         (spam-log-registered-p, spam-log-unregistration-needed-p)
15178         (spam-log-undo-registration): Use gnus-message instead of
15179         gnus-error, none of these errors are fatal.
15180
15181         * gnus-registry.el (gnus-registry-clean-empty-function)
15182         (gnus-registry-clean-empty): Remove only empty entries without
15183         extra data.
15184
15185 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15186
15187         * spam-stat.el (spam-stat-buffer-change-to-spam)
15188         (spam-stat-buffer-change-to-non-spam): Change (error) to
15189         (gnus-message 8) invocation.
15190
15191 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * nntp.el (nntp-via-netcat-command): New variable.
15194         (nntp-via-netcat-switches): New variable.
15195         (nntp-open-via-rlogin-and-netcat): New function.
15196         (nntp-open-connection-function): Doc fix.
15197         (nntp-telnet-command): Doc fix.
15198         (nntp-end-of-line): Doc fix.
15199         (nntp-via-rlogin-command): Doc fix.
15200         (nntp-via-user-name): Doc fix.
15201         (nntp-via-address): Doc fix.
15202
15203 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15206         error in Emacs 21.1.
15207
15208 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15211
15212 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15213
15214         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15215         (gnus-agent-with-refreshed-group): New macro.
15216         (gnus-agent-rename-group): New function.
15217         (gnus-agent-delete-group): New function.
15218         (gnus-agent-save-group-info): Use gnus-command-method when
15219         `method' parameter is nil.  Don't write nil entries into the
15220         active file.
15221         (gnus-agent-get-group-info): New function.
15222         (gnus-agent-fetch-articles): Use
15223         gnus-agent-update-files-total-fetched-for to increment disk space
15224         used.
15225         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15226         gnus-agent-update-view-total-fetched-for to increment disk space
15227         used.
15228         (gnus-agent-get-local): Added optional parameters to avoid calling
15229         gnus-group-real-name and gnus-find-method-for-group.
15230         (gnus-agent-set-local): Delete stored entry if either min, or max,
15231         are nil.
15232         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15233         quit, use gnus-agent-regenerate-group to record existance of any
15234         articles fetched to disk before the quit occurred.
15235         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15236         gnus-agent-update-view-total-fetched-for, and
15237         gnus-agent-update-files-total-fetched-for to decrement disk space
15238         used.
15239         (gnus-agent-retrieve-headers): Use
15240         gnus-agent-update-view-total-fetched-for to increment disk space
15241         used.
15242         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15243         with gnus-agent-update-files-total-fetched-for to decrement disk
15244         space and fresh group buffer.
15245         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15246         (gnus-agent-need-update-total-fetched-for): New variable.
15247         (gnus-agent-update-files-total-fetched-for): New function.
15248         (gnus-agent-update-view-total-fetched-for): New function.
15249         (gnus-agent-total-fetched-for): New function.
15250
15251         * gnus-cache.el (gnus-cache-save-buffers): Use
15252         gnus-cache-update-overview-total-fetched-for to change disk space
15253         used by this group.
15254         (gnus-cache-possibly-enter-article): Use
15255         gnus-cache-update-file-total-fetched-for to increment disk space
15256         used by this group.
15257         (gnus-cache-possibly-remove-article): Use
15258         gnus-cache-update-file-total-fetched-for to decrement disk space
15259         used by this group.
15260         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15261         (gnus-cache-rename-group): New function.
15262         (gnus-cache-delete-group): New function.
15263         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15264         (gnus-cache-need-update-total-fetched-for): New variable.
15265         (gnus-cache-with-refreshed-group): New macro.
15266         (gnus-cache-update-file-total-fetched-for): New function.
15267         (gnus-cache-update-overview-total-fetched-for): New function.
15268         (gnus-cache-rename-group-total-fetched-for): New function.
15269         (gnus-cache-delete-group-total-fetched-for): New function.
15270         (gnus-cache-total-fetched-for): New function.
15271
15272         * gnus-group.el: Require gnus-sum and autoload functions to
15273         resolve warnings when gnus-group.el compiled alone.
15274         (gnus-group-line-format): Documented new %F.
15275         (size of Fetched data) group line format; identifies disk space
15276         used by agent and cache.
15277         (gnus-group-line-format-alist): Defined new F format.
15278         (gnus-total-fetched-for): New function.
15279         (gnus-group-delete-group): No longer update
15280         gnus-cache-active-altered as gnus-request-delete-group now keeps
15281         the cache in sync.
15282         (gnus-group-list-active): Let the agent store a server's active
15283         list if currently plugged.
15284
15285         * gnus-int.el (gnus-request-delete-group):
15286         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15287         local disk in sync with the server.
15288         (gnus-request-rename-group):
15289         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15290         local disk in sync with the server.
15291
15292         * gnus-start.el (gnus-get-unread-articles):
15293         Cosmetic simplification to logic.
15294
15295         * gnus-util.el (gnus-rename-file): New function.
15296
15297 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15298
15299         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15300
15301 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15302
15303         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15304         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15305
15306 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15307
15308         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15309         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15310
15311 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15312
15313         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15314
15315 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15316
15317         * spam.el (spam-set-difference): Add function to replace
15318         gnus-set-difference in spam.el.
15319         (spam-summary-prepare-exit): Use spam-set-difference.
15320
15321 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15322
15323         * gnus-registry.el (gnus-registry-cache-file): Update to use
15324         gnus-dribble-directory OR gnus-home-directory OR ~.
15325         (gnus-registry-split-fancy-with-parent): Fix doc.
15326
15327 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * message.el (message-exchange-point-and-mark): Use
15330         message-mark-active-p.  Suggested by Jesper Harder
15331         <harder@ifa.au.dk>.
15332
15333 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * message.el (message-exchange-point-and-mark): Don't activate
15336         region if it was inactive.  Suggested by Hiroshi Fujishima
15337         <pooh@nature.tsukuba.ac.jp>.
15338
15339 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-art.el (article-display-face): Display Faces in the same
15342         order as X-Faces.
15343
15344 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15347
15348 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15351         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15352         (gnus-article-mime-hierarchy): Remove.
15353         (gnus-article-mime-hierarchy-next): Remove.
15354         (gnus-article-mode): Revert 2004-03-19 change.
15355         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15356         (gnus-insert-mime-button): Revert 2004-03-19 change.
15357         (gnus-mime-accumulate-hierarchy): Remove.
15358         (gnus-mime-enter-multipart): Remove.
15359         (gnus-mime-leave-multipart): Remove.
15360         (gnus-mime-display-part): Revert 2004-03-19 change.
15361         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15362
15363         * mml.el (mml-preview): Revert 2004-03-19 change.
15364
15365 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15366
15367         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15368
15369 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15372         t while entering a file name using the mm-with-multibyte macro.
15373         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15374
15375         * mm-util.el (mm-with-multibyte): New macro.
15376
15377 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15380         user option.
15381         (gnus-mime-multipart-functions): Doc and customization fix.
15382         (gnus-article-mime-hierarchy): New variable.
15383         (gnus-article-mime-hierarchy-next): New variable.
15384         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15385         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15386         gnus-article-mime-hierarchy-next to nil.
15387         (gnus-insert-mime-button): Show hierarchy numbers.
15388         (gnus-mime-accumulate-hierarchy): New function.
15389         (gnus-mime-enter-multipart): New function.
15390         (gnus-mime-leave-multipart): New function.
15391         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15392         (gnus-mime-display-alternative): Show hierarchy numbers.
15393
15394         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15395         gnus-article-mime-hierarchy-next to nil.
15396
15397 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15398
15399         * dns.el: Don't require gnus-xmas.
15400
15401 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15402
15403         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15404         inline PGP.
15405         (mml-menu): Disable mml-quote-region if mark is inactive.
15406
15407 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15410         when the group's active is not available.
15411
15412 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15415         error.
15416
15417 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * imap.el (imap-store-password): New variable.
15420         (imap-interactive-login): Use it.
15421         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15422
15423 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15426         window-start and hscroll to summary window.
15427
15428 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15429
15430         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15431         conversion message to newsrc-dribble when an actual conversion is
15432         performed.
15433
15434 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15435
15436         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15437
15438 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * mm-decode.el (mm-complicated-handles): New function reviving
15441         former definition of mm-multiple-handles.
15442
15443         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15444         (gnus-mime-delete-part): Use it.
15445
15446 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15447
15448         * gnus-agent.el (gnus-agent-read-local): Bind
15449         nnheader-file-coding-system to gnus-agent-file-coding-system to
15450         avoid the implicit assumption that they will always be equal.
15451         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15452         coding-system-for-write, as the with-temp-file macro first prints
15453         to a buffer then saves the buffer.
15454
15455 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-art.el (gnus-article-edit-part): New function.
15458         (gnus-mime-save-part-and-strip): Use it; do query instead of
15459         signaling an error; don't use mm-multiple-handles.
15460         (gnus-mime-delete-part): Ditto.
15461
15462 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15463
15464         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15465         old file versions.
15466         (gnus-group-prepare-hook): Removed function that converted list
15467         form of gnus-agent-expire-days to group properties.
15468
15469         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15470         (gnus-request-accept-article): Re-indented.
15471
15472         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15473         converters to handle old agent file formats.  Added logic for a
15474         "backup before upgrading warning".
15475         (gnus-convert-mark-converter-prompt): Developers can mark
15476         functions as needing (default), or not needing,
15477         gnus-convert-old-newsrc's "backup before upgrading warning".
15478         (gnus-convert-converter-needs-prompt): Tests whether the user
15479         should be protected from potentially irreversable changes by the
15480         function.
15481
15482         * legacy-gnus-agent.el: New.  Provides converters that are only
15483         loaded when gnus-convert-old-newsrc needs to call them.
15484
15485 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * mail-source.el (mail-source-touch-pop): Doc fix.
15488
15489         * message.el (message-smtpmail-send-it): Doc fix.
15490
15491 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15492
15493         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15494
15495         * nnmail.el (nnmail-split-fancy): do.
15496
15497         * gnus-kill.el (gnus-kill, gnus-execute): do.
15498
15499 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15500
15501         * gnus-sum.el (gnus-widget-reversible-match)
15502         (gnus-widget-reversible-to-internal)
15503         (gnus-widget-reversible-to-external): New functions.
15504         (gnus-widget-reversible): New widget.
15505         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15506
15507 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15508
15509         * gnus-sum.el (gnus-thread-sort-functions)
15510         (gnus-article-sort-functions): Document `(not F)' items.
15511
15512 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15513
15514         * spam.el (spam-use-gmane-xref): Add new backend.
15515         (spam-gmane-xref-spam-group): Add variable to control the name of the
15516         Gmane spam group.
15517         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15518         (spam-regex-headers-spam, spam-regex-headers-ham)
15519         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15520         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15521         backends and checks.
15522         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15523
15524         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15525         an autodetect method.
15526
15527 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15528
15529         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15530         articles are being added to a group.
15531         (gnus-request-replace-article): Inform the agent that articles
15532         need to be uncached as the cached contents are no longer valid.
15533
15534 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * binhex.el: Don't autoload executable-find.
15537
15538         * canlock.el: Don't autoload mail-fetch-field.
15539
15540         * dgnushack.el: Autoload c-mode for XEmacs.
15541
15542         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15543
15544         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15545         rmail-dont-reply-to and rmail-output.
15546
15547         * gnus-score.el: Don't autoload ffap-string-at-point.
15548
15549         * gnus-setup.el: Don't autoload sc-cite-original.
15550
15551         * imap.el: Don't autoload base64-decode-string,
15552         base64-encode-string and md5.
15553
15554         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15555         and rmail-msg-restore-non-pruned-header.
15556
15557         * mm-decode.el: Don't autoload executable-find.
15558
15559         * mm-url.el: Don't autoload executable-find.
15560
15561         * mm-view.el: Don't autoload diff-mode.
15562
15563         * nndb.el: Don't autoload news-reply-mode, news-setup,
15564         cancel-timer and telnet.
15565
15566         * password.el: Don't autoload run-at-time for Emacs.
15567
15568         * sha1-el.el: Don't autoload executable-find.
15569
15570         * sieve-mode.el: Don't autoload c-mode.
15571
15572         * uudecode.el: Don't autoload executable-find.
15573
15574 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15575
15576         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15577         (gnus-agent-possibly-alter-active): Avoid null in numeric
15578         comparison.
15579         (gnus-agent-set-local): Refuse to save null in local object table.
15580         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15581         list of articles that will be marked as unread.
15582
15583 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15586
15587 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15588
15589         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15590         language tags.
15591
15592 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15593
15594         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15595         Don't bind "obarray".
15596
15597         * gnus-sum.el (gnus-thread-sort-functions): Added
15598         `gnus-thread-sort-by-most-recent-number' and
15599         `gnus-thread-sort-by-most-recent-date'.
15600         Reported by Kai Grossjohann <kai@emptydomain.de>.
15601
15602 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15605
15606 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15607
15608         * gnus-cus.el (gnus-agent-customize-category): Removed
15609         ignore-errors macro reference that required cl to be loaded at
15610         run-time.
15611
15612         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15613         single-interval range of the form (min . max).  Previously the
15614         range had to look like ((min . max)).  Likewise, return
15615         (min . max) rather than ((min . max)).
15616         (gnus-range-map): Use gnus-range-normalize to accept
15617         single-interval range.
15618
15619         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15620         the cache, but not the agent, now appear with their usual face.
15621
15622         * dgnushack.el (loaddir): New variable that is bound to the
15623         directory containing the dgnushack.el file. Use loaddir, rather
15624         than srcdir, to update load-path. Change lets dgnushack compile
15625         code in directories other than GNUS/lisp.
15626
15627 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * lpath.el: Don't bind w3m-safe-url-regexp.
15630
15631         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15632         w3m-safe-url-regexp variable buffer-local.
15633
15634         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15635
15636 2004-02-27  Simon Josefsson  <jas@extundo.com>
15637
15638         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15639         gnus-group-real-prefix.
15640         (gnus-summary-move-article): Use it, instead of
15641         gnus-group-real-prefix.
15642
15643 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * lpath.el: Bind w3m-safe-url-regexp.
15646
15647         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15648         w3m-safe-url-regexp variable buffer-local and set it as the value
15649         of mm-w3m-safe-url-regexp.
15650
15651         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15652
15653         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15654         parsing gnus-posting-styles when the message is not for replying.
15655
15656         * dgnushack.el: Autoload sgml-mode for XEmacs.
15657
15658         * nnrss.el (nnrss-opml-export): Use
15659         mm-set-buffer-file-coding-system instead of
15660         set-buffer-file-coding-system.
15661
15662 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15663
15664         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15665         of checkdoc.el).
15666         * nnrss.el: do.
15667         * gnus-mlspl.el: do.
15668         * gnus-ml.el: do.
15669         * gnus-srvr.el: do.
15670
15671         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15672
15673 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15674
15675         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15676         Corrections to custom-manual links.
15677
15678         * gnus-art.el (gnus-article): Ditto.
15679
15680         * mm-decode.el (mime-display, mime-security): Ditto.
15681
15682 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15683
15684         * flow-fill.el: Typo.
15685
15686 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15687
15688         * spam-wash.el: New file.
15689
15690 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15691
15692         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15693
15694 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15695
15696         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15697         to be run with new-articles as LIST1, not LIST2.
15698         (spam-registration-functions): Add spam-use-ham-copy as a nil
15699         registration backend.
15700
15701 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15702
15703         * spam-stat.el (spam-stat-washing-hook): New option.
15704         (spam-stat-buffer-words): Use it.
15705         (spam-stat-process-directory, spam-stat-test-directory): Use
15706         insert-file-contents-literally.
15707         (spam-stat-coding-system): New variable.
15708         (spam-stat-load, spam-stat-save): Use it.
15709
15710 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * spam-report.el (spam-report-plug-agent): Quote
15713         spam-report-url-to-file and spam-report-url-ping-plain.
15714
15715 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15718         / in mailto URLs.
15719
15720 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * spam-report.el (spam-report-process-queue): Fix interactive use.
15723         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15724         (spam-report-unplug-agent): Doc fixes.
15725         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15726         (spam-report-agentize, spam-report-deagentize): Autoload.
15727
15728 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15731
15732         * message.el (message-setup-fill-variables): Add mml tags to
15733         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15734         <ajk@iu.edu>.
15735         (message-mode): Don't modify paragraph-separate there.
15736
15737 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * compface.el (uncompface-use-external): Default to undecided.
15740         (uncompface-use-external-threshold): New variable.
15741         (uncompface-float-time): New macro.
15742         (uncompface): Determine whether to use the external decoder if
15743         uncompface-use-external is undecided.
15744
15745 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15746
15747         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15748         after images.
15749
15750         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15751
15752 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15753
15754         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15755
15756         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15757
15758         * gnus-sum.el (gnus-summary-limit-to-age)
15759         (gnus-summary-limit-children): do.
15760
15761         * gnus-int.el (gnus-request-scan): do.
15762
15763         * gnus-group.el (gnus-group-suspend): do.
15764
15765         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15766
15767         * gnus-cite.el (gnus-cite-parse-attributions): do.
15768
15769         * gnus-agent.el (gnus-summary-set-agent-mark)
15770         (gnus-agent-regenerate-group): do.
15771
15772         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15773
15774         * binhex.el (binhex-decode-region-internal): do.
15775
15776 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * gnus-fun.el (gnus-face-properties-alist): New user option.
15779         (gnus-display-x-face-in-from): Use it.
15780
15781         * gnus-art.el (article-display-face): Ditto.
15782
15783         * compface.el (uncompface-use-external): Default to nil.
15784
15785 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15786
15787         * nntp.el (nntp-erase-buffer): New function.
15788         (nntp-retrieve-data, nntp-send-command)
15789         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15790         (nntp-possibly-change-group): Use it.
15791
15792         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15793         with-current-buffer.
15794
15795 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15796
15797         * compface.el: Merge the ELisp-based uncompface program.
15798         (compface): New customization group.
15799         (uncompface-use-external): New user option.
15800         (uncompface): Call uncompface-internal if uncompface-use-external
15801         is nil.
15802         (uncompface-internal): New function.  Note that there are also
15803         some other functions and variables added for this function.
15804
15805 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15806
15807         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15808         if necessary.
15809
15810 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15811
15812         * spam-report.el (spam-report-unplug-agent)
15813         (spam-report-plug-agent, spam-report-deagentize)
15814         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15815         Add support for the Agent in spam-report: when unplugged, report to a
15816         file; when plugged, submit all the requests.
15817
15818         * spam.el (spam-register-routine): Fix message about
15819         registration.
15820
15821 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15822
15823         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15824         dependencies.
15825         (rfc2047-encode): Use it.
15826
15827         * gnus-art.el (gnus-button-marker-list): Move before first
15828         reference.
15829
15830         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15831         (imap-parse-body): Fix format string mismatch.
15832
15833         * gnus-score.el (gnus-summary-increase-score): do.
15834
15835         * nnrss.el (nnrss-close): New function.
15836
15837 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15838
15839         * nnrss.el (nnrss-make-filename): New function.
15840         (nnrss-request-delete-group, nnrss-read-server-data)
15841         (nnrss-save-server-data, nnrss-read-group-data)
15842         (nnrss-save-group-data): Use it.
15843         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15844         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15845         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15846
15847 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15848
15849         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15850
15851 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15852
15853         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15854         files.
15855
15856         * message.el (message-generate-headers-first): Don't quote nil
15857         and t in docstrings.
15858
15859         * imap.el (imap-id): do.
15860
15861         * gnus-agent.el (gnus-agent-consider-all-articles)
15862         (gnus-agent-queue-mail): do.
15863
15864 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * spam-report.el (spam-report-process-queue): New function.
15867         Process requests from `spam-report-requests-file'.
15868         (spam-report-process-queue): Doc fix.
15869
15870 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15871
15872         * spam.el (spam-register-routine)
15873         (spam-log-processing-to-registry, spam-log-registered-p)
15874         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15875         Change "check" to "spam-check" for semi-clarity.
15876
15877 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15878
15879         * pop3.el: Require nnheader.
15880
15881         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15882
15883         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15884
15885         * gnus-picon.el: Require cl.
15886
15887         * gnus-fun.el: Require gnus-ems and gnus-util.
15888
15889         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15890
15891         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15892
15893         * gnus-art.el (gnus-article-edit-mode): Define before first
15894         reference.
15895
15896 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15897
15898         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15899         (gnus-uu-post-encoded): Use point-at-bol.
15900
15901         * gnus-topic.el (gnus-group-active-topic-p): do.
15902
15903         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15904
15905         * gnus-group.el (gnus-group-kill-region): do.
15906
15907         * gnus-art.el (article-date-ut): do.
15908
15909         * message.el (message-fetch-field): Remove redundant
15910         case-fold-search binding.
15911         (message-narrow-to-field): Simplify.
15912
15913 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * spam.el (spam-directory): Derive from `gnus-directory'.
15916
15917         * spam-report.el (spam-report-url-to-file)
15918         (spam-report-requests-file): New function and variable for offline
15919         reporting.
15920         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15921         and user defined function.
15922         (spam-report-url-ping-mm-url): Remove doubled slash.
15923
15924 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15925
15926         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15927
15928 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15929
15930         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15931         format string mismatch.
15932
15933         * sieve.el (sieve-deactivate-all): do.
15934
15935         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15936
15937         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15938
15939         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15940
15941         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15942
15943 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15944
15945         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15946         the list of checks.
15947
15948 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15949
15950         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15951         padding.
15952
15953 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15954
15955         * mm-view.el (mm-fill-flowed): New variable.
15956         (mm-inline-text): Use it.
15957
15958 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15959
15960         * spam.el (spam-spamassassin-register-ham-routine)
15961         (spam-spamassassin-register-spam-routine): Fix function names.
15962
15963 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15964
15965         * gnus.el (gnus-tmp-grouplens): Remove.
15966         (gnus-summary-line-format): Remove grouplens.
15967
15968         * gnus-group.el (gnus-group-line-format): Ditto.
15969
15970         * gnus-spec.el (gnus-format-specs): Ditto.
15971         (gnus-update-format-specifications): Flush the group format spec
15972         cache if there's the grouplens stuff.
15973         (gnus-parse-simple-format): Replace %l with the empty string.
15974
15975 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15976
15977         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15978         omission.
15979
15980 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15983         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15984
15985 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15986
15987         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15988         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15989         New macros and functions.
15990         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15991         Handle > NLINK_MAX messages.
15992         * nnmaildir.el (nnmaildir-request-set-mark): Use
15993         nnmaildir--emlink-p and nnmaildir--eexist-p.
15994
15995 2004-01-25  Alex Schroeder  <alex@gnu.org>
15996
15997         * spam-stat.el (spam-stat-process-directory-age): New option.
15998         (spam-stat-process-directory): Use it.
15999
16000 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16001
16002         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16003         (spam-stat-save): Accept prefix argument.
16004
16005 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16006
16007         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16008         links" error.
16009
16010 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16013         the rest of the and/or forms.
16014
16015 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16016
16017         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16018         compatibility with old .newsrc.eld files.
16019
16020         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16021
16022         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16023
16024         * gnus-start.el (gnus-1): do.
16025
16026         * gnus-group.el (gnus-group-line-format-alist): do.
16027
16028         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16029
16030         * gnus-gl.el: Remove.
16031
16032 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16033
16034         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16035         marks consisting of a single range {for example, (3 . 5)} rather
16036         than a list of a single range { ((3 . 5)) }.
16037
16038 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16039
16040         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16041         with-current-buffer.
16042         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16043         avoid consing a string.
16044
16045         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16046         Remove obsolete entries for big5 and gb2312.
16047
16048 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16049
16050         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16051         uncompressed list.
16052
16053 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16054
16055         * spam-stat.el (spam-stat-strip-xref): New function.
16056         (spam-stat-process-directory): Use it.
16057
16058         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16059         here -- it's done in message-fetch-field.
16060
16061 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16062
16063         * gnus-agent.el (gnus-agent-queue-mail)
16064         (gnus-agent-prompt-send-queue): New variables.
16065         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16066         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16067         "nndraft:queue" along to gnus-draft-send.  Use
16068         gnus-agent-prompt-send-queue.
16069         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16070         is "nndraft:queue".  Suggested by Gaute Strokkenes
16071         <gs234@srcf.ucam.org>
16072
16073         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16074         (agent-enable-undownloaded-faces): Added.
16075         (gnus-agent-cat-groups): Use eval-and-compile, not
16076         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16077         method of gnus-agent-cat-groups even when the buffer has been
16078         evaled.
16079         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16080         delete gnus-agent-save-active-1.
16081         (gnus-agent-save-groups): Deleted.  Identical to
16082         gnus-agent-save-active.
16083         (gnus-agent-write-active): No longer adjust agent's copy of active
16084         file as agent's adjustments are now stored in their own
16085         file.  Removed optional parameter.
16086         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16087         servers.  Add use of min/max range limits from server's local
16088         file.
16089         (gnus-agent-save-alist): Removed unused optional argument.
16090         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16091         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16092         (gnus-agent-set-local): A per-server file that keeps min/max range
16093         limits for articles known to the agent.  Provides a fast mechanism
16094         for altering many active ranges.
16095         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16096         active file (local makes it unnecessary).
16097         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16098
16099         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16100         (agent-enable-undownloaded-faces): Added.
16101
16102         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16103         disable it when sending to "nndraft:queue".
16104         (gnus-group-send-queue): Add safety check to avoid sending queue
16105         when unplugged.
16106
16107         * gnus-group.el (gnus-group-catchup): Use new
16108         gnus-sequence-of-unread-articles, not
16109         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16110         numbers of articles.  Use gnus-range-map to avoid having to
16111         uncompress the unread list.
16112         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16113         Fixed invalid ange-ftp reference.
16114
16115         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16116         (gnus-sorted-range-intersection): Intersection of two ranges
16117         without requiring that they first be uncompressed.
16118
16119         * gnus-start.el (gnus-activate-group): Unless blocked by the
16120         caller, possibly expand the active range to include both cached
16121         and agentized articles.
16122         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16123         multiple version-dependent converters.
16124         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16125         gnus-agent-save-active.
16126         (gnus-save-newsrc-file): Save dirty agent range limits.
16127
16128         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16129         gnus-agent-possibly-alter-active.
16130         (gnus-adjust-marked-articles): Faster handling of simple lists.
16131
16132 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16133
16134         * spam-stat.el (spam-stat-test-directory): New optional argument
16135         displays a list of files detected.  Suggested by Andrew Cohen
16136         <cohen@andy.bu.edu>.
16137         (spam-stat-buffer-words-with-scores): Don't narrow and change
16138         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16139
16140 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16141
16142         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16143         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16144         (spam-spamassassin-arguments)
16145         (spam-spamassassin-spam-flag-header)
16146         (spam-spamassassin-positive-spam-flag-header)
16147         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16148         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16149         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16150         (spam-list-of-processors, spam-list-of-checks)
16151         (spam-list-of-statistical-checks, spam-registration-functions)
16152         (spam-check-spamassassin-headers, spam-check-spamassassin)
16153         (spam-spamassassin-score)
16154         (spam-spamassassin-register-with-sa-learn)
16155         (spam-spamassassin-register-spam-routine)
16156         (spam-spamassassin-register-ham-routine)
16157         (spam-assassin-register-spam-routine)
16158         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16159         (spam-bogofilter-score): Fix to show article before scoring.
16160
16161 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16162
16163         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16164         default scoring function.
16165         (spam-generic-score): Call spam-spamassassin-score if
16166         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16167         spam-bogofilter-score otherwise.
16168
16169         * gnus.el (spam-process, spam-autodetect-methods): Add
16170         spamassassin and spamassassin-headers.
16171
16172 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16173
16174         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16175         Suppress unnecessary messages.
16176
16177 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16178
16179         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16180         make-hash-table.
16181
16182 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * canlock.el (base64-encode-string): Don't autoload it.
16185
16186 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * run-at-time.el: Remove useless (require 'itimer),
16189         eval-and-compile and (featurep 'xemacs).
16190
16191 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16192
16193         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16194         GROUP is a virtual group.
16195
16196 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16197
16198         * gnus.el: Autoload `message-y-or-n-p'.
16199
16200 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16201
16202         * pgg-parse.el: Remove unnecessary (require 'custom).
16203
16204         * pgg-def.el: do.
16205
16206         * nnmail.el: do.
16207
16208         * gnus-undo.el: do.
16209
16210         * gnus-picon.el: do.
16211
16212         * gnus-util.el: do.
16213
16214 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16217
16218 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16221         handle, as well as a list.
16222
16223         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16224         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16225         (mm-w3m-cid-retrieve): Simplify.
16226
16227 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16228
16229         * message.el (message-kill-to-signature): Allow prefix arg to
16230         specify number of lines to keep before signature.
16231
16232 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16233
16234         * message.el (message-kill-to-signature): Change docstring.
16235
16236 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * canlock.el: Always require sha1-el.
16239         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16240
16241         * message.el: Autoload sha1 only when compiling.
16242
16243         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16244         eudc-expand-inline for XEmacs.
16245
16246 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * message.el (message-canlock-generate): Require sha1-el.
16249
16250 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16251
16252         * message.el (message-expand-name): Silence the byte compiler.
16253
16254         * lpath.el: Add detect-coding-system.
16255
16256         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16257         cus-edit.
16258
16259 2004-01-13  Simon Josefsson  <jas@extundo.com>
16260
16261         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16262         Invoke gnus-score-mode.  Reported by
16263         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16264
16265         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16266         Jim Blandy <jimb@redhat.com> (tiny change).
16267
16268 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16269
16270         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16271
16272 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16273
16274         * spam.el (spam-get-article-as-string): Update to use
16275         gnus-request-article-this-buffer, much simpler.
16276         (spam-get-article-as-buffer): Remove.
16277
16278 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16279
16280         * message.el (message-expand-name): Use EUDC if the user uses that.
16281
16282 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16283
16284         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16285         character for the encoding to avoid consing a string.
16286
16287         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16288         unnecessarily.
16289
16290         * mm-util.el (mm-replace-chars-in-string): Remove.
16291
16292         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16293         of mm-replace-chars-in-string.
16294
16295 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16296
16297         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16298
16299         * mm-util.el (mm-subst-char-in-string): Support inplace.
16300
16301         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16302         a new string in every iteration.  Use shy groups.
16303
16304 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16305
16306         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16307         * gnus-soup.el (gnus-soup-group-brew):
16308         * gnus-msg.el (gnus-put-message):
16309         * gnus-move.el (gnus-group-move-group-to-server):
16310         * gnus-kill.el (gnus-batch-score):
16311         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16312         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16313         (gnus-group-update-group, gnus-group-read-group)
16314         (gnus-group-make-group, gnus-group-make-help-group)
16315         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16316         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16317         (gnus-group-sort-by-unread, gnus-group-catchup)
16318         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16319         (gnus-group-yank-group, gnus-group-set-info)
16320         (gnus-group-list-groups):
16321         * gnus.el (gnus-generate-new-group-name):
16322         * gnus-delay.el (gnus-delay-send-queue):
16323         * nnvirtual.el (nnvirtual-catchup-group):
16324         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16325         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16326         (gnus-group-prepare-topics, gnus-topic-check-topology):
16327         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16328         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16329         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16330         (gnus-group-make-articles-read):
16331         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16332         (gnus-group-change-level, gnus-kill-newsgroup)
16333         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16334         (gnus-get-unread-articles, gnus-make-articles-unread)
16335         (gnus-make-ascending-articles-unread): Use accessor
16336         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16337         to get group information for improved readability.
16338
16339
16340 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16341
16342         * gnus-art.el (article-decode-mime-words, article-babel)
16343         (gnus-article-highlight-signature, gnus-article-add-buttons)
16344         (gnus-signature-toggle): Use gnus-with-article-buffer.
16345
16346         * gnus-art.el (gnus-article-highlight-headers)
16347         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16348
16349         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16350         (gnus-article-set-globals, gnus-request-article-this-buffer)
16351         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16352         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16353         (gnus-mime-display-alternative): Use with-current-buffer.
16354
16355 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16358         also under 80 char limit, and call gnus-error if needed.
16359         (spam-fetch-article-header): Fix - it was a
16360         buffer-local variable (gnus-newsgroup-data).
16361         (spam-find-spam): Use spam-generate-fake-headers, forget about
16362         spam-insert-fake-headers.
16363         (spam-insert-fake-headers): Remove.
16364
16365 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16366
16367         * deuglify.el (gnus-article-outlook-unwrap-lines)
16368         (gnus-outlook-rearrange-article)
16369         (gnus-outlook-repair-attribution-outlook)
16370         (gnus-outlook-repair-attribution-block)
16371         (gnus-outlook-repair-attribution-other): Remove redundant
16372         save-excursion.
16373
16374 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16375
16376         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16377         (spam-fetch-field-subject-fast)
16378         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16379         (spam-fetch-article-header): Add functions to deal with Gnus
16380         internals for fast retrieval of article header data.
16381         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16382
16383 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16384
16385         * pop3.el (pop3-md5): Remove.
16386         (pop3-apop): Replace pop3-md5 with md5.
16387
16388         * mm-bodies.el: base64 is always built-in.
16389
16390         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16391         with-current-buffer.
16392
16393 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * canlock.el (canlock-insert-header): Remove excessive grouping in
16396         regexp.
16397
16398         * gnus-sum.el (gnus-summary-read-document): Ditto.
16399
16400         * gnus-uu.el (gnus-uu-part-number): Ditto.
16401
16402         * html2text.el (html2text-remove-tags): Ditto.
16403         (html2text-format-tags): Ditto.
16404         (html2text-format-single-elements): Ditto.
16405
16406         * mml.el (mml-parse-1): Ditto.
16407
16408 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16409
16410         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16411
16412         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16413
16414         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16415
16416         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16417
16418 2003-11-15  Simon Josefsson  <jas@extundo.com>
16419
16420         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16421         (pgg-gpg-lookup-key): Use regexp match instead of
16422         split-string (split-string is different between emacs 21.2 and
16423         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16424
16425 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16426
16427         * gnus-art.el (gnus-mime-view-all-parts)
16428         (gnus-article-part-wrapper, gnus-article-view-part): Use
16429         with-current-buffer.
16430
16431 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16432
16433         * spam.el (spam-disable-spam-split-during-ham-respool)
16434         (spam-spamoracle-database, spam-cache-lookups)
16435         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16436         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16437         (spam-group-ham-marks, spam-group-spam-marks)
16438         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16439         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16440         also add spam-use-blackholes to the statistical checks.
16441         (spam-fetch-field-fast): Add interface to fetching fields, may
16442         become a macro.
16443         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16444         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16445         (spam-insert-fake-headers): Fake an article when needed.
16446         (spam-find-spam): Fake article when possible.
16447         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16448         (spam-check-bogofilter-headers): Use message-fetch-field instead
16449         of nnmail-fetch-field.
16450
16451 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16454
16455 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16456
16457         * spam.el (spam-split): Do not require spam-use-CHECK to be
16458         enabled if that check is passed to spam-split explicitly; also
16459         fix so 'spam doesn't get converted to spam-split-group when
16460         spam-split-symbolic-return is t.
16461         (spam-find-spam): Find registrations of the article and use those
16462         instead of re-running spam-split to find the spam/ham
16463         classification of the article.
16464         (spam-log-processing-to-registry, spam-log-registered-p)
16465         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16466         Use gnus-error instead of gnus-message.
16467         (spam-log-registration-type): Add function to determine the
16468         classification of a message based on registry entries; will
16469         return nil if both 'spam and 'ham are found.
16470         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16471         a reasonably fast local cache without the loading errors.
16472         (spam-cache-lookups): Set to t by default.
16473         (spam-find-spam): Don't try to guess spam-cache-lookups.
16474         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16475         spam-caches entry.
16476         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16477         caching of whitelist/blacklist entries.
16478         (spam-check-whitelist, spam-check-blacklist): Invoke
16479         spam-from-listed-p with a type, not a cache variable.
16480         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16481
16482 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16483
16484         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16485
16486         * nnmail.el (nnmail-split-fancy): do.
16487
16488         * mml.el (mml-parse): do.
16489
16490         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16491         (gnus-score-adaptive): do.
16492
16493 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16496         (gnus-mime-button-map): Don't set keymap parent.
16497         (gnus-button-ctan-directory-regexp): Use shy grouping.
16498         (gnus-prev-page-map): Don't set keymap parent.
16499         (gnus-prev-page-map): Remove duplicated one.
16500         (gnus-next-page-map): Don't set keymap parent.
16501         (gnus-mime-security-button-map): Ditto.
16502
16503         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16504         version number.
16505
16506         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16507
16508 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * canlock.el (canlock-sha1-function): Remove.
16511         (canlock-sha1-function-for-verify): Remove.
16512         (canlock-openssl-program): Remove.
16513         (canlock-openssl-args): Remove.
16514         (canlock-ignore-errors): Remove.
16515         (canlock-sha1-with-openssl): Remove.
16516         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16517         (canlock-verify): Don't use canlock-ignore-errors.
16518
16519         * sha1-el.el (sha1-string-external): Make it can return a string
16520         in binary form.
16521         (sha1-region-external): Ditto.
16522         (sha1-string-internal): Ditto.
16523         (sha1-region-internal): Ditto.
16524         (sha1-region): Ditto.
16525         (sha1-string): Ditto.
16526         (sha1): Ditto.
16527
16528 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * spam.el (spam-report-articles-gmane): New command.
16531
16532 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16535
16536         * run-at-time.el (run-at-time-saved): Remove.
16537         (run-at-time): Doc fix.
16538
16539 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16542         (gnus-summary-limit-map): Add it.
16543         (gnus-summary-make-menu-bar): do.
16544
16545 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16548         Make attempt at some caching support (done for BBDB only now).
16549         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16550         addresses to be checked.
16551         (spam-clear-cache-BBDB): Add function, to be invoked by
16552         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16553         (spam-check-BBDB): Check and use the caches, if
16554         spam-cache-lookups is on, remove superfluous (provide).
16555
16556 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16559
16560 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16561
16562         * run-at-time.el (run-at-time-saved): Move to after the definition
16563         of `run-at-time'.
16564
16565         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16566
16567 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16570         mm-w3m-local-map-property.
16571
16572         * mm-view.el (mm-w3m-mode-map): Remove.
16573         (mm-w3m-local-map-property): Remove.
16574         (mm-inline-text-html-render-with-w3m): Don't use
16575         mm-w3m-local-map-property.
16576
16577 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16578
16579         * run-at-time.el: New file.
16580
16581         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16582         under Emacs.
16583
16584         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16585         of gnus-set-text-properties.
16586
16587         * gnus-uu.el (gnus-uu-save-article): Ditto.
16588
16589         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16590
16591         * gnus-cite.el (gnus-cite-parse): Ditto.
16592
16593         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16594         of gnus-.
16595
16596         * gnus-xmas.el (run-at-time): Require run-at-time.
16597
16598         * gnus.el: Changed calls to nnheader-run-at-time and
16599         password-run-at-time throughout to use run-at-time directly.
16600
16601         * password.el: Removed definition of run-at-time.
16602
16603         * nnheaderxm.el: Remove definition of run-at-time.
16604
16605 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16606
16607         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16608         in prompt.
16609
16610 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16611
16612         * messagexmas.el (message-xmas-redefine): Alias
16613         `message-make-caesar-translation-table' to
16614         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16615         version.
16616
16617         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16618         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16619         `gnus-xmas-set-text-properties'.
16620         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16621         `gnus-xmas-completing-read'.
16622         (gnus-xmas-completing-read): Removed.
16623         (gnus-xmas-open-network-stream): Removed.
16624
16625         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16626         XEmacs version.
16627
16628         * dns.el (dns-make-network-process): Use `open-network-stream'
16629         instead of `gnus-xmas-open-network-stream'.
16630
16631         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16632
16633         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16634
16635 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16636
16637         * gnus-art.el (gnus-mime-display-alternative)
16638         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16639         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16640         Don't use gnus-local-map-property.
16641
16642         * gnus-util.el (gnus-local-map-property): Remove.
16643
16644         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16645         gnus-completing-read-maybe-default with completing-read.
16646
16647         * gnus-util.el (gnus-completing-read): do.
16648         (gnus-completing-read-maybe-default): Remove.
16649
16650 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16651
16652         * password.el: Only autoload `run-at-time' if not XEmacs.
16653         Only autoload the itimer functions if XEmacs.
16654
16655 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16658         XEmacsen.
16659
16660         * dgnushack.el: Autoload executable-find for XEmacs.
16661
16662 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16663
16664         * gnus-art.el (gnus-read-string): Remove.
16665         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16666         read-string.
16667
16668 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16669
16670         * netrc.el: Autoload password-read.
16671         (netrc): Add configuration group.
16672         (netrc-encoding-method, netrc-openssl-path): Add
16673         variables for encoding and decoding of files with symmetric
16674         ciphers.
16675         (netrc-encode): Add assistant function to encode a file with
16676         netrc-encoding-method.
16677         (netrc-parse): Add interactive parameter, added optional
16678         decoding if netrc-encoding-method is non-nil but otherwise
16679         behavior is standard.
16680         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16681         Do s/encode/encrypt/ everywhere.
16682
16683         * spam.el: Remove executable-find autoload.
16684
16685 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16686
16687         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16688
16689         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16690
16691 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * gnus-art.el (gnus-treat-ansi-sequences)
16694         (article-treat-ansi-sequences): New variable and function.
16695         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16696
16697         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16698         Use it.
16699
16700 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * mm-util.el (mm-quote-arg): Remove.
16703
16704         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16705         shell-quote-argument.
16706
16707         * gnus-uu.el (gnus-uu-command): do.
16708
16709         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16710
16711         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16712         with make-char.
16713
16714         * mm-util.el (mm-make-char): Remove.
16715
16716         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16717         add-minor-mode.
16718
16719         * gnus-undo.el (gnus-undo-mode): do.
16720
16721         * gnus-topic.el (gnus-topic-mode): do.
16722
16723         * gnus-sum.el (gnus-dead-summary-mode): do.
16724
16725         * gnus-start.el (gnus-slave-mode): do.
16726
16727         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16728
16729         * gnus-ml.el (gnus-mailing-list-mode): do.
16730
16731         * gnus-gl.el (gnus-grouplens-mode): do.
16732
16733         * gnus-draft.el (gnus-draft-mode): do.
16734
16735         * gnus-dired.el (gnus-dired-mode): do.
16736
16737         * gnus-ems.el (gnus-add-minor-mode): Remove.
16738
16739         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16740         Replace gnus-char-width with char-width.
16741
16742         * gnus-ems.el (gnus-char-width): Remove.
16743
16744         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16745         Replace gnus-char-width with char-width.
16746
16747         * gnus-ems.el (gnus-char-width): Remove.
16748
16749         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16750         definition.
16751         Remove Emacs 20 hash table compatibility code.
16752
16753         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16754         20 compatibility code.
16755
16756         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16757
16758         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16759
16760         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16761         with point-at-{eol,bol}.
16762
16763         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16764
16765         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16766
16767         * flow-fill.el (fill-flowed-point-at-bol)
16768         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16769
16770         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16771         Replace with point-at-{eol,bol} throughout all files.
16772
16773 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * ntlm.el (ntlm-string-as-unibyte): New macro.
16776         (ntlm-build-auth-response): Use it.
16777
16778         Remove Emacs 20 stuff:
16779         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16780         (butlast, mapc, remove): Remove the compiler macros.
16781         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16782         of delq and copy-sequence.
16783         * gnus-art.el (popup-menu): Remove the compiler macro.
16784         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16785         Emacs 20.
16786
16787 2004-01-05  Simon Josefsson  <jas@extundo.com>
16788
16789         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16790         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16791         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16792         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16793         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16794         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16795         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16796         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16797         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16798         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16799         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16800         string-xor into ntlm-string-xor.  Suggested by
16801         Jesper Harder <harder@myrealbox.com>.
16802
16803         * ntlm.el: Don't include poem.
16804
16805         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16806         Jesper Harder <harder@myrealbox.com>.
16807
16808         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16809
16810         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16811         probably breaks emacs with DL patch, but do we care? Is anyone
16812         still using the DL stuff?)
16813
16814         * sieve-manage.el: Use the password package.
16815         (sieve-manage-read-passwd): Remove.
16816         (sieve-manage-interactive-login): Use password.  Re-add
16817         condition-case around loop.
16818
16819         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16820         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16821         the password package.
16822
16823 2003-02-19  Simon Josefsson  <jas@extundo.com>
16824
16825         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16826         token.
16827
16828 2002-08-07  Simon Josefsson  <jas@extundo.com>
16829
16830         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16831         (sieve-manage-authenticators):
16832         (sieve-manage-authenticator-alist): Add some SASL mechs.
16833         (sieve-sasl-auth): New function.
16834         (sieve-manage-cram-md5-auth):
16835         (sieve-manage-plain-auth): Rewrite using SASL library.
16836         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16837         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16838         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16839         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16840
16841 2004-01-05  Simon Josefsson  <jas@extundo.com>
16842
16843         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16844         New files.
16845
16846 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16847
16848         * gnus-group.el (gnus-no-groups-message): Update.
16849
16850         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16851
16852 2003-11-09  Simon Josefsson  <jas@extundo.com>
16853
16854         * imap.el: Support for ID IMAP extension (RFC 2971).
16855         (imap-local-variables): Add imap-id.
16856         (imap-id): New variable.
16857         (imap-id): New function.
16858         (imap-parse-response): Parse untagged ID response.
16859         * nnimap.el (nnimap-id): New variable.
16860         (nnimap-open-connection): Use it.
16861
16862 2003-12-28  Simon Josefsson  <jas@extundo.com>
16863
16864         * gnus-score.el (gnus-score-edit-all-score): New.
16865         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16866
16867 2004-01-04  Simon Josefsson  <jas@extundo.com>
16868
16869         * password.el: Add.
16870
16871 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16872
16873         * dns.el (dns-query-types): Fix typo.
16874         (dns-query-types): New function.
16875         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16876         PTR and SOA replies, see RFC 1035.
16877
16878 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16879
16880         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16881
16882         * Moved to Changelog.2.
16883
16884 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16885
16886         * gnus.el (gnus-version-number): Bump version.
16887
16888 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16889
16890         * gnus.el: No Gnus v0.1 is released.
16891
16892 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16893
16894         * gnus.el: No Gnus v0.0 is released.
16895
16896 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16897
16898         * gnus.el (gnus-version-number): Bump.
16899         (gnus-version): No.
16900
16901 See ChangeLog.2 for earlier changes.
16902
16903     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16904       Free Software Foundation, Inc.
16905
16906   This file is part of GNU Emacs.
16907
16908   GNU Emacs is free software: you can redistribute it and/or modify
16909   it under the terms of the GNU General Public License as published by
16910   the Free Software Foundation, either version 3 of the License, or
16911   (at your option) any later version.
16912
16913   GNU Emacs is distributed in the hope that it will be useful,
16914   but WITHOUT ANY WARRANTY; without even the implied warranty of
16915   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16916   GNU General Public License for more details.
16917
16918   You should have received a copy of the GNU General Public License
16919   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16920
16921 ;; Local Variables:
16922 ;; coding: utf-8
16923 ;; fill-column: 79
16924 ;; add-log-time-zone-rule: t
16925 ;; End: