78809c34fb8eb751f200589f7872877b0f8d7e0f
[gnus] / lisp / ChangeLog
1 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4         the info.
5         (gnus-get-unread-articles): Only call updatep on backends that support
6         it.
7
8         * nnweb.el (nnweb-request-update-info): NOOP.
9
10         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
11
12         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
13         since it only deals with marks.
14
15         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
16         gnus-request-marks, and make a new gnus-request-update-info.
17
18         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
19         the active instead of the high number, which is usually too low.
20
21 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
22
23         * netrc.el (netrc-parse): Remove encrypt.el mentions.
24         * encrypt.el: Removed.
25
26 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
29         server in symbolic form.
30
31         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
32         0.9.
33
34 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
37         (nnimap-update-info): Fix up code slightly.
38
39         * gnus-int.el (gnus-open-server): Add tracing for performance
40         debugging.
41
42         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
43         (gnus-group-insert-group-line): Pass the real group name so that it
44         gets the right data.
45
46         * gnus-start.el (gnus-get-unread-articles): Don't have
47         `gnus-get-unread-articles-in-group' update info, since that can be
48         really slow and doesn't seem to be needed?
49
50 2010-09-22  Dan Christensen  <jdc@uwo.ca>
51
52         * time-date.el (date-to-time): Try using parse-time-string first before
53         using the slower timezone-make-date-arpa-standard.
54
55 2010-09-22  Julien Danjou  <julien@danjou.info>
56
57         * gnus-group.el (gnus-group-insert-group-line): Call
58         gnus-group-highlight-line.
59         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
60         default hook list.
61         (gnus-group-update-eval-form): Add new function.
62         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
63         (gnus-group-get-icon): Use gnus-group-update-eval-form.
64
65 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
68         immediate, then expire all articles.
69         (nnimap-update-info): Fix off-by-one errors.
70         (nnimap-flags-to-marks): Would return no marks lists for group with no
71         flags.  Instead return the other data.
72
73 2010-09-22  Julien Danjou  <julien@danjou.info>
74
75         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
76         Only return an icon.
77         (gnus-group-insert-group-line): Compute icon to return.
78
79         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
80         variable.
81         (gnus-html-image-fetched): Only cache if
82         gnus-html-image-automatic-caching is set.
83         (gnus-html-image-fetched): Check for errors.
84
85 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
88         once per method on `g'.  This ensures that backends like nnfolder don't
89         open all their folders.
90
91         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
92         (nnimap-request-list): Nix out group in the correct buffer.
93         (nnimap-parse-flags): Implement by using `read' instead of
94         hand-parsing.
95         (nnimap-flags-to-marks): Pass on permanent-flags.
96         (nnimap-make-process-buffer): Record the server name.
97         (nnimap-parse-flags): Fix typo.
98         (nnimap-request-scan): Run split on the server in general, not just a
99         single group.
100
101         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
102         parameter, and propagate this downwards.
103
104         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
105         since EXAMINE changes it on the server.
106
107         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
108         this command might take a while.
109
110 2010-09-22  Julien Danjou  <julien@danjou.info>
111
112         * gnus-html.el (gnus-html-rescale-image): Use window-inside-pixel-edges
113         rather than window-pixel-edges.
114         (gnus-html-put-image): Stop using markers. They are harmful if you have
115         2 images side-by-side, they can't be properly update on text deletion.
116         Using text-property is safer here.
117         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
118         data.
119
120 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * nnimap.el (nnimap-expunge-inbox): Removed.
123         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
124         (nnimap-expunge): Flip default to t.
125
126         * gnus.el (gnus-method-to-server): Don't push things to the cache
127         unless it's unique.
128         (gnus-server-to-method): Ditto.
129
130 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
131
132         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
133
134 2010-09-22  Julien Danjou  <julien@danjou.info>
135
136         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
137         get the start of data.
138         (gnus-html-encode-url): Add this function to encode special chars in
139         URL.
140         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
141         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
142
143         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
144         default.
145         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
146
147         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
148         images alt-text.
149         (gnus-html-put-image): Put alt-text as help-echo.
150
151 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
154         * mm-util.el (mm-decompress-buffer)
155         * nnir.el (nnir-run-find-grep)
156         * pop3.el (pop3-list): Use 3rd arg of split-string.
157
158         * time-date.el (format-seconds): Comment fix.
159
160         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
161         and byte-optimize-form-code-walker.
162         (dgnushack-make-auto-load): Don't advise make-autoload.
163
164         * lpath.el: Remove Emacs 21 stuff.
165
166 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
169         outside the active range.  Suggested by Dan Christensen.
170
171         * gnus-start.el (gnus-get-unread-articles): Get the extended method
172         slightly later to avoid double-getting it.
173
174         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
175         previous patch.
176
177         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
178
179 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
180
181         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
182
183 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * gnus-int.el (gnus-open-server): Give a better error message in the
186         "go offline" case.
187
188         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
189         marks for nnimap, which is seldom the right thing to do.
190
191         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
192         (gnus-same-method-different-name): New function.
193
194         * nnimap.el (parse-time): Require.
195
196         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
197         method in the presence of many similar methods.
198
199         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
200
201         * nnimap.el (nnimap-find-expired-articles): Don't refer to
202         nnml-inhibit-expiry.
203
204         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
205         find out whether methods are equal.
206
207         * nnimap.el (nnimap-find-expired-articles): New function.
208         (nnimap-process-expiry-targets): New function.
209         (nnimap-request-move-article): Request the article before looking at
210         what the Message-ID is.  Fix found by Andrew Cohen.
211         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
212
213         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
214         for oldness in addition to being a predicate.
215
216         * nnimap.el (nnimap-request-group): When we have zero articles, return
217         the right data to Gnus.
218         (nnimap-request-expire-articles): Only delete articles immediately if
219         the target is 'delete.
220
221         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
222         method, this would bug out.
223
224         * gnus-group.el (gnus-group-expunge-group): Renamed from
225         gnus-group-nnimap-expunge, and implemented as a normal interface
226         function.
227
228         * gnus-int.el (gnus-request-expunge-group): New function.
229
230         * nnimap.el (nnimap-request-create-group): Implement.
231         (nnimap-request-expunge-group): New function.
232
233 2010-09-21  Julien Danjou  <julien@danjou.info>
234
235         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
236         (gnus-html-cache-expired): Add new function.
237         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
238         wethever we should display image for fetch it.
239         Compute alt-text earlier to pass it to the fetching function too.
240         (gnus-html-schedule-image-fetching): Change function argument to only
241         get one image at a time, not a list.
242         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
243         cache.
244         (gnus-html-get-image-data): New function to retrieve image data from
245         cache.
246         (gnus-html-put-image): Change buffer argument to use image data rather
247         than file, and place image above region rather than inserting a new
248         one. Do not take alt-text as argument, since it's useless now: we place
249         the image above alt-text.
250         (gnus-html-prune-cache): Remove.
251         (gnus-html-show-images): Start to fetch image when we find one, do not
252         push into a temporary list.
253         (gnus-html-prefetch-images): Only fetch image if they have expired.
254         (gnus-html-browse-image): Fix, use 'gnus-image-url.
255         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
256
257 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
260
261 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
264         spec inser "*" if the group isn't active instead of 0.
265
266         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
267         opening the server.
268         (nnimap-request-delete-group): Implement group deletion.
269         (nnimap-transform-headers): Return the size of the entire message in
270         the Bytes header, not just the size of the first part.
271         (nnimap-request-move-article): When moving an article from nnimap,
272         request the article first so the accepting form has an article to
273         accept.  Reported by Dan Christensen.
274         (nnimap-command): Make sure that the error message doesn't error out.
275
276 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
277
278         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
279         we haven't requested anything.
280
281 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
284         "".  Fix found by Andrew Cohen.
285
286         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
287         instead of -encode-string.
288
289 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
292
293         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
294         by mm-subst-char-in-string.
295
296 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
299         waiting for the connection string.
300
301         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
302         arriving.
303
304         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
305         bogus characters.  This allows selecting certain Gmail groups.
306
307         * nnimap.el (nnimap-find-wanted-parts-1): New function.
308         (nnimap-fetch-partial-articles): New variable.
309         (nnimap-open-connection): When looking for credentials, also use the
310         nnimap-server-port.
311         (nnimap-request-article): Return the group/article number, so that Gnus
312         `^' works as expected.
313         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
314         them.
315
316         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
317         comments.
318         (gnus-methods-sloppily-equal): New function.
319         (gnus): When using the development version of Gnus, load the gnus-load
320         file.
321
322         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
323         `gnus-open-server' on each method before trying to scan them etc.  This
324         ensures that all the backend parameters are set correctly.
325
326         * nnimap.el (nnimap-authenticator): New variable.
327         (nnimap-open-connection): Allow anonymous login.
328         (nnimap-transform-headers): The chars header is called Chars not
329         Bytes.
330         (nnimap-wait-for-response): Don't infloop if the IMAP connection
331         drops.
332
333         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
334         patch, found by Knut Anders Hatlen.
335
336 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
337
338         * gnus-agent.el (gnus-agent-batch-confirmation)
339         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
340         to gnus-message.
341         * gnus-art.el (gnus-article-describe-briefly): Likewise.
342         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
343         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
344         * gnus-int.el (gnus-open-server): Likewise.
345         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
346         (gnus-score-check-syntax): Likewise.
347         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
348         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
349         Likewise.
350         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
351
352 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
355         calling conventions so that prefetch doesn't bug out.
356
357 2010-09-19  Julien Danjou  <julien@danjou.info>
358
359         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
360         rather than `subst-char-in-region' in order to be able to replace ASCII
361         char by UTF-8 ones.
362
363         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
364         than curl.
365         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
366         the right URL and ALT text on images.
367         (gnus-html-wash-tags): Fix tag case.
368         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
369         (gnus-article-html): Add -o display_ins_del=2 option.
370         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
371
372 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
375         the extra mail headers, which sometimes seem to happen for unknown
376         reasons.
377
378         * mail-parse.el (mail-header-encode-parameter): Define as
379         rfc2045-encode-string instead of as rfc2231-encode-string, since some
380         (or most, perhaps?) mail readers don't understand the latter, but do
381         understand the former.
382
383         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
384         to nil, so that no methods are automatically agentized.  I think this
385         is probably what most users want.
386
387         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
388         from url-retrieve, for instance about invalid URLs.
389
390         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
391         groups that have no articles.
392         (nnimap-request-article): Check that we really got an article when we
393         requested one.
394
395         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
396         doesn't exist.
397
398         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
399         nntp buffer so the agent can save it.
400         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
401         that CRLF doesn't get translated to \n.
402         (nnimap-open-connection): Don't make 'shell commands only send \n.
403
404 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
405
406         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
407         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
408         Update var name.
409         (nnml-generate-nov-file): Use dolist.
410         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
411         Use with-current-buffer.
412
413 2010-09-18  Julien Danjou  <julien@danjou.info>
414
415         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
416         parallel.
417
418 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * nnimap.el (nnimap-update-info): When doing partial marks update, get
421         the range update right.
422         (nnimap-request-group): Don't make `M-g' bug out on group with no
423         marks.
424         (nnoo): Required, so that other packages can require nnimap.
425         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
426         command we're looking for.  This helps when the server sends more
427         responses after we've gotten everything we expected.
428         (nnimap): Add a `newlinep' field to keep track of end-of-line
429         conventions.
430         Don't send CRLF to things that don't want it.
431         (nnimap-request-accept-article): Ditto.
432
433 2010-09-18  Julien Danjou  <julien@danjou.info>
434
435         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
436         than curl to retrieve images.
437
438 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * nnimap.el (nnimap-update-info): Extend the info so that we can set
441         the marks.
442         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
443         (nnimap-wait-for-connection): New function.
444         (nnimap-open-connection): If we have PREAUTH, don't query for login
445         credentials.
446         (nnimap-update-info): Fix off-by-one error when concatenating ranges
447         when doing a partial update.
448
449 2010-09-18  Julien Danjou  <julien@danjou.info>
450
451         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
452         tags.
453
454 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * nnimap.el (nnimap-credentials): New function.
457         (nnimap-open-connection): Use the new function to look for credentials
458         also on the numeric equivalents of "imap" and "imaps".
459
460         * gnus-start.el (gnus-activate-group): Send the info to
461         gnus-request-group.
462
463         * nnimap.el (nnimap-request-group): Have the "check" version of the
464         function parse flags and update the info, so that a `M-g' get a total
465         resync of all flags from the group.
466
467         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
468         to allow backends to alter the info on group selection.  Also alter all
469         the backend -request-group functions to take the parameter.
470
471         * nnimap.el (nnimap-store-info): New function.
472         (nnimap-update-info): Store the info for later usage.
473         (nnimap-request-group): Use the stored info for the dont-check case, so
474         that we don't retrieve all marks when we enter a group.
475
476         * nnimap.el: Use deffoo instead of defun for interface functions.
477
478         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
479         update the group info.  This makes the nndraft groups, for instance, go
480         back to their old behaviour.
481
482         * gnus-sum.el (gnus-select-newsgroup): Indent.
483
484         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
485         in.
486         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
487         nothing.
488
489         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
490         from methods that are denied.
491
492         * gnus-int.el (gnus-method-denied-p): New function.
493
494         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
495         store the password instead of netrc.
496         (nnimap-open-connection): Don't error out when we can't make a
497         connections.
498
499         * auth-source.el (auth-source-create): In the password prompt, say what
500         we're querying for.  Also prompt for user name if that hasn't been
501         given.
502
503         * nnimap.el (nnimap-with-process-buffer): Removed.
504
505 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
508         method when we're reading from the agent.
509
510         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
511
512         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
513         that's probably most useful for users.
514
515         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
516         "failed" all the time.
517
518         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
519         ...)) with (with-current-buffer ... ).
520
521         * nntp.el (nntp-open-server): Return whether the open was successful or
522         not.
523
524         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
525         select an unread unseen article first.
526
527         * nnimap.el (nnimap-open-connection): If the user doesn't have a
528         /etc/services, supply some sensible port defaults.
529
530         * dgnushack.el: Define netrc-credentials.
531
532 2010-09-17  Julien Danjou  <julien@danjou.info>
533
534         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
535
536 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
537
538         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
539         doesn't have any parameters.
540
541 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
544         only upcased checks.
545
546         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
547
548         * nnimap.el (nnimap-open-shell-stream): New function.
549         (nnimap-open-connection): Use it.
550         (nnimap-transform-headers): Get the number of lines in each message.
551         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
552         number of lines.
553         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
554         problem.
555
556         * utf7.el (utf7-encode): Autoload.
557
558         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
559         to allow the mail splitting to not return a default group.  This is
560         useful for nnimap, which will leave unmatched mail in the inbox.
561
562         * nnimap.el: Rewritten.
563
564         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
565         nnimap usage.
566
567         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
568         if the move is internal, so that nnimap can do fast internal moves.
569
570         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
571         data.
572         (gnus-read-active-for-groups): Support finishing the early retrieval of
573         data.
574
575         * gnus-range.el (gnus-range-nconcat): New function.
576
577         * gnus-int.el (gnus-finish-retrieve-group-infos)
578         (gnus-retrieve-group-data-early): New functions.
579
580 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
581
582         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
583         (nnrss-retrieve-groups):
584         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
585         (pop3-quit): Use with-current-buffer.
586
587 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
590         instead of nnheader-accept-process-output.
591
592         * dgnushack.el (dgnushack-compile): Add comment.
593
594         * lpath.el: No need to fbind propertize for XEmacs 21.4.
595
596         * gnus-html.el (gnus-html-schedule-image-fetching)
597         (gnus-html-prefetch-images): Replace process-kill-without-query by
598         gnus-set-process-query-on-exit-flag.
599
600 2010-09-16  Romain Francoise  <romain@orebokech.com>
601
602         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
603
604 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * gnus-registry.el (gnus-registry-install-shortcuts): The second
607         parameter to unintern is mandatory-ish in Emacs 24.
608
609         * gnus-html.el (gnus-html-schedule-image-fetching)
610         (gnus-html-prefetch-images): Check for curl before using it.
611
612         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
613         depend on curl, which isn't essential.
614
615         * imap.el: Revert back to version
616         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
617         seem problematic.
618
619 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
620
621         * gnus-registry.el (gnus-registry-install-shortcuts):
622         Explicitly pass `obarray' to `unintern' to avoid a warning.
623
624 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
627         change.
628
629         * nnrss.el (nnrss-request-list): Removed this function and related
630         functions, including the moreover stuff.
631
632 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * nnrss.el (nnrss-retrieve-groups): New function.
635
636 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
637
638         * .dir-locals.el: Add no-byte-compile cookie.
639
640 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * time-date.el (format-seconds): Comment fix.
643
644         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
645         for back end that doesn't support request-scan.
646
647 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
650         then do request scans from the backends.
651
652         * netrc.el (netrc-credentials): New conveniency function.
653
654         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
655         avoid running a hook per line, since this takes a lot of time,
656         profiling shows.
657         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
658         directly if gnus-visual-p is true.
659
660 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
663         groups; replace mapcar with dolist which is a bit faster; pass groups
664         info to gnus-read-active-file-1.
665         (gnus-read-active-file-1): Scan only specified groups if the new
666         optional arg `infos' is given.
667
668 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
671
672         * pop3.el (pop3-movemail): Removed.
673         (pop3-streaming-movemail): Renamed to pop3-movemail.
674
675         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
676         don't restrict end-tag searches to the end of the line.
677
678 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
681         articles of every unchecked group to t, which means unknown since the
682         server has never been opened.
683
684 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * gnus-html.el (gnus-html-show-alt-text): New command.
687         (gnus-html-browse-image): Ditto.
688         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
689         to browse the image directly.
690         (gnus-html-wash-tags): Search for images first, so that <a><img> works
691         better.
692
693         * gnus-async.el (gnus-async-article-callback): Call
694         `gnus-html-prefetch-images' unconditionally.
695
696         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
697         before feeding URLs to curl.
698
699 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
702         internal images as deletable by `W D D'.
703
704         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
705         (gnus-async-article-callback): Fix typo.
706
707 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
710         current line to work around bugs in the output from w3m.
711
712         * gnus-async.el (gnus-async-article-callback): Always prefetch images
713         for groups that want that.
714
715         * nntp.el (nntp-wait-for-string): Supply a timeout for
716         accept-process-output to ensure progress.
717
718         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
719         level to get unread articles from, then use that for foreign groups,
720         too.
721
722         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
723         confuses the rest of the function.
724
725         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
726         for the methods that support -retrieve-groups, too.
727
728         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
729
730 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
733         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
734
735         * pop3.el: Require cl when compiling.
736         (pop3-number-of-responses): Search for "+OK", not "+OK ".
737
738 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
741         that aren't going to be activated.
742         (gnus-get-unread-articles): Fix up the last commit.
743
744         * gnus-html.el (gnus-article-html): Allow calling without specifying
745         the handle.  In that case, dissect the buffer first.
746
747         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
748
749         * nnimap.el (nnimap-open-connection): Revert the change that would look
750         into authinfo for imaps instead of imap.
751
752         * gnus-start.el (gnus-activate-group): Take an optional parameter to
753         say that you don't want to call gnus-request-group with don-check, but
754         do check the reponse.  This is for virtual groups only.
755         (gnus-get-unread-articles): Count the archive groups as secondary, so
756         that they're activated the same way as before.
757
758         * imap.el (imap-message-map): Removed optional buffer parameter, since
759         no callers use it.
760         (imap-message-get): Ditto.
761         (imap-message-put): Ditto.
762         (imap-mailbox-map): Ditto.
763         (imap-mailbox-put): Ditto.
764         (imap-mailbox-get): Ditto.
765         (imap-mailbox-get): Revert last change for this function.
766
767         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
768         case-insensitively.
769         (nnimap-debug): Removed.
770
771         * imap.el (imap-fetch-safe): Removed function, and altered all callers
772         to use `imap-fetch' instead.  According to the comments, this should be
773         safe, since all other IMAP clients use the 1:* syntax.
774         (imap-enable-exchange-bug-workaround): Removed.
775         (imap-debug): Removed -- doesn't seem very useful.
776
777         * mail-source.el (mail-source-fetch): Don't message if we're fetching
778         mail from a file, and the file doesn't exist.
779
780         * imap.el (imap-log): New convenience function used throughout instead
781         of repeating the same code all over the place.
782
783         * pop3.el (pop3-streaming-movemail): Return t for success.
784
785         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
786         .authinfo if we're using ssl connection.
787
788         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
789         already have if we're in a main Gnus `g' run.
790
791         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
792
793 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
796
797         * nnmh.el (nnmh-request-list-1): Bind `file'.
798
799         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
800         alias to set-process-query-on-exit-flag or process-kill-without-query.
801         (pop3-open-server): Use it.
802
803 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * mail-source.el (mail-source-delete-crash-box): Always move the crash
806         box to the Incoming file.  Fixes mistake in previous checkin.
807
808         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
809         request loop (for debugging purposes) removed.
810
811         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
812         culprit is more visible.
813         (nnml-save-incremental-nov, nnml-open-incremental-nov)
814         (nnml-add-incremental-nov): New functions to do "incremental" nov
815         updates, where we just append to the end of the existing nov files
816         without reading/writing them in full.
817
818         * mail-source.el (mail-source-delete-crash-box): Really only check the
819         incoming files once in a while.
820
821         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
822
823         * mail-source.el (mail-source-delete-crash-box): Only check the
824         incoming files for deletion once per day to save a lot of file
825         accesses.
826
827         * pop3.el (pop3-logon): Fix up unbound variable typo.
828
829         * mail-source.el (pop3-streaming-movemail): Autoload.
830
831         * pop3.el (pop3-streaming-movemail): Respect
832         pop3-leave-mail-on-server.
833
834         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
835         retrieval.
836
837         * pop3.el (pop3-process-filter): Removed unused function.
838         (pop3-streaming-movemail, pop3-send-streaming-command)
839         (pop3-wait-for-messages, pop3-write-to-file)
840         (pop3-number-of-responses): New functions for streaming pop3
841         retrieval.
842
843         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
844         come from no known methods.
845         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
846         list.
847
848         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
849         message sizes.
850         (pop3-movemail): Use erase-buffer instead of looping and deleting
851         regions, which seems rather odd.
852
853         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
854         file once per `g' run.
855
856         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
857         directories.  This makes the draft queue directory work.
858
859         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
860         data from the backends, so that we only request the list of groups from
861         each method once.  This should speed things up considerably.
862
863         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
864         detect that it's not implemented.
865
866         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
867         we actually do recurse down into the tree, but don't stat all leaf
868         nodes.
869
870         * gnus-html.el (gnus-html-show-images): If there are no images to show,
871         then say so instead of bugging out.
872
873         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
874         files exist before trying to read them.
875
876         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
877         around <pre_int>.
878
879         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
880
881         * nnmh.el (nnmh-request-list-1): Optimize for speed.
882
883 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * mm-util.el (mm-image-load-path): Just return the image directories,
886         not all directories in the path in addition to the image directories.
887         (mm-image-load-path): Maintain a cache of the image directories so that
888         the `g' command in Gnus doesn't have to stat dozens of directories each
889         time.
890
891         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
892         (gnus-html-wash-tags): Add a new `i' command to insert images.
893         (gnus-html-insert-image): New command and keystroke.
894         (gnus-html-redisplay-with-images): New command and keystroke.
895         (gnus-html-show-images): Renamed command.
896         (gnus-html-wash-tags): Remove more white space before <pre_int> image
897         spacers.
898         (gnus-html-wash-tags): Decode entities at the end, so that entities
899         inside the tags don't mess up the rest of the "parsing".
900
901         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
902         so that nnimap methods aren't agentized by default.  There's apparently
903         many problems related to agent/imap behaviour.
904
905         * gnus-art.el (gnus-article-copy-string): New command and key binding.
906
907         * gnus-html.el: Doc fix.
908
909 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
912         specifier-spec-list for Emacs 21.
913
914         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
915         glyph-width and glyph-height instead of display-graphic-p and
916         image-size; make avoidance of displaying small images work for XEmacs.
917
918         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
919         for XEmacs.
920
921         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
922         of symbol that holds plist data.
923         (gnus-process-plist): Remove plist of process after getting it.
924
925 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * message.el (message-generate-hashcash): Change default to
928         'opportunistic if hashcash is installed.
929
930         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
931         (gnus-html-put-image): Only call image-size once, since it's somewhat
932         time-consuming on remote X servers.
933
934 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
937         type on data, not a file name.
938
939         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
940         window-pixel-edges for Emacs 21.
941
942         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
943         decoded contents.
944         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
945
946 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
949         group line format, since it isn't very interesting.
950
951         * gnus-agent.el (gnus-agent-short-article),
952         (gnus-agent-long-article): Increase values for these two variables,
953         since most people are likely to have more network connection and
954         storage than before.
955
956         * gnus.el (gnus-refer-article-method): Change default to 'current.
957         When referring an article, the common behaviour is to refer it from the
958         current select method, not the native select method.  The chances of
959         the native select method having the message in question is rather slim
960         these days.
961
962         * gnus-sum.el (gnus-auto-select-subject): Change default to
963         `unseen-or-unread'.  I think it's likely that most people want to
964         select an unseen article over a previously seen, but unread one.
965
966         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
967         means that in the article buffer none of the minor mode elements will
968         be shown, usually, and this is not desirable in most cases.
969
970         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
971         that commands like `d' (and the like) go to the next line in the
972         buffer, instead of the next unread article.  I think this is the
973         behaviour that is most natural for most users.
974         (gnus-single-article-buffer): Change default to nil, so that people can
975         have as many article buffers open as they have summary buffer.  I think
976         this is the most natural way for the groups to behave.
977
978         * message.el (message-generate-new-buffers): Change default to
979         `unsent', so that all new message buffers start their names with the
980         string "*unsent", and it's easier to find the buffers if you move from
981         them.
982
983 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
986         small.  They're probably tracking images.
987         (gnus-html-wash-tags): Remove all <pre_int> place holders.
988         (gnus-html-rescale-image): Yet another try at getting the image sizing
989         right.
990
991         * nntp.el (nntp-request-set-mark): Refuse to do marks if
992         nntp-marks-file-name is nil.
993
994 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
995
996         * gnus-html.el (gnus-html-wash-tags)
997         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
998         Better logging.
999
1000 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1003
1004         * gnus-html.el (gnus-html-wash-tags): Check the value of
1005         gnus-blocked-images in the summary buffer.
1006
1007 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1008
1009         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1010
1011 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1014         like "a", it seems like.
1015         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1016         since it needs to be picked from the correct buffer.
1017
1018         * nnwfm.el: Removed.
1019
1020         * nnlistserv.el: Removed.
1021
1022 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1023
1024         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1025         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1026
1027 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * nnkiboze.el: Removed.
1030
1031         * nndb.el: Removed.
1032
1033         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1034         alt text.
1035         (gnus-html-rescale-image): Try to get the rescaling logic right for
1036         images that are just wide and not tall.
1037
1038         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1039         overshadow variable bindings.
1040
1041 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         * gnus-html.el (gnus-html-wash-tags)
1044         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1045         extra logging.
1046
1047 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1050         (gnus-max-image-proportion): New variable.
1051         (gnus-html-rescale-image): New function.
1052         (gnus-html-put-image): Rescale images.
1053
1054 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1055
1056         Fix up some byte-compiler warnings.
1057         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1058         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1059         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1060         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1061         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1062         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1063         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1064
1065 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-html.el (gnus-article-html): Decode contents by charset.
1068
1069 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1072         (gnus-html-frame-width, gnus-blocked-images)
1073         * message.el (message-prune-recipient-rules): Add custom version.
1074         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1075
1076         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1077         functions.
1078
1079         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1080         gnus-process-get.
1081
1082 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1083
1084         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1085         instead of lsub directly.
1086
1087 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * nnwarchive.el: Removed.
1090
1091         * gnus-soup.el: Removed.
1092
1093         * nnsoup.el: Removed.
1094
1095         * nnultimate.el: Removed.
1096
1097         * gnus-html.el (gnus-blocked-images): New variable.
1098
1099         * message.el (message-prune-recipients): New function.
1100         (message-prune-recipient-rules): New variable.
1101
1102         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1103         guess whether a long line is natural text or not.
1104
1105         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1106         gnus-process-plist and friends for compatibility.
1107
1108 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1109
1110         * gnus-html.el: Require packages that define macros used in this file.
1111         (gnus-article-mouse-face): Declare to silence byte-compiler.
1112         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1113         process-get.
1114         (gnus-html-put-image): Use plist-get to avoid getf.
1115         (gnus-html-prefetch-images): Use with-current-buffer.
1116
1117 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * gnus-ems.el: Provide compatibility functions for
1120         gnus-set-process-plist.
1121
1122         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1123         header-line-format for XEmacs 21.4.
1124
1125         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1126         * gnus.el (gnus-valid-select-methods)
1127         * message.el (message-send-mail-partially-limit)
1128         * mm-decode.el (mm-text-html-renderer)
1129         * mml.el (mml-insert-mime-headers-always)
1130         * smiley.el (smiley-regexp-alist): Bump custom version.
1131
1132 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * gnus-html.el: require mm-url.
1135         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1136         with the url to `url'.
1137         (gnus-html-wash-tags): Support cid: URLs/images.
1138
1139 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1142         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1143         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1144
1145         * gnus-move.el: Removed file, since it doesn't really work.
1146
1147         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1148         UTF-8.  This seems to fix problems with some German web feeds.
1149
1150         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1151         at the top so that the proper colours are applied.
1152
1153         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1154         don't have dots in their names.
1155
1156         * gnus-art.el (gnus-article-view-part): Doc fix.
1157
1158         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1159         XEmacs-compatible.
1160         (gnus-html-put-image): Don't do images on non-graphic displays.
1161
1162         * nnslashdot.el: Removed this unused backend.
1163
1164         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1165         actions.
1166         (gnus-undo-register-1): Revert last change.
1167
1168         * gnus-group.el (gnus-group-completing-read): Protect against not
1169         having completion-styles bound.
1170
1171         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1172         make broken recipients happier.
1173
1174         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1175
1176         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1177         point parameter.
1178
1179         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1180
1181         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1182         completion-styles for group selection.
1183
1184 2009-02-04  Andreas Schwab  <schwab@suse.de>
1185
1186         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1187         headers and regexp-quote the match if necessary.
1188
1189 2009-03-24  Miles Bader  <miles@gnu.org>
1190
1191         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1192         the blinking smiley.
1193
1194 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1195
1196         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1197         blink smiley.
1198
1199 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1202         where the dribbel file lives exists.
1203
1204         * message.el (message-send-mail-partially-limit): Change the default to
1205         nil, since most people don't want this.
1206
1207         * mm-url.el (mm-url-decode-entities): Also decode entities like
1208         &#x3212.
1209
1210 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1211
1212         * gnus-sum.el (gnus-summary-idna-message):
1213         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1214         Hyperlink urls in docstrings with URL `...'.
1215
1216 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1217
1218         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1219         functions.
1220
1221 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1224         say what the mouseover text should be.
1225
1226         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1227         version of the mm-w3m-safe-url-regexp variable to only download images
1228         in the groups where we want that to happen.
1229
1230         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1231
1232         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1233         easier debugging.
1234         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1235         big pictures in the article buffer.
1236
1237         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1238         gnus-article-html.
1239         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1240         w3m.
1241
1242         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1243
1244 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1247         which doesn't exist.
1248
1249         * message.el (message-inhibit-ecomplete): New variable to allow some
1250         function to inhibit ecomplete address storage.
1251         (message-resend): Disable ecomplete message storage when resending
1252         messages.
1253
1254         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1255
1256 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1259         Save excursion while copying, moving, and deleting articles in order to
1260         prevent the cursor from jumping to unforeseen place.
1261
1262 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * lpath.el: No need to bind bookmark-current-buffer,
1265         bookmark-yank-point and bookmark-make-record-function.
1266
1267 2010-08-17  Glenn Morris  <rgm@gnu.org>
1268
1269         * gnus-sync.el: Require gnus components whose functions are used.
1270
1271         * gnus-art.el (bookmark-make-record-function):
1272         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1273         Declare for compiler.
1274
1275         * mm-url.el (mml-compute-boundary): Autoload.
1276
1277 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1280
1281 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1282
1283         Typo fix "hoo4a" -> "hook".
1284
1285         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1286
1287 2010-08-14  Glenn Morris  <rgm@gnu.org>
1288
1289         * gnus-sync.el (gnus-sync): Fix defgroup version.
1290
1291 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1292
1293         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1294
1295         * gnus-sync.el: Fix docs.
1296         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1297         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1298
1299 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1300
1301         Optimizations for gnus-sync.el.
1302
1303         * gnus-sync.el: Add docs about gnus-sync-backend
1304         possibilities.
1305         (gnus-sync-save): Remove unnecessary message.
1306         (gnus-sync-read): Optimize and show what groups were skipped.
1307
1308 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1309
1310         Minor bug fixes for gnus-sync.el.
1311
1312         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1313         read the sync on get-new-news.
1314
1315         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1316         quiet.
1317
1318         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1319
1320 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1321
1322         Make saving and restoring of hidden threads work with overlays.
1323         Patch applied by Ted Zlatanov.
1324
1325         * gnus-sum.el (gnus-hidden-threads-configuration)
1326         (gnus-restore-hidden-threads-configuration): Update to deal with text
1327         properties, rather than searching for a magic character.
1328
1329 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1330
1331         New gnus-sync.el library for synchronization of marks.
1332
1333         * gnus-sync.el: New library for synchronization of marks.
1334
1335         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1336         renamed from `gnus-registry-grep-in-list'.
1337
1338         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1339
1340         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1341
1342 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1345         determining charset of text fails.
1346
1347 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * nnmail.el (nnmail-get-new-mail-1): Revert.
1350
1351         * nnml.el (nnml-active-number): Make sure names of newly created groups
1352         in nnml-group-alist are encoded.
1353
1354 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1357         containing non-ASCII characters in active file for nnml back end.
1358
1359 2010-07-24  David Engster  <dengste@eml.cc>
1360
1361         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1362         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1363
1364 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1365
1366         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1367         tag (Bug#6654).
1368
1369 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1372         the article buffer, not the summary buffer.
1373
1374 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1377         Emacs 23 as well.
1378
1379 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1382         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1383
1384 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1385
1386         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1387         Patch applied by Karl Fogel.
1388
1389         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1390         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1391
1392 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1393
1394         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1395         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1396         C-w still not working correctly from Article buffers; Thierry's
1397         patch to fix that will be applied after this.
1398
1399         * gnus-art.el (bookmark-make-record-function): New local variable.
1400
1401         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1402         article buffer.
1403         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1404
1405 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1406
1407         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1408         on changes in bookmark.el.
1409
1410 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1413         `no-log' instead of message not to log prompt string.
1414
1415 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1416
1417         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1418         the *other* type of HTML form submission.
1419
1420 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1421
1422         * auth-source.el (auth-source-pick): If choice does not contain a
1423         questioned keyword, set the check to t.
1424
1425 2010-06-12  Romain Francoise  <romain@orebokech.com>
1426
1427         * gnus-util.el (gnus-date-get-time): Move up before first use.
1428
1429 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1432         (gnus-article-edit-part): Bind it to make last part that is substituted
1433         or deleted visible.
1434         (gnus-mime-display-single): Buttonize part of which id equals to
1435         gnus-mime-buttonized-part-id.
1436
1437 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1438
1439         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1440         (gnus-dd-mmm): Use gnus-date-get-time.
1441         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1442         simplify logic.
1443         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1444         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1445
1446 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1447
1448         * auth-source.el (top): Autoload `secrets-list-collections',
1449         `secrets-create-item', `secrets-delete-item'.
1450         (auth-sources): Fix tag string.
1451         (auth-get-source, auth-source-retrieve, auth-source-create)
1452         (auth-source-delete): New defuns.
1453         (auth-source-pick): Rewrite in order to avoid 2 passes.
1454         (auth-source-forget-user-or-password): New parameter USERNAME.
1455         (auth-source-user-or-password): New parameters CREATE-MISSING and
1456         DELETE-EXISTING.  Retrieve password interactively, if needed.
1457
1458 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1459
1460         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1461         deleting unused directories when gnus-expert-user is t.
1462
1463 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1466         for each temp file when gnus-article-browse-delete-temp is ask.
1467
1468 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1469
1470         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1471         Lisp calls to delete-backward-char by calls to delete-char.
1472
1473 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1474
1475         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1476
1477 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1478
1479         * password-cache.el (password-cache-remove): Fix docstring.
1480
1481 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1484         article unless decoding article to be saved.
1485
1486 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1489         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1490         generated within the mm-with-unibyte-current-buffer macro.
1491
1492 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1495         to nil when we're in a mml-preview buffer and no group is selected.
1496
1497 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1498
1499         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1500         when catching the `C-g'.  Reported by "Leo".
1501
1502 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * message.el (message-forward-make-body-plain)
1505         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1506         multibyte-string-p.
1507
1508         * lpath.el: Revert.
1509
1510 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * message.el (message-forward-make-body-mml): Assume original message
1513         is multibyte string; error on unibyte.
1514         (message-forward-make-body-plain): Ditto; don't add excessive newline
1515         in body end.
1516
1517         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1518
1519 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1520
1521         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1522         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1523
1524 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * mm-extern.el (mm-extern-url): Don't use
1527         mm-with-unibyte-current-buffer.
1528         (mm-extern-cache-contents): Use with-current-buffer instead of
1529         save-excursion + set-buffer.
1530
1531 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * mm-util.el (mm-emacs-mule): Remove.
1534
1535 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1536
1537         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1538         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1539         change.
1540
1541 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1544         bind the default value of enable-multibyte-characters to nil.
1545
1546 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * message.el (message-forward-make-body-plain)
1549         (message-forward-make-body-mml):
1550         Don't use mm-with-unibyte-current-buffer.
1551
1552 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1553
1554         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1555
1556 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1557
1558         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1559         (Bug#5592).
1560
1561 2010-05-07  Julien Danjou  <julien@danjou.info>
1562
1563         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1564         it to mm-pipe-part.
1565
1566         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1567         it is given.
1568
1569 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * binhex.el (binhex-decode-region-internal)
1572         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1573         (dns-query)
1574         * nnweb.el (nnweb-gmane-search)
1575         * pgg-parse.el (pgg-parse-armor)
1576         * pgg.el (pgg-verify-region)
1577         * sha1.el (sha1-string-external)
1578         * uudecode.el (uudecode-decode-region-internal)
1579         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1580         XEmacs.
1581
1582         * gnus-art.el (gnus-article-browse-html-parts)
1583         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1584         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1585         make-temp-file.
1586
1587         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1588         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1589         compiling.
1590
1591         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1592         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1593         XEmacs when compiling.
1594
1595         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1596         gnus-pick-mode-off-hook for XEmacs when compiling.
1597         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1598         gnus-binary-mode-off-hook for XEmacs when compiling.
1599
1600         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1601         nil if char-charset is not available.
1602
1603         * imap.el (imap-disable-multibyte)
1604         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1605         macros.
1606
1607         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1608         instead of encode-coding-string.
1609
1610         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1611         'xemacs) instead of mm-emacs-mule to switch function definitions.
1612         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1613
1614         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1615         bind temporary-file-directory for XEmacs;
1616         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1617         timer-set-function for XEmacs 21.4 and SXEmacs;
1618         bind timer-list for XEmacs 21.4 and SXEmacs;
1619         fbind char-charset and find-charset-region for non-Mule XEmacs;
1620         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1621         encode-coding-region and encode-coding-string for XEmacs having no
1622         file-coding feature.
1623
1624 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1625
1626         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1627
1628 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1631         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1632
1633 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1634
1635         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1636         alias `jka-compr-delete-temp-file' no longer exists.
1637
1638 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1639
1640         Use define-minor-mode in Gnus where applicable.
1641         * mml.el (mml-mode): Use define-minor-mode.
1642         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1643         (gnus-undo-mode): Use define-minor-mode.
1644         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1645         (gnus-dead-summary-mode): Use define-minor-mode.
1646         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1647         Initialize in declaration.
1648         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1649         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1650         (gnus-mailing-list-mode): Use define-minor-mode.
1651         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1652         (gnus-draft-mode): Use define-minor-mode.
1653         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1654         (gnus-dired-mode): Use define-minor-mode.
1655
1656 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1657
1658         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1659         handles on recursive mml-to-mime translation and check them for
1660         boundary delimiter collisions.  Reported by Greg Troxel.
1661
1662 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1665
1666 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1667
1668         * mm-util.el (mm-find-buffer-file-coding-system):
1669         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1670
1671 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1672
1673         * message.el (message-generate-headers): Record insertion of optional
1674         headers as well.  Otherwise the check to prevent repeated insertion of
1675         optional headers is a no-op.
1676
1677 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1678
1679         * smime.el: Don't mention CVS.
1680
1681         * nnrss.el (nnrss-fetch): Don't mention CVS.
1682
1683         * nnir.el: Don't mention CVS.
1684
1685 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1686
1687         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1688
1689 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * lpath.el: Fbind bookmark-default-handler,
1692         bookmark-get-bookmark-record, bookmark-make-record-default,
1693         bookmark-prop-get for Emacs <23 and XEmacs.
1694
1695 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1696
1697         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1698         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1699         Use with-current-buffer to silence the byte-compiler.
1700         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1701         bother to require `gnus'.
1702         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1703
1704 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1705
1706         * gnus-sum.el (gnus-summary-bookmark-make-record)
1707         (gnus-summary-bookmark-jump): New functions.
1708         (gnus-summary-mode): Setup bookmark support.
1709
1710 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1711
1712         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1713         if set.
1714
1715 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1718         gnus-article-browse-html-save-cid-image; make it work recursively for
1719         forwarded messages as well.
1720         (gnus-article-browse-html-parts): Work when prefix arg is given.
1721         (gnus-article-browse-html-article): Doc fix.
1722
1723 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1724
1725         * message.el (message-default-mail-headers):
1726         (message-default-headers): Carry the value mail-default-headers over
1727         into message-default-mail-headers, rather than message-default-headers.
1728
1729 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1730
1731         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1732         charset.
1733
1734         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1735         charset into the <meta> tag when the article is encoded to utf-8.
1736
1737 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1740         directories as well.
1741         (gnus-article-browse-html-parts): Work for images that do not specify
1742         file names; delete temp directory when quitting; insert header at the
1743         right place; use file: scheme for image files.
1744
1745 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1746
1747         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1748         (gnus-article-browse-html-parts): Use it to make temporary cid image
1749         files in addition to html file so that browser may display them.
1750
1751 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1754
1755 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1756
1757         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1758
1759 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1760
1761         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1762         about Secret Service API sources.  Improve Customize options.
1763         (auth-source-pick): Change to accept any number of search parameters.
1764         Implement fallbacks iteratively, not recursively.  Add scoring on the
1765         second pass and sort by score.  Call Secret Service API when needed.
1766         (auth-source-user-or-password): Use it.  Call Secret Service API
1767         directly when needed to get the user name and the password.
1768
1769 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1770
1771         * message.el (message-interactive): Doc fix.
1772         (message-qmail-inject-args): Reflow.
1773         (message-kill-to-signature): Fix typo in docstring.
1774
1775         * smiley.el (smiley-buffer): Fix typo in docstring.
1776
1777 2010-03-24  Glenn Morris  <rgm@gnu.org>
1778
1779         * mail-source.el (gnus-message): Declare.
1780         (mail-source-delete-old-incoming): Require gnus-util.
1781
1782 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1785
1786         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1787
1788         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1789         password-cache's default if it is not bound.
1790         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1791         password-cache-expiry's default if it is not bound.
1792
1793         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1794         available in Emacs 21.
1795
1796         * lpath.el: Suppress compiler warnings for:
1797         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1798         XEmacs;
1799         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1800         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1801         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1802
1803 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1804
1805         * auth-source.el (auth-sources): Fix up definition so extra parameters
1806         are always inline.
1807
1808 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1809
1810         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1811         wasn't updated after mismatch.  Clear cached mailbox info correctly
1812         when uidvalidity changes.
1813         (nnimap-group-prefixed-name): New function to avoid some code
1814         duplication.
1815         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1816         (nnimap-request-group): Use it.
1817         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1818         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1819         with many imap folders.  This is done by caching the group status from
1820         the imap server persistently in a group parameter `imap-status'.  (This
1821         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1822         but not persistently, so every Gnus startup was still very slow.)
1823
1824 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1825
1826         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1827         delete the extra newline.  Otherwise editing of :string and :number
1828         types don't work.
1829
1830 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1831
1832         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1833         secrets.el dependency.
1834         (auth-sources): Add optional user name.  Add secrets.el configuration
1835         choice (unused right now).
1836
1837 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1838
1839         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1840         `gnus-registry-install-shortcuts' fill in the functions.
1841
1842         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1843         warnings.
1844         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1845         (gnus-registry-install-shortcuts): Populate and use it in a
1846         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1847
1848 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1849
1850         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1851         In-place substitutions for the group name encoding/decoding.
1852         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1853         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1854         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1855         (nnimap-update-unseen, nnimap-request-list)
1856         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1857         (nnimap-request-set-mark, nnimap-split-to-groups)
1858         (nnimap-split-articles, nnimap-request-newgroups)
1859         (nnimap-request-create-group, nnimap-request-accept-article)
1860         (nnimap-request-delete-group, nnimap-request-rename-group)
1861         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1862         `encoded-mbx' for consistency.
1863         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1864         variable `imap-current-mailbox'.
1865
1866         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1867         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1868
1869 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1870
1871         * pop3.el (pop3-display-message-size-flag): Display message size byte
1872         counts during POP3 download.
1873         (pop3-movemail): Use it.
1874         (pop3-list): Implement listing of available messages.
1875
1876 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1877
1878         * nnir.el (nnir-get-article-nov-override-function): New function to
1879         override the normal NOV retrieval.
1880         (nnir-retrieve-headers): Use it.
1881
1882 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1883
1884         * auth-source.el (netrc-machine-user-or-password): Autoload.
1885
1886 2010-03-19  Glenn Morris  <rgm@gnu.org>
1887
1888         Stop message.el from loading about 40 libraries it doesn't always need.
1889         The general approach is to autoload rather than require, and to
1890         require in the specific functions rather than the file.  (Bug#5642)
1891
1892         * gmm-utils.el: Don't require wid-edit.
1893         (widget-create-child-value, widget-convert, widget-default-get):
1894         Autoload.
1895
1896         * gnus-util.el: Don't require time-date, netrc.
1897         (message-fetch-field, gnus-group-name-decode): Declare rather than
1898         autoloading.
1899         (gnus-fetch-field): Require message.
1900         (gnus-decode-newsgroups): Require gnus-group.
1901
1902         * ietf-drums.el: Don't require time-date.
1903
1904         * message.el: Don't require hashcash, canlock, ecomplete.
1905         Do require mail-utils.  Require nnheader only when compiling.
1906         (smtpmail-default-smtp-server): Remove declaration.
1907         (message-send-mail-function): Check smtpmail-default-smtp-server
1908         is bound rather than requiring smtpmail.
1909         (message-auto-save-directory, message-insert-signature): Use
1910         expand-file-name rather than nnheader-concat.
1911         (nnheader-insert-file-contents): Autoload.
1912         (hashcash-wait-async): Declare.
1913         (message-send-mail): Only call gnus-setup-posting-charset if
1914         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1915         (message-send-mail-with-sendmail): Require sendmail.
1916         (canlock-password, canlock-password-for-verify): Declare.
1917         (message-canlock-password): Require canlock.
1918         (nnheader-get-report): Autoload.
1919         (gnus-setup-posting-charset): Declare.
1920         (message-send-news): Require gnus-msg.
1921         (message-make-references, message-make-in-reply-to): Use mail-header-id
1922         rather than the alias mail-header-message-id.
1923         (ecomplete-add-item, ecomplete-save): Declare.
1924         (message-put-addresses-in-ecomplete): Require ecomplete.
1925         (ecomplete-display-matches): Autoload.
1926
1927         * mm-decode.el: Don't require mailcap, gnus-util.
1928         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1929         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1930         Autoload.
1931         (mailcap-mime-extensions): Declare.
1932
1933         * mm-encode.el: Don't require mailcap.
1934         (mailcap-extension-to-mime): Autoload.
1935
1936         * mml-sec.el: Don't require password-cache.
1937
1938         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1939         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1940         (mml-minibuffer-read-type): Require mailcap.
1941         (mml-preview): Require gnus-msg.
1942
1943         * mml1991.el: Require password-cache.
1944         (password-cache-expiry): Remove declaration.
1945
1946         * mml2015.el: Require password-cache.
1947         (password-cache-expiry): Remove declaration.
1948
1949         * nneething.el (mailcap): Require mailcap.
1950
1951         * nnheader.el (declare-function): Add compatibility stub.
1952         (message-remove-header): Declare rather than autoload.
1953         (nnheader-replace-header): Require message.
1954
1955         * nnimap.el (declare-function): Add compatibility stub.
1956         (netrc-parse, netrc-machine-user-or-password): Declare.
1957         (nnimap-open-connection): Require netrc.
1958
1959         * nntp.el (declare-function): Add compatibility stub.
1960         (netrc-parse, netrc-machine, netrc-get): Declare.
1961         (nntp-send-authinfo): Require netrc.
1962
1963         * rfc2047.el: Don't require qp.
1964         (quoted-printable-encode-region, quoted-printable-decode-string):
1965         Autoload.
1966
1967         * sieve-mode.el: Don't require easymenu.
1968         (easy-menu-add-item): Autoload it.
1969
1970         * spam-stat.el (time-to-number-of-days): Autoload it.
1971
1972 2010-03-19  Glenn Morris  <rgm@gnu.org>
1973
1974         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1975
1976 2010-03-18  Glenn Morris  <rgm@gnu.org>
1977
1978         * hashcash.el (declare-function): Remove duplicate definition.
1979
1980 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1981
1982         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1983         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1984         value if any backslash escapes).
1985
1986 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1989         if it is available.  (bug#5647)
1990
1991         * lpath.el: Suppress compiler warning for coding-system-from-name for
1992         Emacs 21 and XEmacs.
1993
1994 2010-03-14  Juri Linkov  <juri@jurta.org>
1995
1996         * hmac-def.el:
1997         * hmac-md5.el:
1998         * netrc.el: Fix keywords.
1999
2000 2010-02-26  Glenn Morris  <rgm@gnu.org>
2001
2002         * message.el (message-send-mail-function): Change the default, so that
2003         it inherits from a customized send-mail-function.  (Bug#5643)
2004
2005 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2006
2007         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2008         shell-command-to-string signals an error (bug#5299).
2009
2010 2010-02-24  Glenn Morris  <rgm@gnu.org>
2011
2012         * message.el (message-smtpmail-send-it)
2013         (message-send-mail-with-mailclient): Doc fixes.
2014
2015 2010-02-16  Glenn Morris  <rgm@gnu.org>
2016
2017         * message.el (message-default-mail-headers): Change the default value
2018         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2019
2020 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2023         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2024
2025 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2026
2027         * time-date.el (date-to-time): Doc fix (Bug#5408).
2028
2029 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2030
2031         * message.el (message-mail): Just pass yank-action on to message-setup.
2032         (message-setup): Handle (FUN . ARGS) form of yank-action.
2033         (message-with-reply-buffer, message-widen-reply)
2034         (message-yank-original): Handle non-buffer values of
2035         message-reply-buffer (Bug#4080).
2036         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2037
2038 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2039
2040         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2041         Fix typo in docstring.
2042
2043 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2044
2045         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2046         response.
2047
2048 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2051
2052         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2053
2054         * message.el (message-check-news-header-syntax): Protect against a
2055         string that `rfc822-addresses' returns when parsing fails.
2056
2057 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2060         (gnus-previous-char-property-change): New functions.
2061
2062         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2063
2064 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2065
2066         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2067         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2068
2069 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2070
2071         * message.el (message-exchange-point-and-mark): Rework last change to
2072         avoid using optional arg of exchange-point-and-mark, for backward
2073         compatibility.
2074
2075 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2076
2077         * message.el (message-exchange-point-and-mark): Call
2078         exchange-point-and-mark with an argument rather than setting
2079         mark-active by hand (Bug#5175).
2080
2081 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * nntp.el (nntp-service-to-port): Work for service expressed with
2084         numeric string; replace [:digit:] with [0-9] for XEmacs.
2085
2086 2009-12-17  Glenn Morris  <rgm@gnu.org>
2087
2088         * gnus-group.el (gnus-bug-group-download-format-alist):
2089         Change emacs entry to debbugs.gnu.org.  Bump :version.
2090
2091 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2092
2093         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2094
2095 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * message.el (message-info): Explain why we use `Info-goto-node'.
2098
2099 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2102
2103 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2104
2105         * message.el (message-completion-in-region): New compatibility function.
2106         (message-expand-group): Use it.
2107
2108 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2111         with no unread article should be listed if the 2nd arg `predicate' is
2112         given.
2113
2114 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2117
2118 2009-11-29  Juri Linkov  <juri@jurta.org>
2119
2120         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2121         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2122         on `gnus-recenter'. (Bug#4698, Bug#4981)
2123
2124 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2125
2126         * sha1.el (sha1-string-external): default-directory "/" in case
2127         otherwise non-existent.  process-connection-type pipe for touch of
2128         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2129
2130 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2131
2132         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2133         it's comms related and sgml-mode.el has "comm" on that basis too.
2134
2135 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2138         containing tspecial characters if they have been already quoted.
2139
2140 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2141
2142         * dns-mode.el (auto-mode-alist): Purecopy string.
2143
2144 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2145
2146         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2147
2148 2009-10-24  Glenn Morris  <rgm@gnu.org>
2149
2150         * gnus-art.el (help-xref-stack-item): Define for compiler.
2151
2152 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2153
2154         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2155
2156 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2159
2160 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2163         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2164
2165 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2168         (gnus-overlays-in): New alias to overlays-in.
2169
2170         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2171         gnus-overlay-get, and gnus-delete-overlay.
2172         (gnus-summary-show-thread): Make it work as well for systems in which
2173         next-single-char-property-change is not available.
2174         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2175
2176         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2177         (gnus-overlay-get): New alias to extent-property.
2178         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2179
2180         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2181         SXEmacs.
2182
2183         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2184         SXEmacs.
2185
2186 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2187
2188         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2189
2190 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2191
2192         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2193         and XEmacs that don't have `remove-overlays'.
2194
2195 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2196
2197         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2198         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2199         selective display.  Use overlays instead.
2200
2201 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2202
2203         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2204
2205 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2206
2207         * spam-stat.el (spam-stat-load): Fix typo in message.
2208
2209 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2210
2211         * dig.el (dig-invoke): Fix typo in docstring.
2212         (query-dig): Reflow docstring.
2213
2214 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2215
2216         * gnus-art.el (gnus-article-encrypt-body):
2217         * message.el (message-check-recipients):
2218         * mm-util.el (mm-codepage-setup):
2219         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2220         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2221
2222 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2223
2224         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2225         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2226         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2227         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2228         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2229
2230 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2231
2232         * dig.el: Add "Keywords: comm", as per net-utils.el.
2233
2234 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2235
2236         * dig.el (dig-mode): Use define-derived-mode.
2237
2238 2009-09-19  Glenn Morris  <rgm@gnu.org>
2239
2240         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2241
2242 2009-09-18  Glenn Morris  <rgm@gnu.org>
2243
2244         * gnus-diary.el (gnus-diary-check-message):
2245         * message.el (message-insert-formatted-citation-line):
2246         * nnbabyl.el (top-level):
2247         * nndiary.el (nndiary-schedule):
2248         Fix typos in condition-case handlers.
2249
2250 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2253         configuration that provides the sole article window in a frame;
2254         position point correctly after deleting a part.
2255
2256 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2257
2258         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2259         (spam-resolve-registrations-routine): Use it to unregister articles
2260         that change status.
2261
2262 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2265         with XEmacs.
2266         (parse-time-string-chars): Use it.
2267
2268 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2269
2270         * imap.el (imap-interactive-login): Better messages.
2271         (imap-open): Fix bug with renamed buffer on reconnect.
2272         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2273         for easier debugging and cleaner code.  On successful (guessed based on
2274         server capabilities) secondary authentication, set imap-state
2275         correctly.
2276         (imap-last-authenticator): Define imap-last-authenticator as a variable
2277         to avoid warnings.
2278
2279 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * nnrss.el (nnrss-request-article): Remove binding of
2282         default-enable-multibyte-characters that has gotten needless by
2283         the 2007-07-13 change in rfc2047-encode-message-header.
2284
2285         * mml.el (mml-insert-multipart): Error on the message header.
2286         (mml-insert-part): Error on the message header; position point at
2287         the end of a MIME tag.
2288
2289 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * time-date.el (autoload): Expand define-obsolete-function-alias into
2292         defalias and make-obsolete for old Emacsen that Gnus supports.
2293         (with-no-warnings): Define it for old Emacsen.
2294         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2295         is available.
2296         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2297         float-time is available; suppress compile warning for time-to-seconds.
2298
2299         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2300         (gnus-float-time): Alias to float-time if it exists.
2301
2302         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2303         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2304         float-time is available; suppress compile warning for time-to-seconds.
2305
2306         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2307         XEmacs.
2308
2309 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2310
2311         * imap.el (imap-message-map): Docstring fix.
2312
2313 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2316         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2317         Add the optional argument `encoding' that overrides the default.
2318
2319         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2320         mm-encode-buffer.
2321
2322 2009-09-04  Glenn Morris  <rgm@gnu.org>
2323
2324         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2325         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2326         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2327         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2328         * mm-util.el (mm-with-unibyte-current-buffer)
2329         (mm-find-buffer-file-coding-system):
2330         * yenc.el (yenc-decode-region): Use default-value rather than
2331         default-enable-multibyte-characters.
2332
2333 2009-09-03  Glenn Morris  <rgm@gnu.org>
2334
2335         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2336         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2337         than default-enable-multibyte-characters.
2338
2339 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2340
2341         * gnus-art.el (gnus-article-read-summary-keys):
2342         Fix gnus-buffer-configuration's value temporarily used.
2343
2344 2009-09-02  Glenn Morris  <rgm@gnu.org>
2345
2346         * gnus-util.el (gnus-float-time): New function.
2347         * gnus-delay.el (gnus-delay-article):
2348         * gnus-sum.el (gnus-thread-latest-date):
2349         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2350         * nnspool.el (nnspool-request-newgroups):
2351         Use gnus-float-time rather than time-to-seconds.
2352         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2353
2354         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2355         (gnus-header-subject-face, gnus-header-newsgroups-face)
2356         (gnus-header-name-face, gnus-header-content-face):
2357         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2358         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2359         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2360         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2361         (gnus-cite-face-11):
2362         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2363         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2364         (gnus-server-closed-face, gnus-server-denied-face)
2365         (gnus-server-offline-face):
2366         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2367         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2368         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2369         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2370         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2371         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2372         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2373         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2374         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2375         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2376         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2377         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2378         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2379         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2380         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2381         (gnus-summary-high-undownloaded-face)
2382         (gnus-summary-low-undownloaded-face)
2383         (gnus-summary-normal-undownloaded-face)
2384         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2385         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2386         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2387         (gnus-splash-face):
2388         * message.el (message-header-to-face, message-header-cc-face)
2389         (message-header-subject-face, message-header-newsgroups-face)
2390         (message-header-other-face, message-header-name-face)
2391         (message-header-xheader-face, message-separator-face)
2392         (message-cited-text-face, message-mml-face):
2393         * sieve-mode.el (sieve-control-commands-face)
2394         (sieve-action-commands-face, sieve-test-commands-face)
2395         (sieve-tagged-arguments-face):
2396         * spam.el (spam-face):
2397         Mark face aliases with "-face" in the name as obsolete.
2398
2399 2009-09-01  Glenn Morris  <rgm@gnu.org>
2400
2401         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2402         than goto-line.
2403
2404 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2407         Don't move point if the command is invoked inside the message header.
2408
2409 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2410
2411         * imap.el (imap-send-command): Simplify.
2412         (imap-wait-for-tag): point-max -> buffer-size.
2413
2414 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2415
2416         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2417         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2418         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2419         * nnir.el (nnir-swish-e-index-file):
2420         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2421         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2422         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2423         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2424         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2425         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2426
2427 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2430         Don't save excursion.
2431
2432 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2433
2434         * nnheader.el (nnheader-find-file-noselect):
2435         * mm-util.el (mm-insert-file-contents):
2436         Use (default-value 'major-mode) instead of default-major-mode.
2437
2438 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2439
2440         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2441
2442 2009-08-26  Glenn Morris  <rgm@gnu.org>
2443
2444         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2445         than placing in files.el.
2446
2447 2009-08-25  Glenn Morris  <rgm@gnu.org>
2448
2449         * nnir.el (top-level): Don't require cl at run-time.
2450         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2451         Replace cl-function substitute with gnus-replace-in-string.
2452         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2453         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2454         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2455         simplified expansions.
2456
2457 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2458
2459         * dig.el (dig): Add autoload cookie.
2460
2461 2009-08-22  Glenn Morris  <rgm@gnu.org>
2462
2463         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2464         goto-line.
2465
2466 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2467
2468         * parse-time.el (parse-time-string-chars): Save match data.
2469
2470 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2471
2472         * parse-time.el (parse-time-string-chars): Compute using character
2473         classes, to handle non-ascii characters (Bug#3190).
2474
2475 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2478
2479         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2480         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2481         (gnus-mm-display-part, gnus-mime-display-single)
2482         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2483         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2484
2485         * gnus-sum.el
2486         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2487         (gnus-summary-move-article): Add expirable mark to articles copied or
2488         moved to group that has auto-expire turned on if the option is non-nil.
2489
2490 2009-07-24  Glenn Morris  <rgm@gnu.org>
2491
2492         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2493         Fix typo.  (Bug#3903)
2494
2495 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2498         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2499         that should not be used for draft articles.
2500         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2501         that has no concern in minor mode keys.
2502         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2503         Abolish.
2504
2505 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2508         article without making inquiry to a user for unknown encoding.
2509
2510         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2511         (nnmaildir--scan): Assume i-node and device number that file-attributes
2512         returns might be cons-cell.
2513
2514         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2515
2516         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2517
2518 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2519
2520         * auth-source.el: Remove docs now in auth.texi.  Don't use
2521         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2522         `auth-source-hide-passwords' and use them.
2523
2524 2009-07-15  Glenn Morris  <rgm@gnu.org>
2525
2526         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2527
2528 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2531         excessive whitespace from the default values of title and description.
2532
2533 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2536         mail-fetch-field to fetch Content-Description header in order to
2537         exclude newlines.
2538
2539 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2540
2541         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2542         format used by GnuPG 2.0.11.
2543
2544 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2547         to deleted part.
2548
2549 2009-05-30  David Engster  <dengste@eml.cc>
2550
2551         * nnmairix.el: Remove old documentation in the commentary block.
2552         (nnmairix-request-group): Do not update active file for nnml back ends.
2553         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2554         end so that overview files are ignored.
2555         (nnmairix-update-groups): Make updating the groups more robust by using
2556         marks.
2557         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2558         with dollar characters in message-id.
2559
2560 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2561
2562         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2563         2008-12-25 in dns.el.
2564
2565 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2566
2567         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2568         could happen if the text is only composed of spaces and/or tabs.
2569
2570 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2571
2572         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2573         when sending a queued message to avoid extra mml tags.
2574
2575 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2578
2579 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2582         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2583         rmail-toggle-header for XEmacs;
2584         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2585
2586 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * gnus-dired.el: Remove autoload for gnus-setup-message.
2589         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2590         displaying Gnus logo; always use compose-mail.
2591
2592 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2595
2596 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2599         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2600         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2601         available.
2602         (gnus-nocem-epg-verify): New function.
2603
2604 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2605
2606         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2607
2608 2009-02-15  Glenn Morris  <rgm@gnu.org>
2609
2610         * gnus-util.el (rmail-insert-rmail-file-header)
2611         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2612         autoloads.
2613         (rmail-default-rmail-file): Remove unnecessary declaration.
2614         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2615
2616 2009-02-14  Glenn Morris  <rgm@gnu.org>
2617
2618         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2619         variable (only used in gnus-util, which declares it anyway).
2620         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2621         which was only needed by gnus-art (changed to not use it any more).
2622         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2623         only used in gnus-util, which autoloads it itself.
2624         (rmail-update-summary): Fix autoload.
2625
2626         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2627         rather than rmail-output-to-rmail-file.
2628
2629 2009-02-07  Glenn Morris  <rgm@gnu.org>
2630
2631         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2632         autoload of function that no longer exists.
2633         (rmail-toggle-header): Declare.
2634         (message-forward-rmail-make-body): Handle mbox Rmail.
2635
2636 2009-01-31  Glenn Morris  <rgm@gnu.org>
2637
2638         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2639         2009-01-09 change.
2640
2641 2009-01-31  Dave Love  <fx@gnu.org>
2642
2643         * imap.el (imap-fetch-safe): Bind debug-on-error.
2644         (imap-debug): Add imap-fetch-safe.
2645
2646 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2647
2648         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2649         (auth-source-forget-all-cached): New convenience function.
2650         (auth-source-user-or-password): Accept list of modes or a single mode.
2651
2652         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2653         auth-source modes.
2654
2655         * netrc.el (netrc-machine-user-or-password): Use list of
2656         auth-source modes.
2657
2658         * nnimap.el (nnimap-open-connection): Use list of
2659         auth-source modes.
2660
2661         * nntp.el (nntp-send-authinfo): Use list of
2662         auth-source modes.
2663
2664 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2667         now.
2668
2669 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2672         coding system in XEmacs; add a workaround for XEmacs.
2673
2674         * lpath.el: Fbind coding-system-aliasee.
2675
2676 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2679         of current-language-environment.
2680
2681 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2682
2683         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2684         available at runtime.
2685
2686 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2689
2690 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2691
2692         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2693         the greatest positive fixnum value doesn't work under an XEmacs with
2694         bignum support; use the most-positive-fixnum constant instead,
2695         available since Emacs 21.1 with cl and XEmacs 21.1.
2696
2697 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2700         XEmacs gets not to work.
2701
2702 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * mm-util.el (mm-coding-system-priorities): Allow the value like
2705         "Japanese (UTF-8)" of current-language-environment.
2706
2707 2009-01-09  Glenn Morris  <rgm@gnu.org>
2708
2709         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2710         with last-command-event.
2711
2712 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2713
2714         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2715         in the doc string.
2716
2717         * message.el (message-fix-before-sending): Amend comment.
2718
2719 2009-01-08  Dave Love  <fx@gnu.org>
2720
2721         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2722
2723 2009-01-07  David Engster  <dengste@eml.cc>
2724
2725         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2726         simplified server definitions by converting it via
2727         gnus-server-to-method.
2728
2729 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2732         parameter's operands.
2733
2734 2009-01-06  David Engster  <dengste@eml.cc>
2735
2736         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2737         primary select method (for gnus-group-mark-article-as-read).
2738
2739 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2740
2741         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2742         `(gnus)Face', not `(gnus)X-Face'.
2743
2744 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * mm-util.el (mm-ucs-to-char): New function.
2747
2748         * mm-url.el (mm-url-decode-entities): Use it.
2749
2750         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2751         unicode-to-char.
2752
2753 2009-01-05  Dave Love  <fx@gnu.org>
2754
2755         * time-date.el: Require cl for `declare'.
2756
2757 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2758
2759         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2760         Dave Love.
2761
2762 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2763
2764         * message.el (message-fix-before-sending): Add `eight-bit' to
2765         illegible-text check.
2766
2767 2009-01-03  Michael Olson  <mwolson@gnu.org>
2768
2769         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2770         `headers' is nil.  This can occur if the IMAP server does not have
2771         permissions to read messages from a folder, but can write new messages
2772         to the folder.
2773         (nnimap-request-article-part): Do not insert `data' if it is nil.
2774
2775         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2776         characters which will confuse `read', so skip past them.
2777
2778 2009-01-01  Dave Love  <fx@gnu.org>
2779
2780         * imap.el (imap-string-to-integer): Fix typo.
2781         (imap-fetch-safe): New function.
2782         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2783
2784         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2785
2786         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2787         (imap-parse-greeting): Fix doc strings.
2788         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2789         (imap-parse-flag-list): Make messages unique.
2790         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2791
2792         * nnimap.el: Fix author email.
2793         (nnimap-split-rule): Add FIXME comment.
2794         (nnimap-debug): Fix doc string.
2795
2796 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2797
2798         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2799
2800 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2801
2802         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2803         nslookup if resolv.conf isn't available.
2804         (dns-query): Rename from query-dns.
2805         (dns-query-cached): Rename from query-dns-cached.
2806
2807 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2810         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2811         to check if those variables exist (first appeared in Emacs 18.50).
2812
2813 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * mm-util.el (mm-line-number-at-pos): New function.
2816
2817         * spam-report.el (spam-report-process-queue): Use it.
2818
2819 2008-12-24  David Engster  <dengste@eml.cc>
2820
2821         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2822         parameters that haven't existed as variables as buffer-local variables.
2823
2824 2008-12-23  Dave Love  <fx@gnu.org>
2825
2826         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2827         cadar.
2828
2829         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2830         imap-starttls-p.
2831         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2832
2833 2008-12-22  Dave Love  <fx@gnu.org>
2834
2835         * imap.el: Fix author email.  Doc fixes.
2836         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2837         reply.
2838
2839 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2840
2841         * spam-report.el (spam-report-gmane-max-requests): New constant.
2842         (spam-report-gmane-wait): New variable.
2843         (spam-report-gmane-ham, spam-report-gmane-spam)
2844         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2845         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2846         the server.
2847
2848         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2849         Add explanations.
2850
2851         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2852         nnheader-accept-process-output and nnheader-read-timeout if available.
2853         (pop3-movemail): Use it.
2854
2855         * message.el (message-check-news-body-syntax): Fix signature check if
2856         there's an attachment.
2857
2858 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * mm-util.el: Add comments to the mm- emulating functions.
2861
2862 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2863
2864         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2865         by Stephen Berman <stephen.berman@gmx.net>.
2866
2867 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * mm-util.el (mm-substring-no-properties): New function.
2870         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2871         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2872         (mm-string-to-multibyte): Doc fix.
2873
2874         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2875
2876 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * mml.el (mml-attach-file): Strip text properties from file name.
2879         (Bug#1574)
2880
2881 2008-12-16  Glenn Morris  <rgm@gnu.org>
2882
2883         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2884
2885 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2888         knows since the charset specified might be a bogus alias that
2889         mm-charset-synonym-alist provides.
2890
2891 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2892
2893         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2894         "ISO_8859-1".
2895
2896         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2897
2898 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * mm-util.el (mm-charset-eval-alist):
2901         Define it before mm-charset-to-coding-system.
2902         (mm-charset-to-coding-system): Add optional argument `silent';
2903         define it before mm-charset-override-alist.
2904         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2905         default value if it can be used in Emacs currently running;
2906         silence mm-charset-to-coding-system.
2907
2908 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2911         `allow-override' which says whether to use `mm-charset-override-alist'.
2912         (rfc2047-decode-encoded-words): Use it.
2913
2914         * mm-util.el (mm-charset-override-alist): Fix custom type;
2915         add `(gb2312 . gbk)' to choices.
2916
2917 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2920         fast.
2921
2922         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2923
2924         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2925
2926 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2927
2928         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2929         on links.
2930
2931         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2932
2933 2008-12-03  Lute Kamstra  <lute@gnu.org>
2934
2935         * sha1.el: Remove leading * from docstrings of defcustoms,
2936         deffaces, defconsts and defuns.
2937
2938 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2941         users' addresses that don't have domain parts.
2942         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2943         rather than message-narrow-to-head since there will be the message
2944         header separator.
2945
2946 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2947
2948         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2949         since the result is inserted in a unibyte buffer anyway.
2950         (nnimap-demule-use-string-to-multibyte): Remove.
2951         (nnimap-demule): Alias it to mm-string-to-multibyte.
2952
2953 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2954
2955         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2956         variable for debugging bug#464 and bug#1174.
2957         (nnimap-demule): Use it.
2958
2959 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2960
2961         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2962         score calculation correctly.
2963
2964 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2965
2966         * message.el (message-send-mail): Just set the buffer to unibyte
2967         rather than use mm-with-unibyte-current-buffer which does a lot more.
2968         (message-send-mail-partially): Don't bother with
2969         mm-with-unibyte-current-buffer since it's already been made unibyte by
2970         message-send-mail.
2971
2972 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2975
2976 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2979
2980 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2983         require itself and to remove `with-no-warnings'.
2984
2985 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2986
2987         * starttls.el (starttls-any-program-available): Get the name of the
2988         available TLS layer program.
2989         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2990         well as the host name in the "opening" message.
2991
2992         * auth-source.el (auth-source-cache, auth-source-do-cache)
2993         (auth-source-user-or-password): Cache passwords and logins by default,
2994         allow override with `auth-source-do-cache'.
2995         (auth-source-forget-user-or-password): Allow users to remove cache
2996         entries if needed.
2997
2998 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2999
3000         * md4.el (md4-buffer): Fix typo in docstring.
3001         (md4, md4-64): Doc fixes.
3002         (md4-pack-int32): Reflow docstring.
3003
3004 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3005
3006         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3007         condition-case to only the forward-sexp call.
3008
3009 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3010
3011         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3012         quotes contained.  Make it more robust regardless by an extra
3013         condition-case wrapper.
3014
3015 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3018
3019 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * nnml.el (nnml-request-expire-articles): Check if the function set to
3022         `nnmail-expiry-target' returns the symbol `delete'.
3023
3024         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3025
3026         * nnmail.el (nnmail-expiry-target): Fix custom type.
3027
3028 2008-10-02  Glenn Morris  <rgm@gnu.org>
3029
3030         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3031         Silence compiler warning.
3032
3033 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3034
3035         * tls.el (open-tls-stream): Show the actual command being
3036         executed, instead of the format string.
3037
3038 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * lpath.el: Fbind codepage-setup for Emacs 23.
3041
3042 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3043
3044         * mml.el (mml-menu): Don't assume mml2015 is bound.
3045
3046 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3049         exists.
3050
3051 2008-09-27  Glenn Morris  <rgm@gnu.org>
3052
3053         * gnus-util.el (mail-header-remove-comments): Autoload it.
3054
3055 2008-09-27  Andreas Schwab  <schwab@suse.de>
3056
3057         * gnus-util.el (gnus-split-references): Strip comments.
3058         (gnus-parent-id): Likewise.
3059
3060 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * message.el (message-confirm-send): Fix version.
3063
3064 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * message.el (message-idna-to-ascii-rhs-1): Use
3067         mail-extract-address-components rather than mail-header-parse-addresses
3068         that is an alias by default to ietf-drums-parse-addresses that does not
3069         support non-ASCII names in headers' contents.
3070
3071 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3072
3073         * message.el (message-confirm-send): Fixed variable documentation to
3074         avoid the "y/n" wording.
3075
3076 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3077
3078         * message.el (message-set-auto-save-file-name): Save to a different
3079         filename so multiple messages (especially drafts) can be recovered.
3080
3081 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         * message.el (message-confirm-send): Add appropriate version.
3084
3085 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3086
3087         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3088         defvar.
3089
3090 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3091
3092         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3093         (mm-pkcs7-enveloped-magic): Ditto.
3094
3095 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3096
3097         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3098         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3099
3100 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3101
3102         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3103         default, it's better.
3104
3105 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3106
3107         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3108         summary line gnus-number property and ignore them (with a warning
3109         message).
3110
3111 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3114         macro caddr in the interactive form since it won't be expanded.
3115
3116 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3119         `charset'; fix name of function called recursively.
3120         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3121
3122 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3125         (gnus-mime-set-charset-parameters): New function.
3126         (gnus-mime-view-part-as-charset): Use it to correctly display part
3127         specifying wrong charset.
3128
3129 2008-09-08  David Engster  <dengste@eml.cc>
3130
3131         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3132         in completing-read for back end server.
3133
3134 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * message.el (message-confirm-send): New variable to confirm sending a
3137         message.
3138         (message-send): Use it.
3139
3140 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3143
3144 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3147
3148 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3149
3150         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3151         prevent tracking too many groups.
3152         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3153         Use it.
3154
3155 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3156
3157         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3158         moving point to the bottom of the window in order to avoid recentering.
3159
3160 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3163
3164         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3165         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3166         (gnus-article-beginning-of-window): Fix calculation.
3167
3168 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-msg.el (gnus-summary-supersede-article)
3171         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3172         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3173         message header.
3174
3175 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3176
3177         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3178         pending output coming after the status change.
3179
3180 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3181
3182         * message.el:
3183         * gnus-start.el:
3184         * gnus-registry.el: Remove VMS support.
3185
3186 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3189         macro.
3190         (rfc2104-hash): Use it.
3191
3192 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3193
3194         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3195         (gnus-summary-sort-by-most-recent-date): New commands.
3196         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3197         and menu entries.
3198
3199 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3202         don't redisplay article for raw contents; remove plural articles stuff.
3203
3204         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3205         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3206         on gnus-summary-save-article; display results properly.
3207
3208 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * lpath.el: No need to fbind ns-focus-frame.
3211
3212 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3215
3216 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3219         gnus-save-all-headers.
3220
3221 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3222
3223         * gnus-util.el (ns-focus-frame): Remove declaration.
3224         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3225         like x.
3226
3227 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3228
3229         * rfc2104.el (rfc2104-zero): Delete defconst.
3230         (rfc2104-hex-alist): Likewise.
3231         (rfc2104-hex-to-int): Delete func.
3232         (rfc2104-hexstring-to-bitstring): Likewise.
3233         (rfc2104-nybbles): New defconst.
3234         (rfc2104-hash): Rewrite for speed.
3235
3236 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * tls.el (open-tls-stream): Make it work with the 2nd argument
3239         BUFFER that is a string but does not exist as a buffer object, as
3240         mentioned in the doc-string.
3241
3242 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3245         SXEmacs.
3246
3247 2008-07-16  Glenn Morris  <rgm@gnu.org>
3248
3249         * gnus-util.el (ns-focus-frame): Declare for compiler.
3250
3251 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3254         set as a group parameter.
3255         (gnus-summary-save-in-pipe): Work when it is called independently.
3256         (gnus-summary-pipe-to-muttprint): Don't modify
3257         gnus-summary-pipe-output-default-command.
3258
3259 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3260
3261         * message.el (message-send-mail-with-sendmail):
3262         Display the error message.
3263
3264 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * gnus-art.el (gnus-default-article-saver):
3267         Add gnus-summary-save-in-pipe to choices.
3268         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3269         gnus-summary-pipe-output-default-command as the default command.
3270         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3271         instead of gnus-last-shell-command.
3272
3273         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3274         New user option.
3275         (gnus-summary-muttprint-program): Mention the value will be changed.
3276         (gnus-summary-save-article): Force showing of all headers.
3277         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3278
3279 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3280
3281         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3282
3283 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3284
3285         * nnimap.el (nnimap-id):
3286         * sieve-manage.el (sieve-manage-open): Doc fixes.
3287
3288 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3289
3290         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3291         if available.
3292
3293 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3294
3295         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3296
3297         * nnkiboze.el (nnkiboze-generate-group):
3298         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3299
3300         * nnmairix.el: Require CL.
3301
3302 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * dgnushack.el: Autoload get-display-table and put-display-table for
3305         XEmacs 21.5.
3306
3307         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3308         21.4 and SXEmacs.
3309
3310 2008-06-15  David Engster  <dengste@eml.cc>
3311
3312         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3313
3314 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3315
3316         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3317         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3318         runtime choice under XEmacs.
3319
3320         * gnus-sum.el (gnus-summary-set-display-table):
3321         Use `gnus-put-display-table', `gnus-get-display-table',
3322         `gnus-set-display-table' for the display table, instead of `aset'.
3323
3324         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3325         Use `gnus-put-display-table', `gnus-get-display-table',
3326         `gnus-set-display-table' for the display table.
3327
3328 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3329
3330         * nnmairix.el: Add autoloads.
3331
3332 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3333
3334         * nnmairix.el (nnmairix-delete-recreate-group)
3335         (nnmairix-update-and-clear-marks): Fix error messages.
3336
3337 2008-06-14  David Engster  <dengste@eml.cc>
3338
3339         * nnmairix.el: Upgrade to version 0.6.
3340         (nnmairix-group-toggle-propmarks-this-group)
3341         (nnmairix-group-toggle-readmarks-this-group)
3342         (nnmairix-group-delete-recreate-this-group)
3343         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3344         (nnmairix-remove-tick-mark-original-article): New commands.
3345         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3346         (nnmairix-propagate-marks-to-nnmairix-groups)
3347         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3348         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3349         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3350         functions needed for marks propagation and manipulation of read marks.
3351         (nnmairix-update-groups): New function.
3352         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3353         (nnmairix-determine-original-group-from-registry)
3354         (nnmairix-determine-original-group-from-path)
3355         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3356         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3357         New helper functions.
3358         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3359         keystrokes for new commands.
3360         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3361         (nnmairix-request-group): Check allow-fast group parameter.
3362         (nnmairix-request-create-group): Set allow-fast group parameter if
3363         nnmairix-allowfast-default is set.
3364         (nnmairix-close-group): Propagate marks upon closing if needed.
3365         (nnmairix-group-toggle-threads-this-group): Use new.
3366         nnmairix-group-toggle-parameter helper function.
3367         (nnmairix-search): Better check for empty search result.
3368         (nnmairix-goto-original-article): Use new helper functions for
3369         determining original article.
3370         (nnmairix-show-original-article): Make sure message-id is in brackets.
3371         (nnmairix-call-mairix-binary): Change variable name.
3372         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3373         helper function.
3374         (nnmairix-widget-toggle-activate): Fix doc string.
3375
3376 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * nnir.el: Require edmacro when compiling with XEmacs.
3379         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3380         available in Emacs 21.
3381
3382 2008-06-11  Glenn Morris  <rgm@gnu.org>
3383
3384         * gnus-util.el (x-focus-frame):
3385         * gnus.el (image-size):
3386         * mm-decode.el (image-size): Declare.
3387
3388         * gnus-picon.el (declare-function): Add compat definition.
3389         (image-size): Declare.
3390
3391         * gnus-group.el (tool-bar-map):
3392         * gnus-sum.el (tool-bar-map): Define for compiler.
3393
3394         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3395
3396         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3397
3398         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3399         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3400         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3401         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3402         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3403         * sieve-manage.el, spam-report.el, spam.el:
3404         Remove unnecessary eval-and-compile of autoloads.
3405
3406 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3407
3408         * auth-source.el: Precise Tramp doc.
3409
3410 2008-06-07  Glenn Morris  <rgm@gnu.org>
3411
3412         * nnmairix.el: Remove unnecessary eval-when-compile.
3413
3414 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * lpath.el: Fbind propertize for XEmacs 21.4.
3417
3418 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3419
3420         * nnir.el: Move here from ../contrib.
3421
3422 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3423
3424         * gnus-util.el (gnus-read-shell-command): New function.
3425         * mm-decode.el (mm-pipe-part):
3426         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3427
3428 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3431
3432 2008-06-03  Glenn Morris  <rgm@gnu.org>
3433
3434         * pop3.el (nnheader-accept-process-output): Autoload it.
3435
3436 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3439         are not 2-digit hexadecimal characters that follow `%'s.
3440
3441 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3442
3443         * message.el (message-bogus-recipient-p): Fix type in doc string.
3444         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3445         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3446         Improve custom options.
3447         (message-bogus-recipient-p): Adjust accordingly.
3448
3449 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3450
3451         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3452         long-form month and day names.
3453
3454 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * dgnushack.el: Autoload debug, eudc-expand-inline and
3457         pgg-snarf-keys-region for XEmacs.
3458
3459         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3460
3461         * nnmairix.el: Require edmacro when compiling with XEmacs.
3462
3463 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3464
3465         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3466         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3467
3468 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3469
3470         * auth-source.el: Add more docs.
3471
3472         * netrc.el (netrc-machine): Always match if the port is not given.
3473
3474 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3477         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3478         retrieval faster in some cases, but might make CPU usage larger.  If
3479         this has any bad side effects, we might revert this change.
3480
3481         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3482         seems to make mail retrieval much, much faster.
3483         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3484         unconditionally.
3485
3486         * gnus-draft.el (gnus-group-send-queue): Bind
3487         message-send-mail-partially-limit to nil to avoid being prompted.
3488
3489 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3490
3491         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3492
3493         * message.el (message-bogus-address-regexp): Fix and improve custom
3494         type.
3495         (message-setup-hook): Add message-check-recipients as custom option.
3496
3497 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3498
3499         * message.el (message-cite-function): Remove bogus autoload which crept
3500         in during merge from v5-10.
3501
3502 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3503
3504         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3505
3506         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3507
3508         * auth-source.el: Preliminary Tramp docs.
3509         (auth-sources): Change the default auth-sources to use
3510         EPA .gpg files.
3511
3512 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * nntp.el: Autoload `auth-source-user-or-password'.
3515         (nntp-send-authinfo): Use it.
3516
3517         * nnimap.el: Autoload `auth-source-user-or-password'.
3518         (nnimap-open-connection): Use it.
3519
3520         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3521         for the gnus-message function.
3522         (auth-source-user-or-password): Use it.
3523
3524 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3525
3526         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3527         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3528         (rfc2104-hash): Use it.
3529
3530 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3531
3532         * gnus-art.el (gnus-article-toggle-truncate-lines):
3533         Don't use `iff' in docstring.
3534
3535 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3536
3537         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3538
3539         * gnus-util.el (gnus-extract-address-component-name)
3540         (gnus-extract-address-component-email): Convenience functions around
3541         `gnus-extract-address-components'.
3542
3543         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3544         Use `gnus-extract-address-component-email' to fix bug of comparing full
3545         sender name to `user-mail-address'.
3546
3547 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3550         catch/throw to optimize.
3551         (gnus-registry-find-keywords): Just use member to find a keyword.
3552
3553 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3554
3555         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3556         is current before calling gnus-server-prepare.
3557         (gnus-server-setup-buffer, gnus-server-update-server)
3558         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3559
3560 2008-05-04  Juri Linkov  <juri@jurta.org>
3561
3562         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3563         (mailcap-file-default-commands): Use mailcap-replace-in-string
3564         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3565         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3566
3567 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3568
3569         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3570
3571 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3572
3573         * gnus.el: Bump version to 0.11.
3574
3575 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3576
3577         * gnus.el: No Gnus v0.10 is released.
3578
3579 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3582         hooks.
3583         (gnus-update-read-articles): Speed up non-marks-using users.
3584         (gnus-use-marks): Define gnus-use-marks.
3585         (gnus-propagate-marks): Rename variable to something more sensible.
3586
3587 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3588
3589         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3590         (gmm-image-load-path-for-library): Fix typos in docstrings.
3591         (gmm-message): Reflow docstring.
3592
3593 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3594
3595         * mail-source.el (mail-source-set-1, mail-source-bind):
3596         Move auth-source code out of the macro to clean it up and fix bugs.
3597
3598 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3599
3600         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3601         by sender if it's equal to user-mail-address, it's likely to be
3602         useless.
3603
3604         * mail-source.el (mail-source-bind): Don't use user or password if they
3605         are not bound.  Unintern them if they are nil.  Don't use server unless
3606         it's bound, and default it to empty string otherwise.
3607
3608 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3609
3610         * mail-source.el: Load auth-source.el.
3611         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3612         get user name or password, if auth-sources is set up.
3613
3614         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3615         strategy of splitting with parent.
3616         (gnus-registry-split-fancy-with-parent)
3617         (gnus-registry-post-process-groups): Use it and fix prior
3618         bug (returning a list as the split result).
3619
3620         * auth-source.el (auth-sources): Remove server parameter.
3621         (auth-source-pick, auth-source-user-or-password)
3622         (auth-source-user-or-password-imap)
3623         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3624         (auth-source-user-or-password-sftp)
3625         (auth-source-user-or-password-smtp): Remove server parameter.
3626
3627 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3628
3629         * smime.el (smime-sign-region, smime-encrypt-region)
3630         (smime-decrypt-region):
3631         Remove redundant calls to `generate-new-buffer-name'.
3632
3633 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3634
3635         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3636         Don't use QP for message/rfc822.
3637         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3638
3639 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3640
3641         * sieve-manage.el (sieve-string-bytes): Remove.
3642         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3643         correct byte-length only if the process's coding-system is the same as
3644         the one used internally by Emacs to represent strings.
3645
3646 2008-04-22  Juri Linkov  <juri@jurta.org>
3647
3648         * mailcap.el (mailcap-file-default-commands): New function.
3649
3650 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3651
3652         * message.el (message-signature-separator, message-cite-function):
3653         Change custom version.
3654
3655 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3656
3657         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3658         commands.
3659         (tls-checktrust): Ditto.
3660
3661 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * mm-decode.el (mm-display-external): Make temp file read-only.
3664
3665 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3666
3667         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3668         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3669         `C-c C-f d'.
3670
3671 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3672
3673         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3674
3675 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * gnus.el: Bump version to 0.9.
3678
3679 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3680
3681         * gnus.el: No Gnus v0.8 is released.
3682
3683 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3684
3685         * mail-source.el (mail-source-value):
3686         Prefer fboundp to functionp so it works with macros as well.
3687
3688 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3689
3690         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3691         Fix last change in case the element is not even a symbol.
3692
3693 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3694
3695         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3696         Prefer fboundp to functionp so it works with macros as well.
3697
3698 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3699
3700         * auth-source.el: Added docs.
3701         (auth-sources): Modify format to support server.
3702         (auth-source-pick, auth-source-user-or-password)
3703         (auth-source-user-or-password-imap)
3704         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3705         (auth-source-user-or-password-sftp)
3706         (auth-source-user-or-password-smtp): Add server parameter.
3707
3708 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3709
3710         * gnus-registry.el: Initialize the registry when gnus-registry-install
3711         is t.
3712
3713 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * compface.el (uncompface): Make buffer unibyte.
3716
3717 2008-04-05  Glenn Morris  <rgm@gnu.org>
3718
3719         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3720
3721 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3722
3723         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3724         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3725
3726         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3727         multibyteness after rather than before erasing it.
3728
3729         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3730         mm-with-multibyte.
3731         (gnus-request-article-this-buffer): Make sure the proper decoding is
3732         used if gnus-original-article-buffer happens to be unibyte.
3733
3734         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3735         default-enable-multibyte-characters.
3736
3737         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3738         default-enable-multibyte-characters.
3739
3740         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3741
3742         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3743
3744 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3745
3746         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3747         (imap-message-copyuid-1): Use it.
3748         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3749         J. Williams in
3750         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3751
3752         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3753         imap-enable-exchange-bug-workaround.
3754         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3755
3756 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3757
3758         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3759         a 100 byte status-checks into a 2-3MB transfer for each group.
3760         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3761         to enable bug workaround or not.
3762         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3763
3764 2008-03-31  Glenn Morris  <rgm@gnu.org>
3765
3766         * message.el (mml2015-use): Declare for compiler.
3767         (message-info): Require mml2015 when appropriate.
3768
3769 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3772         whitespace.
3773
3774 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3775
3776         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3777         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3778         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3779         (nntp-service-to-port): New function.
3780         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3781         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3782         (nntp-open-netcat-stream): New function.
3783         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3784
3785 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3786
3787         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3788
3789 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3790
3791         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3792
3793 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3794
3795         * dns.el (dns-write): Use set-buffer-multibyte.
3796
3797 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3798
3799         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3800
3801 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * message.el (message-signature-separator): Change default.
3804         Improve custom type.
3805         (message-cite-function): Change default to
3806         message-cite-original-without-signature.
3807
3808         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3809         toggle.
3810
3811         * message.el (message-check-news-body-syntax): Fix signature check.
3812         (message-setup-1): Mark buffer as unmodified _after_ running
3813         message-setup-hook and handling message-alternative-emails.
3814         (message-shorten-references): Be more strict when building list of
3815         valid references to comply with GNKSA.
3816
3817         * gnus-group.el (gnus-read-ephemeral-bug-group)
3818         (gnus-read-ephemeral-debian-bug-group)
3819         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3820
3821         * message.el (message-info): Don't use booleanp which isn't supported
3822         in Emacs 21 and XEmacs.
3823
3824 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3825
3826         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3827         gnus-group-gmane-group-download-format.
3828         (gnus-group-read-ephemeral-gmane-group): Rename from
3829         gnus-group-read-ephemeral-gmane-group.
3830         (gnus-read-ephemeral-gmane-group-url): Rename from
3831         gnus-group-read-ephemeral-gmane-group-url.
3832         (gnus-bug-group-download-format-alist): New variable.
3833         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3834         (gnus-read-ephemeral-emacs-bug-group): New commands.
3835
3836 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3837
3838         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3839         (gnus-visible-headers): Improve custom type.
3840
3841 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3842
3843         * mml.el (mml-menu): Add workarounds for XEmacs.
3844
3845         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3846         X-Boundary header.
3847
3848         * message.el (message-simplify-recipients): Fix previous commit.
3849
3850 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3851
3852         * mm-util.el (mm-set-buffer-multibyte): New function.
3853         * mm-decode.el (mm-copy-to-buffer): Use it.
3854
3855 2008-03-19  Glenn Morris  <rgm@gnu.org>
3856
3857         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3858         Accidentally removed in the sync process with Emacs.
3859
3860 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3861
3862         * message.el (message-alter-recipients-discard-bogus-full-name):
3863         New function.
3864         (message-alter-recipients-function): New variable.
3865         (message-get-reply-headers): Use it.
3866         (message-replace-header): New helper function.
3867         (message-recipients-without-full-name): New variable.
3868         (message-simplify-recipients): New command.
3869
3870         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3871
3872         * message.el (message-info): Handle EasyPG manual.
3873
3874         * mml.el (mml-menu): Add entry for EasyPG.
3875
3876 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3877
3878         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3879         parameter.
3880
3881         * message.el (message-disassociate-draft): Specify drafts group name
3882         fully.
3883
3884 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3887         unnecessary duplicates from the match list.
3888
3889 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3892
3893         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3894
3895         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3896         args of `how-many' of which the XEmacs version doesn't take; declare
3897         Info-index-next as function.
3898
3899 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3900
3901         * gnus-score.el (gnus-score-headers): Fix handling of
3902         gnus-inhibit-slow-scoring.
3903
3904         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3905         string.
3906         (gnus-button-url-regexp): Improve handling of parenthesis.
3907         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3908         (gnus-button-handle-info-keystrokes): Handle index entries.
3909
3910 2008-03-15  Glenn Morris  <rgm@gnu.org>
3911
3912         * parse-time.el (parse-time-string): Simplify.
3913
3914 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3917         Incoming* files.
3918
3919 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3920
3921         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3922         (auth-source-pick): Use it.
3923
3924 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3925
3926         * binhex.el (binhex-decode-region-internal):
3927         * uudecode.el (uudecode-decode-region-internal):
3928         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3929         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3930         setting default-enable-multibyte-characters.
3931
3932 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3933
3934         * auth-source.el (auth-source-protocols)
3935         (auth-source-protocols-customize, auth-source-choices): Added and
3936         modified variable customizations and defaults.
3937         (auth-source-pick, auth-source-user-or-password)
3938         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3939         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3940         (auth-source-user-or-password-sftp)
3941         (auth-source-user-or-password-smtp): Use new variables and provide an
3942         interface to netrc.el.
3943
3944 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3947         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3948         Make sure the nntp port to specify is a string.
3949
3950 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3951
3952         * nntp.el: Use with-current-buffer.
3953         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3954         dubious mm-with-unibyte-current-buffer.
3955         (nntp-with-open-group-function): New function extracted from
3956         nntp-with-open-group macro.
3957         (nntp-with-open-group): Use the function, so it's easier to debug.
3958         Add indentation and debugging info.
3959         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3960         the use of the netcat alternatives.
3961
3962         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3963         Avoid mm-string-as-multibyte as well.
3964
3965         * nnweb.el (nnweb-insert-html):
3966         Remove use of nnheader-string-as-multibyte.
3967
3968         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3969         (nnheader-string-as-multibyte): Remove.
3970
3971         * mm-view.el: Use inhibit-read-only.
3972         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3973         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3974         or unibyte-string.
3975
3976         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3977         (mm-uu-yenc-extract): Use with-current-buffer.
3978
3979         * gnus-soup.el (gnus-soup-send-packet): Don't use
3980         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3981
3982         * nnmh.el: Use with-current-buffer.
3983         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3984         mm-string-as-multibyte on the output of mm-encode-coding-string.
3985
3986         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3987         (nnimap-request-move-article): Use with-current-buffer.
3988
3989         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3990         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3991         conversion uses string-make-unibyte rather than string-as-unibyte.
3992
3993         * gnus-msg.el: Use with-current-buffer.
3994
3995         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3996
3997 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3998
3999         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4000         string for caching if it is 'PIN.
4001
4002 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * lpath.el: Consider the case without Emacs/W3.
4005
4006 2008-03-08  Glenn Morris  <rgm@gnu.org>
4007
4008         * time-date.el (date-to-time, time-subtract, time-add)
4009         (safe-date-to-time): Doc fixes.
4010
4011 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4012
4013         * mail-source.el (mail-source-delete-old-incoming-confirm):
4014         Change default to nil.
4015         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4016
4017 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * lpath.el: Rearrange.
4020
4021         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4022         (gnus-article-goto-prev-page): Work for articles having ^L's.
4023
4024         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4025
4026         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4027
4028 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4029
4030         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4031         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4032         (gnus-bookmark-jump): Adjust some variable names.
4033
4034 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4035
4036         * auth-source.el: New package.
4037         (auth-source-choices): Add customization entry point variable.
4038
4039         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4040         bug.
4041
4042 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4045         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4046         (gnus-registry-install-shortcuts): Rename from
4047         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4048         the `gnus-registry-mark-map' keymap dynamically from
4049         `gnus-registry-marks'.  The generated functions update the summary line
4050         when a registry mark is added or deleted, and will call
4051         `gnus-registry-install-p' (see the comments in the code).
4052         (gnus-registry-user-format-function-M): Use concat intelligently.
4053
4054         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4055         the registry mark functions.
4056
4057 2008-03-05  Glenn Morris  <rgm@gnu.org>
4058
4059         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4060         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4061         gnus-art.
4062         (top-level): No need to load own source when compiling.
4063
4064 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4065
4066         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4067         Suggested by <chris.anderton@zetnet.co.uk>.
4068
4069 2008-03-04  Glenn Morris  <rgm@gnu.org>
4070
4071         * gnus-sum.el (top-level): No need to require gnus when compiling,
4072         since unconditionally required near start of file.
4073         (gnus-summary-display-while-building): Move definition before use.
4074
4075 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4076
4077         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4078         formatting function.
4079
4080 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4081
4082         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4083         with plists.
4084         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4085         Use new format.
4086
4087 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4090         `where-is-internal' that returns a range of key sequences.
4091
4092 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4093
4094         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4095
4096         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4097         (gnus-summary-jump-to-group): Consider windows on other displayed
4098         frames as well.  Similar changes might be needed elsewhere, but that's
4099         the one I've bumped into during my use.
4100
4101         * nndoc.el (nndoc-oe-dbx-type-p):
4102         * gnus-msg.el (gnus-debug):
4103         * gnus-group.el (gnus-update-group-mark-positions):
4104         Use mm-string-to-multibyte.
4105
4106 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4109         doesn't handle NotDashEscaped.
4110
4111         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4112         (mml-dnd-attach-options): Fix typo in custom choice.
4113
4114         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4115         nndoc-article-type to mbox.
4116         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4117
4118         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4119         to nil, instead of html2text.
4120
4121         * imap.el (imap-debug): Add `imap-ping-server'.
4122
4123         * gnus-bookmark.el: Add FIXMEs.
4124
4125         * message.el (message-form-letter-separator)
4126         (message-send-form-letter-delay): New variables.
4127         (message-send-form-letter): Use them.  New command to send form
4128         letters.  Requested by Uwe Siart.
4129         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4130
4131 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * Update copyright years.
4134
4135 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         Sync from EMACS_22_BASE.
4138
4139         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4140
4141 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4142
4143         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4144         empty author.
4145
4146 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4147
4148         * gnus-registry.el (gnus-registry-marks): Add variable for
4149         customization of marks and their appearance.
4150         (gnus-registry-read-mark): Use it.
4151         (gnus-registry-do-marks): Add utility function to loop through
4152         `gnus-registry-marks'.
4153         (gnus-registry-install-shortcuts-and-menus): Add function to install
4154         shortcuts and menus.
4155         (gnus-registry-initialize): Use it.
4156         (gnus-registry-default-mark): Clarify documentation.
4157
4158 2008-02-29  Glenn Morris  <rgm@gnu.org>
4159
4160         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4161         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4162         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4163         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4164         Change defcustom :version from 23.0 to 23.1.
4165
4166 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * gnus-registry.el (gnus-registry-follow-group-p)
4169         (gnus-registry-post-process-groups): Add functions to aid registry
4170         splitting and improve logging.  Clarify behavior in function
4171         documentation.
4172         (gnus-registry-split-fancy-with-parent): Use them.
4173
4174 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4175
4176         * gnus-art.el: Use with-current-buffer.
4177
4178 2008-02-27  David Engster  <dengste@eml.cc>
4179
4180         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4181         Express real group name in the response.
4182
4183 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4186         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4187         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4188         autoload gnus-registry-fetch-group when compiling.
4189         (nnmairix-request-group-with-article-number-correction): Remove
4190         unreferenced argument passed to nnmairix-call-backend.
4191
4192 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4193
4194         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4195         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4196         Wilde.
4197
4198 2008-02-27  Glenn Morris  <rgm@gnu.org>
4199
4200         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4201         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4202         variables to defconsts.  Convert comments to doc-strings.
4203         (nnmairix-last-server, nnmairix-current-server): Convert from free
4204         variables to defvars.  Convert comments to doc-strings.
4205         (gnus-registry-fetch-group): Autoload.
4206         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4207         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4208         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4209         caddr.
4210         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4211         nnmairix-request-group-with-article-number-correction call.
4212         (nnmairix-fast, nnmairix-group): New, less general names, for free
4213         variables passed from nnmairix-request-group to
4214         nnmairix-request-group-with-article-number-correction.  Declare.
4215         (nnmairix-request-group-with-article-number-correction):
4216         Use nnmairix-fast, nnmairix-group rather than fast, group.
4217
4218 2008-02-26  David Engster  <dengste@eml.cc>
4219
4220         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4221         version 0.5.
4222
4223 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4224
4225         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4226         instead of making an extra function call.  Don't add the current group
4227         to articles only when they have the group.  Use
4228         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4229         Reported by David <de_bb@arcor.de>.
4230
4231 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4234         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4235
4236 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4237
4238         * mail-source.el (mail-source-delete-incoming): Change default.
4239         Supplement doc string.
4240
4241         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4242
4243 2008-02-14  Glenn Morris  <rgm@gnu.org>
4244
4245         * time-date.el (format-seconds): New function.
4246
4247 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * nnmail.el (nnmail-message-id-cache-file): Derive from
4250         `gnus-home-directory'.
4251
4252 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4255         Document negative prefix.
4256
4257         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4258
4259 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * message.el (message-unsent-separator): Add the Exim bounce
4262         separator.
4263
4264 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4265
4266         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4267         list.
4268         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4269         recipient/signer list.
4270
4271 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * Makefile.in (datarootdir): Define.
4274         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4275         name that might contain whitespace.
4276
4277 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4278
4279         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4280         fbound (Emacs 23 unicode), signal an error.
4281
4282 2008-02-08  Glenn Morris  <rgm@gnu.org>
4283
4284         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4285
4286 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4287
4288         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4289         ports to the calls to `netrc-machine-user-or-password' in addition to
4290         "imap" and "imaps".
4291
4292 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4293
4294         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4295
4296         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4297
4298 2008-02-01  Kenichi Handa  <handa@m17n.org>
4299
4300         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4301         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4302         (rfc2104-hash): Convert the result of concat to unibyte string.
4303
4304 2008-02-01  Dave Love  <fx@gnu.org>
4305
4306         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4307         coding-system-for-read.
4308         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4309
4310 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4311
4312         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4313         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4314         <hanche@math.ntnu.no>.
4315
4316 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4319
4320         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4321
4322 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4323
4324         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4325         * message.el (message-beginning-of-line): Use featurep instead of bound
4326         tests in order to resolve conditionals at compile time.
4327
4328 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4329
4330         * mail-source.el (mail-sources): Add `group' choice.
4331
4332         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4333         parameter `in-group' to control into which group the articles go.
4334         Add treatment of `group' mail-source.
4335
4336 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4339
4340         * mm-decode.el (mm-dissect-buffer): Decode description.
4341
4342         * mml.el (mml-to-mime): Encode message header first.
4343
4344 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4347         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4348
4349         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4350         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4351
4352 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4355
4356 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4359         prefix keys.
4360         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4361         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4362         gnus-xmas.el.
4363
4364         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4365         (gnus-xmas-article-describe-bindings): New function.
4366         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4367         gnus-xmas-article-describe-bindings.
4368
4369         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4370
4371 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4372
4373         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4374         Add new variables for article mark management.
4375         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4376         list of extra data entries which, when present, will indicate that the
4377         article ID should not be trimmed from the registry.
4378         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4379         functions.
4380         (gnus-registry-read-mark): New function to read a mark name from the
4381         user.
4382         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4383         (gnus-registry-set-article-mark-internal): New functions to add and
4384         remove marks.
4385         (gnus-registry-get-article-marks): New function to show the marks for
4386         an article, or retrieve them for further use.
4387
4388 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4391         keys when no argument is given.
4392
4393 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * imap.el (imap-ping-server): New variable.
4396         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4397         (imap-ping-server): Minor doc string fixes.
4398
4399 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4400
4401         * imap.el (imap-ping-server): New function.
4402         (imap-opened): Call imap-ping-server.
4403
4404 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4405
4406         * gnus-sum.el (gnus-article-sort-by-random)
4407         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4408         jidanni@jidanni.org.
4409
4410 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-art.el (gnus-article-describe-bindings): New function.
4413         (gnus-article-read-summary-keys): Use it.
4414         (gnus-article-mode-map): Bind `C-h b' to it.
4415
4416 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4419         XEmacs.
4420         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4421         against non-character events.
4422
4423         * lpath.el: Fbind map-keymap for Emacs 21.
4424
4425 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4426
4427         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4428         command.
4429         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4430         instead of END.  Change name of the temp file.
4431         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4432         customizable.
4433
4434 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4437         bind `S W' to gnus-article-wide-reply-with-original; set default
4438         binding to gnus-article-read-summary-send-keys.
4439         (gnus-article-read-summary-keys): Fix the order of keys; display
4440         continuation keys correctly in the echo area; describe bindings
4441         correctly when keys end with `C-h'.
4442         (gnus-article-read-summary-send-keys): New function.
4443         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4444         for gnus-article-read-summary-send-keys; display continuation keys
4445         correctly in the echo area.
4446         (gnus-article-reply-with-original): Ignore prefix argument.
4447         (gnus-article-wide-reply-with-original): New function.
4448
4449         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4450         Emacs 21.
4451
4452 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4455         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4456
4457 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4460         (gnus-group-read-ephemeral-gmane-group): New command.
4461
4462 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4463
4464         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4465
4466 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4467
4468         * message.el (message-send-mail-function): Increase custom version.
4469
4470         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4471         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4472
4473 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4474
4475         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4476         for the cases where imap-authenticate is called with a nil buffer
4477         parameter.
4478
4479 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4482         html parts correctly; support forwarded messages.
4483         (gnus-article-browse-html-article): Remove work buffers.
4484
4485         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4486         compiling.
4487         (netrc-bound-and-true-p): New macro.
4488         (netrc-parse): Use it instead of bound-and-true-p that is not available
4489         in XEmacs 21.4.
4490
4491 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         * gnus-registry.el (gnus-registry-mark-article)
4494         (gnus-registry-article-marks): Add functionality to mark articles
4495         through the Gnus registry.
4496
4497         * encrypt.el: Clarify documentation for the new pgg method.
4498         (encrypt-file-alist): Add PGG option.
4499         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4500         functionality.  Abstract password key and messaging to external
4501         functions.
4502         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4503         (encrypt-message-method-and-cipher): Add new convenience external
4504         functions.
4505         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4506         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4507
4508         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4509         (netrc-parse): Use encrypt-file-alist to determine if
4510         encrypt-find-model or encrypt-insert-file-contents should be used.
4511
4512         * encrypt.el: Clarify documentation.  Load password-cache or
4513         password, whichever one is found first, instead of autoloading.
4514
4515 2007-12-19  Glenn Morris  <rgm@gnu.org>
4516
4517         * mml.el (message-options-set, message-narrow-to-head)
4518         (message-in-body-p, message-mail-p, message-encode-message-body):
4519         Autoload.
4520         (message-remove-header, message-narrow-to-headers-or-head)
4521         (message-subscribed-p, message-make-mail-followup-to)
4522         (message-position-on-field, message-news-p)
4523         (message-options-set-recipient, message-generate-headers)
4524         (message-sort-headers): Declare as functions.
4525
4526 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4529         convention in doc string.
4530
4531 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4534         title to html parts.
4535         (gnus-article-browse-html-article): Pass message header to it.
4536
4537         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4538
4539 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4542         or password compatible with XEmacs.
4543
4544 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4545
4546         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4547         format document.
4548         (gnus-mime-delete-part): Don't write description line if empty.
4549         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4550
4551 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4552
4553         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4554         (gnus-summary-mark-read-and-unread-as-read)
4555         (gnus-summary-mark-current-read-and-unread-as-read)
4556         (gnus-summary-mark-unread-as-ticked): Doc fix.
4557         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4558
4559 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4560
4561         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4562         Christoph Conrad <christoph.conrad@gmx.de>.
4563
4564 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4565
4566         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4567         yes-or-no-p.
4568
4569 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * mm-decode.el (mm-add-meta-html-tag): New function.
4572         (mm-save-part-to-file, mm-pipe-part): Use it.
4573
4574         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4575         gnus-y-or-n-p instead of y-or-n-p.
4576         (gnus-article-browse-html-parts): Work with message/external-body; use
4577         mm-add-meta-html-tag.
4578
4579 2007-12-11  Glenn Morris  <rgm@gnu.org>
4580
4581         * gnus-cache.el: Require gnus-sum not just when compiling.
4582
4583         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4584
4585         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4586         definitions before use.
4587
4588         * mm-decode.el: Require gnus-util.
4589         (mm-remove-part): Only call delete-annotation on XEmacs.
4590
4591         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4592
4593         * nnmail.el: Require gnus-int.
4594
4595         * spam.el: Move `require's before `eval-when-compile's.
4596
4597         * gnus-ems.el (gnus-alive-p):
4598         * gnus-fun.el (message-goto-eoh):
4599         * gnus-util.el (gnus-group-name-decode):
4600         * mail-source.el (gnus-compress-sequence):
4601         * message.el (Info-goto-node, format-spec):
4602         * mm-bodies.el (message-options-get):
4603         * mm-decode.el (mm-view-pkcs7):
4604         * mm-util.el (gmm-write-region):
4605         * mml-smime.el (mml-compute-boundary)
4606         (gnus-completing-read-with-default):
4607         * mml.el (widget-button-press, gnus-make-hashtable):
4608         * mml1991.el (mm-decode-content-transfer-encoding)
4609         (mm-encode-content-transfer-encoding)
4610         (message-options-get, message-options-set):
4611         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4612         * nnfolder.el (gnus-request-group):
4613         * nnheader.el (ietf-drums-unfold-fws):
4614         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4615         * smime.el (gnus-run-mode-hooks):
4616         * spam-stat.el (gnus-message): Autoload.
4617
4618         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4619         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4620         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4621         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4622         Add declare-function compatibility definition.
4623
4624         * gnus-cache.el (nnvirtual-find-group-art):
4625         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4626         (gnus-add-image, gnus-add-wash-type):
4627         * gnus-group.el (nnkiboze-score-file):
4628         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4629         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4630         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4631         (message-tokenize-header, gnus-get-buffer-create)
4632         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4633         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4634         * gnus.el (gnus-group-decoded-name):
4635         * mail-source.el (imap-capability):
4636         * mm-bodies.el (message-options-set):
4637         * mm-decode.el (gnus-configure-windows):
4638         * mm-extern.el (message-goto-body):
4639         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4640         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4641         (epg-sub-key-validity, message-options-set):
4642         * mml.el (widget-event-point, gnus-configure-windows):
4643         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4644         * mml2015.el (epg-check-configuration, epg-configuration)
4645         (message-options-set):
4646         * nndb.el (nndb-request-article):
4647         * nnfolder.el (gnus-request-create-group):
4648         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4649         * nnmaildir.el (gnus-group-mark-article-read):
4650         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4651         * rfc1843.el (message-fetch-field):
4652         * spam.el (gnus-extract-address-components):
4653         Declare as functions.
4654
4655 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4658
4659         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4660
4661         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4662         bind show-trailing-whitespace for XEmacs.
4663
4664 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4667         new no-op macro for backward compatibility.
4668
4669         * imap.el (imap-string-to-integer): New function.
4670
4671 2007-12-09  Glenn Morris  <rgm@gnu.org>
4672
4673         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4674
4675         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4676         * message.el, mm-view.el, sieve-manage.el, smime.el:
4677         Add declare-function compatibility definition.
4678
4679         * gnus-art.el (w3-region, w3m-region, Info-menu):
4680         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4681         * gnus-sum.el (gnus-get-predicate):
4682         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4683         * message.el (mail-abbrev-in-expansion-header-p):
4684         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4685         (w3m-detect-meta-charset, w3m-region):
4686         * sieve-manage.el (password-read, password-cache-add)
4687         (password-cache-remove):
4688         * smime.el (password-read-and-add): Declare as functions.
4689
4690 2007-12-08  David Kastrup  <dak@gnu.org>
4691
4692         * gnus-sum.el (gnus-summary-simplify-subject-query):
4693         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4694         `message'.
4695
4696 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4699         it to bind idna-program, installation-directory, defined-colors, and
4700         face-attribute for XEmacs of the version that compiles defcustom forms.
4701
4702 2007-12-07  Glenn Morris  <rgm@gnu.org>
4703
4704         * gnus-art.el (article-make-date-line): Revert previous change.
4705
4706 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4709
4710 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4711
4712         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4713         Call gnus-add-to-range ranges only once with a prepared article-list.
4714
4715 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4716
4717         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4718         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4719         group names with backslashes.  Reported by Tassilo Horn
4720         <tassilo@member.fsf.org>.
4721
4722 2007-12-06  Deepak Goel  <deego3@gmail.com>
4723
4724         * gnus-art.el (article-make-date-line):
4725         * gnus-start.el (gnus-load):
4726         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4727
4728 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-use-idna)
4731         * gnus-start.el (gnus-site-init-file)
4732         * message.el (message-use-idna)
4733         * mm-uu.el (mm-uu-hide-markers)
4734         * smiley.el (smiley-style): Revert changes that suppress warnings.
4735
4736 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4739         specify charset to html source.  Reported by Christoph Conrad
4740         <christoph.conrad@gmx.de>.
4741
4742 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4745         idna-program in order to suppress byte compile warning issued by XEmacs
4746         that came to byte compile the default value section of defcustom forms
4747         recently.
4748
4749         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4750         value of installation-directory.
4751
4752         * message.el (message-use-idna): Don't directly refer to the value of
4753         idna-program.
4754
4755         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4756
4757         * smiley.el (smiley-style): Don't directly call face-attribute.
4758
4759 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4760
4761         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4762
4763         * gnus-dired.el: Reduce Gnus dependencies.
4764         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4765         require.  Use autoloads instead.
4766         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4767         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4768         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4769         (gnus-dired-mode): Adjust doc string.
4770         (gnus-dired-mail-mode): New variable.
4771         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4772         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4773         (gnus-dired-mail-buffers): New function.  Return mail or message
4774         composition buffers.
4775         (gnus-dired-attach): Use it.
4776         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4777         NO-DECODE.
4778         (gnus-dired-print): Use `gnus-print-buffer' depending on
4779         `gnus-dired-mail-mode'.
4780
4781 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * rfc2047.el (rfc2047-encoded-word-regexp)
4784         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4785         explaining what regexp patterns are for.
4786
4787 2007-12-04  Glenn Morris  <rgm@gnu.org>
4788
4789         * password.el: Move to password-cache.el.
4790
4791         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4792         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4793         * mml-smime.el (password-read, password-cache-add)
4794         (password-cache-remove):
4795         No need to autoload, since mml-sec requires password.
4796
4797         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4798         * message.el (gnus-extract-address-components):
4799         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4800
4801         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4802         password.
4803
4804 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * mailcap.el: Reduce dependencies.
4807         (mail-header-parse-content-type): Autoload.
4808         (mailcap-delete-duplicates): New alias.
4809         (mailcap-mime-info): Add optional argument NO-DECODE.
4810         (mailcap-mime-types): Use mailcap-delete-duplicates.
4811
4812         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4813
4814 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4815
4816         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4817         (imap-parse-status): Upcase status-att for servers that sends them
4818         lower-case (e.g., MS Exchange 2007).
4819
4820 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4823         function.
4824
4825         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4826         (gnus-uu-yenc-article): New function.
4827
4828         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4829
4830         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4831         buffer.
4832
4833 2007-12-02  Glenn Morris  <rgm@gnu.org>
4834
4835         * binhex.el (binhex): New custom group.
4836         (binhex-decoder-program, binhex-decoder-switches)
4837         (binhex-use-external): Move to the binhex custom group.
4838
4839         * uudecode.el (uudecode): New custom group.
4840         (uudecode-decoder-program, uudecode-decoder-switches)
4841         (uudecode-use-external): Move to the uudecode custom group.
4842
4843         * netrc.el (top-level): Don't load `encrypt' features.
4844         (netrc-parse): Don't use encrypt.
4845         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4846
4847         * encrypt.el: Remove file.
4848
4849 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4852         matches on patches.
4853
4854         * gnus-art.el (gnus-article-browse-html-article): Mention
4855         `mm-text-html-renderer' in the doc string.
4856
4857         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4858         string.  Add comments.
4859
4860         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4861         if rhs is ASCII.
4862
4863 2007-12-01  Glenn Morris  <rgm@gnu.org>
4864
4865         * mail-source.el (top-level): Require format-spec before
4866         eval-when-compile.
4867
4868 2007-11-30  Glenn Morris  <rgm@gnu.org>
4869
4870         * encrypt.el: Require password, rather than autoloading password-read.
4871
4872 2007-11-29  Glenn Morris  <rgm@gnu.org>
4873
4874         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4875         (sasl-make-client, sasl-next-step, sasl-step-data)
4876         (sasl-step-set-data): Declare as functions.
4877
4878 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4879
4880         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4881
4882 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4883
4884         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4885         certs should be verified and what is to be done in the event of a
4886         verification failure.
4887
4888         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4889         caller can indicate whether the cache should be disregarded for this
4890         call.  This way the result of the call is reproducible at all times and
4891         can be considered a canonical server name for the supplied method.
4892         (gnus-agent-method-p): Canonicalize server names by pushing their
4893         method through `gnus-method-to-server' using the no-cache argument.
4894
4895         * gnus-srvr.el (gnus-server-insert-server-line): Call
4896         `gnus-method-to-server' with `no-cache' argument.
4897
4898         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4899         gnus-agent-possibly-synchronize-flags as this should be called when the
4900         server is actually being opened.
4901         (gnus-agent-possibly-synchronize-flags)
4902         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4903         flags file of an agentized server to the latter function.
4904
4905         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4906         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4907         after a connection has been established successfully.
4908
4909 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-art.el (article-display-face): Force to display face if called
4912         interactively; check if gnus-article-x-face-too-ugly matches author.
4913         (article-display-x-face): Display face even if From header is missing
4914         as article-display-face does.
4915
4916 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4917
4918         * hashcash.el (message-narrow-to-headers-or-head)
4919         (message-fetch-field, message-goto-eoh)
4920         (message-narrow-to-headers): Declare as functions.
4921
4922 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * mail-source.el (mail-sources): Default to fetch from file for
4925         compatibility with default of nnmail-spool-file.
4926
4927 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4930         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4931         to look for encoded word that should be encoded again.
4932         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4933         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4934         encoding pattern.
4935         (rfc2047-decode-region): Switch strict regexp and loose one according
4936         to rfc2047-allow-irregular-q-encoded-words.
4937
4938 2007-11-25  Romain Francoise  <romain@orebokech.com>
4939
4940         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4941
4942 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * tls.el (tls-program): Provide more custom choices from
4945         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4946         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4947
4948 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4949
4950         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4951         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4952
4953         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4954         `nnmail-spool-file'.
4955
4956         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4957         `nnmail-spool-file'.
4958
4959         * gnus-move.el (gnus-change-server): Ditto.
4960
4961         * gnus-kill.el (gnus-batch-score): Ditto.
4962
4963         * gnus-cache.el (gnus-jog-cache): Ditto.
4964
4965         * gnus-msg.el (gnus-summary-reply):
4966         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4967
4968 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4969
4970         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4971         version.  Minor improvement to doc strings.
4972         (tls-program): Add comment.
4973
4974 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4975
4976         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4977         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4978         mismatch between the hostname provided in the certificate and the name
4979         of the host connnecting to.
4980         (open-tls-stream): Use them.  Check certificates against trusted root
4981         certificates.
4982
4983 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4984
4985         * gnus-cache.el (gnus-cache-generate-nov-databases):
4986         Use nnml-generate-nov-databases-directory instead of
4987         nnml-generate-nov-databases-1.
4988
4989 2007-11-24  Glenn Morris  <rgm@gnu.org>
4990
4991         * message.el (message-tool-bar-retro): Update for rename
4992         mail_send.xpm->mail-send.xpm.
4993
4994 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4995
4996         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4997         `smime-ldap-search' for Emacs 22 and up.
4998
4999 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5000
5001         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5002
5003         * message.el (message-send-mail-function): Fix error convention.
5004         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5005         (message-widen-reply, message-send-mail, message-talkative-question)
5006         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5007         (message-clone-locals, message-send-news): Use with-current-buffer.
5008         (message-insert-or-toggle-importance): Remove unused var `valid'.
5009         (message-make-references): Remove unused var `new-references'.
5010         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5011
5012 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5013
5014         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5015         (spam-split-symbolic-return-positive): Reflow docstring.
5016         (spam-backends, spam-summary-exit-behavior)
5017         (spam-mark-ham-unread-before-move-from-spam-group)
5018         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5019         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5020         (spam-clear-cache, spam-backend-check, spam-install-backend)
5021         (spam-install-statistical-backend, spam-list-of-processors)
5022         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5023         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5024         (spam-check-crm114, spam-initialize, spam-unload-hook):
5025         Fix typos in docstrings.
5026
5027 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5030         been checked if they have never been read and those group levels are
5031         higher than the one that a user specified.
5032
5033 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5036         foreign groups unless a group level is specified by a user.
5037         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5038
5039 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5040
5041         * message.el (message-send-mail-function): Require sendmail.
5042
5043 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * message.el (message-send-mail-function): Check for smtpmail too.
5046
5047         * utf7.el (utf7-encode, utf7-decode): Use coding system
5048         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5049
5050         * message.el (message-send-mail-function): New function.
5051         (message-send-mail-function): Set default using
5052         message-send-mail-function.  Adjust doc string.
5053         (message-send-mail-with-mailclient): New function.
5054
5055 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5056
5057         * smime.el (from):
5058         * rfc2047.el (message-posting-charset):
5059         * qp.el (mm-use-ultra-safe-encoding):
5060         * pop3.el (parse-time-months):
5061         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5062         * nnml.el (files):
5063         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5064         (jka-compr-compression-info-list, ange-ftp-path-format)
5065         (efs-path-regexp):
5066         * nndiary.el (files):
5067         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5068         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5069         (epg-digest-algorithm-alist, inhibit-redisplay)
5070         (password-cache-expiry):
5071         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5072         (pgg-output-buffer, password-cache-expiry):
5073         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5074         (efs-path-regexp):
5075         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5076         (inhibit-redisplay):
5077         * mm-uu.el (file-name, start-point, end-point, entry)
5078         (gnus-newsgroup-name, gnus-newsgroup-charset):
5079         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5080         (latin-unity-ucs-list):
5081         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5082         (mm-uu-binhex-decode-function):
5083         * message.el (gnus-message-group-art, gnus-list-identifiers)
5084         (rmail-enable-mime-composing, gnus-local-organization)
5085         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5086         (gnus-read-active-file, facemenu-add-face-function)
5087         (facemenu-remove-face-function, gnus-article-decoded-p)
5088         (tool-bar-mode):
5089         * mail-source.el (display-time-mail-function):
5090         * gnus-util.el (nnmail-pathname-coding-system)
5091         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5092         (gnus-original-article-buffer, gnus-user-agent)
5093         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5094         (xemacs-codename, sxemacs-codename, emacs-program-version):
5095         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5096         * gnus-start.el (gnus-agent-covered-methods)
5097         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5098         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5099         (gnus-newsgroup-headers, gnus-group-list-mode)
5100         (gnus-group-mark-positions, gnus-newsgroup-data)
5101         (gnus-newsgroup-unreads, nnoo-state-alist)
5102         (gnus-current-select-method, mail-sources)
5103         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5104         (nnmail-spool-file, gnus-cache-active-hashtb):
5105         * gnus-mh.el (mh-lib-progs):
5106         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5107         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5108         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5109         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5110         (gnus-group-buffer):
5111         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5112         (font-lock-set-defaults):
5113         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5114         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5115         (gnus-summary-post-menu, total-parts, type, condition, length):
5116         * gnus-agent.el (gnus-agent-read-agentview):
5117         * flow-fill.el (show-trailing-whitespace):
5118         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5119         eval-and-compile wrappers for byte compiler pacifiers.
5120
5121         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5122         (mm-display-inline-fontify): Check for featurep 'xemacs not
5123         extent-list.
5124
5125         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5126         itimer-list.
5127         (mm-create-image-xemacs): Only do something for XEmacs.
5128         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5129
5130         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5131
5132         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5133         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5134
5135 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5136
5137         * nnimap.el (nnimap-split-download-body):
5138         * gnus-demon.el (gnus-demon):
5139         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5140
5141 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5144         macros.
5145         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5146         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5147         copy data from unibyte buffer to multibyte current buffer.
5148         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5149         to copy data from unibyte current buffer to multibyte buffer.
5150         (nntp-make-process-buffer): Make process buffer unibyte.
5151
5152         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5153
5154 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5155
5156         * pop3.el (pop3-open-server): Accept and process data more robustly at
5157         connexion start to avoid spurious "POP SSL connexion failed" errors.
5158
5159 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5162         read group names.
5163
5164 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5167
5168 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5171         (nnmail-save-active): Use a unibyte buffer when saving active file,
5172         which may contain non-ASCII group names.
5173
5174         * nnml.el (nnml-request-group): Decode group names in messages.
5175
5176 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5177
5178         * message.el (message-citation-line-function)
5179         (message-insert-formatted-citation-line): Fix spelling of
5180         `message-insert-formated-citation-line'.
5181
5182 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5183
5184         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5185
5186 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5189         nnmail-pathname-coding-system.
5190
5191         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5192         that a user enters; decode group names in messages.
5193
5194         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5195
5196 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5199
5200         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5201
5202         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5203         risky local variable.
5204
5205         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5206
5207 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         * encrypt.el: Improve documentation to fix function name typo.
5210         Reported by Daiki Ueno <ueno@unixuser.org>.
5211
5212 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5215         even if the point is not in the last page of an article.
5216         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5217         back to the previous page.
5218
5219 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5222
5223 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5226
5227 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * message.el (message-check-news-body-syntax): Avoid
5230         mm-string-as-multibyte.
5231         (message-hide-headers): Don't assume (point-min)==1.
5232
5233 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5234
5235         * message.el (message-remove-blank-cited-lines): Fix if remove is
5236         given.
5237         (message-bogus-address-regexp): New variable.
5238         (message-bogus-recipient-p): New function.
5239         (message-check-recipients): New command.
5240         (message-syntax-checks): Add `bogus-recipient'.
5241         (message-fix-before-sending): Add `bogus-recipient'.
5242
5243         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5244         (gnus-treat-body-boundary): Don't test window-system.
5245
5246 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5247
5248         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5249
5250 2007-10-28  Miles Bader  <miles@gnu.org>
5251
5252         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5253         at compile-time too.
5254
5255 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * gnus-msg.el (gnus-message-setup-hook): Add
5258         `message-remove-blank-cited-lines' to options.
5259
5260 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * message.el (message-remove-blank-cited-lines): New function.
5263         Suggested by Karl Plästerer.
5264
5265 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5268         mapc.
5269
5270         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5271         (top-level): Use mapc to set functions to be traced for debugging.
5272
5273         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5274         called for effect with while loop.
5275
5276         * message.el (message-talkative-question): Replace mapcar called for
5277         effect with mapc.
5278
5279         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5280         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5281         called for effect with dolist.
5282
5283         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5284
5285         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5286         gnus-extra-headers and nnmail-extra-headers.
5287
5288         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5289         called for effect with dolist.
5290         (top-level): Use mapc to set functions to be traced for debugging.
5291
5292         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5293         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5294         dolist.
5295
5296         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5297         Replace mapcar called for effect with mapc.
5298         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5299         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5300         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5301         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5302
5303         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5304         remove-if that's a cl function.
5305
5306         * webmail.el (webmail-debug): Replace mapcar called for effect with
5307         dolist.
5308
5309         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5310         with mapc.
5311
5312 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5315         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5316         with while loop.
5317
5318         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5319         functions from article-* functions.
5320         (gnus-multi-decode-header): Replace mapcar called for effect with
5321         dolist.
5322
5323         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5324         (gnus-bookmark-show-details): Replace mapcar called for effect with
5325         while loop.
5326
5327         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5328         called for effect with while loop.
5329
5330         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5331         with dolist.
5332
5333         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5334         mapcar called for effect with dolist.
5335
5336         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5337
5338         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5339         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5340         Replace mapcar called for effect with dolist.
5341         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5342         mapc.
5343
5344         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5345         Replace mapcar called for effect with dolist.
5346         (gnus-topic-list): Replace mapcar called for effect with mapc.
5347
5348         * gnus.el: Use mapc instead of mapcar to add autoloads.
5349
5350 2007-10-23  Richard Stallman  <rms@gnu.org>
5351
5352         * gnus-group.el (gnus-group-highlight): Mark as risky.
5353
5354 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus.el (gnus-server-to-method): Return method found first in
5357         gnus-newsrc-alist.
5358
5359         * gnus-art.el (gnus-article-highlight-signature)
5360         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5361         button overlay without the front stickiness.
5362
5363 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5364
5365         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5366         overview buffer needed a catch to receive its throw.
5367         (gnus-agent-flush-cache): Declared as interactive to make this function
5368         easier to use.
5369
5370 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5371
5372         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5373         `next-line'.
5374
5375 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5378         exclude address matching message-dont-reply-to-names.
5379
5380 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-util.el (gnus-string<): New function.
5383
5384         * gnus-sum.el (gnus-article-sort-by-author)
5385         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5386
5387 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5390         the frame-focus tag is set in gnus-buffer-configuration.
5391
5392 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5395         the front stickiness.
5396
5397 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5400         url pattern; remove duplicate one.
5401         (gnus-article-extend-url-button): New function.
5402         (gnus-article-add-buttons): Use it.
5403         (gnus-button-push): Use concatenated url that it makes.
5404
5405 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5406
5407         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5408
5409 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5410
5411         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5412         Don't hardcode point-min==1.
5413
5414 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5415
5416         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5417         Fix comment about "iso8859-1".
5418
5419 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5420
5421         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5422         ones returned from the verify-function.
5423
5424         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5425         mml2015-extract-cleartext-signature if extraction failed.
5426
5427 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5428
5429         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5430         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5431         failed.
5432
5433 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5436
5437 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5440         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5441         recommends to use EasyPG instead of PGG.
5442
5443         * pgg.el: Revert to revision 6.23.2.16.
5444
5445         * pgg-def.el: Revert to revision 6.6.2.14.
5446
5447         * pgg-gpg.el: Revert to revision 6.23.2.34.
5448
5449 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5450
5451         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5452         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5453         thread for both the null and zero (kill/expire thread) universal prefix
5454         cases.
5455         (gnus-summary-expire-thread): Add new function to expire a thread,
5456         using gnus-summary-kill-thread.
5457         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5458         shortcuts for gnus-summary-expire-thread.
5459         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5460         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5461
5462 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5465         extras value, so an extras entry can be deleted.
5466         (gnus-registry-delete-extra-entry): Use it.
5467         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5468         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5469         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5470         storage through the gnus-registry, and provide an appropriate API for
5471         it.
5472
5473 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5476         Suggested by Leo <sdl.web@gmail.com>.
5477
5478         * gnus.el: Do.
5479
5480 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5483         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5484
5485         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5486
5487         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5488         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5489
5490 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5493         newline.
5494         (nnmbox-request-accept-article): Don't change article in source buffer;
5495         narrow to header to use message-fetch-field rather than
5496         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5497         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5498         as delimiters; make sure article ends with newline.
5499         (nnmbox-delete-mail): Correct last position of article to be deleted;
5500         ignore X-Gnus-Newsgroup header in article body.
5501         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5502         positions; make sure article ends with newline.
5503
5504         * message.el (message-display-abbrev): Don't infloop when a user
5505         inserts SPC in the beginning of header.
5506
5507         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5508         coding-system-for-read and coding-system-for-write for XEmacs having no
5509         file-coding feature.
5510
5511         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5512
5513 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5516         list of groups not followed by default.  Fix type to be regexp.
5517         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5518
5519 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5520
5521         * hmac-def.el (define-hmac-function): Switch from old-style to
5522         new-style backquotes.
5523
5524         * md4.el (md4-make-step): Likewise.
5525
5526 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5529         raw-text coding system when saving .newsrc file, which may contain
5530         non-ASCII group names.
5531
5532 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-cus.el (gnus-score-extra): New widget.
5535         (gnus-score-extra-convert): New function.
5536         (gnus-score-customize): Use it for Extra.
5537
5538 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5539
5540         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5541         (mml2015-mailcrypt-clear-verify): Use it.
5542         (mml2015-gpg-clear-verify): Use it.
5543         (mml2015-pgg-clear-verify): Use it.
5544         (mml2015-epg-clear-verify): Replace the current part with the output
5545         from GnuPG; don't extract the plaintext by itself.
5546
5547         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5548         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5549         mml2015-clear-verify-function; don't touch the armor headers or
5550         dash-escaped text here.
5551
5552 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5555         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5556         parts, or application/octet-stream as a last resort.
5557         (gnus-mime-view-part-as-type): Don't toggle display.
5558         (gnus-mime-view-part-as-charset): Don't turn off display before
5559         querying charset.
5560
5561         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5562         stuff to undisplayer function in Emacs.
5563         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5564
5565         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5566         text/calendar parts.
5567
5568 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5571         decoding text/calendar parts.
5572
5573         * message.el (message-forward-make-body-mime): Always mark body as
5574         having no illegible text; remove signed-or-encrypted argument.
5575         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5576
5577         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5578         (mml-generate-mime-1): Don't encode body if it is specified to be in
5579         raw form; don't make buffer be unibyte when inserting multibyte string.
5580
5581 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5582
5583         * sha1.el: Fix up comment style.
5584         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5585         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5586
5587         * hex-util.el: Fix up comment style.
5588         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5589
5590         * gnus-salt.el: Use with-current-buffer.
5591         (gnus-pick-setup-message): Fix long-standing typo.
5592
5593 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * imap.el (imap-logout-timeout): New variable.
5596         (imap-logout, imap-logout-wait): New functions.
5597         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5598
5599         * nnimap.el (nnimap-logout-timeout): New server variable.
5600         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5601         nnimap-logout-timeout.
5602
5603         * gnus-art.el (gnus-article-summary-command-nosave)
5604         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5605
5606 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus.el (gnus-maximum-newsgroup): New variable.
5609
5610         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5611         according to gnus-maximum-newsgroup.
5612
5613         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5614         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5615         Limit the range of articles according to gnus-maximum-newsgroup.
5616
5617 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5618
5619         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5620         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5621         Don't perform gnus-configure-windows here; reuse existing sticky
5622         article buffer.
5623
5624         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5625         it doesn't exist in gnus-article-mode.
5626
5627 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5630         (gnus-agent-decoded-group-name): New function.
5631         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5632         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5633
5634 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5635
5636         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5637         Add binding for gnus-sticky-article.
5638         (gnus-summary-exit): Don't kill sticky article buffers.
5639
5640         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5641         article buffer.
5642         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5643         (gnus-kill-sticky-article-buffers): New commands.
5644
5645 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * nntp.el (nntp-xref-number-is-evil): New server variable.
5648         (nntp-find-group-and-number): If it is non-nil, don't trust article
5649         numbers in the Xref header.
5650
5651 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-agent.el (gnus-agent-read-group): New function.
5654         (gnus-agent-flush-group, gnus-agent-expire-group)
5655         (gnus-agent-regenerate-group): Use it.
5656         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5657         nnmail-pathname-coding-system.
5658
5659 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5662
5663         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5664         that are unread as unread, and also as selected so that information of
5665         marks having been changed by a user may be updated when exiting group.
5666
5667 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5670         calculated ignoring signature parts to gnus-treat-article.
5671
5672 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5675         a point here in order to keep the window start.
5676         (gnus-insert-mime-security-button): Make a button overlay without the
5677         front stickiness.
5678         (gnus-mime-display-security): Goto the end of a button.
5679
5680         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5681
5682 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5685         group-name-at-point.
5686         (gnus-group-completing-read): New function that offers decoded
5687         non-ASCII group names for completion.
5688         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5689         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5690         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5691         (gnus-group-fetch-control): Use it.
5692         (gnus-fetch-group): Use group-name-at-point for the initial value
5693         rather than the default value; use gnus-alive-p.
5694
5695         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5696         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5697         (gnus-summary-post-news): Use gnus-group-completing-read.
5698
5699         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5700         (gnus-read-move-group-name): Decode group name for completion.
5701
5702 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5705         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5706         Yamaoka slightly modified the code).
5707
5708 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5711         (nnmail-split-incoming): Bind it.
5712
5713         * nnml.el (nnml-group-name-charset): New function.
5714         (nnml-decoded-group-name): Use it; don't decode group name if
5715         nnmail-group-names-not-encoded-p is non-nil.
5716         (nnml-encoded-group-name): New function.
5717         (nnml-group-pathname): Inline nnml-decoded-group-name.
5718         (nnml-request-expire-articles): Decode group name in message.
5719         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5720         nnmail-pathname-coding-system.
5721         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5722         not decoded ones according to nnmail-group-names-not-encoded-p.
5723         (nnml-generate-active-info): Use nnml-encoded-group-name.
5724
5725 2007-08-08  Glenn Morris  <rgm@gnu.org>
5726
5727         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5728         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5729         doc-strings and comments.
5730
5731 2007-07-25  Glenn Morris  <rgm@gnu.org>
5732
5733         * Relicense all FSF files to GPLv3 or later.
5734
5735 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-sum.el (gnus-summary-move-article): Make
5738         gnus-summary-respool-article work.
5739
5740 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5743         string.
5744
5745 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5746
5747         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5748         that should be ignored when comparing distant RSS articles with local
5749         ones.
5750         (nnrss-make-hash-index): New function.  Create a hash index according
5751         to the ignored fields.
5752         (nnrss-check-group): Use it.
5753
5754 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5757
5758         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5759
5760         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5761         the new optional argument ENCODED is non-nil.
5762         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5763         coding system for encoding group name.
5764         (gnus-group-make-rss-group): Pass un-encoded group name to
5765         gnus-group-make-group.
5766         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5767         encoded.
5768
5769         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5770         Encode group name to which articles are moved or copied.
5771         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5772         coding system for encoding Newsgroup, Followup-To and Xref headers.
5773
5774         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5775         marks; use nnheader-file-coding-system to write a file.
5776         (nnagent-retrieve-headers): Bind file-name-coding-system to
5777         nnmail-pathname-coding-system.
5778
5779         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5780
5781         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5782         (nnml-request-article, nnml-request-create-group)
5783         (nnml-request-rename-group, nnml-find-id)
5784         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5785         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5786         (nnml-save-marks): Use nnml-group-pathname instead of
5787         nnmail-group-pathname.
5788
5789         (nnml-request-create-group, nnml-request-expire-articles)
5790         (nnml-request-move-article, nnml-request-delete-group)
5791         (nnml-deletable-article-p, nnml-possibly-create-directory)
5792         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5793         (nnml-open-marks): Bind file-name-coding-system to
5794         nnmail-pathname-coding-system.
5795
5796         (nnml-request-article): Pass server argument to nnml-find-group-number.
5797         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5798         server argument to nnml-possibly-create-directory.
5799         (nnml-request-accept-article): Pass server argument to
5800         nnml-active-number and nnml-save-mail.
5801         (nnml-find-group-number): Pass server argument to nnml-find-id.
5802         (nnml-request-update-info): Pass server argument to
5803         nnml-marks-changed-p.
5804
5805         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5806         (nnml-save-mail, nnml-active-number): Add server argument.
5807
5808         (nnml-request-delete-group): Warn if group is missing.
5809         (nnml-get-nov-buffer): Decode group name.
5810         (nnml-generate-active-info): Encode group name.
5811         (nnml-open-marks): Decode group name in messages.
5812
5813 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5816         if it is not specified.
5817         (gnus-article-pipe-part, gnus-article-save-part)
5818         (gnus-article-interactively-view-part, gnus-article-copy-part)
5819         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5820         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5821         (gnus-article-replace-part, gnus-article-delete-part)
5822         (gnus-article-view-part-as-type): Pass raw prefix argument to
5823         gnus-article-part-wrapper.
5824
5825 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * gnus-agent.el (gnus-agent-save-active): Bind
5828         nnheader-file-coding-system to gnus-agent-file-coding-system.
5829
5830         * gnus-cache.el (gnus-cache-save-buffers)
5831         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5832         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5833         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5834         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5835         (gnus-cache-generate-active, gnus-cache-rename-group)
5836         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5837         (gnus-cache-update-overview-total-fetched-for): Bind
5838         file-name-coding-system to nnmail-pathname-coding-system.
5839         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5840         variables.
5841         (gnus-cache-decoded-group-name): New function.
5842         (gnus-cache-file-name): Use it.
5843         (gnus-cache-generate-active): Use non-decoded group name for active.
5844
5845         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5846         right place.
5847         (gnus-write-active-file): Don't break non-ASCII group names.
5848
5849         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5850         nnmail-pathname-coding-system.
5851
5852         * lpath.el: Bind default-file-name-coding-system,
5853         file-name-coding-system and language-info-alist for XEmacs.
5854
5855         * gnus-uu.el (gnus-uu-decode-save): Typo.
5856
5857 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5860
5861 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5864         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5865         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5866         (gnus-agent-flush-group, gnus-agent-flush-cache)
5867         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5868         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5869         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5870         (gnus-agent-regenerate-group)
5871         (gnus-agent-update-files-total-fetched-for)
5872         (gnus-agent-update-view-total-fetched-for): Bind
5873         file-name-coding-system to nnmail-pathname-coding-system.
5874         (gnus-agent-group-pathname): Don't encode file names by
5875         nnmail-pathname-coding-system.
5876         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5877         coding-system-for-write instead of buffer-file-coding-system to
5878         gnus-agent-file-coding-system.
5879
5880         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5881         Decode group name.
5882
5883         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5884
5885         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5886         (gnus-read-newsrc-el-file): Make group names unibyte.
5887
5888         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5889         nnmail-pathname-coding-system.
5890
5891         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5892         (nnrss-request-delete-group): Bind file-name-coding-system to
5893         nnmail-pathname-coding-system.
5894         (nnrss-read-server-data, nnrss-read-group-data): Bind
5895         file-name-coding-system correctly.
5896         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5897
5898         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5899         (nntp-server-to-method-cache): New variable.
5900         (nntp-group-pathname): New function that decodes non-ASCII group names.
5901         (nntp-possibly-create-directory, nntp-marks-changed-p)
5902         (nntp-save-marks, nntp-open-marks): Use it.
5903         (nntp-possibly-create-directory, nntp-open-marks):
5904         Bind file-name-coding-system to nnmail-pathname-coding-system.
5905         (nntp-open-marks): Decode group names when bootstrapping marks.
5906
5907         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5908         Newsgroups and Folowup-To headers.
5909
5910 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5913         (gnus-server-closed-face, gnus-server-denied-face)
5914         (gnus-server-offline-face): Remove variable.
5915         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5916
5917         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5918         of modifying message-stack directly for XEmacs.
5919
5920         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5921         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5922         if the coding-system argument is nil for XEmacs.
5923
5924         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5925         mm-charset-override-alist.
5926
5927         * rfc2047.el: Don't require base64; require rfc2045 for the function
5928         rfc2045-encode-string.
5929         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5930         to quote the parameter value.
5931
5932 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5935         form in gnus-group-name-charset-method-alist.
5936
5937         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5938         overrides the default layout edit-form.
5939
5940         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5941
5942         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5943
5944 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5947         as unfetched articles.
5948
5949 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5952
5953 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5956         original back end that keeps marks in the local system.
5957
5958 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5961         arg of pop-to-buffer for XEmacs.
5962         (gnus-article-read-summary-keys): Ditto; don't restore window
5963         configuration if summary command ends up with neither article buffer
5964         nor summary buffer; describe bindings if summary keys end with C-h.
5965
5966 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * message.el (message-fix-before-sending): Skip raw message part to be
5969         forwarded while checking illegible text.
5970         (message-forward-make-body-mime, message-forward-make-body): Mark
5971         signed or encrypted raw message as having no illegible text.
5972
5973 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5976         (gnus-message-with-timestamp-1): New macro.
5977         (gnus-message-with-timestamp): New function.
5978         (gnus-message): Use them.
5979
5980         * nnheader.el (nnheader-message): Use them.
5981
5982 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5985         .newsrc.eld file.
5986
5987 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * gnus-agent.el (gnus-agent-fetch-headers)
5990         (gnus-agent-retrieve-headers): Bind
5991         gnus-decode-encoded-address-function to identity.
5992
5993         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5994         available also when the server returns simply a dot.
5995
5996         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5997
5998 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6001
6002 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-ems.el (gnus-x-splash): Make it work.
6005
6006         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6007         from being used.
6008
6009         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6010
6011 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6014         4th and the 5th arguments.
6015
6016         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6017         the front stickiness.
6018         (gnus-article-summary-command-nosave): Correct the order of the
6019         arguments passed to pop-to-buffer.
6020         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6021         summary command ends up with the article buffer.
6022
6023         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6024         the same faces.
6025
6026 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6027
6028         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6029
6030 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6031
6032         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6033         * gnus-sum.el (gnus-summary-highlight):
6034         * pgg.el (pgg-sign-region, pgg-sign):
6035         * mail-source.el (mail-source-delete-old-incoming-confirm):
6036         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6037
6038 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * gnus-art.el (gnus-mime-view-part-externally)
6041         (gnus-mime-view-part-internally): Fix predicate function passed to
6042         completing-read.
6043
6044         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6045
6046         * gnus.el (gnus-update-message-archive-method): Add :version.
6047
6048 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus.el (gnus-update-message-archive-method): New variable.
6051
6052         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6053         according to gnus-message-archive-method if
6054         gnus-update-message-archive-method is non-nil.
6055
6056 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6059         by Loic Dachary <loic@dachary.org>.
6060         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6061
6062 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * message.el (message-pop-to-buffer): Add switch-function argument.
6065         (message-mail): Pass switch-function argument to it.
6066
6067 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6070         Improve doc string.
6071
6072 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6075         (gnus-header-content)
6076         * gnus-cite.el (gnus-cite-10)
6077         * gnus-srvr.el (gnus-server-closed)
6078         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6079         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6080         (gnus-group-mail-3-empty, gnus-group-mail-low)
6081         (gnus-group-mail-low-empty, gnus-splash)
6082         * message.el (message-header-to, message-header-cc)
6083         (message-header-subject, message-header-other, message-header-name)
6084         (message-header-xheader, message-separator, message-cited-text)
6085         (message-mml): Lighten colors of faces used for dark background.
6086
6087 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6088
6089         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6090         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6091
6092 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * message.el (message-narrow-to-headers-or-head):
6095         Ignore mail-header-separator in the body.
6096
6097 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6100         same as window size.
6101
6102 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6103
6104         * message.el (message-font-lock-keywords): Use message-header-xheader
6105         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6106         ahead of the anything pattern, to get it recognised.
6107
6108 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6111         spam.el loads uses it in the compiled defadvice form.
6112
6113 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6114
6115         * gnus-sum.el (gnus-articles-to-read)
6116         (gnus-summary-insert-old-articles): Don't truncate group name for
6117         `read-string'.
6118
6119         * gnus-util.el (gnus-limit-string): Delete this function.
6120
6121         * gnus-sum.el (gnus-simplify-subject-fully): Use
6122         `truncate-string-to-width' instead.
6123
6124 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6125
6126         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6127         if, on summary exit, the next group has to be selected.
6128         (gnus-summary-exit): Use it.
6129
6130 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6131
6132         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6133         non-break space.
6134
6135 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6138         Check if group is not a directory.
6139         (nnfolder-request-expire-articles): Don't delete articles if the target
6140         group is not available.
6141
6142         * nnml.el (nnml-request-create-group): Properly check if group is not a
6143         file.
6144         (nnml-request-expire-articles): Don't delete articles if the target
6145         group is not available.
6146
6147         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6148         Don't quote characters that are within parentheses.
6149
6150 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6153         (gnus-handle-ephemeral-exit): Select article according to it.
6154
6155 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * message.el (message-insert-formated-citation-line): Remove newline.
6158         (message-citation-line-format): Add final \n here so that the user can
6159         avoid a blank line.
6160
6161 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6162
6163         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6164         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6165         Update lanl/arXiv support.
6166
6167 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * gnus.el: Bump version number.
6170
6171 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * gnus.el (gnus-version-number): Bump version.
6174
6175 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6176
6177         * gnus.el: No Gnus v0.6 is released.
6178
6179 2007-04-27  Didier Verna  <didier@xemacs.org>
6180
6181         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6182         * gmm-utils.el (gmm-regexp-concat): here.
6183         * message.el: Don't require 'gnus-util.
6184         (message-dont-reply-to-names): Handle name change above.
6185         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6186
6187 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6190         since the initial value varies according to the system.
6191
6192 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6195
6196 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6197
6198         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6199
6200 2007-04-24  Didier Verna  <didier@xemacs.org>
6201
6202         Improve the type of gnus-ignored-from-addresses.
6203         * gnus-util.el (gnus-orify-regexp): New function.
6204         * message.el (gnus-util): Require it.
6205         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6206         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6207         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6208
6209 2007-04-24  Didier Verna  <didier@xemacs.org>
6210
6211         * gnus-sum.el:
6212         * gnus-utils.el: Fix some trailing whitespaces.
6213
6214 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6217         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6218         article's Message-ID; refer parent article in summary buffer.
6219
6220         * message.el (message-bounce): Call mime-to-mml.
6221
6222         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6223         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6224         optimize and/or forms properly.
6225
6226 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6229         URL.
6230
6231 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6234
6235 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6238         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6239         displayed of multipart/alternative part if it is invoked from summary
6240         buffer.
6241
6242         * mm-view.el (mm-inline-text-html-render-with-w3m)
6243         (mm-inline-text-html-render-with-w3m-standalone)
6244         (mm-inline-render-with-function): Use mail-parse-charset by default.
6245
6246 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6247
6248         * parse-time.el (parse-time-string-chars): Check if CHAR
6249         is less than the length of parse-time-syntax.
6250
6251 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6254         from gnus-newsgroup-processable.
6255
6256 2007-04-16  Didier Verna  <didier@xemacs.org>
6257
6258         * gnus-msg.el (gnus-configure-posting-styles): Handle
6259         message-signature-directory properly with :file syntax.  Reported by
6260         "Leo".
6261
6262 2007-04-11  Didier Verna  <didier@xemacs.org>
6263
6264         New user option: message-signature-directory.
6265         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6266         * message.el (message-insert-signature): Ditto.
6267         * message.el (message-signature-file): Doc update.
6268         * message.el (message-signature-directory): New.
6269
6270 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-msg.el (gnus-inews-yank-articles): Use
6273         message-exchange-point-and-mark instead of exchange-point-and-mark.
6274
6275 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * message.el (message-yank-original): Make sure cited text ends with
6278         newline; don't exchange point and mark.
6279
6280 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6281
6282         * tls.el (open-tls-stream): Properly handle case where there
6283         is no associated buffer.
6284
6285 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6286
6287         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6288         message-yank-original, make sure (< mark TEXT point).
6289
6290 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * message.el (message-fill-column): New variable.
6293         (message-mode): Use it.  Add comment on a possible new hook.
6294
6295         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6296         (nnmail-get-new-mail): Reformat.
6297
6298         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6299
6300         * gmm-utils.el: Fix Commentary.
6301         (gmm-tool-bar-from-list): Fix typo in doc string.
6302
6303 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6304
6305         * message.el (message-yank-original): Don't switch point and mark
6306         unnecessarily to put point and mark as documented.
6307
6308 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6311         from the message heads.
6312
6313 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6314
6315         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6316         article buffer does not have a window.  This may not be the best
6317         solution but is certainly better than setting the start of the null,
6318         that is the current, window.
6319
6320 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6323         (gnus-draft-setup): Run it.
6324
6325         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6326         gnus-score-fast-scoring.  Allow regexp.
6327         (gnus-score-headers): Use it.
6328
6329         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6330         XEmacs.
6331
6332         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6333         string.
6334         (gnus-button-alist): Also catch `<f1> k ...'.
6335         (gnus-treat-display-x-face): Fix doc string.
6336
6337 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6338
6339         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6340         evaluation of gnus-extended-version to ensure correct generation of the
6341         User-Agent header when message-generate-headers-first is used.
6342
6343 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6344
6345         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6346         hashcash-path is nil.  Don't call callback with incorrect number of
6347         parameters if val is 0.
6348
6349 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6350
6351         * message.el (message-required-news-headers):
6352         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6353
6354 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6355
6356         * tls.el (open-tls-stream): In handshake-waiting loop,
6357         don't wait more if there is output available to process.
6358
6359 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6360
6361         * tls.el (tls-program): Doc fix.
6362
6363 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * message.el (message-generate-new-buffers): Change the meaning of the
6366         nil value; add `standard' to the choices; treat t as `unique'; improve
6367         doc string.
6368         (gnus-select-frame-set-input-focus): Autoload.
6369         (message-buffer-name): Search for the existing message buffer if
6370         message-generate-new-buffers is nil or `standard'; treat the value t of
6371         message-generate-new-buffers as `unique'.
6372         (message-pop-to-buffer): Raise the frame already displaying the message
6373         buffer; clear the echo area after querying.
6374         (message-setup): Pass the `continue' argument to compose-mail.
6375         (message-mail): Prefer `switch-function' if it is given; search for the
6376         existing message buffer if the `continue' argument is non-nil; pass
6377         continue and switch-function arguments to compose-mail by way of
6378         message-setup.
6379         (message-mail-other-window): Adjust argument of message-setup.
6380         (message-mail-other-frame): Ditto.
6381
6382 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6385         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6386         to turn font-lock on when turning gnus-message-citation-mode on.
6387
6388 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6389
6390         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6391         (mml-smime-function-alist): New variable; add epg as the backend.
6392         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6393         mml-smime- functions instead.
6394         * mm-view.el: Require smime.
6395
6396 2007-03-05  Didier Verna  <didier@xemacs.org>
6397
6398         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6399         instead of just inheritance for posting styles.
6400         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6401
6402 2007-02-24  Chris Moore  <dooglus@gmail.com>
6403
6404         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6405         * pgg-pgp.el (pgg-pgp-encrypt-region):
6406         * pgg-gpg.el (pgg-gpg-encrypt-region):
6407         Check pgg-encrypt-for-me if no other recipients.
6408
6409 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6410
6411         * tls.el (tls-certtool-program): Fix custom type.
6412
6413 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6416         and point-at-eol instead of line-(beginning|end)-position.
6417
6418         * assistant.el (assistant-parse-buffer): Ditto.
6419
6420         * netrc.el (netrc-parse-services): Ditto.
6421
6422 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6423
6424         * mml2015.el (mml2015-epg-find-usable-key): New function.
6425         (mml2015-epg-sign): Use it.
6426         (mml2015-epg-encrypt): Use it.
6427
6428 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * message.el (message-make-in-reply-to): Quote name containing
6431         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6432         if there are special characters.  Reported by NAKAJI Hiroyuki
6433         <nakaji@jp.freebsd.org>.
6434
6435 2007-02-27  Didier Verna  <didier@xemacs.org>
6436
6437         Include the group parameters as well as the topic ones in the
6438         inheritance filter process.
6439         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6440         argument GROUP-PARAMS-LIST.
6441         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6442
6443 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * nntp.el (nntp-never-echoes-commands)
6446         (nntp-open-connection-functions-never-echo-commands): New variables.
6447         (nntp-send-command): Use them.
6448
6449 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6450
6451         * mml2015.el (mml2015-epg-verify): Simplified.
6452
6453 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * mml.el (mml-content-disposition-alist): New user option.
6456         (mml-content-disposition): New function.
6457         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6458         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6459
6460 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6461
6462         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6463         verification.
6464
6465 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6466
6467         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6468         articles posted in the last 24 hours.
6469
6470 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6471
6472         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6473
6474 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6475
6476         * nntp.el (nntp-send-command): Don't wait for echoes when
6477         nntp-open-ssl-stream is used.
6478
6479 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6482         (gnus-message-add-citation-keywords)
6483         (gnus-message-remove-citation-keywords): Remove.
6484         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6485         directly, make the variables in font-lock-defaults buffer-local, add
6486         gnus-message-citation-keywords to them and then update the value of
6487         font-lock-keywords.
6488
6489 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * message.el (message-cite-original-1): Don't call
6492         gnus-article-highlight-citation.
6493
6494         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6495         citations; fix line count.
6496
6497 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6500         (gnus-message-add-citation-keywords)
6501         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6502         versions of font-lock-add-keywords and font-lock-remove-keywords to
6503         work with XEmacs correctly.
6504
6505 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-cite.el (gnus-cite-face-list): Set the values of
6508         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6509         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6510         (gnus-message-cite-prefix-regexp): New variable.
6511         (gnus-message-search-citation-line): Use it; protect against long
6512         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6513         the 0th match data for Emacs.
6514         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6515         (gnus-message-add-citation-keywords): Append keywords rather than
6516         prepending; emulate font-lock-add-keywords if it is not available.
6517         (gnus-message-remove-citation-keywords): Emulate
6518         font-lock-remove-keywords if it is not available.
6519
6520         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6521
6522         * message.el (message-cite-prefix-regexp): Set the value of
6523         gnus-message-cite-prefix-regexp.
6524
6525 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6526
6527         * nnweb.el (nnweb-google-parse-1): Update parser.
6528
6529 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6530
6531         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6532
6533 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6534
6535         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6536         regexp.
6537
6538 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6541         string-to-multibyte.
6542         (uudecode-decode-region-internal): Use it.
6543
6544         * lpath.el: Fbind string-as-multibyte for XEmacs.
6545
6546 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6549         custom choice.
6550
6551         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6552
6553 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6554
6555         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6556
6557         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6558         `write-region' to respect `mm-inhibit-file-name-handlers'.
6559
6560 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6563         Use gnus-home-directory instead of "~/" or "$HOME".
6564
6565 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6568         to mention filename.
6569         Add comments at beginning regarding usage.
6570         (encrypt-write-file-contents): Change interactive so a string is
6571         acceptable.  If the file has no associated model, show an error instead
6572         of a nonsense prompt.
6573
6574 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6575
6576         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6577         Thanks to Yoshihiko Yamada for kind notification of this typo.
6578
6579 2007-01-12  Kenichi Handa  <handa@m17n.org>
6580
6581         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6582         multibyte buffer.
6583
6584 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * gnus-score.el (gnus-score-fast-scoring): New variable.
6587         (gnus-score-headers): Use it.
6588
6589         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6590
6591         * message.el (message-cite-original-1): Call
6592         gnus-article-highlight-citation if requested.
6593         (message-make-from): Allow name and address as optional arguments.
6594
6595         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6596
6597         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6598         bugs to doc string.
6599         (gnus-button-alist): Add mid\\|message-id.
6600         (gnus-button-fetch-group): Extend for use in
6601         `browse-url-browser-function'.
6602         (gnus-button-url-regexp): Try to catch paired parentheses like in
6603         Wikipedia URLs.
6604
6605         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6606         Suggested by Simon Krahnke <overlord@gmx.li>.
6607
6608 2007-01-13  Romain Francoise  <romain@orebokech.com>
6609
6610         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6611         Update copyright.
6612
6613 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6614
6615         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6616
6617 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6618
6619         * gnus-registry.el (gnus-registry-unfollowed-groups)
6620         (gnus-registry-split-fancy-with-parent): Fix documentation.
6621
6622 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6625         from nnweb groups.
6626
6627 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6630         Xref urls.  Erase buffer before requesting head.
6631
6632 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6633
6634         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6635         customizable.
6636
6637 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6638
6639         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6640         no signing key is found.
6641         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6642         no encrypting and/or signing key is found.
6643
6644 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6647
6648 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6649
6650         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6651         headers read from disk with the ones newly found in the current search.
6652         This should no longer cause problems, because the article numbers in
6653         Gmane's `nov.php' output are ignored since the previous change.
6654
6655 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6656
6657         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6658
6659 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6662         replace-regexp-in-string; bind url-version; fbind display-images-p and
6663         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6664         find-face and set-itimer-function for Emacs; bind itimer-list for
6665         Emacs.
6666
6667         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6668
6669 2007-01-01  Romain Francoise  <romain@orebokech.com>
6670
6671         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6672
6673 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6674
6675         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6676         `define-minor-mode' macro definition expanded properly.
6677         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6678         exclude it there.
6679
6680         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6681         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6682         `fboundp' test.
6683         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6684         This is OK to autoload in (S)XEmacs now.
6685
6686 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6689         keystroke.
6690         (gnus-summary-limit-to-singletons): Fix typo.
6691
6692         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6693         else fails.
6694
6695 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6696
6697         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6698         docstring.
6699
6700         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6701         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6702         (gnus-summary-insert-dormant-articles): Fix typo in message.
6703
6704 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6707         nil for XEmacs.
6708         (gnus-message-citation-mode): Don't autoload in XEmacs.
6709
6710         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6711
6712 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6713
6714         * nnimap.el (nnimap-expunge-search-string): Mention
6715         nnimap-search-uids-not-since-is-evil in docstring.
6716
6717 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * spam.el: Revert to make-obsolete-variable because
6720         define-obsolete-variable-alias is not supported in Emacs 21.
6721
6722         * spam.el (spam-ifile-path, spam-ifile-database-path)
6723         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6724         make-obsolete-variable.
6725         (spam-bsfilter-path, spam-bsfilter-program)
6726         (spam-spamassassin-path, spam-spamassassin-program)
6727         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6728         use "path" inappropriately.
6729         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6730         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6731         variable names.
6732
6733 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6734
6735         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6736         summary buffer.
6737
6738         * password.el (password-cache-remove): Use clear-string to burn
6739         password, if available.
6740
6741 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6742
6743         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6744
6745         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6746
6747         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6748         (gnus-message-highlight-citation): Move defcustom here from
6749         gnus-cite.el.
6750         (gnus-message-citation-mode): Autoload.
6751
6752         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6753         checks to make it compile with XEmacs.
6754         (gnus-message-citation-mode): New minor mode.
6755         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6756         (gnus-message-highlight-citation): New variables.
6757         (gnus-message-search-citation-line)
6758         (gnus-message-add-citation-keywords)
6759         (gnus-message-remove-citation-keywords)
6760         (turn-on-gnus-message-citation-mode)
6761         (turn-off-gnus-message-citation-mode): New functions.
6762
6763 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6764
6765         * gnus-cite.el: Enable highlighting of different citation levels in
6766         message-mode.
6767
6768 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * message.el (message-make-fqdn): Fix comment.
6771         (message-bogus-system-names): Add ".local".
6772
6773         * spam.el (spam-ifile-path, spam-ifile-program)
6774         (spam-ifile-database-path, spam-ifile-database)
6775         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6776         Don't use "path" inappropriately.
6777         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6778         strings.
6779         (spam-check-ifile, spam-ifile-register-with-ifile)
6780         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6781         new variable names.
6782
6783         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6784         (gnus-treat-display-smileys): Simplify using
6785         gnus-image-type-available-p.
6786
6787         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6788         available.
6789
6790         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6791         `display-images-p' if available.
6792
6793 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6796         one after turning on the buffer's multibyteness instead of decoding
6797         them directly in the unibyte buffer that causes unexpected conversion
6798         in Emacs 23 (unicode).
6799
6800 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6801
6802         * message.el (message-generate-hashcash): Fix custom type.
6803
6804 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6805
6806         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6807
6808 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6811         disconnect icons.  Add help text.
6812
6813 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6816         negated to be consistent with the others we handle.
6817
6818 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6821         version of gnus-summary-buffer to something, so that we can use two
6822         article buffers at the same time.
6823
6824 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6825
6826         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6827         trigger all the extra headers.
6828         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6829         sorting.
6830
6831 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6832
6833         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6834         solid groups.
6835
6836 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6837
6838         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6839
6840 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * legacy-gnus-agent.el: Add Copyright notice.
6843
6844 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6845
6846         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6847
6848 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6851
6852         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6853         to make it work reliably in CVS Emacs.
6854         (gnus-summary-limit-strange-charsets-predicate)
6855         (gnus-summary-limit-to-predicate): New functions.
6856
6857 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6858
6859         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6860         specifying array size.
6861         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6862         array if it is too small.
6863         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6864         (gnus-sort-threads-loop): New function.
6865
6866 2006-12-06  Chris Moore  <dooglus@gmail.com>
6867
6868         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6869         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6870
6871 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6872
6873         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6874         options.
6875
6876 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6879         DOS-ing the recipient.
6880
6881         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6882         the headers when creating the mapping to avoid mismappings.
6883         (nnweb-gmane-create-mapping): Always nix out old mapping.
6884
6885 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6888         and mm-verify-option to never.
6889
6890 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * message.el (message-signed-or-encrypted-p): New function.
6893         (message-forward-make-body): Use it.
6894
6895         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6896         Replace encode-coding-string with mm-encode-coding-string.
6897
6898 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * nneething.el (nneething-decode-file-name): Replace
6901         decode-coding-string with mm-decode-coding-string.
6902
6903         * gnus-int.el (gnus-open-server): Say failed server's name.
6904
6905 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6906
6907         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6908         strings to a single string.  Quote `errors-file-name'.
6909         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6910         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6911         Adjust calls.  Use `shell-quote-argument'.
6912
6913 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6914
6915         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6916         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6917
6918         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6919         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6920         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6921         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6922         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6923         (gnus-subscribe-newsgroup, gnus-1):
6924         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6925         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6926         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6927         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6928
6929 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6932         keystroke.
6933         (gnus-summary-limit-to-bodies): Implement headersp.
6934
6935 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6938
6939 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6942
6943 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * message.el (message-generate-hashcash): Expand range of values to
6946         include `opportunistic'.
6947         (message-send-mail): Use it.
6948
6949 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6950
6951         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6952         and comment it.
6953
6954         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6955
6956 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * gnus-util.el (gnus-extract-address-components): Improve comment.
6959
6960 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-util.el (gnus-extract-address-components): Work with address in
6963         which the name portion contains @.
6964
6965         * lpath.el: Fbind custom-autoload.
6966
6967 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6968
6969         * gnus.el (gnus-start): Move custom group up.
6970         (gnus-select-method): Don't autoload, but make it available for
6971         `customize-variable'.
6972         (gnus-getenv-nntpserver): Don't autoload.
6973
6974 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6975
6976         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6977
6978 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * message.el (message-sendmail-extra-arguments): New variable.
6981         (message-send-mail-with-sendmail): Use it.
6982
6983 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6986         mm-with-unibyte-current-buffer to make string unibyte.
6987
6988         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6989         mm-string-as-multibyte.
6990
6991 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6992
6993         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6994         Reported by Werner Koch <wk@gnupg.org>.
6995
6996 2006-11-14  Daiki Ueno  <ueno@p360>
6997
6998         * mml2015.el: Autoload epa-select-keys when compiling.
6999
7000 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7001
7002         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7003         message-options.
7004         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7005
7006 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7007
7008         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7009         EasyPG (< 0.0.6).
7010         (mml2015-always-trust): New user option.
7011         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7012         prompt.
7013
7014 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * nntp.el (nntp-authinfo-force): New variable.
7017         (nntp-send-authinfo): Use it.
7018
7019 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7022         decode encoded words.  Improve prompt.  Add comment about forwarding.
7023         (message-replacement-char): Move up.
7024
7025 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7026
7027         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7028         instead of gnus-intersection because arguments of gnus-sorted-nunion
7029         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7030
7031 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7034         (message-simplify-subject-functions): Enable
7035         message-strip-subject-encoded-words by default.
7036
7037 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7038
7039         * message.el (message-strip-subject-encoded-words): New function.
7040         (message-simplify-subject-functions): New variable.
7041         (message-simplify-subject): Use it.  Fix typo in doc string.
7042         Support message-strip-subject-encoded-words.
7043
7044 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7045
7046         * gnus-diary.el (gnus-diary-delay-format-function):
7047         * nndiary.el (nndiary-reminders):
7048         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7049
7050 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-art.el (article-hide-boring-headers): Fetch date from
7053         gnus-original-article-buffer to avoid problems with localized date
7054         strings.
7055
7056 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7059
7060 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7063         New variables.
7064         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7065         (mm-charset-synonym-alist): Move some entries to
7066         mm-codepage-iso-8859-list.
7067         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7068         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7069
7070 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7073
7074 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7077         with Emacs 21 and XEmacs.
7078
7079 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7080
7081         * spam.el (spam-parse-address): New function for better parsing,
7082         catching errors, etc.
7083         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7084
7085 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7086
7087         * mm-view.el: Add interactive arg to html2text autoload.
7088
7089 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7092
7093 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7096         variables.
7097         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7098         (mm-charset-synonym-alist): Move some entries to
7099         mm-codepage-iso-8859-list.
7100
7101         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7102
7103 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * message.el (message-citation-line-format)
7106         (message-insert-formated-citation-line): Fix implementation of %E, %N
7107         and %n according to the doc string.
7108
7109 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7112         car-safe to avoid bad parses.
7113
7114 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7117         names.
7118
7119         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7120
7121 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7124         header.
7125
7126         * message.el (message-draft-headers): Add Date.
7127         (message-headers-to-generate): Fix typo in docstring.
7128
7129         * nndraft.el (nndraft-required-headers): New variable.
7130         (nndraft-generate-headers): Use it.
7131
7132         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7133
7134 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7135
7136         * gnus-registry.el (gnus-registry-wash-for-keywords)
7137         (gnus-registry-find-keywords): New functions to allow easy searching of
7138         articles that are in the registry.
7139
7140 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7141
7142         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7143         ietf-drums-parse-address instead of gnus-extract-address-components.
7144         Reported by Damien Elmes <damien@repose.cx>.
7145
7146 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * gnus.el (gnus-mime): Remove unused custom group.
7149
7150 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7151
7152         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7153         "blank line" when searching for end of armor headers.
7154
7155 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gmm-utils.el (gmm-write-region): Fix variable name.
7158
7159 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * gmm-utils.el (gmm-write-region): New function based on compatibility
7162         code from `mm-make-temp-file'.
7163
7164         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7165
7166         * nnmaildir.el (nnmaildir--update-nov)
7167         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7168         Use `gmm-write-region'.
7169
7170 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7173         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7174
7175         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7176
7177         * message.el (message-replacement-char): New variable.
7178         (message-fix-before-sending): Use it.
7179         (message-simplify-subject): New function to remove duplicate code.
7180         (message-reply, message-followup): Use it.
7181
7182         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7183         gnus-summary-limit-to-articles.
7184
7185 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus-util.el (gnus-with-local-quit): New macro.
7188
7189         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7190
7191 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7192
7193         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7194         ignore non-string data.
7195
7196 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7197
7198         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7199         non-string data (needs to be done in the registry too).
7200
7201 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7204         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7205         (gnus-registry-split-fancy-with-parent)
7206         (gnus-registry-fetch-simplified-message-subject-fast)
7207         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7208         Remove text properties on ingress into the registry and when it's saved.
7209         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7210         registry from entries with no groups.
7211
7212 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7213
7214         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7215         function to remove string properties.
7216
7217 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * gmm-utils.el (gmm): Adjust custom version.
7220
7221         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7222         custom version.
7223
7224         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7225
7226 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * gnus-art.el (gnus-insert-prev-page-button)
7229         (gnus-insert-next-page-button): Simplify.  Reformat.
7230
7231 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7232
7233         * gnus-art.el (gnus-insert-prev-page-button)
7234         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7235
7236 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7237
7238         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7239
7240 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7241
7242         * gnus-art.el (gnus-insert-mime-button)
7243         (gnus-insert-mime-security-button):
7244         Apply gnus-article-button-face to MIME and security buttons.
7245
7246 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7249         readable.
7250
7251 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7254
7255 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7256
7257         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7258         `browse-url-of-file' instead of `browse-url'.
7259
7260 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7261
7262         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7263         regexp.  Articles containing quotation were cut prematurely.
7264
7265 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * message.el (message-cite-original-1): Use nobody by default for the
7268         value of From header.
7269         (message-reply): Ditto.
7270
7271 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7272
7273         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7274         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7275         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7276
7277 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7280         mails in the doc string.  Add some URLs in comment.
7281         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7282
7283 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7286         backslashes handling and the way to find boundaries of quoted strings.
7287
7288 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7289
7290         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7291         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7292         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7293         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7294
7295 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7298         doc string.
7299         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7300
7301 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * lpath.el: Fbind epg-check-configuration.
7304
7305 2006-09-06  Simon Josefsson  <jas@extundo.com>
7306
7307         * mml2015.el (mml2015-use): Doc fix, mention epg.
7308
7309 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7310
7311         * mml2015.el (mml2015-use): Default to epg, if available.
7312
7313 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7314
7315         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7316         message-sender.
7317         (mml1991-epg-encrypt): Ditto.
7318         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7319         message-sender.
7320         (mml2015-epg-encrypt): Ditto.
7321
7322 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7323
7324         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7325         several common directories.
7326
7327 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7328
7329         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7330         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7331
7332 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * gnus-art.el (article-decode-encoded-words): Make it fast.
7335
7336 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7339
7340         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7341         in quoted string into `\'.
7342
7343 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7346         Use standard-syntax-table.
7347
7348 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-art.el (gnus-decode-address-function): New variable.
7351         (article-decode-encoded-words): Use it to decode headers which are
7352         assumed to contain addresses.
7353         (gnus-mime-delete-part): Remove useless `or'.
7354
7355         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7356         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7357         (gnus-nov-parse-line): Use it to decode From header.
7358         (gnus-get-newsgroup-headers): Ditto.
7359         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7360
7361         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7362         (mail-decode-encoded-address-string): New alias.
7363
7364         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7365         New function.
7366         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7367         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7368         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7369         (rfc2047-decode-string): Ditto.
7370         (rfc2047-decode-address-region): New function.
7371         (rfc2047-decode-address-string): New function.
7372
7373 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * message.el (message-caesar-buffer-body): Allow rotating headers.
7376
7377         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7378
7379         * message.el (message-insert-formated-citation-line): Fix %f.
7380         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7381
7382 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7385         (gnus-bookmark-mouse-available-p): New macro.
7386         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7387         (gnus-bookmark-bmenu-show-infos): Use it.
7388         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7389         (gnus-bookmark-bmenu-hide-infos): Ditto.
7390         (gnus-bookmark-remove-properties): New function.
7391         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7392         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7393         (gnus-bookmark-write-file): Bind coding-system-for-write.
7394         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7395         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7396         group before selecting it.
7397         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7398         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7399         quit-window if it is not available; use gnus-mouse-2 and bind it to
7400         gnus-bookmark-bmenu-select-by-mouse.
7401         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7402         (gnus-bookmark-bmenu-select-by-mouse): New function.
7403
7404 2006-08-13  Romain Francoise  <romain@orebokech.com>
7405
7406         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7407         space.
7408
7409 2006-08-10  Romain Francoise  <romain@orebokech.com>
7410
7411         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7412         (dns-mode-soa-auto-increment-serial): New user option.
7413         (dns-mode-soa-maybe-increment-serial): New function.
7414         (dns-mode): Add the latter to `write-contents-functions'.
7415
7416 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * compface.el (uncompface): Use binary rather than raw-text-unix.
7419
7420 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * compface.el (uncompface): Make sure the eol conversion doesn't take
7423         place when communicating with the external programs.  Reported by
7424         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7425
7426 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7429
7430 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7431
7432         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7433         Make it more robust by parsing author and date independently.
7434
7435 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7438
7439 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7440
7441         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7442         first matching secret key.
7443         (mml2015-epg-encrypt): Ditto.
7444
7445         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7446         first matching secret key.
7447         (mml1991-epg-encrypt): Ditto.
7448
7449         * mml2015.el (mml2015-encrypt-to-self): New user option.
7450         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7451         mml2015-epg-encrypt-to-self is set.
7452
7453         * mml1991.el (mml1991-encrypt-to-self): New variable.
7454         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7455         mml1991-epg-encrypt-to-self is set.
7456
7457         * mml2015.el (mml2015-signers): New user option.
7458         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7459         (mml2015-epg-encrypt): Allow to select signing keys.
7460
7461         * mml1991.el (mml1991-signers): New variable.
7462         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7463         (mml1991-epg-encrypt): Allow to select signing keys.
7464
7465 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * nnheader.el (nnheader-insert-head): Make it work even if the file
7468         uses CRLF for the line-break code.
7469
7470 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7471
7472         * mml2015.el: Require mml-sec instead of password.
7473         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7474         (mml2015-cache-passphrase): Inherit the default value from
7475         mml-secure-cache-passphrase.
7476         (mml2015-passphrase-cache-expiry): Inherit the default value from
7477         mml-secure-passphrase-cache-expiry.
7478
7479         * mml1991.el: Require mml-sec instead of password.
7480         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7481         (mml1991-cache-passphrase): Inherit the default value from
7482         mml-secure-cache-passphrase.
7483         (mml1991-passphrase-cache-expiry): Inherit the default value from
7484         mml-secure-passphrase-cache-expiry.
7485
7486         * mml-sec.el: Require password.
7487         (mml-secure-verbose): New user option.
7488         (mml-secure-cache-passphrase): New user option.
7489         (mml-secure-passphrase-cache-expiry): New user option.
7490
7491 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7492
7493         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7494         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7495         andreas@altroot.de (Andreas Vögele).
7496
7497         FIXME: Use `tiny change'?
7498
7499 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7500
7501         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7502         workaround for the url package included with Emacs.
7503
7504         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7505
7506 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7509         correctly.  This fixes a bug caused by the 2006-05-12 change.
7510
7511 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7512
7513         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7514         some information about the error when saying that the `bogus' mail
7515         group will be used.
7516
7517 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7520         string.
7521
7522 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7523
7524         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7525
7526 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7527
7528         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7529
7530 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7531
7532         * mml1991.el (mml1991-function-alist): Add epg.
7533         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7534         (mml1991-epg-encrypt): New functions.
7535
7536 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7537
7538         * mml2015.el (mml2015-verbose): New variable.
7539         (mml2015-cache-passphrase): Ditto.
7540         (mml2015-passphrase-cache-expiry): Ditto.
7541         (mml2015-function-alist): Add epg.
7542         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7543         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7544         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7545         functions.
7546
7547 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7548
7549         * message.el (message-cite-original-1): Preserve region when removing
7550         quoted text due to X-No-Archive in order to avoid bogus attribution
7551         when citing multiple messages.
7552
7553 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7554
7555         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7556         Kenneth Jacker <khj@be.cs.appstate.edu>.
7557
7558 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * gnus-diary.el (gnus-user-format-function-d)
7561         (gnus-user-format-function-D): Autoload.
7562
7563         * imap.el (Commentary): Fix typo.
7564
7565         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7566         2006-04-22 contribution.
7567
7568 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7569
7570         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7571         It didn't really fix the bogosity I'm seeing with solid web groups.
7572
7573 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7574
7575         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7576         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7577         created using server names.  If we use the feature without declaring
7578         it, Gnus does not properly manage server and group state.
7579
7580         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7581         bound.
7582
7583 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7584
7585         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7586         looking up the method using GROUP's prefix before inventing a new one.
7587         It is used on killed/unknown groups in various places where returning
7588         an all-new method isn't expected by the caller.
7589
7590         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7591         and match semantics of gnus-group-real-prefix.
7592
7593 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * nnmail.el (nnmail-broken-references-mailers): New variable.
7596         (nnmail-ignore-broken-references): New function generalizing
7597         nnmail-fix-eudora-headers.
7598         (nnmail-fix-eudora-headers): Now obsolete.
7599
7600         * gnus-art.el (gnus-button-handle-custom): Support
7601         `customize-apropos*'.
7602
7603 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7606
7607         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7608         articles.
7609
7610 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * message.el (message-cite-reply-above): New variable.
7613         (message-yank-original): Use it.
7614
7615 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7618
7619 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7622         as read.
7623
7624         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7625
7626 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7629         (gnus-bookmark-default-file): Use gnus-directory.
7630         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7631         Remove "*" in doc string.
7632         (gnus-bookmark-write-file): Simplify.
7633         (gnus-bookmark-maybe-sort-alist): Use `when'.
7634         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7635         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7636         FIXME about Emacs 21 and XEmacs compatibility.
7637         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7638         compatibility.
7639         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7640         compatibility.
7641         (gnus-bookmark-menu-heading): Fix version.
7642
7643 2006-06-19  Bastien Guerry  <bzg@altern.org>
7644
7645         * gnus-bookmark.el: New file.
7646
7647 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * message.el (message-syntax-checks): Doc fix.
7650
7651 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7652
7653         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7654         unsubscribed groups as if they were killed ones.  It causes duplicate
7655         entries in gnus-newsrc-alist.
7656
7657 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * message.el (message-syntax-checks): Doc fix.
7660         (message-send-mail): Add check for continuation headers.
7661         (message-check-news-header-syntax): Fix regexp used to check for
7662         continuation headers.
7663
7664 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7667
7668 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7671
7672 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7675         default-truncate-lines.
7676
7677 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7680         to fill the utf-8 entry.
7681
7682         * lpath.el: Fbind unicode-precedence-list.
7683
7684 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7685
7686         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7687
7688 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7689
7690         * gnus-agent.el (directory-files-and-attributes): Move all the way
7691         forward (the third and final move).
7692         (gnus-agent-read-agentview): Trap reconstruction errors due to
7693         nonexistant directory.  Handle by returning nil.
7694
7695 2006-05-30  Didier Verna  <didier@xemacs.org>
7696
7697         * message.el (message-dont-reply-to-names): Update the custom type.
7698         * message.el (message-dont-reply-to-names): New defsubst: potentially
7699         convert a list of regexps into a single one.
7700         * message.el (message-get-reply-headers): Use it.
7701         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7702
7703 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-agent.el (directory-files-and-attributes): Move forward.
7706
7707 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-ml.el (gnus-mailing-list-subscribe)
7710         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7711         (gnus-mailing-list-message): Fix doc strings.
7712
7713 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7714
7715         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7716         of doing it manually.
7717
7718 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7721         comment.
7722
7723 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7724
7725         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7726         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7727         (gnus-agent-read-local): All symbols allocated in my-obarray.
7728         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7729         (gnus-agent-regenerate-group): Check numeric names to see if they are
7730         messages or groups.
7731         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7732         better way of do this...)
7733
7734         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7735         'dummy.group' (there should be a better way of do this...)
7736
7737 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7740         (gnus-saved-headers): Ditto.
7741         (gnus-default-article-saver): Mention functions may have properties.
7742         (gnus-article-save): Override gnus-save-all-headers and
7743         gnus-saved-headers by :headers property which saver function may have.
7744         (gnus-summary-save-in-file): Add :headers property.
7745         (gnus-summary-write-to-file): Ditto.
7746
7747         * gnus-sum.el (gnus-summary-save-article): Bind
7748         gnus-prompt-before-saving to t when saving many articles in a file;
7749         always show all headers.
7750
7751         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7752
7753 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7756         marks.
7757
7758         * message.el (message-indent-citation): Add optional arguments to allow
7759         using it outside of message buffers.
7760
7761         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7762         (gnus-article-treat-unfold-headers): Use it.
7763         (gnus-article-truncate-lines): New variable.
7764         (gnus-article-mode): Use it.
7765         (gnus-article-toggle-truncate-lines): New function.
7766
7767         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7768         gnus-article-toggle-truncate-lines.
7769
7770         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7771         coding system in XEmacs, use binary.
7772
7773 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7776         after-load-alist.
7777
7778         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7779         this function should save decoded articles.
7780         (gnus-summary-write-to-file): Use property to specify this function
7781         should save decoded articles and specify gnus-summary-save-in-file
7782         should be used to save articles other than the first one when saving
7783         many articles.
7784         (gnus-summary-save-body-in-file): Use property to specify this
7785         function should save decoded articles.
7786         (gnus-summary-write-body-to-file): Use property to specify this
7787         function should save decoded articles and specify
7788         gnus-summary-save-body-in-file should be used to save articles other
7789         than the first one when saving many articles.
7790
7791         * gnus-sum.el (gnus-summary-save-article): Simplify.
7792
7793 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-art.el (gnus-default-article-saver): Add
7796         gnus-summary-write-body-to-file.
7797         (gnus-article-save-coding-system): Don't use coding system object
7798         in XEmacs.
7799         (gnus-read-save-file-name): Add optional `dir-var' argument which
7800         specifies directory in which files are saved; work even if optional
7801         `variable' argument is not specified.
7802         (gnus-summary-write-to-file): Read file name.
7803         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7804         (gnus-summary-write-body-to-file): New function.
7805
7806         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7807         (gnus-summary-local-variables): Add it.
7808         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7809         (gnus-summary-save-article): Remove optional `decode' argument;
7810         determine whether to decode articles by the value of
7811         gnus-default-article-saver; when saving many files using
7812         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7813         it first and use gnus-summary-save-in-file or
7814         gnus-summary-save-body-in-file thereafter unless
7815         gnus-prompt-before-saving is always; move point to article which
7816         will be saved.
7817         (gnus-summary-save-article-file): Revert.
7818         (gnus-summary-write-article-file): Revert.
7819         (gnus-summary-save-article-body-file): Revert.
7820         (gnus-summary-write-article-body-file): New function.
7821
7822 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * gnus-art.el (gnus-default-article-saver): Doc fix.
7825         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7826         from gnus-summary-save-article-coding-system, and default to a
7827         certain coding system.
7828         (gnus-output-to-file): Add coding cookie and encode text according
7829         to gnus-article-save-coding-system; don't use mm-append-to-file.
7830
7831         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7832         gnus-art.el and rename to gnus-article-save-coding-system.
7833         (gnus-summary-save-article): Require gnus-art; don't show all
7834         headers if it decodes articles; don't add coding cookie here;
7835         don't bind mm-text-coding-system-for-write.
7836         (gnus-summary-save-article-file): Save decoded articles.
7837         (gnus-summary-write-article-file): When saving many files, use
7838         gnus-summary-write-to-file first and gnus-summary-save-in-file
7839         thereafter unless gnus-prompt-before-saving is always.
7840         (gnus-summary-save-article-body-file): Save decoded articles.
7841
7842         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7843
7844 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * nnrss.el (nnrss-check-group): Bind hash-index.
7847
7848 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7849
7850         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7851         its hash index.  Store this hash in `nnrss-group-data'.
7852         (nnrss-read-group-data): Update accordingly.
7853
7854 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7857         entry.
7858
7859         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7860         gnus-article-browse-html-article.
7861
7862 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7863
7864         * gnus-sum.el (gnus-summary-mime-map): Add
7865         gnus-article-browse-html-article.
7866
7867         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7868
7869 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7872         suitable coding systems in customize.
7873
7874 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * mail-source.el (mail-sources): Fix custom type.
7877
7878 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7881         (gnus-summary-expire-articles-now): Shorten prompt.
7882
7883         * gmm-utils.el (wid-edit): Require.
7884         (defun-gmm): Renamed from `gmm-defun-compat'.
7885         (gmm-image-search-load-path): Use it.
7886         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7887
7888 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7891         variable.
7892         (gnus-summary-save-article): Add optional `decode' argument.  If
7893         it is set and gnus-summary-save-article-coding-system is non-nil,
7894         save decoded article.
7895         (gnus-summary-write-article-file): Save decoded article if
7896         gnus-summary-save-article-coding-system is non-nil.
7897
7898         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7899         type.
7900
7901 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7904
7905 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7908         first to test gnus-single-article-buffer which may be buffer-local.
7909
7910         * gnus-sum.el (gnus-summary-setup-buffer): Make
7911         gnus-single-article-buffer buffer-local and nil in ephemeral
7912         group; make gnus-article-buffer, gnus-article-current, and
7913         gnus-original-article-buffer always buffer-local.
7914         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7915         group.
7916         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7917
7918 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * nnml.el (nnml-request-compact-group): Compressed files might not
7921         have .gz extension.
7922
7923 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7924
7925         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7926         (mm-copy-to-buffer): Use with-current-buffer.
7927         (mm-display-part): Simplify.
7928         (mm-inlinable-p): Add optional arg `type'.
7929
7930 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7931
7932         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7933         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7934         Try harder to show the attachment internally or externally using
7935         gnus-mime-view-part-as-type.
7936
7937 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * message.el (message-from-style, message-signature-separator)
7940         (message-user-organization-file, message-send-mail-function)
7941         (message-citation-line-function, message-yank-prefix)
7942         (message-indent-citation-function, message-signature)
7943         (message-signature-file, message-signature-insert-empty-line):
7944         Remove autoloads.
7945
7946         * gnus-art.el (gnus-buttonized-mime-types): Remove
7947         "multipart/signed".  Revert 2006-04-26 change.
7948
7949 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7950
7951         * gnus.el (gnus-version-number): Bump version.
7952
7953 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7954
7955         * gnus.el: No Gnus v0.5 is released.
7956
7957 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7958
7959         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7960         fetching articles by message-id.
7961
7962 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * message.el (hashcash): Require hashcash as normal.
7965
7966         * ecomplete.el (ecomplete-highlight-match-line): Use
7967         point-at-eol.
7968         (ecomplete-highlight-match-line): Use `highlight', because that
7969         face exists in both Emacs and XEmacs.
7970
7971         * message.el (message-display-abbrev): Use point-at-bol.
7972
7973         * mail-source.el: Don't require timer/timer-funcs.
7974
7975         * gnus-async.el: Ditto.
7976
7977         * password.el: Ditto.
7978
7979         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7980
7981         * mm-url.el: Ditto.
7982
7983         * gnus-xmas.el: Don't require timer-funcs.
7984
7985         * mm-util.el: Require timer/timer-funcs.
7986
7987 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7988
7989         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7990         Close.
7991
7992 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7995         unibyte after clear-decrypt function runs.
7996
7997         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7998         returns as a unibyte string.
7999
8000 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * lpath.el: Revert.
8003
8004         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8005         (pgg-gpg-process-sentinel): Revert.
8006
8007         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8008         (pgg-pgp-lookup-key): Revert.
8009
8010         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8011         (pgg-pgp5-lookup-key): Revert.
8012
8013         * pgg.el (pgg-fetch-key): Revert.
8014
8015 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * lpath.el: Fbind string-as-multibyte for XEmacs.
8018
8019         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8020         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8021         (mml1991-pgg-encrypt): Ditto.
8022
8023         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8024         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8025         a multibyte buffer.
8026
8027         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8028         (pgg-pgp-lookup-key): Ditto.
8029
8030         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8031         (pgg-pgp5-lookup-key): Ditto.
8032
8033         * pgg.el (pgg-fetch-key): Ditto.
8034
8035 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * message.el (message-user-organization-file): Check several
8038         locations of the organization file.
8039
8040         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8041         Add gnus-article-view-part-as-type.
8042
8043         * gnus-art.el (gnus-article-view-part-as-type): New function.
8044
8045         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8046         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8047
8048         * mml.el: Simplify autoload.
8049         (mml-mode): defvar dnd-protocol-alist instead of using
8050         symbol-value.
8051         (mml-default-directory): New variable.
8052         (mml-minibuffer-read-file): Use it.
8053         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8054
8055         * message.el (message-citation-line-format): New variable.
8056         (message-insert-formated-citation-line): New function.
8057         (message-citation-line-function): Add
8058         `message-insert-formated-citation-line' to custom type.
8059
8060         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8061         to doc string.
8062
8063         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8064         depending on mm-verify-option.
8065
8066 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8069         binding pgg-* variables; reimplement the section which prevents
8070         MIME header from being signed.
8071         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8072         pgg-text-mode; remove a blank line at the top of body.
8073
8074         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8075         lines at the top of body; use gnus-newsgroup-charset if there's no
8076         Charset header.
8077
8078 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * message.el (message-self-insert-commands): Doc fix.
8081
8082         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8083         (mm-uu-pgp-encrypted-test): Ditto.
8084         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8085         between header and body; return application/pgp-encrypted handle
8086         if decryption failed; decode decrypted body by charset.
8087
8088         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8089         element match to application/pgp-*.
8090
8091 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8092
8093         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8094         HTML.
8095
8096 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * mail-source.el (mail-source-call-script): Message the error
8099         string.
8100
8101 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8102
8103         * gnus-util.el (gnus-byte-compile): Use it.
8104
8105 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8106
8107         * gnus-util.el (kill-empty-logs): New function.
8108
8109 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * message.el (message-mail-alias-type): Doc fix.
8112         (message-mail-alias-type-p): New function.
8113         (message-send): Use it.
8114         (message-mode): Ditto.
8115         (message-strip-forbidden-properties): Ditto.
8116
8117         * ecomplete.el (ecomplete-database-file-coding-system): New
8118         variable.
8119         (ecomplete-save): Use it.
8120         (ecomplete-setup): Use it.
8121
8122 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * message.el (message-self-insert-commands): New variable.
8125         (message-strip-forbidden-properties): Use it.
8126
8127 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128
8129         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8130         that doesn't make XEmacs choke.
8131
8132 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * gnus-util.el (gnus-replace-in-string):
8135         Prefer replace-regexp-in-string over of replace-in-string.
8136
8137 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus-util.el (gnus-select-frame-set-input-focus):
8140         Use select-frame-set-input-focus if it is available in XEmacs; use
8141         definition defined in Emacs 22 for old Emacsen.
8142
8143         * dgnushack.el: Autoload unmorse-region for XEmacs.
8144
8145         * lpath.el: Bind cursor-in-non-selected-windows and
8146         select-frame-set-input-focus for XEmacs.
8147
8148 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8151
8152 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8153
8154         * gnus-registry.el (gnus-registry-cache-save): Remove text
8155         properties when saving via the temp buffer.
8156
8157 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * message.el (message-generate-hashcash): Honor custom type.
8160
8161 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162
8163         * message.el (message-generate-hashcash): Default to non-nil when
8164         hashcash is found.
8165
8166         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8167         (gnus-refer-thread-limit): Increase default to 500.
8168
8169         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8170
8171         * flow-fill.el (fill-flowed): Allow delete-space.
8172
8173 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8176         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8177         Remove autoloads.
8178
8179 2006-04-18  Simon Josefsson  <jas@extundo.com>
8180
8181         * message.el (message-generate-hashcash): Default to.
8182
8183 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8186         concatenating segments rather than before concatenating them.
8187
8188 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8191
8192 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8195
8196         * message.el (message-forward-make-body-plain): Allow
8197         message-forward-ignored-headers to be a list.
8198         (message-remove-ignored-headers): Factor out into function.
8199         (message-forward-make-body-mml): Use it.
8200
8201         * imap.el (imap-quote-specials): New function.
8202         (imap-login-auth): Quote specials.
8203
8204         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8205         (rfc2231-parse-string): Allow concatanation of parameters that
8206         aren't contiguous.  The test case is
8207           (mail-header-parse-content-type "message/external-body;
8208             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8209             access-type=LOCAL-FILE;
8210             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8211
8212 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8213
8214         * nntp.el (nntp-accept-process-output): Return the value of
8215         `nnheader-accept-process-output'.
8216
8217 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8218
8219         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8220         (gnus-button-alist): Recognize more diff formats.
8221         (gnus-button-patch): Strip directory.
8222
8223 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8226         Emacs 22 when setting focus.
8227
8228 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * gnus-art.el (gnus-article-treat-types): Do treatment of
8231         text/x-verbatim parts.
8232         (gnus-button-patch): New command.
8233
8234         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8235         addresses that contain invalid characters.
8236
8237 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238
8239         * message.el (message-put-addresses-in-ecomplete): Use
8240         gnus-replace-in-string.
8241         (message-is-yours-p): Use the more correct
8242         mail-header-parse-address instead of
8243         mail-extract-address-components.
8244         (message-put-addresses-in-ecomplete): Fix typo.
8245
8246         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8247         keystroke.
8248
8249         * gnus-art.el (gnus-treatment-function-alist): Change order of
8250         newsgroups/generic header folding to avoid double-folding.
8251
8252         * message.el (message-hidden-headers): Add X-Draft-From.
8253
8254         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8255         command.
8256         (gnus-summary-repeat-search-article-backward): New command.
8257
8258         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8259         groups in the parent topic.
8260
8261 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8262
8263         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8264         (spam-extra-header-to-number): Return the CRM114 number as a
8265         number instead of a string.
8266
8267 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8268
8269         * gnus-art.el (gnus-face-properties-alist): Moved here from
8270         gnus-fun.
8271
8272         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8273
8274 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275
8276         * message.el (message-strip-forbidden-properties): Only display on
8277         self-insert-command.
8278
8279         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8280         reindent.
8281         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8282
8283 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8284
8285         * smiley.el (smiley-style): Fix typo.
8286
8287 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8288
8289         * hashcash.el (hashcash-insert-payment-async-2): Use
8290         message-goto-eoh instead of doing it manually.
8291         (mail-add-payment): Use message-narrow-to-header instead of trying
8292         to do the same itself.
8293
8294         * message.el (message-hidden-headers): Add Face.
8295
8296         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8297         reparenting code.
8298         (gnus-summary-reparent-children): Refactored out code.
8299         (gnus-summary-thread-map): New keystroke.
8300         (gnus-summary-reparent-children): Make into command.
8301
8302         * smiley.el (smiley-style): Default to `medium' if using a large
8303         font.
8304
8305         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8306         does it itself.
8307
8308         * message.el (message-point-in-header-p): Simplify definition.
8309
8310 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * nnagent.el (nnagent-request-set-mark): Silence log file
8313         writing.
8314         (nnagent-request-set-mark): Use write-region instead of
8315         append-to-file.
8316
8317         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8318         strange select method.
8319
8320         * ecomplete.el (ecomplete-display-matches): Get highlightling
8321         right.
8322         (ecomplete-display-matches): Use literals.
8323         (ecomplete-display-matches): Disable message logging.
8324
8325         * message.el (message-display-abbrev): Small optimization.
8326
8327         * ecomplete.el (ecomplete-display-matches): Allow automatic
8328         display.
8329
8330         * message.el (message-strip-forbidden-properties): Display
8331         abbrevs.
8332         (message-display-abbrev): Get automatic display right.
8333
8334         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8335         keystrokes.
8336
8337 2006-04-13  Romain Francoise  <romain@orebokech.com>
8338
8339         TODO: Backport to v5-10!
8340
8341         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8342         Moved here (and renamed) from gnus-registry.el.
8343
8344         * gnus-registry.el: Require gnus-util.
8345         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8346
8347 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * gnus-group.el (gnus-group-catchup-current): Change
8350         if-then-else-if-then-else into cond.
8351         (gnus-group-catchup): Indent.
8352         (group-name-at-point): New function.
8353         (gnus-fetch-group): Provide default from thing at point.
8354
8355 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * message.el (message-display-abbrev): Fix regexp.
8358
8359         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8360         choosing.
8361         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8362         dead variables.
8363
8364         * message.el (message-newline-and-indent): Remove debugging.
8365         (message-display-abbrev): Use new implementation.
8366
8367 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gnus-art.el (gnus-article-mode): Set
8370         cursor-in-non-selected-windows to nil.
8371
8372         * smiley.el: Revert previous change.
8373         (smiley-data-directory): defvar it before using it in the
8374         defcustom of `smiley-style'.
8375
8376 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * message.el (message-newline-and-indent): New function.
8379
8380         * ecomplete.el: Implement more bits.
8381
8382         * message.el (message-put-addresses-in-ecomplete): Clean up the
8383         string.
8384
8385         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8386
8387         * gnus-sum.el (gnus-summary-save-parts): Bind
8388         gnus-summary-save-parts-counter and use it to make unique file
8389         names.
8390
8391         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8392
8393         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8394         parameter to say whether to actually parse the individual
8395         addresses.
8396
8397         * message.el (message-put-addresses-in-ecomplete): New function.
8398         (ecomplete): Require.
8399         (message-mail-alias-type): Add ecomplete as an option.
8400
8401 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8402
8403         * flow-fill.el (fill-flowed): Remove trailing space from blank
8404         quoted lines.
8405
8406 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * smiley.el (smiley-style): Move definition later to avoid a
8409         compilation warning.
8410
8411 2006-04-12  Kenichi Handa  <handa@m17n.org>
8412
8413         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8414         buffer and then decode the buffer text if necessary.
8415         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8416         first, and after mm-encode-body, change the buffer to unibyte.
8417         Use mm-disable-multibyte instead of set-buffer-multibyte.
8418
8419 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8422         Content-Type header instead of Content-Disposition header.
8423         (gnus-mime-inline-part): Ditto.
8424         (gnus-mime-view-part-as-charset): Ignore charset that the part
8425         specifies.
8426
8427         * mm-decode.el (mm-display-part): Work with external parts and
8428         usual parts similarly.
8429
8430         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8431         instead of gnus-display-mime.
8432
8433         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8434         instead of with-temp-buffer.
8435
8436         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8437         tag to summarized topics part in order to encode non-ASCII text.
8438
8439 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * smiley.el (smiley-style): New variable.
8442         (smiley-directory): New function.
8443         (smiley-data-directory): Derive from `smiley-style' using
8444         `smiley-directory'.
8445         (smiley-regexp-alist): Add new entries.
8446
8447         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8448         (gnus-article-browse-delete-temp): Add :version.
8449
8450 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8451
8452         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8453         the sieve region.
8454
8455 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8456
8457         * gnus.el (gnus-version-number): Bump version.
8458
8459 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * gnus.el: No Gnus v0.4 is released.
8462
8463 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8464
8465         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8466         layout.
8467
8468         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8469         unknown charset.
8470
8471         * message.el (message-header-synonyms): Add Original-To to the
8472         default.
8473
8474         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8475         optional parameter.
8476
8477 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8478
8479         * gnus-fun.el (gnus): Require it for gnus-directory.
8480
8481 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8484
8485 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8486
8487         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8488
8489 2006-04-05  Simon Josefsson  <jas@extundo.com>
8490
8491         * password.el (password-reset): New function.
8492
8493 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8494
8495         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8496         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8497
8498 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8499
8500         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8501         Some whitespace was matched into the url, which broke browsing hits
8502         > 100 when mm-url-use-external was nil.
8503
8504 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8507         gnus-extra-headers for 'Newsgroups.
8508
8509         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8510         bound.
8511
8512 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8513
8514         * pgg-gpg.el: Clean up process buffers every time gpg processes
8515         complete.
8516
8517 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8520         doc string.
8521
8522 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8523
8524         * pgg-gpg.el (pgg-gpg-process-filter)
8525         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8526
8527         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8528         lines, temporary fix.
8529
8530 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8533
8534 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8535
8536         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8537         default-enable-multibyte-characters.  This reverts the change from
8538         revision 6.17 which is no longer necessary because the passphrase
8539         is sent separately now.  GnuPG messages are unreadable under
8540         multibyte locales with default-enable-multibyte-characters set to
8541         nil.
8542
8543 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * message.el (message-tool-bar-gnome): Move "spell".
8546
8547 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8550         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8551         instead.
8552
8553 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8554
8555         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8556         newsgroups handling for NNTP overviews which don't include
8557         Newsgroups.
8558
8559 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8560
8561         * message.el (message-resend): Bind message-generate-hashcash to nil.
8562
8563 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8564
8565         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8566         when searching for already-paid recipients.
8567
8568 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8569
8570         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8571         passphrases when it is not needed.
8572         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8573         passphrase stuff from gpg, should only be necessary when you use
8574         gpg with a smartcard.
8575
8576 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * mml.el (mml-insert-mime): Ignore cached contents of
8579         message/external-body part.
8580
8581         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8582         (mm-insert-part): Ditto.
8583
8584 2006-03-23  Simon Josefsson  <jas@extundo.com>
8585
8586         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8587         Reiner.
8588         (pgg-gpg-use-agent-p): Use it again.
8589
8590 2006-03-23  Simon Josefsson  <jas@extundo.com>
8591
8592         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8593         older emacsen.
8594         (pgg-gpg-use-agent-p): Don't use it.
8595
8596 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8599         if we can.
8600
8601 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8602
8603         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8604         (pgg-gpg-update-agent): New function.
8605         (pgg-gpg-use-agent-p): New function.
8606         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8607         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8608         (pgg-gpg-sign-region): Use it.
8609
8610 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8613         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8614
8615 2006-03-21  Simon Josefsson  <jas@extundo.com>
8616
8617         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8618         <wilde@sha-bang.de>.
8619         (pgg-gpg-use-agent): New variable.
8620         (pgg-gpg-process-region): Use it.
8621         (pgg-gpg-encrypt-region): Likewise.
8622         (pgg-gpg-encrypt-symmetric-region): Likewise.
8623         (pgg-gpg-decrypt-region): Likewise.
8624         (pgg-gpg-sign-region): Likewise.
8625         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8626
8627 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8630
8631         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8632         Add comment on version.
8633
8634 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * smiley.el: Add missing test smiley.
8637
8638 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mm-decode.el (mm-with-part): New macro.
8641         (mm-get-part): Use it; work with message/external-body as well.
8642         (mm-save-part): Treat name and filename equally.
8643
8644         * mm-extern.el (mm-extern-cache-contents): New function.
8645         (mm-inline-external-body): Use it; force the part to be displayed;
8646         move undisplayer added to the cached handle to the parent.
8647
8648         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8649         (gnus-mime-view-part-as-type): Work with message/external-body.
8650
8651         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8652
8653 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8656         images in image-load-path.  [Sync with image.el, revision 1.60, in
8657         Emacs.]
8658
8659 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8662         path rather than symbol.  Always return list of directories.
8663         Guarantee that image directory comes first.  [Sync with image.el,
8664         revision 1.59, in Emacs.]
8665
8666         * message.el (message-make-tool-bar): Adjust to new API of
8667         `gmm-image-load-path-for-library'.
8668
8669         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8670
8671         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8672
8673 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8674
8675         * gnus-art.el (gnus-article-only-boring-p):
8676         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8677         intangible text.
8678         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8679
8680 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8683         `defun' instead of `gmm-defun-compat'.
8684
8685 2006-03-14  Simon Josefsson  <jas@extundo.com>
8686
8687         * message.el (message-unique-id): Don't use message-number-base36
8688         if (user-uid) is a float.
8689         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8690
8691 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8694
8695         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8696         empty line between a part and a message part.
8697
8698 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * smiley.el: Add more test smileys.
8701         (smiley-data-directory, smiley-regexp-alist)
8702         (gnus-smiley-file-types): Fix doc strings.
8703         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8704         adding new elements.
8705         (smiley-mouse-map): Unused code.  Make it a comment.
8706
8707 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8710         scan latest NoCeM messages instead of old ones.
8711         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8712         delimiters that are recently used.
8713         (gnus-nocem-load-cache): Add autoload cookie.
8714
8715         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8716
8717         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8718         level which is larger than gnus-use-nocem is specified.
8719
8720         * gnus-group.el (gnus-group-get-new-news): Ditto.
8721
8722 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * gnus-util.el (gnus-tool-bar-update): New function.
8725
8726         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8727         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8728
8729         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8730
8731         * gnus-group.el (gnus-group-redraw-when-idle)
8732         (gnus-group-redraw-check): Remove.
8733         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8734
8735 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8738         if optional last element is specified in splits (FIELD VALUE...).
8739
8740 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8743         to gmm-image-load-path-for-library.  Call with no-error argument.
8744         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8745
8746         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8747
8748         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8749
8750         * gmm-utils.el (gmm-image-load-path): Remove alias.
8751
8752 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * gmm-utils.el (gmm-image-load-path): Add alias.
8755
8756         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8757         nnml-generate-nov-databases-1.
8758         (nnml-generate-nov-databases): Use it.
8759         (nnml-generate-nov-databases-directory): Document no-active
8760         argument.
8761
8762         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8763         directory if path is t.  Add no-error.
8764
8765         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8766         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8767
8768         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8769         resetting gnus-article-browse-html-temp-list.
8770
8771         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8772         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8773         Add example to docstring.  Rename local variables.  Move error
8774         checks to default case in cond and simplify.
8775
8776 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8779         handle is multipart when calling it recursively.
8780         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8781
8782 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8783
8784         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8785         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8786
8787 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8790         is loaded.
8791
8792         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8793         loaded.
8794
8795 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8798         to "Emacs 23 (unicode)" in doc string.
8799
8800         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8801         "Emacs 23 (unicode)" in comment.
8802
8803 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8806
8807         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8808         characters 160 through 255 in Emacs 23.
8809
8810 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8813         gnus-article-browse-html-temp.
8814         (gnus-article-browse-delete-temp): Make it customizable.  Add
8815         `file'.  Adjust doc string.
8816         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8817         query for each file.  Adjust doc string.
8818         (gnus-article-browse-html-parts): Add
8819         `gnus-article-browse-delete-temp-files' to
8820         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8821
8822 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8823
8824         * gnus-art.el (gnus-article-browse-html-temp)
8825         (gnus-article-browse-delete-temp): New variables.
8826         (gnus-article-browse-delete-temp-files): New function.
8827         (gnus-article-browse-html-parts): Use it.
8828
8829 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8832
8833         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8834         string.
8835
8836         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8837         gnus-summary-insert-new-articles when unplugged.  Remove
8838         gnus-summary-search-article-forward.
8839
8840         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8841         display-visual-class instead of display-color-cells.
8842
8843 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * dgnushack.el: Autoload customize-group for XEmacs.
8846
8847         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8848         message/* containing non-ASCII text properly.
8849
8850 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * message.el: Require gmm-utils, remove autoloads.
8853         (message-tool-bar): Set default based on
8854         gmm-tool-bar-style.
8855         (message-tool-bar-gnome): Add gmm-customize-mode.
8856
8857         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8858         gmm-tool-bar-style.
8859         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8860
8861         * gnus-group.el (gnus-group-tool-bar): Set default based on
8862         gmm-tool-bar-style.
8863         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8864
8865         * gmm-utils.el (gmm-image-directory): Rename variable from
8866         gmm-image-load-path.
8867         (gmm-image-load-path): Use gmm-image-directory.
8868         (gmm-customize-mode): New function.
8869         (gmm-tool-bar-style): New variable.
8870
8871         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8872         gnus-group-redraw-line-number.
8873         (gnus-group-redraw-check): Simplify.
8874         (gnus-group-tool-bar-update): Remove redraw check.
8875         (gnus-group-make-tool-bar): Add redraw check.
8876
8877 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8878
8879         * gnus-art.el (gnus-button): Add missing parentheses.
8880
8881 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * lpath.el: Fbind line-number-at-pos.
8884
8885 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8888
8889 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gnus-art.el (gnus-button): New face.
8892         (gnus-article-button-face): Use it.
8893
8894         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8895         gnus-summary-next-page.  Re-order.
8896
8897         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8898         next-node are now included.
8899         (gnus-group-redraw-line-number): New internal variable.
8900         (gnus-group-redraw-check): Helper function for updating the tool
8901         bar.
8902         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8903
8904         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8905
8906         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8907         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8908         Use it to match format of Spamassassin 3.0 and later.  Reported by
8909         IRIE Tetsuya <irie@t.email.ne.jp>.
8910         (spam-check-bogofilter)
8911         (spam-bogofilter-register-with-bogofilter): Fix args of
8912         `gnus-error' calls.
8913
8914 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8917         unnecessary interaction when sending queued mails.  Reported by
8918         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8919
8920 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8923         first or last are nil.
8924
8925 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8926
8927         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8928
8929 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8930
8931         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8932
8933 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * dns.el (query-dns): Protect more against buggy tcp output.
8936
8937 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8940         nov.php.
8941
8942 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8943
8944         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8945         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8946         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8947         output on the server side.
8948         (nnweb-google-create-mapping): Update regexps and add some
8949         progress indication.
8950
8951 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8954         gnus-agent-toggle-plugged.  Re-order icons.
8955         (gnus-group-tool-bar-gnome): Add
8956         gnus-group-{prev,next}-unread-group.
8957         (gnus-group-tool-bar-gnome): Re-order icons.
8958
8959         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8960         gnus-summary-insert-new-articles.
8961
8962         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8963         comments.
8964
8965         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8966         also available in Emacs 21.3.
8967
8968         * message.el (message-fix-before-sending): Change "Emacs 22" to
8969         "Emacs 23 (unicode)" in comment.
8970
8971         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8972         "Emacs 23 (unicode)" in comment.
8973
8974         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8975         comment.
8976         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8977
8978         * mm-view.el (mm-fill-flowed): Add :version.
8979
8980 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8983         and load-path.
8984
8985 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * message.el: Autoload gmm-image-load-path.
8988         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8989         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8990         consitency.
8991
8992         * gmm-utils.el (gmm-image-load-path): Also search in
8993         "../etc/images".  Don't set gmm-image-load-path if we don't find
8994         the image.
8995
8996 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gmm-utils.el (gmm-image-load-path): Don't make
8999         `gmm-image-load-path' include subdirectories which the second arg
9000         `image' might specify.
9001
9002         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9003         subdirectory to icon file names.
9004
9005         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9006
9007 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9010         gmm-image-load-path calls.
9011
9012         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9013
9014         * message.el (message-make-tool-bar): Ditto.
9015
9016         * mml.el (mml-preview): Added comment concerning tool bar icons.
9017
9018         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9019         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9020
9021         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9022         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9023
9024         * message.el (message-tool-bar-gnome): Use new icon names.
9025         (message-make-tool-bar): Use `gmm-image-load-path'.
9026
9027         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9028         functions from MH-E.
9029         (gmm-image-load-path): New variable from MH-E.
9030         (gmm-image-load-path): New function from MH-E.  Added arguments
9031         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9032         *-image-load-path-called-flag.
9033
9034 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9035
9036         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9037
9038 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9039
9040         * nnimap.el (nnimap-request-move-article): Change folder back to
9041         source group before deleting.
9042
9043 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9046
9047         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9048         mm-url.
9049
9050         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9051
9052 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9055         coding system which mm-charset-to-coding-system returns for a
9056         given charset is valid.
9057
9058 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9059
9060         * html2text.el (html2text-remove-tag-list):
9061         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9062
9063 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9064
9065         * gnus-cus.el: Revert 2005-10-17 change.
9066
9067 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-art.el (article-strip-banner): Call
9070         article-really-strip-banner only when the regexp match is made.
9071
9072 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-art.el (article-strip-banner): Use
9075         gnus-extract-address-components instead of
9076         mail-header-parse-addresses to make it work with non-ASCII text;
9077         remove mail-encode-encoded-word-string.
9078
9079         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9080         values which are surrounded with \"...\"; make it never cause a
9081         Lisp error; give up parsing of parameters if it failed in
9082         extracting type.
9083
9084 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9085
9086         * smime.el (smime-cert-by-ldap-1): Fix bug where
9087         `smime-ldap-search' returns results without userCertificates.
9088
9089 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9092
9093 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * spam.el (spam-check-spamassassin-headers): Adapt format for
9096         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9097         <ari@mbf.ocn.ne.jp>.
9098         (spam-list-of-processors): Add spam-use-gmane.
9099
9100 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9103         make-temp-file; make it work with XEmacs as well.
9104
9105         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9106         mm-make-temp-file.
9107
9108         * mm-decode.el (mm-display-external): Use the 3rd arg of
9109         mm-make-temp-file.
9110         (mm-create-image-xemacs): Ditto.
9111
9112 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9115         with message-narrow-to-headers.
9116         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9117         (gnus-draft-check-draft-articles): New function.
9118         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9119
9120 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * gnus-art.el (gnus-article-browse-html-parts):
9123         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9124         Don't use suffix argument for mm-make-temp-file for Emacs 21
9125         compatibility.  Remove useless `format'.
9126
9127 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9128
9129         * nnweb.el (nnweb-google-wash-article): Update regexps.
9130         (nnweb-group-alist): Use defvoo instead of defvar.
9131
9132 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9135         re-loading nn* modules.
9136
9137 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9140         for `tool-bar-mode' and don't check it's default-value.
9141
9142         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9143
9144         * message.el (message-make-tool-bar): Ditto.
9145
9146         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9147         `substring'.  Shorten tmp-file name.
9148
9149         * gnus.el: Remove bogus comment.
9150
9151 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9152
9153         * gnus-art.el (gnus-article-browse-html-parts): New function.
9154         (gnus-article-browse-html-article): New function for viewing html
9155         articles with a browser.
9156
9157 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9158
9159         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9160         in elisp.
9161         (pgg-gpg-encrypt-symmetric-region): Ditto.
9162         (pgg-gpg-sign-region): Ditto.
9163
9164         * pgg-def.el (pgg-text-mode): New variable.
9165
9166         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9167         (mml2015-pgg-encrypt): Ditto.
9168
9169         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9170         (mml1991-pgg-encrypt): Ditto.
9171
9172 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9175         message-make-date instead of current-time-string.
9176
9177         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9178         to gnus-decoded which mm-uu might set.
9179
9180 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9183         don't decode quoted parameters; remove misimported Emacs code.
9184         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9185         (rfc2231-decode-encoded-string): Don't use split-string which
9186         behaves differently according to Emacs version; use
9187         mm-decode-coding-region to convert charset to coding-system.
9188         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9189         (rfc2231-encode-string): Remove misimported Emacs code.
9190
9191 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9194         when calling mail-header-parse-content-type.
9195         (article-de-quoted-unreadable): Ditto.
9196         (article-de-base64-unreadable): Ditto.
9197         (article-wash-html): Ditto.
9198
9199         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9200         calling mail-header-parse-content-type and
9201         mail-header-parse-content-disposition.
9202         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9203         mail-header-parse-content-type.
9204
9205         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9206         insert charset and format parameters; encode description after
9207         inserting it to buffer.
9208         (mml-insert-parameter): Fold lines properly even if a parameter is
9209         segmented into two or more lines; change the max column to 76.
9210
9211         * rfc1843.el (rfc1843-decode-article-body): Don't use
9212         ignore-errors when calling mail-header-parse-content-type.
9213
9214         * rfc2231.el (rfc2231-parse-string): Return at least type if
9215         possible; don't cause an error even if it fails in parsing of
9216         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9217         (rfc2231-encode-string): Don't break lines at the beginning, leave
9218         it to mml-insert-parameter.
9219
9220         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9221         calling mail-header-parse-content-type.
9222
9223 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * spam-report.el (spam-report-gmane-use-article-number):
9226         Improve doc string.
9227         (spam-report-gmane-internal): Check if a suitable header was found
9228         in the article.
9229
9230 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9233         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9234
9235 2006-02-05  Romain Francoise  <romain@orebokech.com>
9236
9237         Update copyright notices of all files in the gnus directory.
9238
9239 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9240
9241         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9242
9243 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9246         segmented lines of parameter value to cope with Thunderbird 1.5
9247         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9248         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9249         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9250
9251 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9252
9253         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9254         parts.
9255
9256 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9257
9258         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9259         there's only one active file for all servers.
9260         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9261         solid groups.  Gnus might have used a FAST request to select the group.
9262         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9263         and nnweb-search redundantly in the active file.
9264         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9265         (nnweb-request-create-group): Don't use ARGS.
9266         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9267         initialisations.  Let nnoo do the work.
9268
9269 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9272         Say the part has been decoded.
9273
9274         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9275
9276 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9277
9278         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9279         mailcap-viewer-test-cache when there's no 'test clause, since that
9280         will invert the meaning of a "nil" test previously determined by
9281         mailcap-mailcap-entry-passes-test.
9282
9283 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9286         compiling.
9287
9288         * gnus-sum.el: Ditto.
9289
9290         * message.el: Don't bind tool-bar-map when compiling.
9291
9292 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9295
9296 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9297
9298         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9299         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9300         current Google Groups.
9301
9302 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9305         and tool-bar-mode.
9306
9307         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9308         and tool-bar-mode.
9309
9310         * message.el (message-tool-bar-update): Simplify.
9311         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9312
9313         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9314         gnus-summary-buffer.
9315         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9316         gnus-summary-reply.
9317
9318         * gmm-utils.el (gmm): Add :version.
9319
9320 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * Makefile.in (clean): New rule.
9323         (distclean): Use it.
9324
9325 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9326
9327         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9328         autoload.
9329
9330 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gmm-utils.el (gmm-verbose): Add :group.
9333
9334 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * message.el: Change some comments WRT tool-bars.
9337
9338         * gnus-sum.el (gnus-summary-tool-bar)
9339         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9340         (gnus-summary-tool-bar-zap-list): New variables.
9341         (gnus-summary-make-tool-bar): Complete rewrite using
9342         `gmm-tool-bar-from-list'.
9343
9344         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9345         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9346         variables.
9347         (gnus-group-make-tool-bar): Complete rewrite using
9348         `gmm-tool-bar-from-list'.
9349         (gnus-group-tool-bar-update): New function.
9350
9351         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9352
9353 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9356         is dissected into a single part of which the type is the same as
9357         the given one; decode charset.
9358
9359 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9360
9361         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9362         into alists as symbol not string, since that's what
9363         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9364         look for.
9365
9366 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9369         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9370
9371         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9372
9373 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9376         (gnus-xmas-mime-security-button-menu): New function.
9377
9378         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9379         (gnus-mime-security-button-menu): New definition.
9380         (gnus-mime-security-button-map): Use them.
9381         (gnus-mime-security-button-menu): New function.
9382         (gnus-insert-mime-security-button): Addition to help echo.
9383         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9384         (gnus-mime-security-pipe-part): New functions.
9385
9386         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9387         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9388
9389         * mm-decode.el (mm-handle-set-disposition): Remove.
9390         (mm-handle-set-description): Remove.
9391
9392 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9395         (mm-w3m-standalone-supports-m17n-p): New function.
9396         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9397         w3m usage.
9398
9399         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9400         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9401
9402 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * message.el (message-tool-bar-zap-list): Use
9405         gmm-tool-bar-zap-list as custom type.
9406         (message-tool-bar-update): New function.
9407         (message-tool-bar, message-tool-bar-gnome)
9408         (message-tool-bar-retro): Add message-tool-bar-update.
9409         (message-tool-bar-gnome): Add flyspell-buffer.
9410
9411         * gnus-util.el (gnus-error): Describe `args'.
9412
9413         * gmm-utils.el (gmm-error): Describe `args'.
9414         (gmm-tool-bar-zap-list): New widget.
9415         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9416
9417 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9420         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9421         the number of recursive calls.
9422
9423         * mm-decode.el (mm-handle-set-disposition): New macro.
9424         (mm-handle-set-description): New macro.
9425
9426 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9429         encoding.
9430
9431 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * message.el (message-tool-bar-zap-list, message-tool-bar)
9434         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9435         (message-tool-bar-local-item-from-menu): Remove.
9436         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9437         (message-make-tool-bar): New function.
9438         (message-mode): Use `message-make-tool-bar'.
9439
9440         * gmm-utils.el: New file.
9441         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9442         (gmm-lazy): New widget copied from `nnmail.el'.
9443         (gmm-tool-bar-from-list): New function for creating customizable
9444         tool bars.
9445         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9446         output.
9447         (gmm): Add :prefix to defgroup.
9448
9449 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9450
9451         * gmm-utils.el (gmm-widget-p): New function.
9452
9453 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * mml.el (mml-attach-file): Describe `description' in doc string.
9456         (mml-menu): Add Emacs MIME manual and PGG manual.
9457
9458 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9459
9460         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9461
9462 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9463
9464         * nntp.el (nntp-end-of-line): Doc fix.
9465
9466 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9467
9468         * imap.el (imap-open): Handle case where buffer is a buffer
9469         object.
9470
9471 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9472
9473         * gnus-delay.el (gnus-delay): Don't autoload.
9474         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9475         to be re-loaded when customizing the `gnus-delay' group.
9476
9477 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9478
9479         * message.el (message-insert-citation-line): Use newlines.
9480
9481 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9482
9483         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9484         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9485         these routines, so the passphrase can be managed externally and
9486         passed in to the system.
9487         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9488         pgg-add-passphrase-to-cache function.
9489
9490         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9491         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9492         these routines, so the passphrase can be managed externally and
9493         passed in to the system.
9494         (pgg-pgp5-sign-region): Use new name of
9495         pgg-add-passphrase-to-cache function.
9496
9497 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9498
9499         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9500         part of the decoded armor to find the key-identifier.
9501         (pgg-gpg-lookup-key-owner): New function to return the
9502         human-readable identifier of a key owner.
9503         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9504         itself.
9505         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9506         the key value) if we have a key and can match it against a secret
9507         key.  Also, added a note pointing out fact that the prompt only
9508         indicates the first matching key.
9509
9510         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9511         pgg-decrypt-region.
9512         (pgg-add-passphrase-to-cache): Rename from
9513         `pgg-add-passphrase-cache' to reduce confusion (all callers
9514         changed).
9515         (pgg-remove-passphrase-from-cache): Rename from
9516         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9517         changed).
9518         (pgg-read-passphrase, pgg-add-passphrase-cache)
9519         (pgg-remove-passphrase-cache): Add informative docstrings.
9520         (pgg-decrypt): Convey provided passphrase in subordinate call to
9521         pgg-decrypt-region.
9522
9523 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9524
9525         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9526         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9527         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9528         'passphrase' argument, so the passphrase can be managed externally
9529         and then passed in to the system.
9530
9531         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9532         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9533         so the passphrase cache can be used reliably with identifiers
9534         besides a pgp packet's key id.
9535
9536         * pgg-gpg.el (pgg-gpg-encrypt-region)
9537         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9538         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9539         these routines, so the passphrase can be managed externally and
9540         passed in to the system.
9541
9542         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9543         'notruncate' argument, so the passphrase cache can be used
9544         reliably with identifiers besides a pgp packet's key id.
9545
9546 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9547
9548         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9549         symmetric encryption.
9550         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9551         encrypted session key.
9552         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9553         message ask for the passphrase in a proper way.
9554
9555         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9556         New user commands for symmetric encryption.
9557
9558 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9561
9562         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9563
9564 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9565
9566         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9567
9568 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * mm-decode.el (mm-inlined-types): Add application/pgp.
9571         (mm-automatic-display): Ditto.
9572
9573         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9574         part as text.
9575
9576 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * nnrss.el: Update copyright.
9579         (nnrss-opml-import): Query whether to subscribe to each entry.
9580
9581         * gnus-art.el:
9582         * gnus-sum.el:
9583         * gnus-xmas.el:
9584         * messagexmas.el:
9585         * mm-uu.el:
9586         * mm-view.el: Update copyright.
9587
9588 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * message.el (message-info): New function.
9591         (message-mode-menu): Add it.
9592         Update copyright.
9593
9594         * ChangeLog: Fix and update copyright.
9595
9596 2006-01-13  Romain Francoise  <romain@orebokech.com>
9597
9598         * message.el (message-forward-subject-name-subject): Prefer the
9599         address to 'nowhere' if the sender has no name.
9600         Fix typo.  Update copyright year.
9601
9602 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-art.el (article-wash-html): Use
9605         gnus-summary-show-article-charset-alist if a numeric arg is given.
9606         (gnus-article-wash-html-with-w3m-standalone): New function.
9607
9608         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9609         mm-inline-text-html-render-with-w3m-standalone.
9610         (mm-text-html-washer-alist): Map w3m-standalone to
9611         gnus-article-wash-html-with-w3m-standalone.
9612         (mm-inline-text-html-render-with-w3m-standalone): New function.
9613
9614 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9617         Improve LaTeX.
9618
9619 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9622         (nnrss-request-article): Render text/plain parts as HTML.
9623
9624         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9625         the buffer.
9626
9627 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9630         custom definition of `gnus-posting-styles'.
9631
9632         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9633         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9634
9635 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9638         Use nntp for bug archive.
9639
9640 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9643         parts.
9644         (nnrss-normalize-date): New function converts ISO 8601 date into
9645         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9646         (nnrss-check-group): Use it.
9647
9648 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9651
9652         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9653         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9654         (nnrss-insert-w3): Ditto.
9655
9656 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9659         the articles to be forwarded including the case where neither a
9660         number of articles nor a region is specified.
9661
9662 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * nnrss.el (nnrss-request-article): Fix last change; fill
9665         text/plain parts.
9666
9667 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9670         in text/plain part.
9671         (nnrss-check-group): Don't add excessive newline to dc:subject.
9672
9673 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9674
9675         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9676         article.
9677
9678 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9681         (nnml-use-compressed-files, nnml-save-mail): Support other
9682         comression programs such as bzip2.
9683
9684 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * dns.el (query-dns): Make sure we check the buffer size before
9687         removing tcp headers.
9688
9689 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9692         remove MIME buttons associated with multipart/alternative parts.
9693         (gnus-mime-display-alternative): Tag buttons using `article-type'
9694         text property.
9695
9696         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9697         associated with multipart/alternative parts.
9698
9699         * gnus-art.el (gnus-signature-separator): Fix custom type.
9700
9701         * mm-decode.el (mm-inlined-types): Fix custom type.
9702         (mm-keep-viewer-alive-types): Ditto.
9703         (mm-automatic-display): Ditto.
9704         (mm-attachment-override-types): Ditto.
9705         (mm-inline-override-types): Ditto.
9706         (mm-automatic-external-display): Ditto.
9707
9708 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * spam-report.el (spam-report-user-mail-address)
9711         (spam-report-user-agent): New variables.
9712         (spam-report-url-ping-plain): Use spam-report-user-agent.
9713
9714 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9715
9716         * gnus-art.el (gnus-button-handle-custom): Do not just use
9717         `customize-apropos' for any "M-x customize-*" button but the
9718         function called for.  Accept both the function name and its
9719         argument in order to achieve this.
9720         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9721         function name to `gnus-button-handle-custom' in case of "M-x
9722         customize-*" buttons.
9723
9724 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9727         multipart/alternative and add xref to mm-discouraged-alternatives
9728         in doc string.
9729
9730         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9731         gnus-buttonized-mime-types in doc string.
9732
9733 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9736         Suggest image/.* in the doc string.
9737
9738 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9741         message-marks (Debian bug #342521).
9742
9743 2005-12-12  Simon Josefsson  <jas@extundo.com>
9744
9745         * password.el (password-read-from-cache): Add.
9746         (password-read): Use it.
9747
9748 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9751         us-ascii as a MIME charset.
9752
9753         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9754         against the case where the 2nd arg TYPE is nil.
9755
9756 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * pop3.el (pop3-stream-type): Fix custom version.
9759
9760         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9761
9762 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9763
9764         * mm-decode.el (mm-display-external): Add missing cdr.
9765
9766 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9769         RFC1524) if it is in mailcap or add a suffix according to
9770         mailcap-mime-extensions when generating a temp filename; postpone
9771         deleting a temp file for 2 seconds for some wrappers, shell
9772         scripts, and so on, which might exit right after having started a
9773         viewer command as a background job.
9774
9775 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * nntp.el (nntp-marks-directory): Fix custom group.
9778
9779         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9780         steps when < 10.
9781
9782         * gnus-start.el (gnus-no-server-1): Mention
9783         `gnus-level-default-subscribed' in doc string.
9784
9785 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9786
9787         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9788         parens.
9789
9790 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-xmas.el (gnus-use-toolbar): Revert.
9793         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9794         gnus-use-toolbar is default.
9795
9796         * messagexmas.el (message-use-toolbar): Revert.
9797         (message-setup-toolbar): Use global default-toolbar if
9798         message-use-toolbar is default.
9799
9800 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9803         according to default-toolbar-visible-p.
9804
9805         * messagexmas.el (message-use-toolbar): Ditto.
9806
9807 2005-11-26  Dave Love  <fx@gnu.org>
9808
9809         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9810         (tls-program, tls-success): Provide openssl alternative.
9811
9812         * starttls.el: Doc fixes.
9813         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9814         SERVICE to PORT.
9815
9816         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9817         port null or service name.
9818         (starttls-negotiate): Autoload.
9819
9820 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * message.el (message-kill-to-signature): Fix interactive spec.
9823
9824 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * pop3.el (pop3-open-server): Recognize a string as a service name.
9827
9828 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9829
9830         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9831
9832 2005-11-23  Dave Love  <fx@gnu.org>
9833
9834         Add pop3s, pop3/starttls.
9835
9836         * pop3.el (pop3-authentication-scheme): Clarify doc.
9837         (open-tls-stream, starttls-open-stream): Autoload.
9838         (pop3-stream-type): New.
9839         (pop3-open-server): Use it.
9840
9841         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9842         for POP.
9843         (mail-source-keyword-map): Add :stream for POP.
9844         (mail-source-fetch-pop): Use pop3-stream-type.
9845
9846 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9849         of current-time-string.
9850
9851 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9852
9853         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9854         date header.
9855
9856 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9857
9858         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9859         it can seriously impact performance as it bypasses the agent's
9860         local caches.
9861
9862 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9863
9864         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9865         must be explicitly online rather than "not explicitly offline" for
9866         its flags to be synchronized.
9867
9868         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9869         that gnus-uu-unmark-thread will function correctly.
9870
9871         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9872         1024K is instead displayed as 1M.
9873
9874 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9877
9878 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9879
9880         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9881
9882 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9883
9884         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9885         error message to display actual error condition.
9886         (gnus-agent-save-local): Avoid saving symbols that are bound to
9887         nil as they simply result in a warning message in
9888         gnus-agent-read-local.
9889
9890 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9893         rather than make-variable-buffer-local for file-precious-flag.
9894
9895 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9896
9897         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9898         for duplicates which are removed.  The invalid sort check then
9899         triggers a rescan after the sort as sorting may have moved
9900         duplicate entries such that they can be cheaply detected.
9901
9902 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9905
9906 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9907
9908         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9909         internal variable to a custom variable.  Changed default value
9910         from compressed(2) to uncompressed(1).
9911         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9912         support for uncompressed agentview files.  Taken together, reading
9913         the agentview file should now be 6-7 times faster.
9914
9915 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9916
9917         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9918         as a buffer-local variable.  This avoids creating truncated
9919         dribble files as a result of a hang up, eg.
9920
9921 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9922
9923         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9924         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9925         XEmacs.
9926
9927 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-start.el (gnus-start-draft-setup): Enforce
9930         `gnus-draft-mode' for nndraft:drafts at startup.
9931
9932         * gnus.el (gnus-splash): Change custom group.
9933         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9934         allow-list argument.
9935
9936         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9937         string.
9938
9939 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * gnus-art.el (gnus-default-article-saver): Add user-defined
9942         `function' to custom type.
9943
9944 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9945
9946         * imap.el (imap-open): Handle case where buffer is a buffer
9947         object.
9948
9949 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9952         long lines.
9953         (gnus-cache-delete-group): Wrap doc strings.
9954
9955         * gnus-agent.el (gnus-agent-rename-group)
9956         (gnus-agent-delete-group): Wrap doc strings.
9957
9958 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * messagexmas.el (message-use-toolbar): Change the valid values
9961         into default, top, bottom, left, and right.
9962         (message-toolbar-thickness): New variable.
9963         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9964         well.
9965         (message-setup-toolbar): Make it work.
9966
9967         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9968         (gnus-use-toolbar): Change the valid values into default, top,
9969         bottom, left, and right.
9970         (gnus-toolbar-thickness): New variable.
9971         (gnus-xmas-setup-toolbar): New function.
9972         (gnus-xmas-setup-group-toolbar): Use it.
9973         (gnus-xmas-setup-summary-toolbar): Use it.
9974
9975 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * gnus-start.el (gnus-1): Add "native" to
9978         gnus-predefined-server-alist.
9979
9980         * gnus.el (gnus-method-to-server): Don't add "native" to the
9981         lists here, because that leads to problems when
9982         gnus-select-method is bound.
9983
9984 2005-11-09  Simon Josefsson  <jas@extundo.com>
9985
9986         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9987         use (not sort-by-date) instead.
9988
9989 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9990
9991         * gnus-delay.el (gnus-delay-group): Don't autoload.
9992         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9993         to be re-loaded when customizing the `gnus-delay' group.
9994
9995 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9996
9997         * message.el: Revert last changes.
9998         (message-insert-citation-line): Use newlines.
9999
10000 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10001
10002         * message.el (message-courtesy-message)
10003         (message-mark-insert-begin, message-mark-insert-end)
10004         (message-elide-ellipsis, message-cancel-message)
10005         (message-add-header, message-change-subject)
10006         (message-cross-post-followup-to-header)
10007         (message-cross-post-insert-note, message-reduce-to-to-cc)
10008         (message-widen-reply, message-delete-not-region)
10009         (message-kill-to-signature, message-insert-signature)
10010         (message-insert-importance-high, message-insert-importance-low)
10011         (message-insert-or-toggle-importance)
10012         (message-insert-disposition-notification-to)
10013         (message-indent-citation, message-yank-original)
10014         (message-cite-original-without-signature, message-cite-original)
10015         (message-insert-citation-line, message-position-on-field)
10016         (message-fix-before-sending, message-send-mail-partially)
10017         (message-send-mail, message-send-mail-with-sendmail)
10018         (message-send-mail-with-qmail, message-send-news)
10019         (message-check-news-header-syntax, message-generate-headers)
10020         (message-insert-courtesy-copy, message-fill-address)
10021         (message-fill-header, message-shorten-references)
10022         (message-setup-1, message-cancel-news)
10023         (message-forward-make-body-plain, message-forward-make-body-mime)
10024         (message-forward-make-body-mml, message-encode-message-body)
10025         (message-forward-make-body-digest-plain)
10026         (message-forward-make-body-digest-mime)
10027         (message-use-alternative-email-as-from): Insert `hard-newline'
10028         instead of ordinary newlines.
10029
10030 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * message.el (message-generate-headers): Downcase the argument
10033         given to message-check-element.
10034
10035 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10036
10037         * nntp.el (nntp-authinfo-rejected): New error condition.
10038         (nntp-wait-for): Use new error condition to signal authentication
10039         error.
10040         (nntp-retrieve-data): Rethrow new error condition to break out of
10041         recursive call to nntp-send-authinfo.
10042
10043 2005-11-08  Romain Francoise  <romain@orebokech.com>
10044
10045         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10046         (gnus-summary-exit-map): Bind to `Z p'.
10047         (gnus-summary-make-menu-bar): Add menu item.
10048
10049 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10052         (gnus-treat-*): Add `first' in all doc strings.
10053
10054         * gnus-group.el (gnus-group-compact-group): Fix typo.
10055
10056 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus.el (gnus-parameters-case-fold-search): New variable.
10059         (gnus-parameters-get-parameter): Use it.
10060
10061         * gnus-score.el (gnus-home-score-file): Doc fix.
10062
10063 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10064
10065         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10066
10067 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * mm-util.el (mm-special-display-p): New function.
10070
10071         * mml.el (mml-preview): Use it; doc fix.
10072
10073 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10074
10075         * imap.el (imap-open): Handle case where buffer is a buffer object.
10076
10077 2005-10-29  Romain Francoise  <romain@orebokech.com>
10078
10079         * message.el (message-fix-before-sending): Fix comment.
10080
10081 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10082
10083         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10084
10085 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10086
10087         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10088         Used in gnus-score.el.
10089
10090 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10093
10094 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10097         whitespace removed in revision 7.8.  Use concatenated string to
10098         protect trailing whitespace.
10099
10100 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10101
10102         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10103         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10104         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10105         Courier IMAP ("some version from 2004").  Mostly based on similar
10106         code in the same function.
10107
10108 2005-10-26  Didier Verna  <didier@xemacs.org>
10109
10110         * gnus-group.el (gnus-group-compact-group): Invalidate original
10111         article buffer.
10112         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10113         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10114         NOV database and in article itself.
10115         Invalidate article backlog.
10116
10117 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10120
10121 2005-10-26  Simon Josefsson  <jas@extundo.com>
10122
10123         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10124         part of 2004-07-25 change.
10125
10126 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * message.el (message-display-completion-list): New function.
10129         (message-expand-group): Use it; make sure the Completions buffer
10130         is modifiable.
10131 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10132
10133         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10134         user-mail-name is an empty string.
10135
10136 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10139         depending on gnus-score-decay-constant.
10140
10141         * encrypt.el (encrypt-insert-file-contents)
10142         (encrypt-write-file-contents): Don't use `gnus-message'.
10143
10144         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10145         arguments.
10146         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10147         arguments to mm-uu-verbatim-marks-extract.
10148         (mm-uu-hide-markers): New variable.
10149         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10150
10151         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10152         (gnus-convert-image-to-face-command): Use "convert" by default to
10153         allow other input image formats.
10154         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10155         accordingly.
10156
10157 2005-10-23  Simon Josefsson  <jas@extundo.com>
10158
10159         * imap.el (imap-gssapi-program): Align command line parameters
10160         with latest GNU SASL.
10161         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10162
10163 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10166         HTML.
10167         (nnslashdot-request-article): Ditto.
10168
10169         * lpath.el (featurep): Add nobreak-char-display.
10170
10171 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10172
10173         * mail-source.el (mail-source-fetch-pop): Require pop3.
10174         (mail-source-check-pop): Ditto.
10175
10176 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10179         errors.
10180
10181 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10184         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10185
10186         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10187
10188         * mm-bodies.el (mm-decode-string): Call
10189         `mm-charset-to-coding-system' with allow-override argument.
10190
10191 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10194         (rfc2047-charset-to-coding-system): New function.
10195         (rfc2047-decode-encoded-words): New function.
10196         (rfc2047-decode-region): Use them.
10197         (rfc2047-decode-cte): Remove.
10198         (rfc2047-parse-and-decode): Remove.
10199         (rfc2047-decode): Remove.
10200
10201 2005-10-15  Kenichi Handa  <handa@m17n.org>
10202
10203         * rfc2047.el (rfc2047-decode-cte): New function.
10204         (rfc2047-decode-region): Change the way to decode successive
10205         encoded-words: decode B- or Q-encoding in each encoded-word,
10206         concatenate them, and decode it as charset.
10207
10208 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * lpath.el: Fbind codepage-setup for XEmacs.
10211
10212 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10213
10214         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10215         widget-move-and-invoke.
10216         (gnus-custom-mode): Use gnus-custom-map.
10217
10218 2005-10-15  Bill Wohler  <wohler@newt.com>
10219
10220         * message.el (message-tool-bar-map): Renamed image file from
10221         mail_send to mail/send.
10222
10223 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10224
10225         * message.el (message-expand-group): Pass the common
10226         prefix substring of completion to `display-completion-list'.
10227
10228 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * mml-sec.el (mml-secure-method): New internal variable.
10231         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10232         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10233         functions using mml-secure-method.
10234
10235         * mml.el (mml-mode-map): Add key bindings for those functions.
10236         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10237         Harder <harder@myrealbox.com>.
10238         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10239         end of message if point is the headers of the message.
10240
10241         * message.el (message-in-body-p): New function.
10242
10243         * assistant.el: Autoload gnus-util and netrc.
10244
10245         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10246         Use `mm-charset-override-alist' only when decoding.
10247
10248         * mm-bodies.el (mm-decode-body): Call
10249         `mm-charset-to-coding-system' with allow-override argument.
10250
10251         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10252         `filename' from Content-Disposition if Content-Type doesn't
10253         provide `name'.
10254         (gnus-mime-view-part-as-type): Set default instead of
10255         initial-input.
10256
10257 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10258
10259         * format-spec.el (format-spec): Propagate text properties of % spec.
10260
10261 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * gnus-art.el (gnus-treat-predicate): Add `first'.
10264
10265 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10268         (mm-charset-override-alist): New variable.
10269         (mm-charset-to-coding-system): Use it.
10270         (mm-codepage-setup): New helper function.
10271         (mm-charset-eval-alist): New variable.
10272         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10273         about unknown charsets.
10274
10275         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10276
10277 2005-10-04  David Hansen  <david.hansen@gmx.net>
10278
10279         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10280         (nnrss-check-group): Ditto.
10281
10282 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10285         Rename x-gnus-verbatim to x-verbatim.
10286         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10287
10288         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10289         x-verbatim.
10290
10291         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10292
10293         * gnus-util.el (gnus-remove-duplicates): Remove.
10294
10295         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10296         instead of gnus-remove-duplicates.
10297
10298         * message.el (message-remove-duplicates): Remove.
10299         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10300         message-remove-duplicates.
10301
10302         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10303         available, else use implementation from `delete-dups'.
10304
10305         * message.el (message-insert-expires): New function.
10306         (message-mode-map): Add key binding.
10307         (message-mode-field-menu): Add menu entry.
10308         (message-mode): Document it.
10309         (message-make-expires-date): Use `message-make-date'.
10310
10311 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10312
10313         * message.el (message-make-expires-date): New function.
10314
10315 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * Makefile.in (list-installed-shadows): New entry.
10318         (install): Use it.
10319         (remove-installed-shadows): New entry.
10320
10321         * dgnushack.el (dgnushack-default-load-path): New variable.
10322         (dgnushack-find-lisp-shadows): New function.
10323         (dgnushack-remove-lisp-shadows): New function.
10324
10325 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * Makefile.in (install-el-elc): New entry.
10328         (install): Use it so that .el files are necessarily installed.
10329
10330 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10333
10334 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10335
10336         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10337         function rather than the diff-mode.el package.
10338         (mm-display-external): Use with-current-buffer.
10339         (mm-viewer-completion-map, mm-viewer-completion-map):
10340         Move initialization inside declaration.
10341
10342 2005-09-29  Simon Josefsson  <jas@extundo.com>
10343
10344         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10345         autoload mail-check-payment.
10346         (spam-check-hashcash): Define unconditionally, since hashcash.el
10347         is part of Gnus now.  Ignore errors from payment checking.
10348
10349 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * message.el (message-bold-region, message-unbold-region): Rename
10352         from `bold-region' and `unbold-region'.
10353
10354         * message.el: Remove useless autoloads.
10355
10356 2005-09-28  Simon Josefsson  <jas@extundo.com>
10357
10358         * message.el (message-use-idna): Default to t.
10359         (message-use-idna): Test whether encoding works too.  Doc fix.
10360
10361 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * nntp.el (nntp-warn-about-losing-connection): Remove.
10364
10365 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10368         customizable.  Change default value.
10369         (mm-uu-diff-groups-regexp): Change default value.
10370         (mm-uu-type-alist): Add doc string.
10371         (mm-uu-configure): Add doc string.  Make it interactive.
10372         (mm-uu-tex-groups-regexp): New variable.
10373         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10374         (mm-uu-type-alist): Add LaTeX documents.
10375         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10376         of "text/verbatim".
10377         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10378
10379         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10380         instead of "text/verbatim".
10381
10382         * message.el (message-mark-inserted-region)
10383         (message-mark-insert-file): Use slrn style marks when called with
10384         prefix argument.
10385
10386 2005-09-27  Simon Josefsson  <jas@extundo.com>
10387
10388         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10389
10390 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10391
10392         * message.el (message-remove-duplicates): New function.
10393         Implementation borrowed from `gnus-remove-duplicates'.
10394         (message-idna-to-ascii-rhs): Also encode idna addresses in
10395         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10396         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10397         only ask about the same idna domain once per header and also tell
10398         in what header to replace the idna domain.
10399
10400         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10401         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10402         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10403         a header is decoded and not just the last one.
10404
10405 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10408         has been decoded.
10409
10410         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10411         (mm-insert-part): Don't modify text if it has been decoded.
10412
10413         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10414         decoded.
10415
10416         * mm-view.el (mm-inline-text): Don't strip text props unless
10417         decoding enriched or richtext parts.
10418
10419 2005-09-25  Romain Francoise  <romain@orebokech.com>
10420
10421         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10422         * gnus-start.el (gnus-subscribe-interactively):
10423         * gnus-uu.el (gnus-uu-grab-articles):
10424         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10425         space.
10426
10427 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10428
10429         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10430         * mm-view.el (mm-view-pkcs7-decrypt):
10431         * gnus-sum.el (gnus-summary-limit-to-extra)
10432         (gnus-summary-respool-article, gnus-read-move-group-name):
10433         * gnus-score.el (gnus-summary-increase-score):
10434         * gnus-util.el (gnus-completing-read-with-default):
10435         * gnus-art.el (gnus-read-save-file-name)
10436         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10437         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10438         * message.el (message-check-news-header-syntax):
10439         Follow convention for reading with the minibuffer.
10440
10441 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * spam-report.el (spam-report-url-ping-plain):
10444         Use gnus-extended-version as User-Agent.
10445
10446         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10447         default value is nil.
10448
10449         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10450         (mm-uu-verbatim-marks-extract): New function.
10451         (mm-uu-extract): New face.
10452         (mm-uu-copy-to-buffer): Use it.
10453
10454         * spam-report.el (spam-report-gmane-ham): Renamed from
10455         `spam-report-gmane-unspam'.
10456         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10457         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10458
10459         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10460         Autoload.
10461         (spam-report-gmane-unregister-routine): Renamed
10462         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10463
10464 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10465
10466         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10467         (spam-report-gmane-unregister-routine): Add support for gmane
10468         unregistration.
10469
10470         * spam-report.el (spam-report-gmane-unspam)
10471         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10472         (spam-report-gmane): Change to take a single article and do unspam
10473         registration.
10474
10475 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * mm-url.el (mm-url-decode-entities): Fix regexp.
10478
10479 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480
10481         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10482         default to nil, to be able to use Gnus at all.  If the default
10483         switches to something else, then the function should be fixed not
10484         be exceedingly slow.
10485
10486 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10487
10488         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10489         fail hard.
10490
10491         * spam-report.el: Add better Keywords line.
10492
10493         * spam.el: Add Maintainer and better Keywords line.
10494
10495 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * gnus-art.el (gnus-article-replace-part)
10498         (gnus-mime-replace-part): New functions.
10499         (gnus-mime-action-alist, gnus-mime-button-commands)
10500         (gnus-mime-save-part-and-strip): Added file argument.
10501         (gnus-article-part-wrapper): Added interactive argument.
10502
10503         * gnus-sum.el (gnus-summary-mime-map): Add
10504         `gnus-article-replace-part'.
10505
10506 2005-09-19  Didier Verna  <didier@xemacs.org>
10507
10508         The nnml compaction feature:
10509         * nnml.el (nnml-request-compact-group): New function.
10510         * nnml.el (nnml-request-compact): New function.
10511         * gnus-int.el (gnus-request-compact-group): New function.
10512         * gnus-int.el (gnus-request-compact): New function.
10513         * gnus-group.el (gnus-group-compact-group): New function.
10514         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10515         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10516         * gnus-srvr.el (gnus-server-compact-server): New function.
10517         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10518         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10519
10520 2005-09-18  Deepak Goel  <deego@gnufans.org>
10521
10522         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10523         format spec.
10524
10525 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10528
10529 2005-09-15  Romain Francoise  <romain@orebokech.com>
10530
10531         * message.el (message-fill-paragraph): Clarify docstring.
10532
10533 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-art.el (gnus-mime-display-part): Protect against broken
10536         MIME messages.
10537
10538 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10541         before parsing header.
10542
10543 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10544
10545         * html2text.el (html2text-replace-list): Add new entities.
10546
10547 2005-09-11  Romain Francoise  <romain@orebokech.com>
10548
10549         * message.el (message-alternative-emails): Improve docstring.
10550         (message-setup-1): Call `message-use-alternative-email-as-from'
10551         after `message-setup-hook' to give it precedence over posting
10552         styles, etc.
10553         (message-use-alternative-email-as-from): Add docstring.  Remove
10554         the original From header if present.
10555
10556         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10557         (nnml-save-mail): Use it.
10558
10559         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10560         articles.  Add new argument `silent'.
10561         (gnus-uu-mark-all): Report the total number of marked articles.
10562
10563 2005-09-10  Romain Francoise  <romain@orebokech.com>
10564
10565         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10566         (gnus-uu-mark-series): Likewise.
10567
10568 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * spam-report.el (spam-report-gmane): Fix generation of spam
10571         report URL.
10572
10573 2005-09-10  Simon Josefsson  <jas@extundo.com>
10574
10575         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10576         t, based on discussion on the ding list with Robert Epprecht
10577         <epprecht@solnet.ch>.
10578
10579 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10580
10581         * spam-report.el (spam-report-gmane): Make it work without
10582         X-Report-Spam header.  Gmane now only provides Archived-At.
10583         This is only used if `spam-report-gmane-use-article-number' is nil.
10584         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10585
10586         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10587         make `gnus-summary-sort-by-recipient' work with threading.
10588
10589         * nnweb.el (nnweb-google-wash-article): Print a message if article
10590         is not available.
10591
10592 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10593
10594         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10595         change.  Decode text/* parts content before displaying.
10596
10597 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10600
10601 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10604
10605         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10606         url-package-name, url-package-version,
10607         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10608         w3m-display-inline-images, and w3m-minor-mode-map.
10609
10610 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * message.el (message-tab-body-function): Fix mismatched custom type.
10613
10614         * gnus.el (gnus-group-change-level-function): Ditto.
10615
10616         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10617
10618         * gnus-art.el (gnus-signature-limit)
10619         (gnus-article-mime-part-function): Ditto.
10620
10621 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * mml.el (mml-mode): Silence the byte compiler.
10624
10625         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10626         using `(sit-for 0)' before moving the point to the specified part;
10627         skip unbuttonized parts.
10628         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10629         return to the summary window if gnus-auto-select-part is non-nil.
10630
10631 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10634         variables.
10635         (mml-dnd-attach-file, mml-mode): Use them.
10636
10637         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10638         Make fetching article by MID work again for Google Groups.  Added
10639         FIXME concerning gnus-group-make-web-group.
10640
10641         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10642         Don't depend on Gnus by using mail-extract-address-components if
10643         gnus-extract-address-components is not bound.
10644
10645 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * gnus-art.el (gnus-mime-display-security): Don't display the
10648         signature, but only the signed part.
10649
10650 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10653
10654         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10655         list, not listp.
10656
10657 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10658
10659         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10660         when encoding.
10661
10662         * mm-bodies.el (mm-decode-content-transfer-encoding):
10663         De-canonicalize CRLF for all text content types, not just
10664         text/plain.
10665
10666 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10669         valid article; point arrow and cursor at the MIME button.
10670
10671 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10674         Suggested by Dan Christensen <jdc@uwo.ca>.
10675
10676         * mm-decode.el (mm-save-part): Enable change of prompt.
10677
10678 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10679
10680         * gnus-msg.el (gnus-inews-add-send-actions): Made
10681         `message-post-method' lambda parameter ARG `&optional'.
10682
10683 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * gnus-sum.el (gnus-summary-mime-map): Added
10686         gnus-article-save-part-and-strip, gnus-article-delete-part and
10687         gnus-article-jump-to-part.
10688
10689         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10690         (gnus-article-edit-part): Use it.
10691         (gnus-article-part-wrapper): Added no-handle argument.
10692         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10693         functions.
10694
10695 2005-08-29  Romain Francoise  <romain@orebokech.com>
10696
10697         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10698         docstring.
10699         (gnus-face-from-file): Likewise.
10700
10701 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10704         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10705         non-nil.
10706         (gnus-auto-select-part): New variable.
10707         (gnus-article-jump-to-part): New function.
10708         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10709         (gnus-mime-delete-part): Allow selecting specified part after
10710         deleting or stripping parts.
10711         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10712         part if argument is bogus.
10713
10714 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10715
10716         * gnus-art.el (w3m-minor-mode-map):
10717         * gnus-spec.el (gnus-newsrc-file-version):
10718         * gnus-util.el (nnmail-active-file-coding-system)
10719         (gnus-original-article-buffer, gnus-user-agent):
10720         * gnus.el (gnus-ham-process-destinations)
10721         (gnus-parameter-ham-marks-alist)
10722         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10723         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10724         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10725         * mm-decode.el (gnus-current-window-configuration):
10726         * mm-extern.el (gnus-article-mime-handles):
10727         * mm-url.el (url-current-object, url-package-name)
10728         (url-package-version):
10729         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10730         (smime-keys, w3m-cid-retrieve-function-alist)
10731         (w3m-current-buffer, w3m-display-inline-images)
10732         (w3m-minor-mode-map):
10733         * mml-smime.el (gnus-extract-address-components):
10734         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10735         (gnus-newsrc-hashtb, message-default-charset)
10736         (message-deletable-headers, message-options)
10737         (message-posting-charset, message-required-mail-headers)
10738         (message-required-news-headers):
10739         * mml1991.el (mc-pgp-always-sign):
10740         * mml2015.el (mc-pgp-always-sign):
10741         * nnheader.el (nnmail-extra-headers):
10742         * rfc1843.el (gnus-decode-encoded-word-function)
10743         (gnus-decode-header-function, gnus-newsgroup-name):
10744         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10745
10746 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10747
10748         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10749         the end of the date treatments.
10750
10751 2005-08-15  Simon Josefsson  <jas@extundo.com>
10752
10753         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10754         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10755         Capello and Romain Francoise.
10756         (pgg-fetch-key-function): Removed, not used?
10757         (pgg-insert-url-with-w3): Require url, to get
10758         url-insert-file-contents regardless of where it is defined.
10759
10760 2005-08-13  Romain Francoise  <romain@orebokech.com>
10761
10762         * message.el (message-cite-original-1): New function.
10763         (message-cite-original): Use it.
10764         (message-cite-original-without-signature): Ditto.
10765
10766 2005-08-08  Romain Francoise  <romain@orebokech.com>
10767
10768         * message.el (message-yank-empty-prefix): New variable.
10769         (message-indent-citation): Use it.
10770         (message-cite-original-without-signature): Respect X-No-Archive.
10771
10772 2005-08-08  Simon Josefsson  <jas@extundo.com>
10773
10774         * pgg.el: Autoload url-insert-file-contents instead of loading
10775         w3/url.
10776         (pgg-insert-url-with-w3): Don't load url here.
10777
10778 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10779
10780         * message.el (message-kill-to-signature): Don't insert newline at
10781         bol.
10782         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10783
10784 2005-08-06  Romain Francoise  <romain@orebokech.com>
10785
10786         * message.el (message-user-fqdn): Fix typo in docstring.
10787
10788 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10789
10790         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10791
10792         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10793
10794 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * mm-bodies.el (mm-encode-body): Use coding system rather than
10797         charset to encode text.
10798
10799         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10800         number of charsets if utf-8 is available (XEmacs).
10801
10802 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10805         taken from `gnus-button-mid-or-mail-regexp'.
10806         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10807         (gnus-button-alist): Improve regexp for domain part of the MIDs
10808         for news:localpart@domain buttons.
10809         (gnus-button-ctan-directory-regexp): Update.
10810
10811 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * sieve-manage.el (sieve-manage-interactive-login): Use
10814         make-local-variable rather than make-variable-buffer-local.
10815         (sieve-manage-open): Ditto.
10816         (sieve-manage-authenticate): Ditto.
10817
10818         * mml.el (mml-generate-mime-1): Make the content type default to
10819         text/plain if the filename is not specified.
10820
10821 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10824         instead of insert-buffer.
10825
10826         * message.el (message-yank-original): Ditto; set the mark at the
10827         end of the yanked message.
10828
10829 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10832         lines to scroll rather than to stop it.
10833
10834         * mml.el (mml-generate-default-type): Add doc string.
10835         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10836         default to application/octet-stream when determining the content
10837         type if it is not specified for the part or the mml contents; add
10838         a comment about mml-generate-default-type.
10839
10840 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10843         make it default to application/octet-stream when determining the
10844         content type if it is not specified for the external contents.
10845
10846 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10849         segmented parameter but also other parameters might be there.
10850
10851 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * mm-decode.el (mm-display-external): Delete temp file, directory
10854         and buffer immediately if the external process is exited.
10855
10856 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10859         fewer lines than that of scroll-margin.
10860         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10861
10862 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-art.el (gnus-article-next-page): Revert.
10865         (gnus-article-beginning-of-window): New macro.
10866         (gnus-article-next-page-1): Use it.
10867         (gnus-article-prev-page): Ditto.
10868         (gnus-article-edit-part): Use insert-buffer-substring instead of
10869         insert-buffer.
10870         (gnus-article-edit-exit): Ditto.
10871
10872         * gnus-util.el (gnus-beginning-of-window): Remove.
10873         (gnus-end-of-window): Remove.
10874
10875         * lpath.el: Don't bind header-line-format and scroll-margin.
10876
10877 2005-07-25  Simon Josefsson  <jas@extundo.com>
10878
10879         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10880         to have the url package without w3.  Reported by Daiki Ueno
10881         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10882
10883 2005-07-20  Didier Verna  <didier@xemacs.org>
10884
10885         * gnus-diary.el: Remove the description comment (nndiary is now
10886         properly documented in the Gnus manual).
10887         Fix the spelling of "Back End".
10888         * nndiary.el: Ditto.
10889         Fix the copyright notice.
10890
10891 2005-07-18  Romain Francoise  <romain@orebokech.com>
10892
10893         * gnus-sum.el (gnus-summary-to-prefix)
10894         (gnus-summary-newsgroup-prefix): New variables.
10895         (gnus-summary-from-or-to-or-newsgroups): Use them.
10896
10897 2005-07-17  Romain Francoise  <romain@orebokech.com>
10898
10899         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10900         space as it's generally not especially interesting to the user.
10901
10902 2005-07-16  Romain Francoise  <romain@orebokech.com>
10903
10904         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10905         nil to avoid prompting and file modification if one of the
10906         messages at the top of the nnfolder file contains a copyright
10907         notice.
10908         Update copyright notice.
10909
10910         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10911         instead of `current-time-string' as the latter creates a time
10912         string that is not RFC 2822 compliant (it lacks the zone).
10913         Update copyright notice.
10914
10915 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10916
10917         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10918         for text/rtf.  Display default in prompt.  Pass default for M-n.
10919
10920         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10921
10922 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * gnus-msg.el (gnus-button-mailto): Remove
10925         save-selected-window-window hackery because it relies on
10926         save-selected-window internals.
10927
10928 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10931         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10932         (gnus-article-prev-page): Ditto.
10933
10934         * gnus-util.el (gnus-beginning-of-window): New function.
10935         (gnus-end-of-window): New function.
10936
10937         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10938
10939 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10940
10941         * gnus-score.el (gnus-score-edit-all-score): Set
10942         gnus-score-edit-exit-function to gnus-score-edit-done and call
10943         gnus-message.
10944
10945 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * gnus-msg.el (gnus-button-mailto): Remove
10948         save-selected-window-window hackery because it relies on
10949         save-selected-window internals.
10950
10951 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10954         add-minor-mode.
10955         (gnus-binary-mode): Ditto.
10956
10957         * gnus-topic.el (gnus-topic-mode): Ditto.
10958
10959 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10960
10961         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10962         (gnus-article-prev-page): Take scroll-margin into consideration.
10963
10964 2005-07-04  Lute Kamstra  <lute@gnu.org>
10965
10966         Update FSF's address in GPL notices.
10967
10968 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10969
10970         * gnus.el (gnus-exit):
10971         * gnus-group.el (gnus-group-icons):
10972         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10973
10974         * gnus-nocem.el (gnus-nocem):
10975         * message.el (message-various, message-buffers, message-sending)
10976         (message-interface, message-forwarding, message-insertion)
10977         (message-headers, message-news, message-mail):
10978         * pgg-gpg.el (pgg-gpg):
10979         * pgg-parse.el (pgg-parse):
10980         * pgg-pgp.el (pgg-pgp):
10981         * pgg-pgp5.el (pgg-pgp5):
10982         * pop3.el (pop3): Finish `defgroup' description with period.
10983
10984 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-art.el (article-display-face): Improve the efficiency.
10987         (article-display-x-face): Ditto; remove grey x-face stuff.
10988
10989 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-art.el (article-display-face): Correct the position in
10992         which Faces are inserted.
10993
10994 2005-06-29  Didier Verna  <didier@xemacs.org>
10995
10996         * gnus-art.el (article-display-face): Display faces in correct
10997         order.
10998
10999 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11002         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11003         (gnus-nocem-check-article): Fetch the Type header.
11004         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11005         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11006         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11007         make sure gnus-nocem-hashtb is initialized.
11008         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11009         (gnus-nocem-unwanted-article-p): Ditto.
11010
11011         * pgg.el (pgg-verify): Return the verification result.
11012
11013 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11014
11015         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11016         is ascii.
11017
11018 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11019
11020         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11021         `show-nonbreak-escape'.
11022
11023 2005-06-23  Lute Kamstra  <lute@gnu.org>
11024
11025         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11026
11027         * dig.el (dig-mode):
11028         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11029
11030 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11031
11032         * nnimap.el (nnimap-split-download-body): Fix spellings.
11033
11034 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11035
11036         * gnus-art.el (gnus-article-encrypt-body):
11037         * gnus-cus.el (gnus-score-customize):
11038         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11039         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11040
11041 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11042
11043         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11044         header by looking for magic "MII" at the beginnig.
11045
11046 2005-06-16  Miles Bader  <miles@gnu.org>
11047
11048         * gnus-xmas.el (gnus-xmas-group-startup-message):
11049         Use renamed gnus-splash face.
11050
11051         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11052         (assistant-field-face): New backward-compatibility alias for renamed
11053         face.
11054         (assistant-render-text): Use renamed assistant-field face.
11055
11056         * spam.el (spam): Remove "-face" suffix from face name.
11057         (spam-face): New backward-compatibility alias for renamed face.
11058         (spam-face, spam-initialize): Use renamed spam face.
11059
11060         * message.el (message-header-to, message-header-cc)
11061         (message-header-subject, message-header-newsgroups)
11062         (message-header-other, message-header-name)
11063         (message-header-xheader, message-separator, message-cited-text)
11064         (message-mml): Remove "-face" suffix from face names.
11065         (message-header-to-face, message-header-cc-face)
11066         (message-header-subject-face, message-header-newsgroups-face)
11067         (message-header-other-face, message-header-name-face)
11068         (message-header-xheader-face, message-separator-face)
11069         (message-cited-text-face, message-mml-face):
11070         New backward-compatibility aliases for renamed faces.
11071         (message-font-lock-keywords): Use renamed message faces.
11072
11073         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11074         (sieve-test-commands, sieve-tagged-arguments):
11075         Remove "-face" suffix from face names.
11076         (sieve-control-commands-face, sieve-action-commands-face)
11077         (sieve-test-commands-face, sieve-tagged-arguments-face):
11078         New backward-compatibility aliases for renamed faces.
11079         (sieve-control-commands-face, sieve-action-commands-face)
11080         (sieve-test-commands-face, sieve-tagged-arguments-face):
11081         Use renamed sieve faces.
11082
11083         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11084         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11085         (gnus-group-news-3-empty, gnus-group-news-4)
11086         (gnus-group-news-4-empty, gnus-group-news-5)
11087         (gnus-group-news-5-empty, gnus-group-news-6)
11088         (gnus-group-news-6-empty, gnus-group-news-low)
11089         (gnus-group-news-low-empty, gnus-group-mail-1)
11090         (gnus-group-mail-1-empty, gnus-group-mail-2)
11091         (gnus-group-mail-2-empty, gnus-group-mail-3)
11092         (gnus-group-mail-3-empty, gnus-group-mail-low)
11093         (gnus-group-mail-low-empty, gnus-summary-selected)
11094         (gnus-summary-cancelled, gnus-summary-high-ticked)
11095         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11096         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11097         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11098         (gnus-summary-low-undownloaded)
11099         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11100         (gnus-summary-low-unread, gnus-summary-normal-unread)
11101         (gnus-summary-high-read, gnus-summary-low-read)
11102         (gnus-summary-normal-read, gnus-splash):
11103         Remove "-face" suffix from face names.
11104         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11105         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11106         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11107         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11108         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11109         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11110         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11111         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11112         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11113         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11114         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11115         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11116         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11117         (gnus-summary-normal-ticked-face)
11118         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11119         (gnus-summary-normal-ancient-face)
11120         (gnus-summary-high-undownloaded-face)
11121         (gnus-summary-low-undownloaded-face)
11122         (gnus-summary-normal-undownloaded-face)
11123         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11124         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11125         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11126         (gnus-splash-face):
11127         New backward-compatibility aliases for renamed faces.
11128         (gnus-group-startup-message): Use renamed gnus faces.
11129
11130         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11131         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11132         (gnus-server-agent): Remove "-face" suffix from face names.
11133         (gnus-server-agent-face, gnus-server-opened-face)
11134         (gnus-server-closed-face, gnus-server-denied-face)
11135         (gnus-server-offline-face):
11136         New backward-compatibility aliases for renamed faces.
11137         (gnus-server-agent-face, gnus-server-opened-face)
11138         (gnus-server-closed-face, gnus-server-denied-face)
11139         (gnus-server-offline-face): Use renamed gnus faces.
11140
11141         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11142         Remove "-face" suffix from face names.
11143         (gnus-picon-xbm-face, gnus-picon-face):
11144         New backward-compatibility aliases for renamed faces.
11145
11146         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11147         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11148         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11149         (gnus-cite-11): Remove "-face" suffix from face names.
11150         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11151         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11152         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11153         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11154         New backward-compatibility aliases for renamed faces.
11155         (gnus-cite-attribution-face, gnus-cite-face-list)
11156         (gnus-article-boring-faces): Use renamed gnus faces.
11157
11158         * gnus-art.el (gnus-signature, gnus-header-from)
11159         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11160         (gnus-header-content): Remove "-face" suffix from face names.
11161         (gnus-signature-face, gnus-header-from-face)
11162         (gnus-header-subject-face, gnus-header-newsgroups-face)
11163         (gnus-header-name-face, gnus-header-content-face):
11164         New backward-compatibility aliases for renamed faces.
11165         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11166
11167         * gnus-sum.el (gnus-summary-selected-face)
11168         (gnus-summary-highlight): Use renamed gnus faces.
11169         * gnus-group.el (gnus-group-highlight): Likewise.
11170
11171 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11172
11173         * gnus-sieve.el (gnus-sieve-article-add-rule):
11174         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11175         * spam-stat.el (spam-stat-buffer-change-to-spam)
11176         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11177
11178         * message.el (message-is-yours-p):
11179         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11180
11181 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * mm-view.el (mm-inline-text): Withdraw the last change.
11184
11185 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11188         executing enriched-decode.
11189
11190 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11193         charset of tar files.
11194
11195 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11196
11197         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11198
11199 2005-06-04  Lute Kamstra  <lute@gnu.org>
11200
11201         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11202         information is never recorded.
11203
11204 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11205
11206         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11207
11208 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * pop3.el (pop3-apop): Run md5 in the binary mode.
11211
11212         * starttls.el (starttls-set-process-query-on-exit-flag):
11213         Use eval-and-compile.
11214
11215 2005-05-31  Simon Josefsson  <jas@extundo.com>
11216
11217         * smime.el (smime-replace-in-string): Define.
11218         (smime-cert-by-ldap-1): Use it.
11219
11220 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (article-display-x-face): Replace
11223         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11224
11225         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11226         set-process-query-on-exit-flag or process-kill-without-query.
11227
11228         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11229         loop instead of replace-regexp.
11230
11231         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11232         instead of process-kill-without-query if it is available.
11233
11234         * lpath.el: Fbind ldap-search-entries.
11235
11236         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11237         instead of find-file-hooks if it is available.
11238
11239         * mml1991.el: Bind pgg-default-user-id when compiling.
11240
11241         * mml2015.el: Bind pgg-default-user-id when compiling.
11242
11243         * nndraft.el (nndraft-request-associate-buffer):
11244         Use write-contents-functions instead of write-contents-hooks if it is
11245         available.
11246
11247         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11248         instead of find-file-hooks if it is available.
11249
11250         * nntp.el (nntp-open-connection): Replace
11251         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11252         (nntp-open-ssl-stream): Ditto.
11253         (nntp-open-tls-stream): Ditto.
11254
11255         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11256         set-process-query-on-exit-flag or process-kill-without-query.
11257         (starttls-open-stream-gnutls): Use it instead of
11258         process-kill-without-query.
11259         (starttls-open-stream): Ditto.
11260
11261 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11262
11263         * smime.el (smime-cert-by-ldap-1): Don't use
11264         replace-regexp-in-string.
11265
11266 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11267
11268         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11269
11270         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11271         in PEM format.  Adjust to the XEmacs compability.
11272
11273 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11276         by `string-to-number'.
11277         * gnus-agent.el (gnus-agent-regenerate-group)
11278         (gnus-agent-fetch-articles): Ditto.
11279         * gnus-art.el (gnus-button-fetch-group): Ditto.
11280         * gnus-cache.el (gnus-cache-generate-active)
11281         (gnus-cache-articles-in-group): Ditto.
11282         * gnus-group.el (gnus-group-set-current-level)
11283         (gnus-group-insert-group-line): Ditto.
11284         * gnus-score.el (gnus-score-set-expunge-below)
11285         (gnus-score-set-mark-below, gnus-summary-score-effect)
11286         (gnus-summary-score-entry): Ditto.
11287         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11288         (gnus-soup-pack): Ditto.
11289         * gnus-spec.el (gnus-xmas-format): Ditto.
11290         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11291         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11292         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11293         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11294         * nndb.el (nndb-get-remote-expire-response): Ditto.
11295         * nndiary.el (nndiary-parse-schedule-value)
11296         (nndiary-string-to-number, nndiary-request-replace-article)
11297         (nndiary-request-article): Ditto.
11298         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11299         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11300         * nneething.el (nneething-make-head): Ditto.
11301         * nnfolder.el (nnfolder-request-article)
11302         (nnfolder-retrieve-headers): Ditto.
11303         * nnheader.el (nnheader-file-to-number): Ditto.
11304         * nnkiboze.el (nnkiboze-request-article): Ditto.
11305         * nnmail.el (nnmail-process-unix-mail-format)
11306         (nnmail-process-babyl-mail-format): Ditto.
11307         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11308         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11309         (nnmh-request-create-group, nnmh-request-list-1)
11310         (nnmh-request-group, nnmh-request-article): Ditto.
11311         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11312         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11313         * nnsoup.el (nnsoup-make-active): Ditto.
11314         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11315         * nntp.el (nntp-find-group-and-number)
11316         (nntp-retrieve-headers-with-xover): Ditto.
11317         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11318         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11319         (pgg-format-key-identifier): Ditto.
11320         * pop3.el (pop3-last, pop3-stat): Ditto.
11321         * qp.el (quoted-printable-decode-region): Ditto.
11322
11323         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11324         of concat.
11325
11326 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11329
11330         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11331
11332         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11333
11334         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11335
11336         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11337
11338         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11339
11340         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11341         (gnus-carpal-mode): Ditto.
11342
11343         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11344         (gnus-browse-mode): Ditto.
11345
11346         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11347
11348         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11349
11350 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11351
11352         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11353
11354 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-util.el (gnus-run-mode-hooks): New function.
11357
11358         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11359
11360         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11361         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11362
11363 2005-05-27  Lute Kamstra  <lute@gnu.org>
11364
11365         * dns-mode.el (dns-mode): Specify customization group.
11366
11367 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11368
11369         * gnus-agent.el (gnus-agent-make-mode-line-string):
11370         Use mode-line-highlight as mouse-face.
11371
11372 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * canlock.el (canlock): Change the parent group to news.
11375
11376         * deuglify.el (gnus-outlook-deuglify): Add :group.
11377
11378         * dig.el (dig): Add :group.
11379
11380         * dns-mode.el (dns-mode): Add :group.
11381
11382         * encrypt.el (encrypt): Add :group.
11383
11384         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11385         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11386         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11387         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11388         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11389
11390         * gnus-diary.el (gnus-diary): Add :group.
11391
11392         * gnus.el (gnus-group-news-1-face): Add :group.
11393         (gnus-group-news-1-empty-face): Ditto.
11394         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11395         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11396         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11397         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11398         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11399         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11400         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11401         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11402         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11403         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11404         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11405         (gnus-summary-high-ticked-face): Ditto.
11406         (gnus-summary-low-ticked-face): Ditto.
11407         (gnus-summary-normal-ticked-face): Ditto.
11408         (gnus-summary-high-ancient-face): Ditto.
11409         (gnus-summary-low-ancient-face): Ditto.
11410         (gnus-summary-normal-ancient-face): Ditto.
11411         (gnus-summary-high-undownloaded-face): Ditto.
11412         (gnus-summary-low-undownloaded-face): Ditto.
11413         (gnus-summary-normal-undownloaded-face): Ditto.
11414         (gnus-summary-high-unread-face): Ditto.
11415         (gnus-summary-low-unread-face): Ditto.
11416         (gnus-summary-normal-unread-face): Ditto.
11417         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11418         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11419
11420         * hashcash.el (hashcash): New custom group.
11421         (hashcash-default-payment): Add :group.
11422         (hashcash-payment-alist): Ditto.
11423         (hashcash-default-accept-payment): Ditto.
11424         (hashcash-accept-resources): Ditto.
11425         (hashcash-path): Ditto.
11426         (hashcash-extra-generate-parameters): Ditto.
11427         (hashcash-double-spend-database): Ditto.
11428         (hashcash-in-news): Ditto.
11429
11430         * message.el (message-minibuffer-local-map): Add :group.
11431
11432         * netrc.el (netrc): Add :group.
11433
11434         * sieve-manage.el (sieve-manage-log): Add :group.
11435         (sieve-manage-default-user): Diito.
11436         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11437         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11438         (sieve-manage-authenticators): Ditto.
11439         (sieve-manage-authenticator-alist): Ditto.
11440         (sieve-manage-default-port): Ditto.
11441
11442         * sieve-mode.el (sieve-control-commands-face): Add :group.
11443         (sieve-action-commands-face): Ditto.
11444         (sieve-test-commands-face): Ditto.
11445         (sieve-tagged-arguments-face): Ditto.
11446
11447         * smime.el (smime): Add :group.
11448
11449         * spam-report.el (spam-report): Add :group.
11450
11451         * spam.el (spam, spam-face): Add :group.
11452
11453 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11456         return \n.\n.\n at the end of articles.  Protect against that.
11457         (nntp-with-open-group): Allow debugging.
11458
11459         * nnheader.el (mail-header-set-extra): Make into a function
11460         because I just could't understand how to quote the list properly.
11461
11462         * dns.el (query-dns-cached): New function.
11463
11464 2005-05-26  Lute Kamstra  <lute@gnu.org>
11465
11466         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11467
11468 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11471
11472         * gnus-art.el: Don't autoload mail-extract-address-components.
11473
11474         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11475         eval-and-compile to evaluate it.
11476
11477         * hashcash.el: Don't autoload executable-find.
11478
11479         * nndb.el: Don't declare the nndb back end two or more times; don't
11480         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11481
11482         * nntp.el: Autoload format-spec instead of format; use
11483         eval-and-compile to evaluate autoload forms.
11484
11485 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11486
11487         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11488
11489 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11490
11491         * gnus.el (gnus-version-number): Bump version.
11492
11493 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11494
11495         * gnus.el: No Gnus v0.3 is released.
11496
11497 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11498
11499         * lpath.el (featurep): Bind show-nonbreak-escape.
11500
11501 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-art.el (gnus-article-edit-part): Disable undo.
11504
11505 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11508         gnus-article-date-lapsed-new-header is t if date timer is active;
11509         skip headers in which the original date value is empty.
11510         (gnus-article-save-original-date): Redefine it as a macro.
11511         (gnus-display-mime): Use it.
11512
11513 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-art.el (article-date-ut): Support converting date in
11516         forwarded parts as well.
11517         (gnus-article-save-original-date): New function.
11518         (gnus-display-mime): Use it.
11519
11520 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11521
11522         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11523         enclosure element of <item>.
11524
11525 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * message.el (message-kill-buffer-query): Renamed from
11528         `message-kill-buffer-query-if-modified'.  Added :version.
11529
11530 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11533         window layout.
11534
11535 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * mml.el: Autoload dnd when compiling.
11538
11539 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11542         x-dnd-*.
11543
11544 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * qp.el (quoted-printable-encode-region): Save excursion.
11547
11548 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11549
11550         * message.el (message-kill-buffer-query-if-modified): Add new variable
11551         so the user can kill a modified message buffer quickly.
11552         (message-kill-buffer): Use it.
11553
11554 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * lpath.el: Fbind display-time-event-handler; don't fbind
11557         string-to-multibyte.
11558
11559         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11560
11561 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11564         contained in text because xml.el decodes entities) with LFs.
11565
11566 2005-04-11  Lute Kamstra  <lute@gnu.org>
11567
11568         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11569         differently.
11570
11571 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11572
11573         * mm-util.el (mm-detect-coding-region): Typo.
11574
11575 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11578
11579 2005-04-06  Deepak Goel  <deego@gnufans.org>
11580
11581         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11582         user-function allow user modifications of the scores.
11583         (spam-stat-score-buffer-user): New function, to allow
11584         user-computed modifications to the score.
11585         (spam-stat-score-buffer-user-functions): List of additional
11586         scoring functions.
11587         (spam-stat-error-holder): Global temporary error holder.
11588         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11589         variable.
11590
11591 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11592
11593         * gnus-registry.el (gnus-registry-clean-empty-function)
11594         (gnus-registry-trim, gnus-registry-fetch-groups)
11595         (gnus-registry-delete-group): Groups that match
11596         `gnus-registry-ignored-groups' are removed from the registry
11597         entries, not just ignored for splitting.  This helps clean up the
11598         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11599         to get all the groups a message ID is in.
11600
11601         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11602         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11603         (spam-stat-score-buffer-user-functions): Add :number custom type.
11604
11605 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11608         argument in XEmacs.
11609
11610         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11611         (nnrss-request-group): Decode group name first.
11612         (nnrss-request-article): Make a text/plain article if mml-to-mime
11613         failed.
11614         (nnrss-get-encoding): Return a compatible encoding according to
11615         nnrss-compatible-encoding-alist.
11616         (nnrss-find-el): Use consp instead of listp.
11617         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11618
11619 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11622         which Emacs 20 doesn't support.
11623         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11624
11625 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11628         silence the byte compiler inside the defun.
11629
11630         * gnus-demon.el (parse-time-string): Add autoload.
11631
11632         * gnus-delay.el (parse-time-string): Add autoload.
11633
11634         * gnus-art.el (parse-time-string): Add autoload.
11635
11636         * nnultimate.el (parse-time): Require for `parse-time-string'.
11637
11638 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11639
11640         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11641
11642         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11643
11644         * smime.el (smime-ldap-host-list): Add :version.
11645
11646 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11649         pass it to `gnus-browse-read-group'.
11650         (gnus-browse-read-group): Add NUMBER argument and pass it to
11651         `gnus-group-read-ephemeral-group'.
11652
11653         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11654         argument and pass it to `gnus-group-read-group'.
11655
11656 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11657
11658         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11659         mm-xemacs-find-mime-charset-1 if we have the mule feature
11660         available at runtime.
11661
11662 2005-03-25  Werner Lemberg  <wl@gnu.org>
11663
11664         * nnmaildir.el: Replace `illegal' with `invalid'.
11665
11666 2005-03-23  Lute Kamstra  <lute@gnu.org>
11667
11668         * time-date.el: Add comment on time value formats.
11669         Don't require parse-time.
11670         (with-decoded-time-value): New macro.
11671         (encode-time-value): New function.
11672         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11673         (days-to-time): Return a valid time value when arg is huge.
11674         (time-since): Use time-subtract.
11675         (time-to-number-of-days): Use time-to-seconds.
11676
11677 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11678
11679         * gnus-start.el (gnus-display-time-event-handler):
11680         Check display-time-timer at runtime rather than only at load time
11681         in case display-time-mode is turned off in the mean time.
11682
11683 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11686         used.
11687
11688         * nneething.el (nneething-map-file-directory): Derive from
11689         `gnus-directory'.
11690
11691         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11692         the To/Cc button.
11693
11694 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * nnmaildir.el (nnmaildir-request-accept-article):
11697         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11698
11699 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11700
11701         * gnus-async.el: Require timer-funcs at compile time when in
11702         XEmacs for `run-with-idle-timer'.
11703
11704 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11705
11706         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11707         autoloaded function.
11708
11709 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11710
11711         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11712
11713 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11714
11715         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11716
11717 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11718
11719         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11720         gnus-expert-user to default.
11721
11722 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11723
11724         * nnimap.el (nnimap-open-server): Ditto.
11725
11726         * imap.el (imap-authenticate): Fix typo.
11727
11728 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11729
11730         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11731         buffer (since IMAP server might return FETCH response out of
11732         order, and the nntp buffer must be sorted).
11733
11734 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11735
11736         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11737         comparison on string.
11738
11739         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11740         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11741         (gnus-agent-summary-fetch-series): Modified to protect against
11742         gnus-agent-summary-fetch-group clearing processable flags.
11743         (gnus-agent-synchronize-group-flags): Update live group buffer as
11744         synchronization may occur due to the user toggle the plugged
11745         status.
11746         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11747         successfully downloaded.
11748         (gnus-agent-expire-group-1): Avoid using markers when the overview
11749         is in ascending order; greatly improves performance.
11750         (gnus-agent-regenerate-group): Use
11751         gnus-agent-synchronize-group-flags to reset read status in both
11752         gnus and server.
11753         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11754
11755 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * message.el: Don't autoload former message-utils variables.
11758         (message-strip-subject-trailing-was): Change doc string.
11759
11760         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11761         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11762         (nnweb-google-search): Add "hl=en" here.
11763         (nnweb-google-parse-1, nnweb-google-create-mapping):
11764         Don't hardcode URL.
11765
11766 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * message.el (message-get-reply-headers, message-followup):
11769         Mention related variables `message-use-followup-to' and
11770         `message-use-mail-followup-to', in the information buffer.
11771
11772         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11773         of broken groups(-beta).google.com.
11774
11775 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11776
11777         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11778         parameter to invoked gnus-request-move-article; remove the
11779         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11780         all at once instead of once per article.
11781         (gnus-summary-remove-process-mark): Accept a list of articles as
11782         well as a single article for processing.
11783
11784         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11785         parameter.
11786
11787         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11788
11789         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11790
11791         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11792         parameter.
11793
11794         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11795         parameter.
11796
11797         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11798         parameter and remove the gnus-sum-hint-move-is-internal variable.
11799
11800         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11801         parameter.
11802
11803         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11804         parameter.
11805
11806         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11807         parameter.
11808
11809         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11810
11811         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11812         parameter.
11813
11814         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11815         parameter.
11816
11817 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11818
11819         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11820         a more conservative way.
11821
11822 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11823
11824         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11825         buffer, so it moves the window's cursor.
11826
11827 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11828
11829         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11830         `mm-dissect-multipart' and receive the from field as an (optional)
11831         argument from `mm-dissect-multipart'.
11832         (mm-dissect-multipart): Receive the from field as an argument and
11833         pass it on when we call `mm-dissect-buffer' on MIME parts.
11834         Fixes verification/decryption of signed/encrypted MIME parts.
11835
11836 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11837
11838         * gnus-sum.el (gnus-summary-move-article): Set
11839         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11840         whatever it calls (right now, only nnimap-request-move article
11841         respects it).
11842
11843         * nnimap.el (nnimap-request-move-article): When
11844         gnus-sum-hint-move-is-internal is set, don't do the extra
11845         nnimap-request-article.
11846
11847 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11850
11851         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11852         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11853
11854         * gnus-sum.el (gnus-summary-caesar-message):
11855         Apply `gnus-treat-article' after rotation.
11856
11857         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11858         doc string.
11859
11860 2005-02-22  Simon Josefsson  <jas@extundo.com>
11861
11862         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11863         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11864         <arne@arnested.dk>.
11865         (encrypt): Add password-cache and password-cache-expiry as group
11866         members.
11867
11868 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11869
11870         * smime.el (smime-ldap-host-list): Doc fix.
11871         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11872         cache) password.
11873         (smime-sign-region): Use it.
11874         (smime-decrypt-region): Use it.
11875         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11876         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11877         fails.
11878         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11879         certificate from DER to PEM format rather than calling openssl.
11880
11881         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11882
11883         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11884         for signing/encryption.
11885
11886         * mml.el (mml-parse-1): Use them.
11887
11888 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11889
11890         * nnrss.el (nnrss-verbose): Removed.
11891         (nnrss-request-group): Use `nnheader-message' instead.
11892
11893 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11894
11895         * nnrss.el (nnrss-verbose): New variable.
11896         (nnrss-request-group): Make it say nnrss is requesting a group.
11897
11898 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11901         Handle news URL with given port correctly.
11902
11903 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11906         containing special characters.
11907
11908         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11909
11910         * mml.el (mime-to-mml): Ditto.
11911
11912         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11913         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11914         (rfc2047-decode-region): Quote decoded words containing special
11915         characters when rfc2047-quote-decoded-words-containing-tspecials
11916         is non-nil.
11917
11918 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11919
11920         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11921
11922         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11923
11924 2005-02-15  Simon Josefsson  <jas@extundo.com>
11925
11926         * nnimap.el (nnimap-debug): Doc fix.
11927
11928         * imap.el (imap-debug): Doc fix.
11929
11930 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11933
11934 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11935
11936         * gnus.el (spam-contents): Improve docs for spam-contents
11937         parameter in its variable incarnation.
11938
11939 2005-02-14  Simon Josefsson  <jas@extundo.com>
11940
11941         * smime-ldap.el: Use require instead of load-library for ldap.
11942         (smime-ldap-search): Indent.
11943         (smime-ldap-search-internal): Shorten line.
11944
11945         * smime.el (smime-cert-by-dns): Add doc-string.
11946         (smime-cert-by-ldap-1): Indent.
11947
11948         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11949         mml-smime-get-dns-ldap.
11950         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11951
11952 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11953
11954         * smime.el: Require smime-ldap.
11955         (smime-ldap-host-list): New variable.
11956         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11957
11958         * mml-smime.el (mml-smime-encrypt-query): New function.
11959         (mml-smime-encrypt-query): Use it.
11960
11961         * smime-ldap.el: New file.
11962
11963 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11966
11967 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11970         argument in doc string.  Make query for type more clear.
11971
11972 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * gnus.el (gnus-group-startup-message): Search for gnus images in
11975         etc/images/gnus.
11976         * mm-util.el (mm-image-load-path): Likewise.
11977         * smiley.el (smiley-data-directory): Search for smilies in
11978         etc/images/smilies.
11979
11980 2005-02-09  Kim F. Storm  <storm@cua.dk>
11981
11982         Change Emacs release version from 21.4 to 22.1 throughout.
11983         Change Emacs development version from 21.3.50 to 22.0.50.
11984
11985 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11988
11989         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11990         non-Mule XEmacs as well.
11991         (mm-decompress-buffer): Signal an error intentionally if it does
11992         not decompress compressed data because auto-compression-mode is
11993         disabled.
11994
11995 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11996
11997         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11998         an ID in the registry even if it has no groups.
11999
12000 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12003         merge it into mm-decompress-buffer.
12004         (gnus-mime-copy-part): Use the MIME part charset, the value which
12005         a user specified or gnus-newsgroup-charset for decoding, like
12006         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12007         save-buffer what was used.  Suggested by Kevin Ryde
12008         <user42@zip.com.au>.
12009         (gnus-mime-inline-part): Allow the name parameter as well as the
12010         filename parameter; force decompressing of compressed data; always
12011         display contents being not decoded as unibyte.
12012
12013         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12014         as well as the filename parameter.
12015
12016         * mm-util.el (mm-decompress-buffer): Merge
12017         gnus-mime-jka-compr-maybe-uncompress.
12018         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12019         of compressed data.
12020
12021 2005-02-08  Simon Josefsson  <jas@extundo.com>
12022
12023         * imap.el (imap-log): Doc fix.
12024
12025 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12028         the coding cookies; decompress compressed parts.
12029
12030         * mml.el (mml-generate-mime-1): Add the charset parameter according
12031         to the value which a user specified manually or the coding cookie.
12032
12033         * mm-util.el (mm-string-to-multibyte): New function.
12034         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12035         (mm-coding-system-to-mime-charset): New function.
12036         (mm-decompress-buffer): New function.
12037         (mm-find-buffer-file-coding-system): New function.
12038
12039         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12040         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12041         parts.
12042
12043 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12044
12045         * mm-view.el (mm-display-inline-fontify): Decode a part according
12046         to the charset parameter.
12047
12048 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12051         prefix arg is neither nil nor a number, as info specifies.
12052
12053 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12056         timestamps.
12057
12058 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12059
12060         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12061         groups error checking and notify user.
12062
12063 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12064
12065         * message.el (message-send-mail-function): Check existence of
12066         sendmail-program first before using default value
12067         `message-send-mail-with-sendmail'.  Otherwise use more generic
12068         `smtpmail-send-it'.
12069
12070 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * nntp.el (nntp-request-update-info): Always return nil.
12073
12074 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12075
12076         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12077
12078 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12079
12080         * message.el (message-beginning-of-line): Change the behavior when
12081         invoked between BOL and : so that it first moves backward.
12082
12083 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12086         article buffer when editing of the article is discarded.
12087         (gnus-article-prepare): Revert.
12088
12089 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-art.el (gnus-article-prepare):
12092         Remove message-strip-forbidden-properties from the local hook.
12093
12094 2005-01-27  Simon Josefsson  <jas@extundo.com>
12095
12096         * password.el (password-cache-add): Only start one timer per key.
12097         Reported by Derek Atkins <warlord@MIT.EDU>.
12098
12099 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12100
12101         * run-at-time.el: Removed.  It is no longer needed as
12102         timer-funcs.el in the xemacs-base package has a working version of
12103         `run-at-time'.
12104
12105         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12106
12107         * password.el: Require timer-funcs instead of run-at-time in
12108         XEmacs.
12109         Remove `password-run-at-time' macro.
12110         (password-cache-add): Use `run-at-time' instead of
12111         `password-run-at-time'.
12112
12113         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12114         Remove `nnheader-cancel-function-timers' alias,
12115         `cancel-function-timers' exists in XEmacs in timer-funcs.
12116
12117         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12118         for `run-with-idle-timer'.
12119
12120         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12121         for `run-at-time'.
12122
12123         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12124         for `with-timeout'.
12125
12126         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12127         the same as for XEmacs 21.4.
12128         No need to ignore `run-with-idle-timer', this function exists in
12129         XEmacs now in timer-funcs.el in the xemacs-base package.
12130         (dgnushack-compile): No need to delete
12131         run-at-time.el from the list of files to compile because it
12132         doesn't exist anymore.
12133
12134 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12137         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12138
12139 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12140
12141         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12142         sensitively.
12143
12144 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12145
12146         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12147
12148 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12151         which will be inserted according to the multibyteness of a buffer
12152         rather than the type of contents.  Suggested by ARISAWA Akihiro
12153         <ari@mbf.ocn.ne.jp>.
12154
12155         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12156         of string which old xml.el may return rather than a string.
12157
12158 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12161
12162 2005-01-16  Simon Josefsson  <jas@extundo.com>
12163
12164         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12165         idn/idna.el isn't available.
12166         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12167         <michael@waxrat.com>.
12168
12169         * hashcash.el: Remove non-FSF copyright header.
12170
12171         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12172         (hashcash-generate-payment): Use it.
12173         (hashcash-generate-payment-async): Use it.
12174
12175 2005-01-15  Simon Josefsson  <jas@extundo.com>
12176
12177         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12178         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12179
12180         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12181         gnus-summary-idna-message.
12182         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12183         (gnus-summary-idna-message): New function.
12184
12185 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12188         gnus-novice-user.
12189
12190 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * nnrss.el (nnrss-request-delete-group): Delete entries in
12193         nnrss-group-alist as well.
12194         (nnrss-save-server-data): Insert newline.
12195
12196 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * gnus.el (gnus-user-agent): Use list of symbols instead of
12199         symbols.  Display full version number for (S)XEmacs.  Optionally
12200         display (S)XEmacs codename.
12201
12202         * gnus-util.el (gnus-emacs-version): Update for new
12203         `gnus-user-agent'.
12204
12205         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12206         Gnus version.
12207
12208 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12211         which is unreadable in some setups.
12212
12213 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-spec.el (gnus-update-format-specifications): Flush the
12216         group format spec cache if it doesn't support decoded group names.
12217
12218 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12221         Allow to apply decay on score files matching a regexp.
12222
12223 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12226         compatibility in %g and %c.
12227
12228 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12231         name for only %g and %c.
12232         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12233         of gnus-tmp-group to decoded group name.
12234         (gnus-group-make-rss-group): Exclude `/'s from group names.
12235
12236 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * nnrss.el (nnrss-get-encoding): Fix regexp.
12239
12240 2004-12-27  Simon Josefsson  <jas@extundo.com>
12241
12242         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12243         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12244         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12245
12246 2004-12-17  Kim F. Storm  <storm@cua.dk>
12247
12248         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12249
12250         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12251
12252 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12253
12254         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12255
12256 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * nnrss.el: Require rfc2047 and mml.
12259         (nnrss-file-coding-system): New variable.
12260         (nnrss-format-string): Redefine it as an inline function.
12261         (nnrss-decode-group-name): New function.
12262         (nnrss-string-as-multibyte): Remove.
12263         (nnrss-retrieve-headers): Decode group name; don't use
12264         nnrss-format-string.
12265         (nnrss-request-group): Decode group name.
12266         (nnrss-request-article): Decode group name; allow a Message-ID as
12267         well as an article number; don't use nnrss-format-string; encode a
12268         Message-ID string which may contain non-ASCII characters; use
12269         mml-to-mime to compose a MIME article.
12270         (nnrss-request-expire-articles): Decode group name.
12271         (nnrss-request-delete-group): Decode group name.
12272         (nnrss-fetch): Clarify error message.
12273         (nnrss-read-server-data): Use insert-file-contents instead of load;
12274         bind file-name-coding-system; use multibyte buffer.
12275         (nnrss-save-server-data): Bind coding-system-for-write to the
12276         value of nnrss-file-coding-system; bind file-name-coding-system;
12277         add coding cookie.
12278         (nnrss-read-group-data): Use insert-file-contents instead of load;
12279         bind file-name-coding-system; use multibyte buffer.
12280         (nnrss-save-group-data): Bind coding-system-for-write to the
12281         value of nnrss-file-coding-system; bind file-name-coding-system.
12282         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12283         make it work with non-ASCII text.
12284         (nnrss-find-el): Make it work with old xml.el as well.
12285
12286 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12287
12288         * nnrss.el (nnrss-get-encoding): New function.
12289         (nnrss-fetch): Use unibyte buffer initially; bind
12290         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12291         decode contents according to the encoding attribute.
12292         (nnrss-save-group-data): Add coding cookie.
12293         (nnrss-mime-encode-string): New function.
12294         (nnrss-check-group): Use it to encode subject and author.
12295
12296 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12297
12298         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12299         imaginary variable.
12300
12301 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12304         correctly even if there are wide characters.
12305
12306 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12309         downcased symbol names; make a new cache instead of reusing
12310         bbdb-hashtable.
12311
12312 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12315         concatenating segments rather than before concatenating them.
12316         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12317
12318         * message.el (message-get-reply-headers): Bind `extra'.
12319
12320 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12321
12322         * message.el (message-extra-wide-headers): New variable.
12323         (message-get-reply-headers): Use it.
12324
12325 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12328         (gnus-agent-group-pathname): Ditto.
12329
12330         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12331
12332         * gnus-group.el (gnus-group-make-group): Decode group name.
12333         (gnus-group-make-rss-group): Register the group data after opening
12334         the nnrss group.
12335
12336 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12337
12338         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12339         by expiry now get marked as read.
12340
12341 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12344
12345 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12346
12347         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12348         unify Latin characters in XEmacs.
12349         (mm-find-mime-charset-region): Use it.
12350
12351 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-util.el (gnus-delete-directory): New function.
12354
12355         * gnus-agent.el (gnus-agent-delete-group): Use it.
12356
12357         * gnus-cache.el (gnus-cache-delete-group): Use it.
12358
12359 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12362         names.
12363
12364 2004-12-16  Simon Josefsson  <jas@extundo.com>
12365
12366         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12367
12368 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12371
12372         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12373         (gnus-group-set-current-level): Decode group name.
12374
12375 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12376
12377         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12378         failed.
12379
12380 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-group.el (gnus-group-delete-group): Decode group name.
12383         (gnus-group-make-rss-group): Encode group name.
12384         (gnus-group-catchup-current): Decode group name.
12385         (gnus-group-kill-group): Decode group name.
12386
12387 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12388
12389         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12390
12391 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus-group.el (gnus-group-make-rss-group):
12394         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12395
12396         * gnus-start.el (gnus-setup-news): Honor user's setting to
12397         gnus-message-archive-method.  Suggested by Lute Kamstra
12398         <lute@gnu.org>.
12399
12400 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12401
12402         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12403         global counterparts of the buffer-local variables.
12404
12405 2004-11-16  Romain Francoise  <romain@orebokech.com>
12406
12407         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12408         counterparts of the buffer-local variables.
12409
12410 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * message.el (message-forbidden-properties): Fixed typo in doc
12413         string.
12414
12415 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * gnus-util.el (gnus-replace-in-string): Added doc string.
12418
12419         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12420         to avoid problems when splitting mails with many recipients.
12421
12422 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12423
12424         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12425         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12426
12427 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12428
12429         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12430         if there is no hashtable in memory or file modification time is
12431         newer than cached timestamp.
12432
12433 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12436         not-matching option.
12437
12438 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12441         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12442         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12443         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12444         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12445         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12446
12447 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * message.el (message-forward-make-body-mml): Remove headers
12450         according to message-forward-ignored-headers if a message is decoded.
12451
12452 2004-12-02  Romain Francoise  <romain@orebokech.com>
12453
12454         * message.el (message-forward-make-body-plain): Always remove
12455         headers according to message-forward-ignored-headers.
12456
12457 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12458
12459         * spam.el (spam-summary-prepare-exit): Remove the
12460         gnus-summary-limit pop for now, it has problems with ham marks for
12461         me.
12462
12463 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12464
12465         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12466         correctly.
12467
12468 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12469
12470         * format-spec.el (format-spec): Message the char.
12471
12472 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12473
12474         * gnus-art.el (gnus-split-methods): Reformat comments.
12475
12476         * spam.el (spam-summary-prepare-exit): Remove article limits
12477         before exiting the summary buffer.
12478
12479 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12482         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12483
12484         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12485         order to silence the byte compiler.
12486
12487         * spam.el: Fix the way to silence the byte compiler, which
12488         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12489         bbdb-search-simple, spam-BBDB-register-routine,
12490         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12491         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12492         spam-stat-buffer-is-spam, spam-stat-load,
12493         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12494         spam-stat-save and spam-stat-split-fancy.
12495
12496 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12499         which may confuse users.
12500         (canlock-password-for-verify): Ditto.
12501
12502         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12503
12504         * gnus-art.el (gnus-emphasis-alist): Ditto.
12505
12506         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12507
12508         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12509
12510         * gnus-start.el (gnus-save-killed-list): Ditto.
12511
12512         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12513         (gnus-sum-thread-tree-root): Ditto.
12514         (gnus-sum-thread-tree-false-root): Ditto.
12515         (gnus-sum-thread-tree-single-indent): Ditto.
12516
12517         * message.el (message-courtesy-message): Ditto.
12518         (message-archive-note): Ditto.
12519         (message-subscribed-address-file): Ditto.
12520         (message-user-fqdn): Ditto.
12521
12522         * spam-report.el (spam-report-gmane-regex): Ditto.
12523
12524         * spam.el (spam-blackhole-good-server-regex): Ditto.
12525
12526 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * mml.el (mml-preview): Widen the message buffer before copying
12529         the contents to the preview buffer; sort headers before previewing.
12530
12531         * message.el (message-hidden-headers): Fix the way to avoid a bug
12532         in the `repeat' widget in Emacs 21.3 or earlier.
12533
12534 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * message.el (message-hidden-headers): Default to "^References:".
12537         Improve customization type.  Suggested by Reiner Steib
12538         <Reiner.Steib@gmx.de>.
12539
12540 2004-11-25  Romain Francoise  <romain@orebokech.com>
12541
12542         * message.el (message-strip-forbidden-properties): Remove check for
12543         obsolete `message-hidden' text property, hidden headers are not
12544         accessible in the buffer anymore.
12545
12546 2004-11-22  Romain Francoise  <romain@orebokech.com>
12547
12548         * message.el (message-header-format-alist): Add `From' in list
12549         so that it can be sorted.
12550         (message-fix-before-sending): Widen and sort headers before
12551         sending.
12552         (message-hide-headers): Use narrowing to hide headers by moving
12553         them to the top of the buffer and narrowing to the region
12554         underneath.
12555
12556 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12557
12558         * message.el (message-strip-forbidden-properties): Bind
12559         buffer-read-only (etc) to nil.
12560
12561 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12564         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12565
12566 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12567
12568         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12569
12570 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12571
12572         * dns.el (query-dns): Use sit-for to time instead of
12573         accept-process-output, since that doesn't seem to work on udp
12574         sockets.
12575
12576 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12579
12580 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12581
12582         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12583         doc string.  Improve doc string.
12584
12585 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * nntp.el (nntp-request-update-info): Return nil if
12588         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12589         may not call gnus-activate-group which uselessly issues the GROUP
12590         commands for all nntp groups and wastes time.  Reported by Romain
12591         Francoise <romain@orebokech.com>.
12592
12593         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12594
12595 2004-11-15  Simon Josefsson  <jas@extundo.com>
12596
12597         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12598         headers separately.
12599         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12600         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12601
12602 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-start.el (gnus-convert-old-newsrc):
12605         Assign legacy-gnus-agent to 5.10.7.
12606
12607 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12608
12609         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12610         start of the lines.
12611
12612 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12613
12614         * hashcash.el (hashcash-default-payment): Change default to 20.
12615         (hashcash-default-accept-payment): Change default to 20.
12616         (hashcash-process-alist): New variable.
12617         (hashcash-generate-payment-async): Add.
12618         (hashcash-already-paid-p): Add.
12619         (hashcash-insert-payment): Don't generate payments twice.
12620         (hashcash-insert-payment-async): Add.
12621         (hashcash-insert-payment-async-2): Add.
12622         (hashcash-cancel-async): Add.
12623         (hashcash-wait-async): Add.
12624         (hashcash-processes-running-p): Add.
12625         (hashcash-wait-or-cancel): Add.
12626         (mail-add-payment): New optional argument.  Conditionally start
12627         asynchronous calculation.
12628         (mail-add-payment-async): Add.
12629
12630         * message.el (message-send-mail): Wait for asynchronous hashcash
12631         results.  Don't clobber existing X-Hashcash headers.
12632         (message-setup-1): Call mail-add-payment-async when
12633         message-generate-hashcash is non-nil.
12634
12635 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12636
12637         * message.el (message-use-alternative-email-as-from): Examine the
12638         From header as well; use message-make-from in order to include a
12639         user's full name.
12640
12641 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12644         default; improve customization type.
12645         (gnus-emphasis-custom-with-format): New macro.
12646         (gnus-emphasis-custom-value-to-external): New function.
12647         (gnus-emphasis-custom-value-to-internal): New function.
12648
12649 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12650
12651         * dns.el (query-dns): Resolve reverse addresses.
12652
12653 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * gnus-group.el (gnus-group-get-new-news): Use it.
12656
12657         * gnus-start.el (gnus-check-reasonable-setup): New function.
12658
12659 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12662         "Args out of range" error.  Reported by Arnaud Giersch
12663         <arnaud.giersch@free.fr>.
12664
12665 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12666
12667         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12668
12669 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12670
12671         * spam.el (spam group): Add :version.
12672
12673         * pgg-def.el (pgg group): Add :version.
12674
12675 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * gnus-art.el (gnus-article-edit-article): Don't associate the
12678         article buffer with a draft file.  This is a temporary measure
12679         against the 2004-08-22 change to gnus-article-edit-mode.
12680
12681 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12684         (html2text-format-tags): Remove unused variable `attr'.
12685
12686 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12689
12690         * tls.el (tls-process-connection-type, tls-success)
12691         (tls-certtool-program): Add :version.
12692
12693         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12694         (starttls-extra-arguments, starttls-process-connection-type)
12695         (starttls-connect, starttls-failure, starttls-success): Add :version.
12696
12697         * spam-stat.el (spam-stat): Add :version.
12698
12699         * sieve.el (sieve): Add :version.
12700
12701         * sha1.el (sha1): Add :version.
12702         (sha1-use-external): Remove redundant version.
12703
12704         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12705         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12706         (nnmail-split-fancy-match-partial-words)
12707         (nnmail-split-lowercase-expanded): Add :version.
12708
12709         * nndiary.el (nndiary): Add :version.
12710
12711         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12712
12713         * mml-sec.el (mml-default-sign-method)
12714         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12715         Add :version.
12716
12717         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12718
12719         * mm-url.el (mm-url-use-external, mm-url-program)
12720         (mm-url-arguments): Add :version.
12721
12722         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12723         (mm-attachment-file-modes, mm-decrypt-option)
12724         (mm-w3m-safe-url-regexp): Add :version.
12725
12726         * message.el (message-cite-prefix-regexp)
12727         (message-sendmail-envelope-from, message-minibuffer-local-map)
12728         (message-user-fqdn, message-completion-alist): Add :version.
12729
12730         * gnus-win.el (gnus-configure-windows-hook)
12731         (gnus-use-frames-on-any-display): Add :version.
12732
12733         * gnus-art.el (gnus-article-address-banner-alist)
12734         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12735         (gnus-treat-from-picon, gnus-treat-mail-picon)
12736         (gnus-treat-x-pgp-sig): Add :version.
12737
12738         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12739         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12740         (gnus-summary-article-delete-hook)
12741         (gnus-summary-display-while-building): Add :version.
12742
12743         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12744         (gnus-get-top-new-news-hook): Add :version.
12745
12746         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12747         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12748
12749         * gnus-registry.el (gnus-registry): Add :version.
12750
12751         * gnus-spec.el (gnus-use-correct-string-widths)
12752         (gnus-make-format-preserve-properties): Add :version.
12753
12754         * gnus.el (gnus-group-charter-alist)
12755         (gnus-group-fetch-control-use-browse-url)
12756         (gnus-install-group-spam-parameters): Add :version.
12757
12758         * gnus-diary.el (gnus-diary): Add :version.
12759
12760         * gnus-delay.el (gnus-delay): Add :version.
12761
12762         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12763         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12764         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12765         Add :version.
12766
12767         * gnus-agent.el (gnus-agent-max-fetch-size)
12768         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12769         (gnus-agent-prompt-send-queue): Add :version.
12770
12771         * deuglify.el (gnus-outlook-deuglify): Add :version.
12772
12773         * html2text.el: Beautify code.  Improve doc strings.  Some
12774         checkdoc cleanup.
12775         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12776
12777 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12778
12779         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12780
12781 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12784         when package is loaded.
12785
12786         * spam.el (spam-summary-score-preferred-header): Add global preference
12787         for people who want to override the default SpamAssassin over
12788         Bogofilter preference (when both are set).
12789         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12790         (spam-user-format-function-S): Check
12791         spam-summary-score-preferred-header.
12792         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12793         (spam-user-format-function-S): Format the score correctly.
12794
12795 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12798         signature file.  Suggested by Manoj Srivastava
12799         <srivasta@golden-gryphon.com>.
12800
12801         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12802         iso-2022-jp even in the Japanese language environment.
12803         Suggested by Jason Rumney <jasonr@gnu.org>.
12804
12805 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12808         use the same characters as the dummy marks; make it free from
12809         getting affected by the language environment.
12810         (gnus-summary-read-group-1): Update mark positions only when the
12811         format spec is updated.
12812
12813         * gnus-spec.el (gnus-update-format-specifications): Return a list
12814         of updated types.
12815
12816 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12819         of boundp to check if display-warning is available.
12820
12821 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12822
12823         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12824
12825 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * nnspool.el (nnspool-spool-directory): Use news-path if the
12828         news-directory variable is not bound.
12829
12830         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12831         function instead of display-warning if it is not available.
12832
12833 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12836         v5-10: Use `point-at-bol'.
12837
12838 2004-10-26  Simon Josefsson  <jas@extundo.com>
12839
12840         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12841         <chenggao@gmail.com>.
12842
12843 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12844
12845         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12846         instead.
12847
12848 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12849
12850         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12851         to remove a server from the nnimap-server-buffer-alist.
12852         (nnimap-open-connection, nnimap-close-server): Use it.
12853
12854         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12855
12856 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12859         running the major-mode function.
12860
12861 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12864         dummy marks in the right way.
12865
12866 2004-10-18  David Edmondson  <dme@dme.org>
12867
12868         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12869         excessively.
12870
12871 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12872
12873         * gnus-util.el (gnus-split-references): Accept a nil references
12874         string and go on blissfully.
12875
12876         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12877         cases where the references string is non-nil but has no references.
12878
12879         * encrypt.el: Add autoload tags.
12880
12881         * spam.el (spam-resolve-registrations-routine): Remove article
12882         from unregistration list too.  Reported by David Hanak
12883         <dhanak@isis.vanderbilt.edu>
12884
12885 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12888         nil.  Changed custom type.
12889
12890 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12893
12894         * gnus-sum.el (gnus-summary-move-article): Use it.
12895
12896 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12897
12898         * encrypt.el: Add autoload cookies.
12899
12900         * spam.el (spam-backend-article-list-property)
12901         (spam-backend-get-article-todo-list)
12902         (spam-backend-put-article-todo-list)
12903         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12904         Resolve registrations separately.
12905         (spam-register-routine): Format comments.
12906         (spam-unregister-routine, spam-register-routine): Always call with
12907         specific-articles, no default list.
12908         (spam-summary-prepare-exit): Use the spam-classifications function.
12909
12910         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12911         gnus-encrypt.el.
12912
12913         * encrypt.el: Copied from gnus-encrypt.el.
12914
12915         * gnus-encrypt.el: Commented that it's obsolete.
12916
12917 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12920         (gnus-score-save): Use it.
12921
12922         * message.el (message-bury): Use `window-dedicated-p'.
12923
12924 2004-10-15  Simon Josefsson  <jas@extundo.com>
12925
12926         * pop3.el (top-level): Don't require nnheader.
12927         (pop3-read-timeout): Add.
12928         (pop3-accept-process-output): Add.
12929         (pop3-read-response, pop3-retr): Use it.
12930
12931 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * spam.el (spam-register-routine): Move comment.
12934         (spam-verify-bogofilter): Use 'unknown for the initial
12935         spam-bogofilter-valid state, not 'never.
12936
12937         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12938         for netrc-machine.
12939
12940         * nnimap.el (nnimap-open-connection): Use
12941         netrc-machine-user-or-password.
12942
12943 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12944
12945         * gnus-registry.el (gnus-registry-unload-hook):
12946         Set as a variable with add-hook.
12947
12948         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12949         of news-path.
12950
12951         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12952
12953         * spam.el: Delete duplicate `provide'.
12954         (spam-unload-hook): Set as a variable with add-hook.
12955
12956 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12959         in the doc string.
12960
12961         * message.el (message-ignored-news-headers)
12962         (message-ignored-supersedes-headers)
12963         (message-ignored-resent-headers)
12964         (message-forward-ignored-headers): Improve custom type.
12965
12966 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * message.el (message-tokenize-header): Fix 2004-09-06 change
12969         which used point-min in the wrong place.
12970
12971 2004-10-12  Simon Josefsson  <jas@extundo.com>
12972
12973         * tls.el (tls-certtool-program): New variable.
12974         (tls-certificate-information): New function, based on
12975         ssl-certificate-information.
12976
12977 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * compface.el: Move the version of ELisp-based uncompface program
12980         to the contrib directory because of the copyright problem.
12981
12982 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * message.el (message-kill-buffer): Raise the current frame.
12985
12986 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12989
12990         * gnus.el (message-y-or-n-p): Autoload.
12991
12992         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12993         (pop3-password-required, pop3-authentication-scheme)
12994         (pop3-leave-mail-on-server): Made customizable.
12995         (pop3): New custom group.
12996         (pop3-retr): Remove `sleep-for' statements.
12997         Suggested by Dave Love <fx@gnu.org>.
12998
12999         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13000         Windows/DOS.
13001
13002         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13003         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13004         Dave Love <fx@gnu.org>.
13005
13006         * mml.el (mml-minibuffer-read-disposition): Require match.
13007         Suggested by Dave Love <fx@gnu.org>.
13008
13009 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13012         doc string.
13013
13014 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13017
13018 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13019
13020         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13021         instead of calling `mm-insert-inline', to decode text/* parts
13022         before displaying them.
13023
13024 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * mm-uu.el (mm-uu-text-plain-type): New variable.
13027         (mm-uu-pgp-signed-extract-1): Use it.
13028         (mm-uu-pgp-encrypted-extract-1): Use it.
13029         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13030         bind mm-uu-text-plain-type with that value.
13031         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13032         mm-uu-dissect.
13033
13034 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-group.el (gnus-update-group-mark-positions):
13037         * gnus-sum.el (gnus-update-summary-mark-positions):
13038         * message.el (message-check-news-body-syntax):
13039         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13040         of string-as-multibyte.
13041
13042 2004-10-05  Juri Linkov  <juri@jurta.org>
13043
13044         * gnus-group.el (gnus-update-group-mark-positions):
13045         * gnus-sum.el (gnus-update-summary-mark-positions):
13046         * message.el (message-check-news-body-syntax):
13047         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13048         8-bit unibyte values to a multibyte string for search functions.
13049
13050 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13053         (mm-uu-dissect-text-parts): New function.
13054
13055         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13056         dissect text parts.
13057
13058         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13059         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13060
13061         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13062
13063         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13064         gnus-current-topics instead of gnus-current-topic.
13065
13066 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13067
13068         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13069
13070 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13071
13072         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13073         where approriate.
13074
13075         * nnml.el (nnml-generate-active-info): do.
13076
13077         * nndiary.el (nndiary-generate-active-info): do.
13078
13079         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13080         (gnus-topic-move): do.
13081
13082         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13083         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13084
13085         * gnus-srvr.el (gnus-server-prepare)
13086         (gnus-server-open-all-servers): do.
13087
13088         * gnus-msg.el (gnus-summary-cancel-article)
13089         (gnus-summary-resend-message)
13090         (gnus-summary-mail-crosspost-complaint): do.
13091
13092         * gnus-move.el (gnus-change-server): do.
13093
13094         * gnus-group.el (gnus-group-unmark-all-groups)
13095         (gnus-group-set-current-level): do.
13096
13097 2004-10-04  Simon Josefsson  <jas@extundo.com>
13098
13099         * message.el (message-generate-hashcash): Doc fix.
13100
13101 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13102
13103         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13104         avoid infinite recursion via gnus-get-function.
13105
13106 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13107
13108         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13109
13110         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13111
13112         * nnmail.el (nnmail-split-history): do.
13113
13114         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13115         (nnml-request-delete-group): do.
13116
13117         * nnslashdot.el (nnslashdot-read-groups): do.
13118
13119         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13120         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13121
13122         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13123         (nnspool-sift-nov-with-sed): Use last.
13124         (nnspool-retrieve-headers-with-nov): Use mapc.
13125         (nnspool-request-newgroups): Use dolist.
13126         (nnspool-request-group): Use last.
13127
13128         * nntp.el (nntp-read-server-type): Use dolist.
13129
13130         * nnvirtual.el (nnvirtual-create-mapping)
13131         (nnvirtual-update-read-and-marked): Use dolist.
13132         (nnvirtual-convert-headers): Simplify.
13133
13134 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13135
13136         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13137         support for sync'ing tick marks.
13138
13139 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13142         there's no visible header.
13143
13144 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13145
13146         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13147         necessary, pass full group name to gnus-request-set-marks.
13148
13149 2004-10-01  Simon Josefsson  <jas@extundo.com>
13150
13151         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13152         acroread.
13153
13154 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13155
13156         * spam-report.el (spam-report-gmane): Fix interactive.
13157
13158         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13159
13160         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13161         when writing file.
13162         (gnus-agent-synchronize-flags): Don't default to being
13163         interactive.
13164
13165 2004-09-30  Simon Josefsson  <jas@extundo.com>
13166
13167         * message.el (message-generate-hashcash): Add.
13168         (message-send-mail): Use it, call mail-add-payment.
13169
13170 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13171
13172         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13173
13174 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13175
13176         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13177         gnus-requst-update-info with explicit code to sync the in-memory
13178         info read flags with the marks being sync'd to the backend.
13179
13180         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13181
13182 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13183
13184         * spam.el (spam-verify-bogofilter): Add new function.
13185         (spam-check-bogofilter)
13186         (spam-bogofilter-register-with-bogofilter): Use it.
13187         (spam-verify-bogofilter): Add small fixes.
13188
13189 2004-09-28  Simon Josefsson  <jas@extundo.com>
13190
13191         * hashcash.el (hashcash-generate-payment): Revert.
13192
13193 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13194
13195         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13196         gnus-extract-references instead of gnus-split-references.
13197
13198         * gnus-util.el (gnus-extract-references): Add new function, analogous
13199         to gnus-split-references but extracts only the message-ID without
13200         anything extra.
13201
13202         * hashcash.el (hashcash-generate-payment)
13203         (hashcash-check-payment): Do the right thing if hashcash-path is
13204         nil (because the hashcash program could not be found).
13205
13206         * spam.el (spam-use-hashcash): Remove comment.
13207
13208 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13209
13210         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13211         (gnus-cache-enter-article, gnus-cache-remove-article)
13212         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13213
13214         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13215
13216         * gnus-art.el (article-hide-boring-headers)
13217         (article-translate-strings, article-display-face)
13218         (gnus-article-mime-match-handle-first)
13219         (gnus-article-highlight-headers)
13220         (gnus-article-add-buttons-to-head): do.
13221
13222 2004-09-27  Simon Josefsson  <jas@extundo.com>
13223
13224         * hashcash.el: New version, from
13225         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13226         ../contrib/.
13227
13228 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13231
13232 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13233
13234         * gnus-dup.el (gnus-dup-open): Use mapc.
13235         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13236
13237         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13238         Reported by Stefan Wiens <s.wi@gmx.net>.
13239
13240         * gnus.el (gnus-shutdown): Use dolist.
13241
13242         * gnus-undo.el (gnus-undo): Use mapc.
13243
13244         * nnrss.el (nnrss-generate-active): do.
13245
13246         * message.el (message-cite-original-without-signature)
13247         (message-cite-original): Use mapc.
13248         (message-do-actions, message-make-forward-subject): Use dolist.
13249
13250 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13251
13252         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13253         deletion to remove entire duplicate line.  Fixes merged article
13254         number bug.
13255
13256 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13257
13258         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13259         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13260         first ask if you want to open a server and then, even when you
13261         responded with no, asking if you want to synchronize the server's
13262         flags.
13263         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13264         multi-line expressions.
13265         (gnus-agent-synchronize-group-flags): New internal function.
13266         Updates marks in memory (in the info structure) AND in the
13267         backend.
13268
13269         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13270
13271         * nnagent.el (nnagent-request-set-mark): Use
13272         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13273         method, to ensure that synchronization updates marks in the
13274         backend and in the info (in memory) structure.
13275
13276 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13279         convention fully; don't miss the root article of a thread; make
13280         the X-Draft-From header with correct article numbers.
13281
13282 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13283
13284         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13285         unless plugged.  Disable the agent so that an open failure causes
13286         an error.
13287
13288         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13289         Reverted 2004-09-21 change.  The backend must be opened while
13290         synchronizing flags even when the backend stores the flags
13291         locally.
13292
13293 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13296         in `header' match.  Reported by Svend Tollak Munkejord.
13297
13298         * message.el (message-cite-original): Fix use of
13299         `message-cite-articles-with-x-no-archive'.
13300
13301 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13304         (gnus-window-to-buffer): Ditto.
13305
13306         * mml.el (mml-preview-buffer): New variable.
13307         (mml-preview): Manage window layout with gnus-buffer-configuration.
13308
13309         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13310         X-Draft-From header even if those articles aren't quoted.
13311
13312 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13313
13314         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13315         (gnus-request-set-mark, gnus-request-update-mark): Use new
13316         g-s-t-u-l-m to decide to use backend even when unplugged.
13317
13318 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13321         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13322
13323 2004-09-20  Simon Josefsson  <jas@extundo.com>
13324
13325         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13326         "utf-16-le".
13327
13328 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13329
13330         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13331
13332 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * uudecode.el (uudecode-use-external): Add :version.
13335
13336         * smime.el (smime-CA-file, smime-encrypt-cipher)
13337         (smime-dns-server): Add :version.
13338
13339         * smiley.el (gnus-smiley-file-types): Add :version.
13340
13341         * sha1.el (sha1-use-external): Add :version.
13342
13343         * pgg-def.el (pgg-query-keyserver): Add :version.
13344
13345         * nnmail.el (nnmail-fancy-expiry-targets)
13346         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13347         Add :version.
13348
13349         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13350         (nnimap-retrieve-groups-asynchronous): Add :version.
13351         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13352
13353         * mml.el (mml-content-disposition-parameters)
13354         (mml-insert-mime-headers-always): Add :version.
13355
13356         * mm-util.el (mm-coding-system-priorities): Add :version.
13357
13358         * mm-decode.el (mm-inline-text-html-with-images)
13359         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13360         (mm-verify-option): Add :version.
13361         (mm-text-html-renderer): Change :version.
13362
13363         * message.el (message-fcc-externalize-attachments)
13364         (message-required-headers, message-draft-headers)
13365         (message-subject-trailing-was-query)
13366         (message-subject-trailing-was-ask-regexp)
13367         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13368         (message-mark-insert-end, message-archive-header)
13369         (message-archive-note, message-cross-post-default)
13370         (message-cross-post-note, message-followup-to-note)
13371         (message-cross-post-note-function, message-use-mail-followup-to)
13372         (message-subscribed-address-functions)
13373         (message-subscribed-address-file, message-subscribed-addresses)
13374         (message-subscribed-regexps, message-allow-no-recipients)
13375         (message-yank-cited-prefix, message-signature-insert-empty-line)
13376         (message-hidden-headers, message-hierarchical-addresses)
13377         (message-mail-user-agent, message-use-idna)
13378         (message-valid-fqdn-regexp)
13379         (message-strip-special-text-properties, message-header-synonyms)
13380         (message-beginning-of-line, message-tab-body-function): Add :version.
13381         (message-insert-canlock, message-wide-reply-confirm-recipients):
13382         Change :version.
13383
13384         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13385         and :version.
13386         (mail-source-delete-old-incoming-confirm)
13387         (mail-source-movemail-program): Add :version.
13388
13389         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13390         (gnus-agent-cache, gnus-agent): Change :version.
13391
13392         * gnus-util.el (gnus-use-byte-compile): Change :version.
13393
13394         * gnus-sum.el (gnus-summary-make-false-root-always)
13395         (gnus-summary-default-high-score)
13396         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13397         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13398         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13399         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13400         (gnus-sum-thread-tree-single-indent)
13401         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13402         (gnus-sum-thread-tree-leaf-with-other)
13403         (gnus-sum-thread-tree-single-leaf): Add :version.
13404         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13405         (gnus-article-loose-mime): Change :version.
13406
13407         * gnus-start.el (gnus-backup-startup-file)
13408         (gnus-save-startup-file-via-temp-buffer): Add :version.
13409
13410         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13411         (gnus-server-offline-face): Add :version.
13412
13413         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13414
13415         * gnus-msg.el (gnus-gcc-externalize-attachments)
13416         (gnus-debug-files, gnus-debug-exclude-variables)
13417         (gnus-discouraged-post-methods): Change :version.
13418         (gnus-confirm-mail-reply-to-news)
13419         (gnus-confirm-treat-mail-like-news): Add :version.
13420
13421         * gnus-int.el (gnus-server-unopen-status): Add :version.
13422
13423         * gnus-group.el (gnus-group-jump-to-group-prompt)
13424         (gnus-large-ephemeral-newsgroup)
13425         (gnus-fetch-old-ephemeral-headers): Add :version.
13426
13427         * gnus-fun.el (gnus-x-face-directory)
13428         (gnus-convert-pbm-to-x-face-command)
13429         (gnus-convert-image-to-x-face-command)
13430         (gnus-convert-image-to-face-command): Add :version.
13431
13432         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13433
13434         * gnus-cite.el (gnus-cite-blank-line-after-header)
13435         (gnus-article-boring-faces): Add :version.
13436
13437         * gnus-art.el (gnus-buttonized-mime-types)
13438         (gnus-inhibit-mime-unbuttonizing)
13439         (gnus-treat-display-face)
13440         (gnus-treat-body-boundary): Change :version.
13441         (gnus-body-boundary-delimiter, gnus-picon-databases)
13442         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13443         (gnus-treat-date-english, gnus-treat-fold-headers)
13444         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13445         (gnus-treat-mail-picon, gnus-treat-wash-html)
13446         (gnus-article-encrypt-protocol)
13447         (gnus-use-idna, gnus-article-over-scroll)
13448         (gnus-mime-display-multipart-alternative-as-mixed)
13449         (gnus-mime-display-multipart-related-as-mixed)
13450         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13451         (gnus-ctan-url, gnus-button-ctan-handler)
13452         (gnus-button-handle-ctan-bogus-regexp)
13453         (gnus-button-ctan-directory-regexp)
13454         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13455         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13456         (gnus-button-man-level, gnus-button-emacs-level)
13457         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13458
13459         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13460         (gnus-agent-go-online): Change :version.
13461         (gnus-agent-expire-unagentized-dirs)
13462         (gnus-agent-auto-agentize-methods): Add :version.
13463
13464         * flow-fill.el (fill-flowed-display-column)
13465         (fill-flowed-encode-column): Add :version.
13466
13467         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13468         (gnus-outlook-deuglify-unwrap-max)
13469         (gnus-outlook-deuglify-cite-marks)
13470         (gnus-outlook-deuglify-unwrap-stop-chars)
13471         (gnus-outlook-deuglify-no-wrap-chars)
13472         (gnus-outlook-deuglify-attrib-cut-regexp)
13473         (gnus-outlook-deuglify-attrib-verb-regexp)
13474         (gnus-outlook-deuglify-attrib-end-regexp)
13475         (gnus-outlook-display-hook): Add :version.
13476
13477         * binhex.el (binhex-use-external): Add :version.
13478
13479 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13482         and `invisible'.
13483
13484 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13485
13486         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13487         in gnus-registry-trim.
13488
13489 2004-09-13  Simon Josefsson  <jas@extundo.com>
13490
13491         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13492
13493         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13494
13495         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13496         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13497         <yamaoka@jpl.org>.
13498         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13499         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13500         <yamaoka@jpl.org>.
13501
13502         * sieve.el (sieve-manage-mode): Ditto.
13503
13504 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13507
13508 2004-09-11  Simon Josefsson  <jas@extundo.com>
13509
13510         * dns-mode.el: Add.
13511
13512         * mm-view.el (mm-display-dns-inline): Add.
13513
13514         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13515         (mm-automatic-display): Ditto.
13516
13517         * mailcap.el (mailcap-mime-data): Add text/dns.
13518         (mailcap-mime-extensions): Map .soa to text/dns.
13519
13520 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13521
13522         * gnus-art.el (article-decode-mime-words, article-babel)
13523         (gnus-article-highlight-signature, gnus-article-add-buttons)
13524         (gnus-signature-toggle): Remove unnecessary bindings of
13525         `inhibit-read-only' inherited from v5.10 merge.
13526
13527 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * nntp.el (nntp): New customization group.
13530         (nntp-authinfo-file): Add customization group.
13531
13532         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13533
13534         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13535
13536         * gnus.el (to-address, to-list, subscribed)
13537         (large-newsgroup-initial): Ditto.
13538
13539         * flow-fill.el (fill-flowed-display-column)
13540         (fill-flowed-encode-column): Ditto.
13541
13542 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13543
13544         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13545         Use point-min rather than 1.
13546         (message-send-mail): Use buffer-size rather than point-max.
13547
13548         * gnus-sum.el (gnus-summary-search-article-forward):
13549         Signal a specific `search-failed' rather than a generic `error'.
13550
13551         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13552         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13553         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13554
13555 2004-09-10  Simon Josefsson  <jas@extundo.com>
13556
13557         * nndb.el (require): Remove tcp and duplicate cl.
13558
13559 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-agent.el (directory-files-and-attributes): Move forward.
13562
13563 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13564
13565         * gnus-agent.el (directory-files-and-attributes): Optionally
13566         defined to support XEmacs.
13567
13568 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13569
13570         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13571         to avoid run-time CL dependencies.
13572         (gnus-agent-unfetch-articles): New function.
13573         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13574         article numbers even when local .overview file is missing.
13575         (gnus-agent-read-article-number): New function.  Only accepts
13576         27-bit article numbers.
13577         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13578         gnus-agent-read-article-number.
13579         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13580         from backend while recognizing that article numbers in .overview
13581         must be valid.
13582         (gnus-agent-update-files-total-fetched-for): Use
13583         directory-files-and-attributes to improve performance.
13584         * gnus-int.el (gnus-request-move-article): Use
13585         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13586         improve performance.
13587
13588         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13589         some users confused by references to .newsrc when they only have a
13590         .newsrc.eld file.
13591         (gnus-convert-mark-converter-prompt)
13592         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13593         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13594         New function.  Used internally to only display 'gnus converting
13595         files' message when actually necessary.
13596
13597         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13598         methods now autoloaded.
13599
13600 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13603         identifiers.
13604
13605 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-picon.el: Fix indentation and closing parenthesis.
13608
13609 2004-09-01  Simon Josefsson  <jas@extundo.com>
13610
13611         * message.el (message-canlock-generate): Require sha1, not
13612         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13613         to require within a function.  Sadly, if sha1.el isn't loaded, the
13614         let binding in m-c-g will hide the defcustom definition, which is
13615         bad.)
13616
13617         * canlock.el: Require sha1, not sha1-el.
13618
13619         * message.el: Don't autoload sha1 (there is a autoload cookie in
13620         sha1.el).
13621
13622         * sha1-el.el: Renamed to sha1.el.
13623
13624 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13625
13626         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13627
13628 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13629
13630         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13631
13632 2004-08-30  Kim F. Storm  <storm@cua.dk>
13633
13634         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13635
13636         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13637         Add :group 'nnimap.
13638
13639 2004-08-30  Andreas Schwab  <schwab@suse.de>
13640
13641         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13642         ?* and ?\;.
13643
13644         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13645         and ?\' to symbol instead of whitespace.
13646
13647 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13650
13651         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13652         instead of re-search-forward.
13653
13654         * gnus-uu.el (gnus-uu-save-article): Ditto.
13655         (gnus-uu-post-encode-uuencode): Ditto.
13656
13657         * html2text.el (html2text-clean-list-items): Ditto.
13658         (html2text-clean-dtdd): Ditto.
13659         (html2text-format-tags): Ditto.
13660
13661         * message.el (message-send-mail-with-sendmail): Fix regexp.
13662         (message-fill-field-general): Use search-forward instead of
13663         re-search-forward.
13664         (unbold-region): Ditto.
13665
13666         * nnrss.el (nnrss-request-article): Ditto.
13667
13668         * nnslashdot.el (nnslashdot-request-article): Ditto.
13669
13670         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13671
13672         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13673         "Unrecognized menu descriptor" error in XEmacs.
13674
13675 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13676
13677         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13678         parent article of a sparse article in the thread hashtb.
13679
13680 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13681
13682         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13683         (nnmail-expand-newtext): Lowercase expanded entries if
13684         nnmail-split-lowercase-expanded is non-nil.
13685
13686 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13689
13690         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13691         of gnus-tmp-news-method into string under XEmacs.  It will be
13692         passed to gnus-correct-length which takes only a string argument.
13693
13694 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-util.el (gnus-bind-print-variables): New macro.
13697         (gnus-prin1): Use it.
13698         (gnus-prin1-to-string): Use it.
13699         (gnus-pp): New function.
13700         (gnus-pp-to-string): New function.
13701
13702         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13703         Replace pp-to-string with gnus-pp-to-string.
13704         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13705         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13706         * gnus-msg.el (gnus-debug): Ditto.
13707         * gnus-score.el (gnus-score-save): Ditto.
13708         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13709         gnus-pp-to-string.
13710         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13711         with gnus-pp.
13712         * score-mode.el (gnus-score-pretty-print): Ditto.
13713         * webmail.el (webmail-debug): Ditto.
13714
13715 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-art.el (article-display-face, article-display-x-face):
13718         Use buffer-read-only.
13719
13720 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-art.el (article-hide-list-identifiers):
13723         Bind inhibit-read-only as t.
13724
13725 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13728
13729 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13730
13731         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13732         (gnus-narrow-to-page): Don't assume point-min == 1.
13733         (gnus-article-edit-mode): Derive from message-mode.
13734
13735         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13736         point-min == 1.
13737
13738         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13739         Disable incorrect use of `assert'.
13740
13741         * message.el (message-mode): Set comment-start-skip.
13742
13743
13744 2004-08-22  Sam Steingold  <sds@gnu.org>
13745
13746         * pop3.el (pop3-leave-mail-on-server): New user variable.
13747         (pop3-movemail): Delete mail only when it is nil.
13748
13749 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13752
13753         * mml.el (mml-preview): Use `pop-to-buffer'.
13754
13755         * message.el (message-goto-mail-followup-to): Insert after "To".
13756         (message-carefully-insert-headers): Add comment.
13757
13758         * gnus.el: Remove unused variable `gnus-article-check-size'.
13759
13760         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13761
13762         * gnus-art.el (gnus-button-alist): Improve
13763         `gnus-button-handle-library' entry.
13764
13765 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13766
13767         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13768         downcase, since XEmacs capitalizes error messages differently.
13769
13770 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13771
13772         * nntp.el: Add (require 'gnus) due to reference to
13773         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13774
13775 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13776
13777         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13778         `mm-fill-flowed'.
13779
13780         * mm-decode.el (mm-dissect-singlepart): Check it.
13781
13782 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13783
13784         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13785         'imap' for netrc parsing.
13786
13787 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * mailcap.el (mailcap-mime-data): Mark as risky.
13790
13791 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13794         may be included in the encoded word.
13795         (rfc2047-encode): Don't append a space if the encoded word
13796         includes close parenthesis.
13797
13798 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13801         of text within parentheses.
13802
13803 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13804
13805         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13806         (gnus-encrypt-write-file-contents): Make the password key the file
13807         name PLUS the cipher, not just the cipher.  Also remove failed
13808         passwords from the cache.
13809
13810 2004-08-06  Simon Josefsson  <jas@extundo.com>
13811
13812         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13813         fix.
13814
13815 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13818         LWSP.
13819
13820 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13821
13822         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13823         to append in-reply-to: data to the references: header.
13824
13825         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13826         (netrc-parse): Use gnus-encrypt.el functions.
13827
13828         * gnus-encrypt.el: Add new file for encryption support; currently
13829         does only a few GPG ciphers and an internal XOR cipher.
13830
13831         * password.el: Add comments on using password-read-and-add.
13832         (password-read-and-add): Add function to read and add the
13833         password to the cache at once.
13834
13835 2004-07-28  Simon Josefsson  <jas@extundo.com>
13836
13837         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13838         parameter (but don't use it, for now).
13839
13840         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13841         instead of hard coding to nil.
13842
13843 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13846         as mm-inline-image-xemacs does.
13847
13848 2004-07-26  Simon Josefsson  <jas@extundo.com>
13849
13850         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13851         Revert part of 2004-07-17 change below.
13852
13853 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13856         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13857
13858 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13859
13860         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13861         quotes that actually start with ">" at the beginning of the
13862         lines.
13863
13864 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * rfc2047.el (rfc2047-encode-region): Fix last change.
13867         (rfc2047-encode-parameter): Remove useless concat.
13868
13869 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13872         encode special characters; fix some kind of misconfigured headers;
13873         signal a real error if debug-on-quit or debug-on-error is non-nil.
13874         (rfc2047-encode-max-chars): New variable.
13875         (rfc2047-encode-1): Use it.
13876         (rfc2047-encode-parameter): New function.
13877
13878         * mml.el (mml-insert-parameter): Remove an excessive space.
13879
13880 2004-07-17  Simon Josefsson  <jas@extundo.com>
13881
13882         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13883         Kai Grossjohann <kai@emptydomain.de>.
13884         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13885         (gnus-group-make-menu-bar): Ditto.
13886
13887         * gnus-util.el (gnus-group-server): Add.
13888
13889 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13890
13891         * message.el (message-clone-locals): Clone sendmail and smtp
13892         variables.
13893
13894 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * rfc2047.el (rfc2047-encode-region): Fix last change.
13897
13898 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13901         characters as non-special.
13902
13903 2004-07-09  Simon Josefsson  <jas@extundo.com>
13904
13905         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13906         Users will lose all flag changes made while unplugged with
13907         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13908         good default.  See numerous reports on ding mailing list.
13909
13910 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13913         add generate-head-function and generate-article-function to the
13914         rfc822-forward entry.
13915         (nndoc-rfc822-forward-generate-article): New function.
13916         (nndoc-rfc822-forward-generate-head): New function.
13917
13918         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13919
13920 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13921
13922         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13923         respect display group parameter and gnus-summary-expunge-below.
13924         (gnus-articles-to-read): Remove unused reference to display group
13925         parameter.
13926
13927 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13928
13929         * nnheader.el (nnheader-uniquify-message-id): New experimental
13930         variable.
13931         (nnheader-nov-read-message-id): Use it.
13932
13933         * spam-report.el (spam-report-gmane): Add interactive.
13934
13935 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13938         qp-or-base64 for the application/* types.
13939
13940 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13941
13942         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13943
13944 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13945
13946         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13947         trim value.
13948
13949 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13950
13951         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13952         New macro and function.
13953         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13954
13955 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13958         after-load-alist.
13959
13960 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13961
13962         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13963         update info that isn't there.
13964
13965 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13966
13967         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13968         entry.
13969
13970 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mm-view.el (mm-inline-render-with-function): Use multibyte
13973         buffer; decode html source by charset.
13974
13975         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13976
13977         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13978         Mule-UCS is loaded under XEmacs.
13979         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13980
13981 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13982
13983         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13984
13985 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * mm-util.el (mm-coding-system-p): Return a coding-system.
13988         (mm-mime-mule-charset-alist): Use shift_jis instead of
13989         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13990         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13991         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13992         instead of japanese-shift-jis and iso-latin-1 respectively in
13993         order to share the default value with both Emacs and XEmacs-mule.
13994         (mm-mule-charset-to-mime-charset): Make
13995         mm-coding-system-priorities effective.
13996         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13997         while predicating of candidates upon the priorities.
13998
13999 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14000
14001         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14002         gnus-uu-invert-processable.
14003
14004         * gnus.el: Autoload gnus-uu-invert-processable.
14005
14006 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * mm-util.el (mm-with-multibyte-buffer): New macro.
14009
14010         * rfc2047.el (rfc2047-encode-string): Use it.
14011         (rfc2047-encode-region): Move point to the end of the region after
14012         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14013
14014 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14017         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14018
14019 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14022         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14023         Karl Chen <quarl@nospam.quarl.org>.
14024
14025 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14026
14027         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14028         invalid addresses.
14029
14030 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14031
14032         * spam.el: Change section markers, revise TODO list.
14033         (spam-backends): Make new master list of all installed backends.
14034         (spam-summary-exit-behavior): Add new variable to determine how
14035         messages moves are done at summary exit.
14036         (spam-move-spam-nonspam-groups-only)
14037         (spam-process-ham-in-nonham-groups)
14038         (spam-process-ham-in-spam-groups): Remove variables, the
14039         spam-summary-exit-behavior variable should be used to manage this
14040         behavior.
14041         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14042         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14043         and spam-old-spam-articles.
14044         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14045         Add empty variables, placeholders for the backends they represent.
14046         (spam-set-difference): Move, unchanged.
14047         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14048         unless the user has a processor variable.
14049         (spam-classifications, spam-classification-valid-p)
14050         (spam-backend-properties, spam-backend-property-valid-p)
14051         (spam-backend-function-type-valid-p)
14052         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14053         (spam-report-articles-gmane, spam-report-articles-resend):
14054         Remove functions, they are not needed.
14055         (spam-install-backend-super, spam-backend-list)
14056         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14057         (spam-backend-function, spam-backend-ham-registration-function)
14058         (spam-backend-spam-registration-function)
14059         (spam-backend-ham-unregistration-function)
14060         (spam-backend-spam-unregistration-function)
14061         (spam-backend-statistical-p, spam-backend-mover-p)
14062         (spam-install-backend-alias, spam-install-checkonly-backend)
14063         (spam-install-mover-backend, spam-install-nocheck-backend)
14064         (spam-install-backend, spam-install-statistical-backend)
14065         (spam-install-statistical-checkonly-backend): Add backend installation
14066         support.
14067         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14068         (spam-group-processor-p): Use the new backend code and respect the
14069         summary exit behavior.
14070         (spam-mark-spam-as-expired-and-move-routine): Remove.
14071         (spam-summary-prepare): Change to use the new spam-old-articles
14072         variable.
14073         (spam-copy-or-move-routine, spam-copy-spam-routine)
14074         (spam-move-spam-routine, spam-copy-ham-routine)
14075         (spam-move-ham-routine): Add code to copy/move ham or spam.
14076         (spam-fetch-field-fast): Improve doc and code, plus allow the
14077         'number request.
14078         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14079         variables.
14080         (spam-split, spam-find-spam): Use the new backend code.
14081         (spam-registration-functions): Remove variable.
14082         (spam-unregister-routine): Add convenience wrapper.
14083         (spam-log-undo-registration, spam-register-routine)
14084         (spam-log-processing-to-registry)
14085         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14086         where possible.
14087         (spam-check-gmane-xref, spam-check-regex-headers)
14088         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14089         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14090         (spam-check-bogofilter-headers, spam-check-spamoracle)
14091         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14092         (spam-check-crm114-headers): Use the spam-split-group that
14093         spam-split prepares, no need to determine it every time.
14094
14095         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14096         to the nnheader-parse-naked-head call.
14097
14098         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14099
14100         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14101         the nnheader-nov-read-message-id call.
14102
14103 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14106         gnus-activate-group twice.  Suggested by Markus Peter
14107         <warp@spin.de>.
14108
14109 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-art.el (gnus-article-time-format): Exchange the order of
14112         day and month in the default value; fix customization type.
14113         (article-date-ut): Use add-text-properties.
14114         (article-make-date-line): Use message-make-date instead of
14115         current-time-string.
14116
14117         * message.el (message-fetch-field): Don't use set-text-properties.
14118         (message-make-date): Simplify.
14119
14120         * messagexmas.el (message-xmas-make-date): New function.
14121         (message-xmas-redefine): Defalias message-make-date to it.
14122
14123 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14126         (rfc2047-encode-region): Treat text within parentheses as special;
14127         show the original text when error has occurred.
14128
14129         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14130         already-computed method to gnus-activate-group.
14131
14132         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14133         same select-methods identical Lisp objects.
14134
14135         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14136         object when modifying the info.
14137
14138 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14141         gnus-opened-servers since it has never been opened with the new
14142         configuration yet.
14143
14144 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14147         arg to nnheader-generate-fake-message-id.
14148
14149 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14150
14151         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14152         number and build a fake message ID localized to a group and
14153         article number (so it's repeatable from that point on).
14154         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14155         ID format.
14156
14157         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14158         nnheader-generate-fake-message-id with the article number.
14159
14160 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14161
14162         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14163         end-of-buffer.
14164
14165 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * message.el (message-ignored-supersedes-headers): Add Approved.
14168
14169 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14172         goto-char.
14173         (rfc2047-encode): Fold the line before encoding.
14174
14175 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14176
14177         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14178         folding -- not all headers can be folded, and this should be done
14179         by the message composition mode.  Probably.  I think.
14180
14181 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14184         fast.
14185
14186         * gnus-ems.el (gnus-remove-image): Don't use
14187         message-text-with-property; remove only the image found first.
14188
14189         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14190         found first.
14191
14192 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14193
14194         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14195
14196 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * message.el (message-text-with-property): Make it fast and accept
14199         optional arguments.
14200         (message-strip-forbidden-properties): Use it.
14201         (message-fix-before-sending): Follow the m-t-w-p change.
14202
14203         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14204
14205 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-art.el (article-hide-headers): Don't change the buffer
14208         mistakenly when performing mml-preview even if
14209         gnus-single-article-buffer is nil.
14210
14211 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14212
14213         * message.el (message-expand-name-databases): New user option.
14214         (message-expand-name): Use it.
14215
14216 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14217
14218         * spam.el (spam-report-articles-resend)
14219         (spam-report-resend-register-routine): Allow ham reporting.
14220         (spam-report-resend-register-ham-routine): Add wrapper.
14221         (spam-registration-functions): Add ham resending functions.
14222         (spam-list-of-processors): Add ham resend processor.
14223
14224         * gnus.el (ham-resend-to): Add new group parameter.
14225         (spam-process): Add ham resend option.
14226
14227         * spam-report.el (spam-report-resend): Allow reporting ham.
14228         (spam-report-resend-ham): Add wrapper.
14229
14230 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14231
14232         * message.el (message-cite-articles-with-x-no-archive): New
14233         variable.
14234         (message-cite-original): Use it.
14235
14236 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14237
14238         * message.el (message-cite-original): Respect X-No-Archive.
14239
14240 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-art.el (article-hide-headers): Refer to the values for
14243         gnus-ignored-headers and gnus-visible-headers in the summary
14244         buffer since a user may have set them as group parameters.
14245
14246 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14247
14248         * assistant.el (assistant-node-name): Add convenience function.
14249         (assistant-render-text, assistant-render-node): Add error handling,
14250         plus handle multiple next nodes.
14251         (assistant-find-next-node): Comment out for now.
14252         (assistant-find-next-nodes): Add function, returns list of next
14253         nodes.
14254
14255 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * mail-source.el (mail-source-directory): Fix doc-string.
14258
14259 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14260
14261         * assistant.el (assistant-render-text, assistant-eval): Add :set
14262         widget type, which is different because it takes and returns a
14263         list.  Much hilarity ensues.
14264
14265 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14268
14269         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14270         doc-string.
14271
14272         * gnus-start.el (gnus-activate-group): Added doc-string.
14273
14274 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14277
14278 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14279
14280         * assistant.el (assistant-render-text): Try to add a :set
14281         widget, more to come.
14282
14283         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14284         strings.
14285         (spam-report-articles-resend)
14286         (spam-register-routine): Do registration iff any articles warrant
14287         it.
14288         (spam-summary-prepare-exit): Change log message for nil group
14289         destinations.
14290
14291 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14292
14293         * spam.el (spam-report-resend-register-routine): Allow
14294         spam-report-resend-to to be a group parameter or a global value.
14295
14296 2004-05-26  Simon Josefsson  <jas@extundo.com>
14297
14298         * starttls.el: Merge with my GNUTLS based starttls.el.
14299         (starttls-gnutls-program, starttls-use-gnutls)
14300         (starttls-extra-arguments, starttls-process-connection-type)
14301         (starttls-connect, starttls-failure, starttls-success): New
14302         variables.
14303         (starttls-program, starttls-extra-args): Doc fix.
14304         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14305         functions.
14306         (starttls-negotiate, starttls-open-stream): Check
14307         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14308         function if it is set.
14309
14310 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14313         structured fields.
14314
14315 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14318
14319 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14320
14321         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14322         variable.
14323         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14324         assigning the spam-mark to new messages.
14325
14326 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14327
14328         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14329
14330 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14333
14334         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14335         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14336         default.
14337
14338 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14339
14340         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14341         correct data.
14342
14343 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14344
14345         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14346         (spam-group-processor-p): Fix function.
14347         (spam-group-processor-multiple-p)
14348         (spam-group-spam-processor-report-gmane-p)
14349         (spam-group-spam-processor-report-resend-p)
14350         (spam-group-spam-processor-bogofilter-p)
14351         (spam-group-spam-processor-blacklist-p)
14352         (spam-group-spam-processor-ifile-p)
14353         (spam-group-ham-processor-ifile-p)
14354         (spam-group-spam-processor-spamoracle-p)
14355         (spam-group-spam-processor-crm114-p)
14356         (spam-group-ham-processor-bogofilter-p)
14357         (spam-group-spam-processor-stat-p)
14358         (spam-group-ham-processor-stat-p)
14359         (spam-group-ham-processor-whitelist-p)
14360         (spam-group-ham-processor-BBDB-p)
14361         (spam-group-ham-processor-spamoracle-p)
14362         (spam-group-ham-processor-copy-p): Remove functions with some
14363         prejudice against unneeded code.
14364         (spam-report-articles-resend)
14365         (spam-report-resend-register-routine): Allow the group/topic
14366         spam-resend-to value to override spam-report-resend-to.
14367         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14368         properly now.
14369
14370         * gnus.el (spam-resend-to): Add group/topic parameter.
14371         (spam-process): Move the OBSOLETE processors to the end of the
14372         choices.
14373
14374 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14375
14376         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14377         with resend-to set to nil, and then ask the user if necessary.
14378         (spam-report-resend): spam-report-resend takes a list of articles, not
14379         separate article numbers.
14380
14381 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14384         addition to emacs-w3m.
14385
14386 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14387
14388         * assistant.el (assistant-authinfo-data): New function.
14389         (assistant-eval): Eval for entire assistant.
14390
14391         * netrc.el (netrc-services-file): New variable.
14392         (netrc-parse-services): New function.
14393         (netrc-find-service-name): New function.
14394         (netrc-find-service-number): New function.
14395         (netrc-port-equal): New function.
14396         (netrc-machine): Use it.
14397
14398         * nnimap.el (nnimap-open-connection): Use netrc.
14399
14400         * gnus-util.el (gnus-netrc-get): Remove aliases.
14401
14402         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14403
14404         * assistant.el (wid-edit): Fix compilation.
14405
14406         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14407
14408 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14409
14410         * gnus-util.el (gnus-set-file-modes): New function.  (small
14411         patch).
14412
14413 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14414
14415         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14416
14417         * assistant.el (assistant-render-node): Fix up rendering and
14418         read-only text.
14419         (assistant-render-node): Reset.
14420         (assistant-make-read-only): Not sticky.
14421
14422 2004-05-20  Danny Siu  <dsiu@adobe.com>
14423
14424         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14425         centered even when gnus-auto-center-summary is t.
14426
14427 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14428
14429         * dns.el (dns-get-txt-answer): New function.
14430         (dns-read-txt): Ditto.
14431         (query-dns): Use it.
14432
14433 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14436         active for foreign groups even if the group level is higher than
14437         the specified value.
14438
14439 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14440
14441         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14442         non-active groups.
14443
14444         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14445
14446 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14447
14448         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14449
14450 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14451
14452         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14453         (spam-crm114-header, spam-crm114-spam-switch)
14454         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14455         (spam-crm114-positive-spam-header)
14456         (spam-crm114-database-directory, spam-list-of-processors)
14457         (spam-group-spam-processor-crm114-p)
14458         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14459         (spam-generic-score, spam-list-of-checks)
14460         (spam-list-of-statistical-checks, spam-registration-functions)
14461         (spam-check-crm114-headers, spam-crm114-score)
14462         (spam-check-crm114, spam-crm114-register-with-crm114)
14463         (spam-crm114-register-spam-routine)
14464         (spam-crm114-unregister-spam-routine)
14465         (spam-crm114-register-ham-routine)
14466         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14467         asjo@koldfront.dk (Adam Sjøgren).
14468
14469         * gnus.el: Add spam-use-crm114.
14470
14471         * spam.el (spam-list-of-processors, spam-registration-functions):
14472         Add spam-use-resend.
14473         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14474         (spam-report-articles-gmane): Add doc fix.
14475         (spam-report-articles-resend, spam-report-resend-register-routine):
14476         Add wrappers around spam-report-resend-to.
14477
14478         * spam-report.el (spam-report-resend-to, spam-report-resend):
14479         Add support for resending spam.
14480         (spam-report-gmane): Fix line length >80.
14481
14482         * gnus.el (spam-process): Add spam-use-resend.
14483
14484 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14485
14486         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14487         number of processed spam messages.
14488         (spam-ham-copy-or-move-routine): Return the number of processed
14489         ham messages.
14490         (spam-summary-prepare-exit): Use the above values to decide
14491         whether status messages shouled be displayed.
14492
14493 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14496         `rfc2047-encoding-function-alist' in order to avoid conflicting
14497         with the old version.
14498         (rfc2047-encode-region): Concatenate words containing non-ASCII
14499         characters in structured fields; don't encode space-delimited
14500         ASCII words even in unstructured fields; don't break words at
14501         char-category boundaries.
14502         (rfc2047-encode-1): New function.
14503         (rfc2047-encode): Use it; encode text so that it occupies the
14504         maximum width within 76-column; work correctly on Q encoding for
14505         iso-2022-* charsets.
14506         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14507         sure not to break a line just after the header name.
14508         (rfc2047-b-encode-region): Removed.
14509         (rfc2047-b-encode-string): New function.
14510         (rfc2047-q-encode-region): Removed.
14511         (rfc2047-q-encode-string): New function.
14512
14513         * mm-util.el (mm-replace-in-string): New function.
14514
14515 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14516
14517         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14518         get it right.
14519         (gnus-inews-make-draft): Really.
14520
14521 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14522
14523         * nnmh.el (nnmh-request-list-1): Don't check the link count
14524         before descending.  (small patch)
14525
14526 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14527
14528         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14529         stuff.
14530
14531         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14532         on real group name.
14533
14534         * gnus-art.el (gnus-signature-limit): Doc fix.
14535
14536         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14537
14538         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14539
14540 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14541
14542         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14543         isn't a string.
14544
14545 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546
14547         * gnus-draft.el (gnus-draft-send): Bind
14548         rfc2047-encode-encoded-words.
14549
14550         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14551         (rfc2047-encodable-p): Say that =? needs encoding.
14552         (rfc2047-encode-encoded-words): New variable.
14553
14554         * gnus-group.el (gnus-group-select-group): Doc fix.
14555
14556         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14557
14558         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14559         to nil.
14560
14561         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14562
14563         * nnheader.el (nnheader-get-lines-and-char): New function.
14564
14565 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * gnus-msg.el (gnus-summary-followup-with-original): Document
14568         yanking of region when active.
14569
14570 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14573         groups if the group level is higher than the specified value.
14574
14575 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14578         (gnus-group-jump-to-group): Added prefix argument using
14579         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14580         non-active group.
14581
14582         * compface.el (uncompface): Be verbose when changing
14583         `uncompface-use-external'.
14584
14585         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14586         handle manual section.
14587
14588 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14589
14590         * gnus-art.el (gnus-button-alist): Revert previous change.
14591
14592 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14595
14596 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14597
14598         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14599         whether backend can accept message.
14600
14601         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14602
14603 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14604
14605         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14606         Avoid creating directory when nntp-marks-is-evil is true.
14607         Reported by Reiner Steib.
14608
14609 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * gnus-picon.el (gnus-picon-style): New variable.
14612         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14613         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14614         Jesper Harder <harder@ifa.au.dk>.
14615
14616 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14617
14618         * message.el (message-fill-field): Return point.
14619         (message-generate-headers): Go to end of field.
14620
14621         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14622         stuff for non-living groups.
14623
14624 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14625
14626         * gnus-art.el (gnus-article-followup-with-original)
14627         (gnus-article-reply-with-original): gnus-mark-active-p ->
14628         gnus-region-active-p.
14629
14630 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14631
14632         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14633         only when there is spam or ham to be processed.
14634
14635 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14636
14637         * mail-source.el (mail-source-delete-crash-box): Refactor.
14638         (mail-source-fetch): Use it.
14639         (mail-source-fetch-file): Ditto.
14640         (mail-source-fetch-directory): Run postscript in loop.
14641         (mail-source-fetch-pop): Delete.
14642         (mail-source-fetch-maildir): Ditto.
14643         (mail-source-fetch-imap): Ditto.
14644
14645         * imap.el (imap-authenticators): Comment out sasl.
14646
14647         * message.el (message-skip-to-next-address): New function.
14648         (message-fill-header-address): Refactor.
14649         (message-fill-address): Use it.
14650         (message-delete-address): Use it.
14651         (message-fill-header-general): Refactor.
14652         (message-fill-field-address): Rename.
14653         (message-narrow-to-field): Find the start of the header.
14654         (message-header-format-alist): Don't pre-fill.
14655         (message-fill-header): Removed.
14656         (message-insert-header): New function.
14657         (message-shorten-references): Use it.
14658
14659         * rfc2047.el (rfc2047-field-value): Strip props.
14660
14661         * mail-parse.el (mail-header-make-address): New alias.
14662
14663         * ietf-drums.el (ietf-drums-make-address): New function.
14664
14665         * imap.el: Add compiler directives.
14666
14667         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14668
14669         * gnus-art.el (article-decode-idna-rhs): Don't use
14670         message-idna-inside-rhs-p.
14671
14672 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14673
14674         * message.el (message-idna-inside-rhs-p): Removed.
14675         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14676
14677         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14678         false positives.
14679
14680 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14681
14682         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14683
14684 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14685
14686         * nneething.el (nneething-file-name): Don't create spurious
14687         files.
14688
14689         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14690         (gnus-inews-do-gcc): Remove sleep.
14691
14692         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14693         part under point.
14694
14695         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14696         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14697
14698 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14699
14700         * spam.el (spam-summary-prepare-exit): Fixed (length).
14701
14702 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14703
14704         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14705         as expired without moving it" message when there are spam
14706         messages left.
14707
14708 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14709
14710         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14711         header is not nil.
14712
14713 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14714
14715         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14716         nntp-possibly-create-directory, not nntp-possibly-change-group.
14717         (nntp-marks-changed-p): New arg SERVER.
14718         (nntp-request-update-info): Adjust caller.
14719
14720 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14721
14722         * nntp.el (nntp-save-marks): Pass missing arg.
14723
14724 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14725
14726         * nntp.el: Support marks.
14727         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14728         (nntp-marks-modtime, nntp-marks-directory): New variables.
14729         (nntp-request-set-mark, nntp-request-update-info)
14730         (nntp-possibly-create-directory, nntp-marks-changed-p)
14731         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14732         functions.
14733
14734 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14735
14736         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14737         (gnus-xmas-redefine): Rename.
14738
14739         * gnus-score.el (gnus-score-insert-help): Use
14740         gnus-select-lowest-window.
14741
14742         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14743         appt-select-lowest-window and rename to gnus-select-lowest-window.
14744
14745         * gnus.el: do.
14746
14747 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14748
14749         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14750         encodings of MIME-encoded words, in order to improve
14751         interoperability with several broken MUAs.
14752
14753 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14754
14755         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14756         tags, only when charsets are not specified in headers.
14757         (mm-inline-text-html-render-with-w3m): Ditto.
14758
14759         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14760         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14761
14762 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14763
14764         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14765         instead of MIME-decoded from fields when checking
14766         `gnus-article-address-banner-alist'.
14767
14768 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14769
14770         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14771         description rather than subject.
14772
14773 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14774
14775         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14776
14777 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14778
14779         * gnus.el (gnus-version-number): Bump.
14780
14781 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14782
14783         * gnus.el: No Gnus v0.2 is released.
14784
14785 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14786
14787         * gnus-agent.el (gnus-agent-read-agentview): Inline
14788         gnus-uncompress-range.
14789
14790 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14791
14792         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14793         `exec-installed-p'.
14794
14795 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14796
14797         * gnus.el (spam-process, spam-autodetect-methods): Add
14798         bsfilter and bsfilter-headers.
14799
14800         * spam.el (spam-bsfilter): New customize group.
14801         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14802         (spam-bsfilter-header, spam-bsfilter-probability-header)
14803         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14804         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14805         (spam-bsfilter-database-directory): New options.
14806         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14807         (spam-list-of-statistical-checks, spam-registration-functions):
14808         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14809         (spam-bsfilter-score): New command.
14810         (spam-check-bsfilter-headers, spam-check-bsfilter)
14811         (spam-bsfilter-register-with-bsfilter)
14812         (spam-bsfilter-register-spam-routine)
14813         (spam-bsfilter-unregister-spam-routine)
14814         (spam-bsfilter-register-ham-routine)
14815         (spam-bsfilter-unregister-ham-routine): New functions.
14816         (spam-generic-score): Support bsfilter; Accept an optional argument
14817         to recalcurate spam score even if scoring header has already been
14818         added.
14819         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14820         optional argument to recalcurate spam score even if scoring header
14821         has already been added.
14822
14823 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14824
14825         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14826         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14827         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14828         link is missing.
14829
14830 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14831
14832         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14833         (html2text-get-attr): Rewrite.
14834
14835         * message.el (message-setup-1): Remove redundant put-text-property
14836         on mail-header-separator.
14837
14838 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14839
14840         * gnus-registry.el (gnus-registry-cache-whitespace)
14841         (gnus-registry-action, gnus-registry-spool-action)
14842         (gnus-registry-split-fancy-with-parent): Change message levels
14843         from 5 to 3 or 7, as needed.
14844
14845         * spam.el (spam-summary-prepare-exit)
14846         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14847         (spam-split, spam-find-spam, spam-log-undo-registration)
14848         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14849         level from 5 to 6.
14850
14851 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14854         2004-03-04 change).
14855
14856 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14857
14858         * sieve-manage.el (sieve-manage-open):
14859         * nnweb.el (nnweb-insert-html):
14860         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14861         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14862         * nnspool.el (nnspool-request-group):
14863         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14864         * nnml.el (nnml-request-update-info):
14865         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14866         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14867         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14868         (nnimap-request-set-mark):
14869         * nnfolder.el (nnfolder-request-update-info):
14870         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14871         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14872         * gnus-uu.el (gnus-uu-find-articles-matching):
14873         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14874         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14875         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14876         * gnus-nocem.el (gnus-nocem-scan-groups):
14877         * gnus-int.el (gnus-start-news-server):
14878         * gnus-group.el (gnus-group-make-kiboze-group)
14879         (gnus-group-browse-foreign-server):
14880         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14881         Use mapc when appropriate.
14882
14883 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14884
14885         FIXME: Make separate entries for each person.
14886
14887         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14888         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14889         <shields@msrl.com>:
14890
14891         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14892         may need for spam sorting and scoring.
14893         (spam-user-format-function-S): Add user format function suitable for
14894         general use.
14895         (spam-article-sort-by-spam-status): Add sorting function for summary
14896         sorting.
14897         (spam-extra-header-to-number): Add function to get a score from a
14898         header.
14899         (spam-summary-score): Add function to get a numeric score from the
14900         headers.
14901         (spam-generic-score): Fix function doc, was in wrong place.
14902         (spam-initialize): Take symbols when it's run, and install the
14903         extra headers that spam-necessary-extra-headers thinks we need.
14904
14905 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14908         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14909
14910 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14911
14912         * gnus-sum.el (gnus-set-global-variables)
14913         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14914         (gnus-article-get-xrefs, gnus-summary-best-group)
14915         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14916         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14917         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14918         Use with-current-buffer.
14919
14920 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14921
14922         * spam.el (spam-summary-prepare-exit): Simplify logic.
14923         (spam-fetch-article-header): Read the article header if it's not
14924         available.
14925         (spam-list-articles): Simplify logic.
14926         (spam-filelist-register-routine): Fix bug with unregister-list.
14927
14928         * gnus-registry.el: Fix comments at beginning.
14929
14930 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14931
14932         * message.el (message-cater-to-broken-inn): Remove.
14933         (message-shorten-references): Make sure the total folded length of
14934         References is shorter than 998 characters to cater to a bug in INN
14935         2.3.  Also, don't pretend that references aren't folded -- this
14936         hasn't worked for a while.
14937
14938 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14939
14940         * gnus-agent.el (gnus-agentize):
14941         gnus-agent-send-mail-real-function no longer set to current value
14942         of message-send-mail-function but rather a lambda that calls
14943         message-send-mail-function.  The change makes the agent real-time
14944         responsive to user changes to message-send-mail-function.
14945
14946 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14947
14948         * legacy-gnus-agent.el
14949         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14950         help from Florian Weimer <fw@deneb.enyo.de>
14951
14952 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * nnmail.el (nnmail-cache-insert): Revert last change.
14955
14956 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * nnmail.el (nnmail-cache-insert): Always check whether
14959         nnmail-cache-ignore-groups matches a group name.
14960
14961 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14962
14963         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14964         (spam-find-spam, spam-log-processing-to-registry)
14965         (spam-log-registered-p, spam-log-unregistration-needed-p)
14966         (spam-log-undo-registration): Use gnus-message instead of
14967         gnus-error, none of these errors are fatal.
14968
14969         * gnus-registry.el (gnus-registry-clean-empty-function)
14970         (gnus-registry-clean-empty): Remove only empty entries without
14971         extra data.
14972
14973 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14974
14975         * spam-stat.el (spam-stat-buffer-change-to-spam)
14976         (spam-stat-buffer-change-to-non-spam): Change (error) to
14977         (gnus-message 8) invocation.
14978
14979 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * nntp.el (nntp-via-netcat-command): New variable.
14982         (nntp-via-netcat-switches): New variable.
14983         (nntp-open-via-rlogin-and-netcat): New function.
14984         (nntp-open-connection-function): Doc fix.
14985         (nntp-telnet-command): Doc fix.
14986         (nntp-end-of-line): Doc fix.
14987         (nntp-via-rlogin-command): Doc fix.
14988         (nntp-via-user-name): Doc fix.
14989         (nntp-via-address): Doc fix.
14990
14991 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14994         error in Emacs 21.1.
14995
14996 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14999
15000 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15001
15002         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15003         (gnus-agent-with-refreshed-group): New macro.
15004         (gnus-agent-rename-group): New function.
15005         (gnus-agent-delete-group): New function.
15006         (gnus-agent-save-group-info): Use gnus-command-method when
15007         `method' parameter is nil.  Don't write nil entries into the
15008         active file.
15009         (gnus-agent-get-group-info): New function.
15010         (gnus-agent-fetch-articles): Use
15011         gnus-agent-update-files-total-fetched-for to increment disk space
15012         used.
15013         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15014         gnus-agent-update-view-total-fetched-for to increment disk space
15015         used.
15016         (gnus-agent-get-local): Added optional parameters to avoid calling
15017         gnus-group-real-name and gnus-find-method-for-group.
15018         (gnus-agent-set-local): Delete stored entry if either min, or max,
15019         are nil.
15020         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15021         quit, use gnus-agent-regenerate-group to record existance of any
15022         articles fetched to disk before the quit occurred.
15023         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15024         gnus-agent-update-view-total-fetched-for, and
15025         gnus-agent-update-files-total-fetched-for to decrement disk space
15026         used.
15027         (gnus-agent-retrieve-headers): Use
15028         gnus-agent-update-view-total-fetched-for to increment disk space
15029         used.
15030         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15031         with gnus-agent-update-files-total-fetched-for to decrement disk
15032         space and fresh group buffer.
15033         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15034         (gnus-agent-need-update-total-fetched-for): New variable.
15035         (gnus-agent-update-files-total-fetched-for): New function.
15036         (gnus-agent-update-view-total-fetched-for): New function.
15037         (gnus-agent-total-fetched-for): New function.
15038
15039         * gnus-cache.el (gnus-cache-save-buffers): Use
15040         gnus-cache-update-overview-total-fetched-for to change disk space
15041         used by this group.
15042         (gnus-cache-possibly-enter-article): Use
15043         gnus-cache-update-file-total-fetched-for to increment disk space
15044         used by this group.
15045         (gnus-cache-possibly-remove-article): Use
15046         gnus-cache-update-file-total-fetched-for to decrement disk space
15047         used by this group.
15048         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15049         (gnus-cache-rename-group): New function.
15050         (gnus-cache-delete-group): New function.
15051         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15052         (gnus-cache-need-update-total-fetched-for): New variable.
15053         (gnus-cache-with-refreshed-group): New macro.
15054         (gnus-cache-update-file-total-fetched-for): New function.
15055         (gnus-cache-update-overview-total-fetched-for): New function.
15056         (gnus-cache-rename-group-total-fetched-for): New function.
15057         (gnus-cache-delete-group-total-fetched-for): New function.
15058         (gnus-cache-total-fetched-for): New function.
15059
15060         * gnus-group.el: Require gnus-sum and autoload functions to
15061         resolve warnings when gnus-group.el compiled alone.
15062         (gnus-group-line-format): Documented new %F.
15063         (size of Fetched data) group line format; identifies disk space
15064         used by agent and cache.
15065         (gnus-group-line-format-alist): Defined new F format.
15066         (gnus-total-fetched-for): New function.
15067         (gnus-group-delete-group): No longer update
15068         gnus-cache-active-altered as gnus-request-delete-group now keeps
15069         the cache in sync.
15070         (gnus-group-list-active): Let the agent store a server's active
15071         list if currently plugged.
15072
15073         * gnus-int.el (gnus-request-delete-group):
15074         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15075         local disk in sync with the server.
15076         (gnus-request-rename-group):
15077         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15078         local disk in sync with the server.
15079
15080         * gnus-start.el (gnus-get-unread-articles):
15081         Cosmetic simplification to logic.
15082
15083         * gnus-util.el (gnus-rename-file): New function.
15084
15085 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15086
15087         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15088
15089 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15090
15091         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15092         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15093
15094 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15095
15096         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15097         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15098
15099 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15100
15101         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15102
15103 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15104
15105         * spam.el (spam-set-difference): Add function to replace
15106         gnus-set-difference in spam.el.
15107         (spam-summary-prepare-exit): Use spam-set-difference.
15108
15109 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * gnus-registry.el (gnus-registry-cache-file): Update to use
15112         gnus-dribble-directory OR gnus-home-directory OR ~.
15113         (gnus-registry-split-fancy-with-parent): Fix doc.
15114
15115 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * message.el (message-exchange-point-and-mark): Use
15118         message-mark-active-p.  Suggested by Jesper Harder
15119         <harder@ifa.au.dk>.
15120
15121 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * message.el (message-exchange-point-and-mark): Don't activate
15124         region if it was inactive.  Suggested by Hiroshi Fujishima
15125         <pooh@nature.tsukuba.ac.jp>.
15126
15127 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-art.el (article-display-face): Display Faces in the same
15130         order as X-Faces.
15131
15132 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15135
15136 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15139         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15140         (gnus-article-mime-hierarchy): Remove.
15141         (gnus-article-mime-hierarchy-next): Remove.
15142         (gnus-article-mode): Revert 2004-03-19 change.
15143         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15144         (gnus-insert-mime-button): Revert 2004-03-19 change.
15145         (gnus-mime-accumulate-hierarchy): Remove.
15146         (gnus-mime-enter-multipart): Remove.
15147         (gnus-mime-leave-multipart): Remove.
15148         (gnus-mime-display-part): Revert 2004-03-19 change.
15149         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15150
15151         * mml.el (mml-preview): Revert 2004-03-19 change.
15152
15153 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15154
15155         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15156
15157 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15160         t while entering a file name using the mm-with-multibyte macro.
15161         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15162
15163         * mm-util.el (mm-with-multibyte): New macro.
15164
15165 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15168         user option.
15169         (gnus-mime-multipart-functions): Doc and customization fix.
15170         (gnus-article-mime-hierarchy): New variable.
15171         (gnus-article-mime-hierarchy-next): New variable.
15172         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15173         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15174         gnus-article-mime-hierarchy-next to nil.
15175         (gnus-insert-mime-button): Show hierarchy numbers.
15176         (gnus-mime-accumulate-hierarchy): New function.
15177         (gnus-mime-enter-multipart): New function.
15178         (gnus-mime-leave-multipart): New function.
15179         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15180         (gnus-mime-display-alternative): Show hierarchy numbers.
15181
15182         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15183         gnus-article-mime-hierarchy-next to nil.
15184
15185 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15186
15187         * dns.el: Don't require gnus-xmas.
15188
15189 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15190
15191         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15192         inline PGP.
15193         (mml-menu): Disable mml-quote-region if mark is inactive.
15194
15195 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15198         when the group's active is not available.
15199
15200 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15203         error.
15204
15205 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * imap.el (imap-store-password): New variable.
15208         (imap-interactive-login): Use it.
15209         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15210
15211 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15214         window-start and hscroll to summary window.
15215
15216 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15217
15218         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15219         conversion message to newsrc-dribble when an actual conversion is
15220         performed.
15221
15222 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15223
15224         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15225
15226 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * mm-decode.el (mm-complicated-handles): New function reviving
15229         former definition of mm-multiple-handles.
15230
15231         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15232         (gnus-mime-delete-part): Use it.
15233
15234 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15235
15236         * gnus-agent.el (gnus-agent-read-local): Bind
15237         nnheader-file-coding-system to gnus-agent-file-coding-system to
15238         avoid the implicit assumption that they will always be equal.
15239         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15240         coding-system-for-write, as the with-temp-file macro first prints
15241         to a buffer then saves the buffer.
15242
15243 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * gnus-art.el (gnus-article-edit-part): New function.
15246         (gnus-mime-save-part-and-strip): Use it; do query instead of
15247         signaling an error; don't use mm-multiple-handles.
15248         (gnus-mime-delete-part): Ditto.
15249
15250 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15251
15252         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15253         old file versions.
15254         (gnus-group-prepare-hook): Removed function that converted list
15255         form of gnus-agent-expire-days to group properties.
15256
15257         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15258         (gnus-request-accept-article): Re-indented.
15259
15260         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15261         converters to handle old agent file formats.  Added logic for a
15262         "backup before upgrading warning".
15263         (gnus-convert-mark-converter-prompt): Developers can mark
15264         functions as needing (default), or not needing,
15265         gnus-convert-old-newsrc's "backup before upgrading warning".
15266         (gnus-convert-converter-needs-prompt): Tests whether the user
15267         should be protected from potentially irreversable changes by the
15268         function.
15269
15270         * legacy-gnus-agent.el: New.  Provides converters that are only
15271         loaded when gnus-convert-old-newsrc needs to call them.
15272
15273 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * mail-source.el (mail-source-touch-pop): Doc fix.
15276
15277         * message.el (message-smtpmail-send-it): Doc fix.
15278
15279 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15280
15281         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15282
15283         * nnmail.el (nnmail-split-fancy): do.
15284
15285         * gnus-kill.el (gnus-kill, gnus-execute): do.
15286
15287 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15288
15289         * gnus-sum.el (gnus-widget-reversible-match)
15290         (gnus-widget-reversible-to-internal)
15291         (gnus-widget-reversible-to-external): New functions.
15292         (gnus-widget-reversible): New widget.
15293         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15294
15295 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15296
15297         * gnus-sum.el (gnus-thread-sort-functions)
15298         (gnus-article-sort-functions): Document `(not F)' items.
15299
15300 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15301
15302         * spam.el (spam-use-gmane-xref): Add new backend.
15303         (spam-gmane-xref-spam-group): Add variable to control the name of the
15304         Gmane spam group.
15305         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15306         (spam-regex-headers-spam, spam-regex-headers-ham)
15307         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15308         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15309         backends and checks.
15310         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15311
15312         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15313         an autodetect method.
15314
15315 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15316
15317         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15318         articles are being added to a group.
15319         (gnus-request-replace-article): Inform the agent that articles
15320         need to be uncached as the cached contents are no longer valid.
15321
15322 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * binhex.el: Don't autoload executable-find.
15325
15326         * canlock.el: Don't autoload mail-fetch-field.
15327
15328         * dgnushack.el: Autoload c-mode for XEmacs.
15329
15330         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15331
15332         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15333         rmail-dont-reply-to and rmail-output.
15334
15335         * gnus-score.el: Don't autoload ffap-string-at-point.
15336
15337         * gnus-setup.el: Don't autoload sc-cite-original.
15338
15339         * imap.el: Don't autoload base64-decode-string,
15340         base64-encode-string and md5.
15341
15342         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15343         and rmail-msg-restore-non-pruned-header.
15344
15345         * mm-decode.el: Don't autoload executable-find.
15346
15347         * mm-url.el: Don't autoload executable-find.
15348
15349         * mm-view.el: Don't autoload diff-mode.
15350
15351         * nndb.el: Don't autoload news-reply-mode, news-setup,
15352         cancel-timer and telnet.
15353
15354         * password.el: Don't autoload run-at-time for Emacs.
15355
15356         * sha1-el.el: Don't autoload executable-find.
15357
15358         * sieve-mode.el: Don't autoload c-mode.
15359
15360         * uudecode.el: Don't autoload executable-find.
15361
15362 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15363
15364         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15365         (gnus-agent-possibly-alter-active): Avoid null in numeric
15366         comparison.
15367         (gnus-agent-set-local): Refuse to save null in local object table.
15368         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15369         list of articles that will be marked as unread.
15370
15371 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15374
15375 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15376
15377         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15378         language tags.
15379
15380 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15381
15382         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15383         Don't bind "obarray".
15384
15385         * gnus-sum.el (gnus-thread-sort-functions): Added
15386         `gnus-thread-sort-by-most-recent-number' and
15387         `gnus-thread-sort-by-most-recent-date'.
15388         Reported by Kai Grossjohann <kai@emptydomain.de>.
15389
15390 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15393
15394 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15395
15396         * gnus-cus.el (gnus-agent-customize-category): Removed
15397         ignore-errors macro reference that required cl to be loaded at
15398         run-time.
15399
15400         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15401         single-interval range of the form (min . max).  Previously the
15402         range had to look like ((min . max)).  Likewise, return
15403         (min . max) rather than ((min . max)).
15404         (gnus-range-map): Use gnus-range-normalize to accept
15405         single-interval range.
15406
15407         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15408         the cache, but not the agent, now appear with their usual face.
15409
15410         * dgnushack.el (loaddir): New variable that is bound to the
15411         directory containing the dgnushack.el file. Use loaddir, rather
15412         than srcdir, to update load-path. Change lets dgnushack compile
15413         code in directories other than GNUS/lisp.
15414
15415 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * lpath.el: Don't bind w3m-safe-url-regexp.
15418
15419         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15420         w3m-safe-url-regexp variable buffer-local.
15421
15422         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15423
15424 2004-02-27  Simon Josefsson  <jas@extundo.com>
15425
15426         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15427         gnus-group-real-prefix.
15428         (gnus-summary-move-article): Use it, instead of
15429         gnus-group-real-prefix.
15430
15431 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * lpath.el: Bind w3m-safe-url-regexp.
15434
15435         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15436         w3m-safe-url-regexp variable buffer-local and set it as the value
15437         of mm-w3m-safe-url-regexp.
15438
15439         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15440
15441         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15442         parsing gnus-posting-styles when the message is not for replying.
15443
15444         * dgnushack.el: Autoload sgml-mode for XEmacs.
15445
15446         * nnrss.el (nnrss-opml-export): Use
15447         mm-set-buffer-file-coding-system instead of
15448         set-buffer-file-coding-system.
15449
15450 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15451
15452         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15453         of checkdoc.el).
15454         * nnrss.el: do.
15455         * gnus-mlspl.el: do.
15456         * gnus-ml.el: do.
15457         * gnus-srvr.el: do.
15458
15459         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15460
15461 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15462
15463         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15464         Corrections to custom-manual links.
15465
15466         * gnus-art.el (gnus-article): Ditto.
15467
15468         * mm-decode.el (mime-display, mime-security): Ditto.
15469
15470 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15471
15472         * flow-fill.el: Typo.
15473
15474 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15475
15476         * spam-wash.el: New file.
15477
15478 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15479
15480         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15481
15482 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15483
15484         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15485         to be run with new-articles as LIST1, not LIST2.
15486         (spam-registration-functions): Add spam-use-ham-copy as a nil
15487         registration backend.
15488
15489 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15490
15491         * spam-stat.el (spam-stat-washing-hook): New option.
15492         (spam-stat-buffer-words): Use it.
15493         (spam-stat-process-directory, spam-stat-test-directory): Use
15494         insert-file-contents-literally.
15495         (spam-stat-coding-system): New variable.
15496         (spam-stat-load, spam-stat-save): Use it.
15497
15498 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * spam-report.el (spam-report-plug-agent): Quote
15501         spam-report-url-to-file and spam-report-url-ping-plain.
15502
15503 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15506         / in mailto URLs.
15507
15508 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * spam-report.el (spam-report-process-queue): Fix interactive use.
15511         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15512         (spam-report-unplug-agent): Doc fixes.
15513         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15514         (spam-report-agentize, spam-report-deagentize): Autoload.
15515
15516 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15519
15520         * message.el (message-setup-fill-variables): Add mml tags to
15521         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15522         <ajk@iu.edu>.
15523         (message-mode): Don't modify paragraph-separate there.
15524
15525 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * compface.el (uncompface-use-external): Default to undecided.
15528         (uncompface-use-external-threshold): New variable.
15529         (uncompface-float-time): New macro.
15530         (uncompface): Determine whether to use the external decoder if
15531         uncompface-use-external is undecided.
15532
15533 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15534
15535         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15536         after images.
15537
15538         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15539
15540 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15541
15542         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15543
15544         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15545
15546         * gnus-sum.el (gnus-summary-limit-to-age)
15547         (gnus-summary-limit-children): do.
15548
15549         * gnus-int.el (gnus-request-scan): do.
15550
15551         * gnus-group.el (gnus-group-suspend): do.
15552
15553         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15554
15555         * gnus-cite.el (gnus-cite-parse-attributions): do.
15556
15557         * gnus-agent.el (gnus-summary-set-agent-mark)
15558         (gnus-agent-regenerate-group): do.
15559
15560         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15561
15562         * binhex.el (binhex-decode-region-internal): do.
15563
15564 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-fun.el (gnus-face-properties-alist): New user option.
15567         (gnus-display-x-face-in-from): Use it.
15568
15569         * gnus-art.el (article-display-face): Ditto.
15570
15571         * compface.el (uncompface-use-external): Default to nil.
15572
15573 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15574
15575         * nntp.el (nntp-erase-buffer): New function.
15576         (nntp-retrieve-data, nntp-send-command)
15577         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15578         (nntp-possibly-change-group): Use it.
15579
15580         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15581         with-current-buffer.
15582
15583 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15584
15585         * compface.el: Merge the ELisp-based uncompface program.
15586         (compface): New customization group.
15587         (uncompface-use-external): New user option.
15588         (uncompface): Call uncompface-internal if uncompface-use-external
15589         is nil.
15590         (uncompface-internal): New function.  Note that there are also
15591         some other functions and variables added for this function.
15592
15593 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15594
15595         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15596         if necessary.
15597
15598 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15599
15600         * spam-report.el (spam-report-unplug-agent)
15601         (spam-report-plug-agent, spam-report-deagentize)
15602         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15603         Add support for the Agent in spam-report: when unplugged, report to a
15604         file; when plugged, submit all the requests.
15605
15606         * spam.el (spam-register-routine): Fix message about
15607         registration.
15608
15609 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15610
15611         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15612         dependencies.
15613         (rfc2047-encode): Use it.
15614
15615         * gnus-art.el (gnus-button-marker-list): Move before first
15616         reference.
15617
15618         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15619         (imap-parse-body): Fix format string mismatch.
15620
15621         * gnus-score.el (gnus-summary-increase-score): do.
15622
15623         * nnrss.el (nnrss-close): New function.
15624
15625 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15626
15627         * nnrss.el (nnrss-make-filename): New function.
15628         (nnrss-request-delete-group, nnrss-read-server-data)
15629         (nnrss-save-server-data, nnrss-read-group-data)
15630         (nnrss-save-group-data): Use it.
15631         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15632         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15633         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15634
15635 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15636
15637         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15638
15639 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15640
15641         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15642         files.
15643
15644         * message.el (message-generate-headers-first): Don't quote nil
15645         and t in docstrings.
15646
15647         * imap.el (imap-id): do.
15648
15649         * gnus-agent.el (gnus-agent-consider-all-articles)
15650         (gnus-agent-queue-mail): do.
15651
15652 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * spam-report.el (spam-report-process-queue): New function.
15655         Process requests from `spam-report-requests-file'.
15656         (spam-report-process-queue): Doc fix.
15657
15658 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * spam.el (spam-register-routine)
15661         (spam-log-processing-to-registry, spam-log-registered-p)
15662         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15663         Change "check" to "spam-check" for semi-clarity.
15664
15665 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15666
15667         * pop3.el: Require nnheader.
15668
15669         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15670
15671         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15672
15673         * gnus-picon.el: Require cl.
15674
15675         * gnus-fun.el: Require gnus-ems and gnus-util.
15676
15677         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15678
15679         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15680
15681         * gnus-art.el (gnus-article-edit-mode): Define before first
15682         reference.
15683
15684 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15685
15686         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15687         (gnus-uu-post-encoded): Use point-at-bol.
15688
15689         * gnus-topic.el (gnus-group-active-topic-p): do.
15690
15691         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15692
15693         * gnus-group.el (gnus-group-kill-region): do.
15694
15695         * gnus-art.el (article-date-ut): do.
15696
15697         * message.el (message-fetch-field): Remove redundant
15698         case-fold-search binding.
15699         (message-narrow-to-field): Simplify.
15700
15701 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15702
15703         * spam.el (spam-directory): Derive from `gnus-directory'.
15704
15705         * spam-report.el (spam-report-url-to-file)
15706         (spam-report-requests-file): New function and variable for offline
15707         reporting.
15708         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15709         and user defined function.
15710         (spam-report-url-ping-mm-url): Remove doubled slash.
15711
15712 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15713
15714         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15715
15716 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15717
15718         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15719         format string mismatch.
15720
15721         * sieve.el (sieve-deactivate-all): do.
15722
15723         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15724
15725         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15726
15727         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15728
15729         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15730
15731 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15732
15733         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15734         the list of checks.
15735
15736 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15737
15738         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15739         padding.
15740
15741 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15742
15743         * mm-view.el (mm-fill-flowed): New variable.
15744         (mm-inline-text): Use it.
15745
15746 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15747
15748         * spam.el (spam-spamassassin-register-ham-routine)
15749         (spam-spamassassin-register-spam-routine): Fix function names.
15750
15751 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * gnus.el (gnus-tmp-grouplens): Remove.
15754         (gnus-summary-line-format): Remove grouplens.
15755
15756         * gnus-group.el (gnus-group-line-format): Ditto.
15757
15758         * gnus-spec.el (gnus-format-specs): Ditto.
15759         (gnus-update-format-specifications): Flush the group format spec
15760         cache if there's the grouplens stuff.
15761         (gnus-parse-simple-format): Replace %l with the empty string.
15762
15763 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15764
15765         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15766         omission.
15767
15768 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15771         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15772
15773 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15774
15775         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15776         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15777         New macros and functions.
15778         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15779         Handle > NLINK_MAX messages.
15780         * nnmaildir.el (nnmaildir-request-set-mark): Use
15781         nnmaildir--emlink-p and nnmaildir--eexist-p.
15782
15783 2004-01-25  Alex Schroeder  <alex@gnu.org>
15784
15785         * spam-stat.el (spam-stat-process-directory-age): New option.
15786         (spam-stat-process-directory): Use it.
15787
15788 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15789
15790         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15791         (spam-stat-save): Accept prefix argument.
15792
15793 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15794
15795         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15796         links" error.
15797
15798 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15801         the rest of the and/or forms.
15802
15803 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15804
15805         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15806         compatibility with old .newsrc.eld files.
15807
15808         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15809
15810         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15811
15812         * gnus-start.el (gnus-1): do.
15813
15814         * gnus-group.el (gnus-group-line-format-alist): do.
15815
15816         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15817
15818         * gnus-gl.el: Remove.
15819
15820 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15821
15822         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15823         marks consisting of a single range {for example, (3 . 5)} rather
15824         than a list of a single range { ((3 . 5)) }.
15825
15826 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15827
15828         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15829         with-current-buffer.
15830         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15831         avoid consing a string.
15832
15833         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15834         Remove obsolete entries for big5 and gb2312.
15835
15836 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15837
15838         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15839         uncompressed list.
15840
15841 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15842
15843         * spam-stat.el (spam-stat-strip-xref): New function.
15844         (spam-stat-process-directory): Use it.
15845
15846         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15847         here -- it's done in message-fetch-field.
15848
15849 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15850
15851         * gnus-agent.el (gnus-agent-queue-mail)
15852         (gnus-agent-prompt-send-queue): New variables.
15853         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15854         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15855         "nndraft:queue" along to gnus-draft-send.  Use
15856         gnus-agent-prompt-send-queue.
15857         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15858         is "nndraft:queue".  Suggested by Gaute Strokkenes
15859         <gs234@srcf.ucam.org>
15860
15861         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15862         (agent-enable-undownloaded-faces): Added.
15863         (gnus-agent-cat-groups): Use eval-and-compile, not
15864         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15865         method of gnus-agent-cat-groups even when the buffer has been
15866         evaled.
15867         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15868         delete gnus-agent-save-active-1.
15869         (gnus-agent-save-groups): Deleted.  Identical to
15870         gnus-agent-save-active.
15871         (gnus-agent-write-active): No longer adjust agent's copy of active
15872         file as agent's adjustments are now stored in their own
15873         file.  Removed optional parameter.
15874         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15875         servers.  Add use of min/max range limits from server's local
15876         file.
15877         (gnus-agent-save-alist): Removed unused optional argument.
15878         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15879         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15880         (gnus-agent-set-local): A per-server file that keeps min/max range
15881         limits for articles known to the agent.  Provides a fast mechanism
15882         for altering many active ranges.
15883         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15884         active file (local makes it unnecessary).
15885         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15886
15887         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15888         (agent-enable-undownloaded-faces): Added.
15889
15890         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15891         disable it when sending to "nndraft:queue".
15892         (gnus-group-send-queue): Add safety check to avoid sending queue
15893         when unplugged.
15894
15895         * gnus-group.el (gnus-group-catchup): Use new
15896         gnus-sequence-of-unread-articles, not
15897         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15898         numbers of articles.  Use gnus-range-map to avoid having to
15899         uncompress the unread list.
15900         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15901         Fixed invalid ange-ftp reference.
15902
15903         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15904         (gnus-sorted-range-intersection): Intersection of two ranges
15905         without requiring that they first be uncompressed.
15906
15907         * gnus-start.el (gnus-activate-group): Unless blocked by the
15908         caller, possibly expand the active range to include both cached
15909         and agentized articles.
15910         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15911         multiple version-dependent converters.
15912         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15913         gnus-agent-save-active.
15914         (gnus-save-newsrc-file): Save dirty agent range limits.
15915
15916         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15917         gnus-agent-possibly-alter-active.
15918         (gnus-adjust-marked-articles): Faster handling of simple lists.
15919
15920 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15921
15922         * spam-stat.el (spam-stat-test-directory): New optional argument
15923         displays a list of files detected.  Suggested by Andrew Cohen
15924         <cohen@andy.bu.edu>.
15925         (spam-stat-buffer-words-with-scores): Don't narrow and change
15926         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15927
15928 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15929
15930         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15931         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15932         (spam-spamassassin-arguments)
15933         (spam-spamassassin-spam-flag-header)
15934         (spam-spamassassin-positive-spam-flag-header)
15935         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15936         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15937         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15938         (spam-list-of-processors, spam-list-of-checks)
15939         (spam-list-of-statistical-checks, spam-registration-functions)
15940         (spam-check-spamassassin-headers, spam-check-spamassassin)
15941         (spam-spamassassin-score)
15942         (spam-spamassassin-register-with-sa-learn)
15943         (spam-spamassassin-register-spam-routine)
15944         (spam-spamassassin-register-ham-routine)
15945         (spam-assassin-register-spam-routine)
15946         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15947         (spam-bogofilter-score): Fix to show article before scoring.
15948
15949 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15950
15951         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15952         default scoring function.
15953         (spam-generic-score): Call spam-spamassassin-score if
15954         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15955         spam-bogofilter-score otherwise.
15956
15957         * gnus.el (spam-process, spam-autodetect-methods): Add
15958         spamassassin and spamassassin-headers.
15959
15960 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15961
15962         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15963         Suppress unnecessary messages.
15964
15965 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15966
15967         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15968         make-hash-table.
15969
15970 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * canlock.el (base64-encode-string): Don't autoload it.
15973
15974 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * run-at-time.el: Remove useless (require 'itimer),
15977         eval-and-compile and (featurep 'xemacs).
15978
15979 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15980
15981         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15982         GROUP is a virtual group.
15983
15984 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15985
15986         * gnus.el: Autoload `message-y-or-n-p'.
15987
15988 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15989
15990         * pgg-parse.el: Remove unnecessary (require 'custom).
15991
15992         * pgg-def.el: do.
15993
15994         * nnmail.el: do.
15995
15996         * gnus-undo.el: do.
15997
15998         * gnus-picon.el: do.
15999
16000         * gnus-util.el: do.
16001
16002 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16005
16006 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16009         handle, as well as a list.
16010
16011         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16012         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16013         (mm-w3m-cid-retrieve): Simplify.
16014
16015 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16016
16017         * message.el (message-kill-to-signature): Allow prefix arg to
16018         specify number of lines to keep before signature.
16019
16020 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16021
16022         * message.el (message-kill-to-signature): Change docstring.
16023
16024 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * canlock.el: Always require sha1-el.
16027         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16028
16029         * message.el: Autoload sha1 only when compiling.
16030
16031         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16032         eudc-expand-inline for XEmacs.
16033
16034 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * message.el (message-canlock-generate): Require sha1-el.
16037
16038 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16039
16040         * message.el (message-expand-name): Silence the byte compiler.
16041
16042         * lpath.el: Add detect-coding-system.
16043
16044         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16045         cus-edit.
16046
16047 2004-01-13  Simon Josefsson  <jas@extundo.com>
16048
16049         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16050         Invoke gnus-score-mode.  Reported by
16051         bojohan+news@dd.chalmers.se (Johan Bockgård).
16052
16053         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16054         Jim Blandy <jimb@redhat.com> (tiny change).
16055
16056 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16057
16058         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16059
16060 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16061
16062         * spam.el (spam-get-article-as-string): Update to use
16063         gnus-request-article-this-buffer, much simpler.
16064         (spam-get-article-as-buffer): Remove.
16065
16066 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16067
16068         * message.el (message-expand-name): Use EUDC if the user uses that.
16069
16070 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16071
16072         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16073         character for the encoding to avoid consing a string.
16074
16075         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16076         unnecessarily.
16077
16078         * mm-util.el (mm-replace-chars-in-string): Remove.
16079
16080         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16081         of mm-replace-chars-in-string.
16082
16083 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16084
16085         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16086
16087         * mm-util.el (mm-subst-char-in-string): Support inplace.
16088
16089         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16090         a new string in every iteration.  Use shy groups.
16091
16092 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16093
16094         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16095         * gnus-soup.el (gnus-soup-group-brew):
16096         * gnus-msg.el (gnus-put-message):
16097         * gnus-move.el (gnus-group-move-group-to-server):
16098         * gnus-kill.el (gnus-batch-score):
16099         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16100         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16101         (gnus-group-update-group, gnus-group-read-group)
16102         (gnus-group-make-group, gnus-group-make-help-group)
16103         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16104         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16105         (gnus-group-sort-by-unread, gnus-group-catchup)
16106         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16107         (gnus-group-yank-group, gnus-group-set-info)
16108         (gnus-group-list-groups):
16109         * gnus.el (gnus-generate-new-group-name):
16110         * gnus-delay.el (gnus-delay-send-queue):
16111         * nnvirtual.el (nnvirtual-catchup-group):
16112         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16113         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16114         (gnus-group-prepare-topics, gnus-topic-check-topology):
16115         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16116         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16117         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16118         (gnus-group-make-articles-read):
16119         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16120         (gnus-group-change-level, gnus-kill-newsgroup)
16121         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16122         (gnus-get-unread-articles, gnus-make-articles-unread)
16123         (gnus-make-ascending-articles-unread): Use accessor
16124         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16125         to get group information for improved readability.
16126
16127
16128 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16129
16130         * gnus-art.el (article-decode-mime-words, article-babel)
16131         (gnus-article-highlight-signature, gnus-article-add-buttons)
16132         (gnus-signature-toggle): Use gnus-with-article-buffer.
16133
16134         * gnus-art.el (gnus-article-highlight-headers)
16135         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16136
16137         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16138         (gnus-article-set-globals, gnus-request-article-this-buffer)
16139         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16140         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16141         (gnus-mime-display-alternative): Use with-current-buffer.
16142
16143 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16144
16145         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16146         also under 80 char limit, and call gnus-error if needed.
16147         (spam-fetch-article-header): Fix - it was a
16148         buffer-local variable (gnus-newsgroup-data).
16149         (spam-find-spam): Use spam-generate-fake-headers, forget about
16150         spam-insert-fake-headers.
16151         (spam-insert-fake-headers): Remove.
16152
16153 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16154
16155         * deuglify.el (gnus-article-outlook-unwrap-lines)
16156         (gnus-outlook-rearrange-article)
16157         (gnus-outlook-repair-attribution-outlook)
16158         (gnus-outlook-repair-attribution-block)
16159         (gnus-outlook-repair-attribution-other): Remove redundant
16160         save-excursion.
16161
16162 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16163
16164         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16165         (spam-fetch-field-subject-fast)
16166         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16167         (spam-fetch-article-header): Add functions to deal with Gnus
16168         internals for fast retrieval of article header data.
16169         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16170
16171 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16172
16173         * pop3.el (pop3-md5): Remove.
16174         (pop3-apop): Replace pop3-md5 with md5.
16175
16176         * mm-bodies.el: base64 is always built-in.
16177
16178         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16179         with-current-buffer.
16180
16181 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * canlock.el (canlock-insert-header): Remove excessive grouping in
16184         regexp.
16185
16186         * gnus-sum.el (gnus-summary-read-document): Ditto.
16187
16188         * gnus-uu.el (gnus-uu-part-number): Ditto.
16189
16190         * html2text.el (html2text-remove-tags): Ditto.
16191         (html2text-format-tags): Ditto.
16192         (html2text-format-single-elements): Ditto.
16193
16194         * mml.el (mml-parse-1): Ditto.
16195
16196 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16197
16198         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16199
16200         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16201
16202         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16203
16204         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16205
16206 2003-11-15  Simon Josefsson  <jas@extundo.com>
16207
16208         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16209         (pgg-gpg-lookup-key): Use regexp match instead of
16210         split-string (split-string is different between emacs 21.2 and
16211         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16212
16213 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16214
16215         * gnus-art.el (gnus-mime-view-all-parts)
16216         (gnus-article-part-wrapper, gnus-article-view-part): Use
16217         with-current-buffer.
16218
16219 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16220
16221         * spam.el (spam-disable-spam-split-during-ham-respool)
16222         (spam-spamoracle-database, spam-cache-lookups)
16223         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16224         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16225         (spam-group-ham-marks, spam-group-spam-marks)
16226         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16227         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16228         also add spam-use-blackholes to the statistical checks.
16229         (spam-fetch-field-fast): Add interface to fetching fields, may
16230         become a macro.
16231         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16232         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16233         (spam-insert-fake-headers): Fake an article when needed.
16234         (spam-find-spam): Fake article when possible.
16235         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16236         (spam-check-bogofilter-headers): Use message-fetch-field instead
16237         of nnmail-fetch-field.
16238
16239 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16242
16243 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16244
16245         * spam.el (spam-split): Do not require spam-use-CHECK to be
16246         enabled if that check is passed to spam-split explicitly; also
16247         fix so 'spam doesn't get converted to spam-split-group when
16248         spam-split-symbolic-return is t.
16249         (spam-find-spam): Find registrations of the article and use those
16250         instead of re-running spam-split to find the spam/ham
16251         classification of the article.
16252         (spam-log-processing-to-registry, spam-log-registered-p)
16253         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16254         Use gnus-error instead of gnus-message.
16255         (spam-log-registration-type): Add function to determine the
16256         classification of a message based on registry entries; will
16257         return nil if both 'spam and 'ham are found.
16258         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16259         a reasonably fast local cache without the loading errors.
16260         (spam-cache-lookups): Set to t by default.
16261         (spam-find-spam): Don't try to guess spam-cache-lookups.
16262         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16263         spam-caches entry.
16264         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16265         caching of whitelist/blacklist entries.
16266         (spam-check-whitelist, spam-check-blacklist): Invoke
16267         spam-from-listed-p with a type, not a cache variable.
16268         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16269
16270 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16271
16272         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16273
16274         * nnmail.el (nnmail-split-fancy): do.
16275
16276         * mml.el (mml-parse): do.
16277
16278         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16279         (gnus-score-adaptive): do.
16280
16281 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16284         (gnus-mime-button-map): Don't set keymap parent.
16285         (gnus-button-ctan-directory-regexp): Use shy grouping.
16286         (gnus-prev-page-map): Don't set keymap parent.
16287         (gnus-prev-page-map): Remove duplicated one.
16288         (gnus-next-page-map): Don't set keymap parent.
16289         (gnus-mime-security-button-map): Ditto.
16290
16291         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16292         version number.
16293
16294         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16295
16296 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * canlock.el (canlock-sha1-function): Remove.
16299         (canlock-sha1-function-for-verify): Remove.
16300         (canlock-openssl-program): Remove.
16301         (canlock-openssl-args): Remove.
16302         (canlock-ignore-errors): Remove.
16303         (canlock-sha1-with-openssl): Remove.
16304         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16305         (canlock-verify): Don't use canlock-ignore-errors.
16306
16307         * sha1-el.el (sha1-string-external): Make it can return a string
16308         in binary form.
16309         (sha1-region-external): Ditto.
16310         (sha1-string-internal): Ditto.
16311         (sha1-region-internal): Ditto.
16312         (sha1-region): Ditto.
16313         (sha1-string): Ditto.
16314         (sha1): Ditto.
16315
16316 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16317
16318         * spam.el (spam-report-articles-gmane): New command.
16319
16320 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16323
16324         * run-at-time.el (run-at-time-saved): Remove.
16325         (run-at-time): Doc fix.
16326
16327 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16328
16329         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16330         (gnus-summary-limit-map): Add it.
16331         (gnus-summary-make-menu-bar): do.
16332
16333 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16334
16335         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16336         Make attempt at some caching support (done for BBDB only now).
16337         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16338         addresses to be checked.
16339         (spam-clear-cache-BBDB): Add function, to be invoked by
16340         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16341         (spam-check-BBDB): Check and use the caches, if
16342         spam-cache-lookups is on, remove superfluous (provide).
16343
16344 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16345
16346         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16347
16348 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16349
16350         * run-at-time.el (run-at-time-saved): Move to after the definition
16351         of `run-at-time'.
16352
16353         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16354
16355 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16358         mm-w3m-local-map-property.
16359
16360         * mm-view.el (mm-w3m-mode-map): Remove.
16361         (mm-w3m-local-map-property): Remove.
16362         (mm-inline-text-html-render-with-w3m): Don't use
16363         mm-w3m-local-map-property.
16364
16365 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16366
16367         * run-at-time.el: New file.
16368
16369         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16370         under Emacs.
16371
16372         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16373         of gnus-set-text-properties.
16374
16375         * gnus-uu.el (gnus-uu-save-article): Ditto.
16376
16377         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16378
16379         * gnus-cite.el (gnus-cite-parse): Ditto.
16380
16381         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16382         of gnus-.
16383
16384         * gnus-xmas.el (run-at-time): Require run-at-time.
16385
16386         * gnus.el: Changed calls to nnheader-run-at-time and
16387         password-run-at-time throughout to use run-at-time directly.
16388
16389         * password.el: Removed definition of run-at-time.
16390
16391         * nnheaderxm.el: Remove definition of run-at-time.
16392
16393 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16394
16395         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16396         in prompt.
16397
16398 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16399
16400         * messagexmas.el (message-xmas-redefine): Alias
16401         `message-make-caesar-translation-table' to
16402         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16403         version.
16404
16405         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16406         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16407         `gnus-xmas-set-text-properties'.
16408         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16409         `gnus-xmas-completing-read'.
16410         (gnus-xmas-completing-read): Removed.
16411         (gnus-xmas-open-network-stream): Removed.
16412
16413         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16414         XEmacs version.
16415
16416         * dns.el (dns-make-network-process): Use `open-network-stream'
16417         instead of `gnus-xmas-open-network-stream'.
16418
16419         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16420
16421         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16422
16423 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16424
16425         * gnus-art.el (gnus-mime-display-alternative)
16426         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16427         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16428         Don't use gnus-local-map-property.
16429
16430         * gnus-util.el (gnus-local-map-property): Remove.
16431
16432         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16433         gnus-completing-read-maybe-default with completing-read.
16434
16435         * gnus-util.el (gnus-completing-read): do.
16436         (gnus-completing-read-maybe-default): Remove.
16437
16438 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16439
16440         * password.el: Only autoload `run-at-time' if not XEmacs.
16441         Only autoload the itimer functions if XEmacs.
16442
16443 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16446         XEmacsen.
16447
16448         * dgnushack.el: Autoload executable-find for XEmacs.
16449
16450 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * gnus-art.el (gnus-read-string): Remove.
16453         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16454         read-string.
16455
16456 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16457
16458         * netrc.el: Autoload password-read.
16459         (netrc): Add configuration group.
16460         (netrc-encoding-method, netrc-openssl-path): Add
16461         variables for encoding and decoding of files with symmetric
16462         ciphers.
16463         (netrc-encode): Add assistant function to encode a file with
16464         netrc-encoding-method.
16465         (netrc-parse): Add interactive parameter, added optional
16466         decoding if netrc-encoding-method is non-nil but otherwise
16467         behavior is standard.
16468         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16469         Do s/encode/encrypt/ everywhere.
16470
16471         * spam.el: Remove executable-find autoload.
16472
16473 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16474
16475         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16476
16477         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16478
16479 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * gnus-art.el (gnus-treat-ansi-sequences)
16482         (article-treat-ansi-sequences): New variable and function.
16483         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16484
16485         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16486         Use it.
16487
16488 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16489
16490         * mm-util.el (mm-quote-arg): Remove.
16491
16492         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16493         shell-quote-argument.
16494
16495         * gnus-uu.el (gnus-uu-command): do.
16496
16497         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16498
16499         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16500         with make-char.
16501
16502         * mm-util.el (mm-make-char): Remove.
16503
16504         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16505         add-minor-mode.
16506
16507         * gnus-undo.el (gnus-undo-mode): do.
16508
16509         * gnus-topic.el (gnus-topic-mode): do.
16510
16511         * gnus-sum.el (gnus-dead-summary-mode): do.
16512
16513         * gnus-start.el (gnus-slave-mode): do.
16514
16515         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16516
16517         * gnus-ml.el (gnus-mailing-list-mode): do.
16518
16519         * gnus-gl.el (gnus-grouplens-mode): do.
16520
16521         * gnus-draft.el (gnus-draft-mode): do.
16522
16523         * gnus-dired.el (gnus-dired-mode): do.
16524
16525         * gnus-ems.el (gnus-add-minor-mode): Remove.
16526
16527         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16528         Replace gnus-char-width with char-width.
16529
16530         * gnus-ems.el (gnus-char-width): Remove.
16531
16532         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16533         Replace gnus-char-width with char-width.
16534
16535         * gnus-ems.el (gnus-char-width): Remove.
16536
16537         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16538         definition.
16539         Remove Emacs 20 hash table compatibility code.
16540
16541         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16542         20 compatibility code.
16543
16544         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16545
16546         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16547
16548         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16549         with point-at-{eol,bol}.
16550
16551         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16552
16553         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16554
16555         * flow-fill.el (fill-flowed-point-at-bol)
16556         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16557
16558         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16559         Replace with point-at-{eol,bol} throughout all files.
16560
16561 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * ntlm.el (ntlm-string-as-unibyte): New macro.
16564         (ntlm-build-auth-response): Use it.
16565
16566         Remove Emacs 20 stuff:
16567         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16568         (butlast, mapc, remove): Remove the compiler macros.
16569         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16570         of delq and copy-sequence.
16571         * gnus-art.el (popup-menu): Remove the compiler macro.
16572         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16573         Emacs 20.
16574
16575 2004-01-05  Simon Josefsson  <jas@extundo.com>
16576
16577         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16578         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16579         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16580         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16581         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16582         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16583         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16584         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16585         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16586         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16587         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16588         string-xor into ntlm-string-xor.  Suggested by
16589         Jesper Harder <harder@myrealbox.com>.
16590
16591         * ntlm.el: Don't include poem.
16592
16593         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16594         Jesper Harder <harder@myrealbox.com>.
16595
16596         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16597
16598         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16599         probably breaks emacs with DL patch, but do we care? Is anyone
16600         still using the DL stuff?)
16601
16602         * sieve-manage.el: Use the password package.
16603         (sieve-manage-read-passwd): Remove.
16604         (sieve-manage-interactive-login): Use password.  Re-add
16605         condition-case around loop.
16606
16607         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16608         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16609         the password package.
16610
16611 2003-02-19  Simon Josefsson  <jas@extundo.com>
16612
16613         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16614         token.
16615
16616 2002-08-07  Simon Josefsson  <jas@extundo.com>
16617
16618         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16619         (sieve-manage-authenticators):
16620         (sieve-manage-authenticator-alist): Add some SASL mechs.
16621         (sieve-sasl-auth): New function.
16622         (sieve-manage-cram-md5-auth):
16623         (sieve-manage-plain-auth): Rewrite using SASL library.
16624         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16625         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16626         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16627         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16628
16629 2004-01-05  Simon Josefsson  <jas@extundo.com>
16630
16631         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16632         New files.
16633
16634 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16635
16636         * gnus-group.el (gnus-no-groups-message): Update.
16637
16638         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16639
16640 2003-11-09  Simon Josefsson  <jas@extundo.com>
16641
16642         * imap.el: Support for ID IMAP extension (RFC 2971).
16643         (imap-local-variables): Add imap-id.
16644         (imap-id): New variable.
16645         (imap-id): New function.
16646         (imap-parse-response): Parse untagged ID response.
16647         * nnimap.el (nnimap-id): New variable.
16648         (nnimap-open-connection): Use it.
16649
16650 2003-12-28  Simon Josefsson  <jas@extundo.com>
16651
16652         * gnus-score.el (gnus-score-edit-all-score): New.
16653         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16654
16655 2004-01-04  Simon Josefsson  <jas@extundo.com>
16656
16657         * password.el: Add.
16658
16659 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16660
16661         * dns.el (dns-query-types): Fix typo.
16662         (dns-query-types): New function.
16663         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16664         PTR and SOA replies, see RFC 1035.
16665
16666 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16667
16668         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16669
16670         * Moved to Changelog.2.
16671
16672 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16673
16674         * gnus.el (gnus-version-number): Bump version.
16675
16676 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16677
16678         * gnus.el: No Gnus v0.1 is released.
16679
16680 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16681
16682         * gnus.el: No Gnus v0.0 is released.
16683
16684 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16685
16686         * gnus.el (gnus-version-number): Bump.
16687         (gnus-version): No.
16688
16689 See ChangeLog.2 for earlier changes.
16690
16691     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16692       Free Software Foundation, Inc.
16693
16694   This file is part of GNU Emacs.
16695
16696   GNU Emacs is free software: you can redistribute it and/or modify
16697   it under the terms of the GNU General Public License as published by
16698   the Free Software Foundation, either version 3 of the License, or
16699   (at your option) any later version.
16700
16701   GNU Emacs is distributed in the hope that it will be useful,
16702   but WITHOUT ANY WARRANTY; without even the implied warranty of
16703   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16704   GNU General Public License for more details.
16705
16706   You should have received a copy of the GNU General Public License
16707   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16708
16709 ;; Local Variables:
16710 ;; coding: utf-8
16711 ;; fill-column: 79
16712 ;; add-log-time-zone-rule: t
16713 ;; End: