31e0338d10b9e51d2cc655d3ad5b9d8608789489
[gnus] / lisp / ChangeLog
1 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4         comments.
5
6         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7         `gnus-open-server' on each method before trying to scan them etc.  This
8         ensures that all the backend parameters are set correctly.
9
10         * nnimap.el (nnimap-authenticator): New variable.
11         (nnimap-open-connection): Allow anonymous login.
12         (nnimap-transform-headers): The chars header is called Chars not
13         Bytes.
14         (nnimap-wait-for-response): Don't infloop if the IMAP connection
15         drops.
16
17         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
18         patch, found by Knut Anders Hatlen.
19
20 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
21
22         * gnus-agent.el (gnus-agent-batch-confirmation)
23         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
24         to gnus-message.
25         * gnus-art.el (gnus-article-describe-briefly): Likewise.
26         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
27         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
28         * gnus-int.el (gnus-open-server): Likewise.
29         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
30         (gnus-score-check-syntax): Likewise.
31         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
32         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
33         Likewise.
34         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
35
36 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
39         calling conventions so that prefetch doesn't bug out.
40
41 2010-09-19  Julien Danjou  <julien@danjou.info>
42
43         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
44         rather than `subst-char-in-region' in order to be able to replace ASCII
45         char by UTF-8 ones.
46
47         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
48         than curl.
49         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
50         the right URL and ALT text on images.
51         (gnus-html-wash-tags): Fix tag case.
52         Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
53         (gnus-article-html): Add -o display_ins_del=2 option.
54         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
55
56 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
59         the extra mail headers, which sometimes seem to happen for unknown
60         reasons.
61
62         * mail-parse.el (mail-header-encode-parameter): Define as
63         rfc2045-encode-string instead of as rfc2231-encode-string, since some
64         (or most, perhaps?) mail readers don't understand the latter, but do
65         understand the former.
66
67         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
68         to nil, so that no methods are automatically agentized.  I think this
69         is probably what most users want.
70
71         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
72         from url-retrieve, for instance about invalid URLs.
73
74         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
75         groups that have no articles.
76         (nnimap-request-article): Check that we really got an article when we
77         requested one.
78
79         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
80         doesn't exist.
81
82         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
83         nntp buffer so the agent can save it.
84         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
85         that CRLF doesn't get translated to \n.
86         (nnimap-open-connection): Don't make 'shell commands only send \n.
87
88 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
89
90         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
91         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
92         Update var name.
93         (nnml-generate-nov-file): Use dolist.
94         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
95         Use with-current-buffer.
96
97 2010-09-18  Julien Danjou  <julien@danjou.info>
98
99         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
100         parallel.
101
102 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * nnimap.el (nnimap-update-info): When doing partial marks update, get
105         the range update right.
106         (nnimap-request-group): Don't make `M-g' bug out on group with no
107         marks.
108         (nnoo): Required, so that other packages can require nnimap.
109         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
110         command we're looking for.  This helps when the server sends more
111         responses after we've gotten everything we expected.
112         (nnimap): Add a `newlinep' field to keep track of end-of-line
113         conventions.
114         Don't send CRLF to things that don't want it.
115         (nnimap-request-accept-article): Ditto.
116
117 2010-09-18  Julien Danjou  <julien@danjou.info>
118
119         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
120         than curl to retrieve images.
121
122 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * nnimap.el (nnimap-update-info): Extend the info so that we can set
125         the marks.
126         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
127         (nnimap-wait-for-connection): New function.
128         (nnimap-open-connection): If we have PREAUTH, don't query for login
129         credentials.
130         (nnimap-update-info): Fix off-by-one error when concatenating ranges
131         when doing a partial update.
132
133 2010-09-18  Julien Danjou  <julien@danjou.info>
134
135         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
136         tags.
137
138 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * nnimap.el (nnimap-credentials): New function.
141         (nnimap-open-connection): Use the new function to look for credentials
142         also on the numeric equivalents of "imap" and "imaps".
143
144         * gnus-start.el (gnus-activate-group): Send the info to
145         gnus-request-group.
146
147         * nnimap.el (nnimap-request-group): Have the "check" version of the
148         function parse flags and update the info, so that a `M-g' get a total
149         resync of all flags from the group.
150
151         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
152         to allow backends to alter the info on group selection.  Also alter all
153         the backend -request-group functions to take the parameter.
154
155         * nnimap.el (nnimap-store-info): New function.
156         (nnimap-update-info): Store the info for later usage.
157         (nnimap-request-group): Use the stored info for the dont-check case, so
158         that we don't retrieve all marks when we enter a group.
159
160         * nnimap.el: Use deffoo instead of defun for interface functions.
161
162         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
163         update the group info.  This makes the nndraft groups, for instance, go
164         back to their old behaviour.
165
166         * gnus-sum.el (gnus-select-newsgroup): Indent.
167
168         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
169         in.
170         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
171         nothing.
172
173         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
174         from methods that are denied.
175
176         * gnus-int.el (gnus-method-denied-p): New function.
177
178         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
179         store the password instead of netrc.
180         (nnimap-open-connection): Don't error out when we can't make a
181         connections.
182
183         * auth-source.el (auth-source-create): In the password prompt, say what
184         we're querying for.  Also prompt for user name if that hasn't been
185         given.
186
187         * nnimap.el (nnimap-with-process-buffer): Removed.
188
189 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
192         method when we're reading from the agent.
193
194         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
195
196         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
197         that's probably most useful for users.
198
199         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
200         "failed" all the time.
201
202         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
203         ...)) with (with-current-buffer ... ).
204
205         * nntp.el (nntp-open-server): Return whether the open was successful or
206         not.
207
208         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
209         select an unread unseen article first.
210
211         * nnimap.el (nnimap-open-connection): If the user doesn't have a
212         /etc/services, supply some sensible port defaults.
213
214         * dgnushack.el: Define netrc-credentials.
215
216 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
217
218         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
219
220 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
221
222         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
223         doesn't have any parameters.
224
225 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
228         only upcased checks.
229
230         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
231
232         * nnimap.el (nnimap-open-shell-stream): New function.
233         (nnimap-open-connection): Use it.
234         (nnimap-transform-headers): Get the number of lines in each message.
235         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
236         number of lines.
237         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
238         problem.
239
240         * utf7.el (utf7-encode): Autoload.
241
242         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
243         to allow the mail splitting to not return a default group.  This is
244         useful for nnimap, which will leave unmatched mail in the inbox.
245
246         * nnimap.el: Rewritten.
247
248         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
249         nnimap usage.
250
251         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
252         if the move is internal, so that nnimap can do fast internal moves.
253
254         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
255         data.
256         (gnus-read-active-for-groups): Support finishing the early retrieval of
257         data.
258
259         * gnus-range.el (gnus-range-nconcat): New function.
260
261         * gnus-int.el (gnus-finish-retrieve-group-infos)
262         (gnus-retrieve-group-data-early): New functions.
263
264 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
265
266         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
267         (nnrss-retrieve-groups):
268         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
269         (pop3-quit): Use with-current-buffer.
270
271 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
274         instead of nnheader-accept-process-output.
275
276         * dgnushack.el (dgnushack-compile): Add comment.
277
278         * lpath.el: No need to fbind propertize for XEmacs 21.4.
279
280         * gnus-html.el (gnus-html-schedule-image-fetching)
281         (gnus-html-prefetch-images): Replace process-kill-without-query by
282         gnus-set-process-query-on-exit-flag.
283
284 2010-09-16  Romain Francoise  <romain@orebokech.com>
285
286         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
287
288 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * gnus-registry.el (gnus-registry-install-shortcuts): The second
291         parameter to unintern is mandatory-ish in Emacs 24.
292
293         * gnus-html.el (gnus-html-schedule-image-fetching)
294         (gnus-html-prefetch-images): Check for curl before using it.
295
296         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
297         depend on curl, which isn't essential.
298
299         * imap.el: Revert back to version
300         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
301         seem problematic.
302
303 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
304
305         * gnus-registry.el (gnus-registry-install-shortcuts):
306         Explicitly pass `obarray' to `unintern' to avoid a warning.
307
308 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
311         change.
312
313         * nnrss.el (nnrss-request-list): Removed this function and related
314         functions, including the moreover stuff.
315
316 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * nnrss.el (nnrss-retrieve-groups): New function.
319
320 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
321
322         * .dir-locals.el: Add no-byte-compile cookie.
323
324 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * time-date.el (format-seconds): Comment fix.
327
328         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
329         for back end that doesn't support request-scan.
330
331 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
334         then do request scans from the backends.
335
336         * netrc.el (netrc-credentials): New conveniency function.
337
338         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
339         avoid running a hook per line, since this takes a lot of time,
340         profiling shows.
341         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
342         directly if gnus-visual-p is true.
343
344 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
347         groups; replace mapcar with dolist which is a bit faster; pass groups
348         info to gnus-read-active-file-1.
349         (gnus-read-active-file-1): Scan only specified groups if the new
350         optional arg `infos' is given.
351
352 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
355
356         * pop3.el (pop3-movemail): Removed.
357         (pop3-streaming-movemail): Renamed to pop3-movemail.
358
359         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
360         don't restrict end-tag searches to the end of the line.
361
362 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
365         articles of every unchecked group to t, which means unknown since the
366         server has never been opened.
367
368 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * gnus-html.el (gnus-html-show-alt-text): New command.
371         (gnus-html-browse-image): Ditto.
372         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
373         to browse the image directly.
374         (gnus-html-wash-tags): Search for images first, so that <a><img> works
375         better.
376
377         * gnus-async.el (gnus-async-article-callback): Call
378         `gnus-html-prefetch-images' unconditionally.
379
380         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
381         before feeding URLs to curl.
382
383 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
386         internal images as deletable by `W D D'.
387
388         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
389         (gnus-async-article-callback): Fix typo.
390
391 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
394         current line to work around bugs in the output from w3m.
395
396         * gnus-async.el (gnus-async-article-callback): Always prefetch images
397         for groups that want that.
398
399         * nntp.el (nntp-wait-for-string): Supply a timeout for
400         accept-process-output to ensure progress.
401
402         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
403         level to get unread articles from, then use that for foreign groups,
404         too.
405
406         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
407         confuses the rest of the function.
408
409         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
410         for the methods that support -retrieve-groups, too.
411
412         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
413
414 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
417         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
418
419         * pop3.el: Require cl when compiling.
420         (pop3-number-of-responses): Search for "+OK", not "+OK ".
421
422 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
425         that aren't going to be activated.
426         (gnus-get-unread-articles): Fix up the last commit.
427
428         * gnus-html.el (gnus-article-html): Allow calling without specifying
429         the handle.  In that case, dissect the buffer first.
430
431         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
432
433         * nnimap.el (nnimap-open-connection): Revert the change that would look
434         into authinfo for imaps instead of imap.
435
436         * gnus-start.el (gnus-activate-group): Take an optional parameter to
437         say that you don't want to call gnus-request-group with don-check, but
438         do check the reponse.  This is for virtual groups only.
439         (gnus-get-unread-articles): Count the archive groups as secondary, so
440         that they're activated the same way as before.
441
442         * imap.el (imap-message-map): Removed optional buffer parameter, since
443         no callers use it.
444         (imap-message-get): Ditto.
445         (imap-message-put): Ditto.
446         (imap-mailbox-map): Ditto.
447         (imap-mailbox-put): Ditto.
448         (imap-mailbox-get): Ditto.
449         (imap-mailbox-get): Revert last change for this function.
450
451         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
452         case-insensitively.
453         (nnimap-debug): Removed.
454
455         * imap.el (imap-fetch-safe): Removed function, and altered all callers
456         to use `imap-fetch' instead.  According to the comments, this should be
457         safe, since all other IMAP clients use the 1:* syntax.
458         (imap-enable-exchange-bug-workaround): Removed.
459         (imap-debug): Removed -- doesn't seem very useful.
460
461         * mail-source.el (mail-source-fetch): Don't message if we're fetching
462         mail from a file, and the file doesn't exist.
463
464         * imap.el (imap-log): New convenience function used throughout instead
465         of repeating the same code all over the place.
466
467         * pop3.el (pop3-streaming-movemail): Return t for success.
468
469         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
470         .authinfo if we're using ssl connection.
471
472         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
473         already have if we're in a main Gnus `g' run.
474
475         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
476
477 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
480
481         * nnmh.el (nnmh-request-list-1): Bind `file'.
482
483         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
484         alias to set-process-query-on-exit-flag or process-kill-without-query.
485         (pop3-open-server): Use it.
486
487 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * mail-source.el (mail-source-delete-crash-box): Always move the crash
490         box to the Incoming file.  Fixes mistake in previous checkin.
491
492         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
493         request loop (for debugging purposes) removed.
494
495         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
496         culprit is more visible.
497         (nnml-save-incremental-nov, nnml-open-incremental-nov)
498         (nnml-add-incremental-nov): New functions to do "incremental" nov
499         updates, where we just append to the end of the existing nov files
500         without reading/writing them in full.
501
502         * mail-source.el (mail-source-delete-crash-box): Really only check the
503         incoming files once in a while.
504
505         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
506
507         * mail-source.el (mail-source-delete-crash-box): Only check the
508         incoming files for deletion once per day to save a lot of file
509         accesses.
510
511         * pop3.el (pop3-logon): Fix up unbound variable typo.
512
513         * mail-source.el (pop3-streaming-movemail): Autoload.
514
515         * pop3.el (pop3-streaming-movemail): Respect
516         pop3-leave-mail-on-server.
517
518         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
519         retrieval.
520
521         * pop3.el (pop3-process-filter): Removed unused function.
522         (pop3-streaming-movemail, pop3-send-streaming-command)
523         (pop3-wait-for-messages, pop3-write-to-file)
524         (pop3-number-of-responses): New functions for streaming pop3
525         retrieval.
526
527         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
528         come from no known methods.
529         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
530         list.
531
532         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
533         message sizes.
534         (pop3-movemail): Use erase-buffer instead of looping and deleting
535         regions, which seems rather odd.
536
537         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
538         file once per `g' run.
539
540         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
541         directories.  This makes the draft queue directory work.
542
543         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
544         data from the backends, so that we only request the list of groups from
545         each method once.  This should speed things up considerably.
546
547         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
548         detect that it's not implemented.
549
550         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
551         we actually do recurse down into the tree, but don't stat all leaf
552         nodes.
553
554         * gnus-html.el (gnus-html-show-images): If there are no images to show,
555         then say so instead of bugging out.
556
557         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
558         files exist before trying to read them.
559
560         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
561         around <pre_int>.
562
563         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
564
565         * nnmh.el (nnmh-request-list-1): Optimize for speed.
566
567 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * mm-util.el (mm-image-load-path): Just return the image directories,
570         not all directories in the path in addition to the image directories.
571         (mm-image-load-path): Maintain a cache of the image directories so that
572         the `g' command in Gnus doesn't have to stat dozens of directories each
573         time.
574
575         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
576         (gnus-html-wash-tags): Add a new `i' command to insert images.
577         (gnus-html-insert-image): New command and keystroke.
578         (gnus-html-redisplay-with-images): New command and keystroke.
579         (gnus-html-show-images): Renamed command.
580         (gnus-html-wash-tags): Remove more white space before <pre_int> image
581         spacers.
582         (gnus-html-wash-tags): Decode entities at the end, so that entities
583         inside the tags don't mess up the rest of the "parsing".
584
585         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
586         so that nnimap methods aren't agentized by default.  There's apparently
587         many problems related to agent/imap behaviour.
588
589         * gnus-art.el (gnus-article-copy-string): New command and key binding.
590
591         * gnus-html.el: Doc fix.
592
593 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
596         specifier-spec-list for Emacs 21.
597
598         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
599         glyph-width and glyph-height instead of display-graphic-p and
600         image-size; make avoidance of displaying small images work for XEmacs.
601
602         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
603         for XEmacs.
604
605         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
606         of symbol that holds plist data.
607         (gnus-process-plist): Remove plist of process after getting it.
608
609 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * message.el (message-generate-hashcash): Change default to
612         'opportunistic if hashcash is installed.
613
614         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
615         (gnus-html-put-image): Only call image-size once, since it's somewhat
616         time-consuming on remote X servers.
617
618 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
621         type on data, not a file name.
622
623         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
624         window-pixel-edges for Emacs 21.
625
626         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
627         decoded contents.
628         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
629
630 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
633         group line format, since it isn't very interesting.
634
635         * gnus-agent.el (gnus-agent-short-article),
636         (gnus-agent-long-article): Increase values for these two variables,
637         since most people are likely to have more network connection and
638         storage than before.
639
640         * gnus.el (gnus-refer-article-method): Change default to 'current.
641         When referring an article, the common behaviour is to refer it from the
642         current select method, not the native select method.  The chances of
643         the native select method having the message in question is rather slim
644         these days.
645
646         * gnus-sum.el (gnus-auto-select-subject): Change default to
647         `unseen-or-unread'.  I think it's likely that most people want to
648         select an unseen article over a previously seen, but unread one.
649
650         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
651         means that in the article buffer none of the minor mode elements will
652         be shown, usually, and this is not desirable in most cases.
653
654         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
655         that commands like `d' (and the like) go to the next line in the
656         buffer, instead of the next unread article.  I think this is the
657         behaviour that is most natural for most users.
658         (gnus-single-article-buffer): Change default to nil, so that people can
659         have as many article buffers open as they have summary buffer.  I think
660         this is the most natural way for the groups to behave.
661
662         * message.el (message-generate-new-buffers): Change default to
663         `unsent', so that all new message buffers start their names with the
664         string "*unsent", and it's easier to find the buffers if you move from
665         them.
666
667 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
670         small. They're probably tracking images.
671         (gnus-html-wash-tags): Remove all <pre_int> place holders.
672         (gnus-html-rescale-image): Yet another try at getting the image sizing
673         right.
674
675         * nntp.el (nntp-request-set-mark): Refuse to do marks if
676         nntp-marks-file-name is nil.
677
678 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * gnus-html.el (gnus-html-wash-tags)
681         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
682         Better logging.
683
684 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
687
688         * gnus-html.el (gnus-html-wash-tags): Check the value of
689         gnus-blocked-images in the summary buffer.
690
691 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
692
693         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
694
695 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
698         like "a", it seems like.
699         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
700         since it needs to be picked from the correct buffer.
701
702         * nnwfm.el: Removed.
703
704         * nnlistserv.el: Removed.
705
706 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
707
708         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
709         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
710
711 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * nnkiboze.el: Removed.
714
715         * nndb.el: Removed.
716
717         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
718         alt text.
719         (gnus-html-rescale-image): Try to get the rescaling logic right for
720         images that are just wide and not tall.
721
722         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
723         overshadow variable bindings.
724
725 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
726
727         * gnus-html.el (gnus-html-wash-tags)
728         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
729         extra logging.
730
731 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
734         (gnus-max-image-proportion): New variable.
735         (gnus-html-rescale-image): New function.
736         (gnus-html-put-image): Rescale images.
737
738 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
739
740         Fix up some byte-compiler warnings.
741         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
742         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
743         (gnus-article-fill-cited-article, gnus-article-hide-citation)
744         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
745         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
746         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
747         (gnus-group-update-group): Use save-excursion and with-current-buffer.
748
749 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-html.el (gnus-article-html): Decode contents by charset.
752
753 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
756         (gnus-html-frame-width, gnus-blocked-images)
757         * message.el (message-prune-recipient-rules): Add custom version.
758         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
759
760         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
761         functions.
762
763         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
764         gnus-process-get.
765
766 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
767
768         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
769         instead of lsub directly.
770
771 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * nnwarchive.el: Removed.
774
775         * gnus-soup.el: Removed.
776
777         * nnsoup.el: Removed.
778
779         * nnultimate.el: Removed.
780
781         * gnus-html.el (gnus-blocked-images): New variable.
782
783         * message.el (message-prune-recipients): New function.
784         (message-prune-recipient-rules): New variable.
785
786         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
787         guess whether a long line is natural text or not.
788
789         * gnus-html.el (gnus-html-schedule-image-fetching): Use
790         gnus-process-plist and friends for compatibility.
791
792 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
793
794         * gnus-html.el: Require packages that define macros used in this file.
795         (gnus-article-mouse-face): Declare to silence byte-compiler.
796         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
797         process-get.
798         (gnus-html-put-image): Use plist-get to avoid getf.
799         (gnus-html-prefetch-images): Use with-current-buffer.
800
801 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-ems.el: Provide compatibility functions for
804         gnus-set-process-plist.
805
806         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
807         header-line-format for XEmacs 21.4.
808
809         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
810         * gnus.el (gnus-valid-select-methods)
811         * message.el (message-send-mail-partially-limit)
812         * mm-decode.el (mm-text-html-renderer)
813         * mml.el (mml-insert-mime-headers-always)
814         * smiley.el (smiley-regexp-alist): Bump custom version.
815
816 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-html.el: require mm-url.
819         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
820         with the url to `url'.
821         (gnus-html-wash-tags): Support cid: URLs/images.
822
823 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
826         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
827         bindings, as they aren't useful at all. `w' is moved to `W w'.
828
829         * gnus-move.el: Removed file, since it doesn't really work.
830
831         * gnus-html.el (gnus-article-html): Tell w3m that the input is
832         UTF-8. This seems to fix problems with some German web feeds.
833
834         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
835         at the top so that the proper colours are applied.
836
837         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
838         don't have dots in their names.
839
840         * gnus-art.el (gnus-article-view-part): Doc fix.
841
842         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
843         XEmacs-compatible.
844         (gnus-html-put-image): Don't do images on non-graphic displays.
845
846         * nnslashdot.el: Removed this unused backend.
847
848         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
849         actions.
850         (gnus-undo-register-1): Revert last change.
851
852         * gnus-group.el (gnus-group-completing-read): Protect against not
853         having completion-styles bound.
854
855         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
856         make broken recipients happier.
857
858         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
859
860         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
861         point parameter.
862
863         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
864
865         * gnus-group.el (gnus-group-completing-read): Add 'substring to
866         completion-styles for group selection.
867
868 2009-02-04  Andreas Schwab  <schwab@suse.de>
869
870         * gnus-score.el (gnus-score-string): Fix regex for matching extra
871         headers and regexp-quote the match if necessary.
872
873 2009-03-24  Miles Bader  <miles@gnu.org>
874
875         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
876         the blinking smiley.
877
878 2009-03-24  Simon Josefsson  <simon@josefsson.org>
879
880         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
881         blink smiley.
882
883 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
886         where the dribbel file lives exists.
887
888         * message.el (message-send-mail-partially-limit): Change the default to
889         nil, since most people don't want this.
890
891         * mm-url.el (mm-url-decode-entities): Also decode entities like
892         &#x3212.
893
894 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
895
896         * gnus-sum.el (gnus-summary-idna-message):
897         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
898         Hyperlink urls in docstrings with URL `...'.
899
900 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
901
902         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
903         functions.
904
905 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
908         say what the mouseover text should be.
909
910         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
911         version of the mm-w3m-safe-url-regexp variable to only download images
912         in the groups where we want that to happen.
913
914         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
915
916         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
917         easier debugging.
918         (gnus-article-beginning-of-window): Add kludge to allow spacing past
919         big pictures in the article buffer.
920
921         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
922         gnus-article-html.
923         (mm-text-html-renderer): gnus-article-html needs curl in addition to
924         w3m.
925
926         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
927
928 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
931         which doesn't exist.
932
933         * message.el (message-inhibit-ecomplete): New variable to allow some
934         function to inhibit ecomplete address storage.
935         (message-resend): Disable ecomplete message storage when resending
936         messages.
937
938         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
939
940 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
943         Save excursion while copying, moving, and deleting articles in order to
944         prevent the cursor from jumping to unforeseen place.
945
946 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * lpath.el: No need to bind bookmark-current-buffer,
949         bookmark-yank-point and bookmark-make-record-function.
950
951 2010-08-17  Glenn Morris  <rgm@gnu.org>
952
953         * gnus-sync.el: Require gnus components whose functions are used.
954
955         * gnus-art.el (bookmark-make-record-function):
956         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
957         Declare for compiler.
958
959         * mm-url.el (mml-compute-boundary): Autoload.
960
961 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
964
965 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
966
967         Typo fix "hoo4a" -> "hook".
968
969         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
970
971 2010-08-14  Glenn Morris  <rgm@gnu.org>
972
973         * gnus-sync.el (gnus-sync): Fix defgroup version.
974
975 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
976
977         Doc fixes and keep unknown groups (ammended for nunion bug fix).
978
979         * gnus-sync.el: Fix docs.
980         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
981         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
982
983 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
984
985         Optimizations for gnus-sync.el.
986
987         * gnus-sync.el: Add docs about gnus-sync-backend
988         possibilities.
989         (gnus-sync-save): Remove unnecessary message.
990         (gnus-sync-read): Optimize and show what groups were skipped.
991
992 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
993
994         Minor bug fixes for gnus-sync.el.
995
996         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
997         read the sync on get-new-news.
998
999         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1000         quiet.
1001
1002         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1003
1004 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1005
1006         Make saving and restoring of hidden threads work with overlays.
1007         Patch applied by Ted Zlatanov.
1008
1009         * gnus-sum.el (gnus-hidden-threads-configuration)
1010         (gnus-restore-hidden-threads-configuration): Update to deal with text
1011         properties, rather than searching for a magic character.
1012
1013 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1014
1015         New gnus-sync.el library for synchronization of marks.
1016
1017         * gnus-sync.el: New library for synchronization of marks.
1018
1019         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1020         renamed from `gnus-registry-grep-in-list'.
1021
1022         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1023
1024         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1025
1026 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1029         determining charset of text fails.
1030
1031 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * nnmail.el (nnmail-get-new-mail-1): Revert.
1034
1035         * nnml.el (nnml-active-number): Make sure names of newly created groups
1036         in nnml-group-alist are encoded.
1037
1038 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1041         containing non-ASCII characters in active file for nnml back end.
1042
1043 2010-07-24  David Engster  <dengste@eml.cc>
1044
1045         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1046         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1047
1048 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1049
1050         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1051         tag (Bug#6654).
1052
1053 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1056         the article buffer, not the summary buffer.
1057
1058 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1061         Emacs 23 as well.
1062
1063 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1066         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1067
1068 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1069
1070         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1071         Patch applied by Karl Fogel.
1072
1073         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1074         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1075
1076 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1077
1078         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1079         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1080         C-w still not working correctly from Article buffers; Thierry's
1081         patch to fix that will be applied after this.
1082
1083         * gnus-art.el (bookmark-make-record-function): New local variable.
1084
1085         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1086         article buffer.
1087         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1088
1089 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1090
1091         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1092         on changes in bookmark.el.
1093
1094 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1097         `no-log' instead of message not to log prompt string.
1098
1099 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1100
1101         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1102         the *other* type of HTML form submission.
1103
1104 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1105
1106         * auth-source.el (auth-source-pick): If choice does not contain a
1107         questioned keyword, set the check to t.
1108
1109 2010-06-12  Romain Francoise  <romain@orebokech.com>
1110
1111         * gnus-util.el (gnus-date-get-time): Move up before first use.
1112
1113 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1116         (gnus-article-edit-part): Bind it to make last part that is substituted
1117         or deleted visible.
1118         (gnus-mime-display-single): Buttonize part of which id equals to
1119         gnus-mime-buttonized-part-id.
1120
1121 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1122
1123         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1124         (gnus-dd-mmm): Use gnus-date-get-time.
1125         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1126         simplify logic.
1127         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1128         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1129
1130 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1131
1132         * auth-source.el (top): Autoload `secrets-list-collections',
1133         `secrets-create-item', `secrets-delete-item'.
1134         (auth-sources): Fix tag string.
1135         (auth-get-source, auth-source-retrieve, auth-source-create)
1136         (auth-source-delete): New defuns.
1137         (auth-source-pick): Rewrite in order to avoid 2 passes.
1138         (auth-source-forget-user-or-password): New parameter USERNAME.
1139         (auth-source-user-or-password): New parameters CREATE-MISSING and
1140         DELETE-EXISTING.  Retrieve password interactively, if needed.
1141
1142 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1143
1144         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1145         deleting unused directories when gnus-expert-user is t.
1146
1147 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1150         for each temp file when gnus-article-browse-delete-temp is ask.
1151
1152 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1153
1154         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1155         Lisp calls to delete-backward-char by calls to delete-char.
1156
1157 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1158
1159         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1160
1161 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1162
1163         * password-cache.el (password-cache-remove): Fix docstring.
1164
1165 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1168         article unless decoding article to be saved.
1169
1170 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1173         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1174         generated within the mm-with-unibyte-current-buffer macro.
1175
1176 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1179         to nil when we're in a mml-preview buffer and no group is selected.
1180
1181 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1182
1183         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1184         when catching the `C-g'.  Reported by "Leo".
1185
1186 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * message.el (message-forward-make-body-plain)
1189         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1190         multibyte-string-p.
1191
1192         * lpath.el: Revert.
1193
1194 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * message.el (message-forward-make-body-mml): Assume original message
1197         is multibyte string; error on unibyte.
1198         (message-forward-make-body-plain): Ditto; don't add excessive newline
1199         in body end.
1200
1201         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1202
1203 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1204
1205         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1206         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1207
1208 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * mm-extern.el (mm-extern-url): Don't use
1211         mm-with-unibyte-current-buffer.
1212         (mm-extern-cache-contents): Use with-current-buffer instead of
1213         save-excursion + set-buffer.
1214
1215 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * mm-util.el (mm-emacs-mule): Remove.
1218
1219 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1220
1221         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1222         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1223         change.
1224
1225 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1228         bind the default value of enable-multibyte-characters to nil.
1229
1230 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * message.el (message-forward-make-body-plain)
1233         (message-forward-make-body-mml):
1234         Don't use mm-with-unibyte-current-buffer.
1235
1236 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1237
1238         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1239
1240 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1241
1242         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1243         (Bug#5592).
1244
1245 2010-05-07  Julien Danjou  <julien@danjou.info>
1246
1247         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1248         it to mm-pipe-part.
1249
1250         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1251         it is given.
1252
1253 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * binhex.el (binhex-decode-region-internal)
1256         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1257         (dns-query)
1258         * nnweb.el (nnweb-gmane-search)
1259         * pgg-parse.el (pgg-parse-armor)
1260         * pgg.el (pgg-verify-region)
1261         * sha1.el (sha1-string-external)
1262         * uudecode.el (uudecode-decode-region-internal)
1263         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1264         XEmacs.
1265
1266         * gnus-art.el (gnus-article-browse-html-parts)
1267         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1268         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1269         make-temp-file.
1270
1271         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1272         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1273         compiling.
1274
1275         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1276         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1277         XEmacs when compiling.
1278
1279         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1280         gnus-pick-mode-off-hook for XEmacs when compiling.
1281         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1282         gnus-binary-mode-off-hook for XEmacs when compiling.
1283
1284         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1285         nil if char-charset is not available.
1286
1287         * imap.el (imap-disable-multibyte)
1288         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1289         macros.
1290
1291         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1292         instead of encode-coding-string.
1293
1294         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1295         'xemacs) instead of mm-emacs-mule to switch function definitions.
1296         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1297
1298         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1299         bind temporary-file-directory for XEmacs;
1300         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1301         timer-set-function for XEmacs 21.4 and SXEmacs;
1302         bind timer-list for XEmacs 21.4 and SXEmacs;
1303         fbind char-charset and find-charset-region for non-Mule XEmacs;
1304         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1305         encode-coding-region and encode-coding-string for XEmacs having no
1306         file-coding feature.
1307
1308 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1309
1310         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1311
1312 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1315         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1316
1317 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1318
1319         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1320         alias `jka-compr-delete-temp-file' no longer exists.
1321
1322 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1323
1324         Use define-minor-mode in Gnus where applicable.
1325         * mml.el (mml-mode): Use define-minor-mode.
1326         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1327         (gnus-undo-mode): Use define-minor-mode.
1328         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1329         (gnus-dead-summary-mode): Use define-minor-mode.
1330         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1331         Initialize in declaration.
1332         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1333         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1334         (gnus-mailing-list-mode): Use define-minor-mode.
1335         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1336         (gnus-draft-mode): Use define-minor-mode.
1337         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1338         (gnus-dired-mode): Use define-minor-mode.
1339
1340 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1341
1342         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1343         handles on recursive mml-to-mime translation and check them for
1344         boundary delimiter collisions.  Reported by Greg Troxel.
1345
1346 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1349
1350 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1351
1352         * mm-util.el (mm-find-buffer-file-coding-system):
1353         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1354
1355 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1356
1357         * message.el (message-generate-headers): Record insertion of optional
1358         headers as well.  Otherwise the check to prevent repeated insertion of
1359         optional headers is a no-op.
1360
1361 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1362
1363         * smime.el: Don't mention CVS.
1364
1365         * nnrss.el (nnrss-fetch): Don't mention CVS.
1366
1367         * nnir.el: Don't mention CVS.
1368
1369 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1370
1371         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1372
1373 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * lpath.el: Fbind bookmark-default-handler,
1376         bookmark-get-bookmark-record, bookmark-make-record-default,
1377         bookmark-prop-get for Emacs <23 and XEmacs.
1378
1379 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1380
1381         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1382         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1383         Use with-current-buffer to silence the byte-compiler.
1384         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1385         bother to require `gnus'.
1386         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1387
1388 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1389
1390         * gnus-sum.el (gnus-summary-bookmark-make-record)
1391         (gnus-summary-bookmark-jump): New functions.
1392         (gnus-summary-mode): Setup bookmark support.
1393
1394 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1395
1396         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1397         if set.
1398
1399 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1402         gnus-article-browse-html-save-cid-image; make it work recursively for
1403         forwarded messages as well.
1404         (gnus-article-browse-html-parts): Work when prefix arg is given.
1405         (gnus-article-browse-html-article): Doc fix.
1406
1407 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1408
1409         * message.el (message-default-mail-headers):
1410         (message-default-headers): Carry the value mail-default-headers over
1411         into message-default-mail-headers, rather than message-default-headers.
1412
1413 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1414
1415         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1416         charset.
1417
1418         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1419         charset into the <meta> tag when the article is encoded to utf-8.
1420
1421 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1424         directories as well.
1425         (gnus-article-browse-html-parts): Work for images that do not specify
1426         file names; delete temp directory when quitting; insert header at the
1427         right place; use file: scheme for image files.
1428
1429 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1430
1431         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1432         (gnus-article-browse-html-parts): Use it to make temporary cid image
1433         files in addition to html file so that browser may display them.
1434
1435 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1438
1439 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1440
1441         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1442
1443 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1444
1445         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1446         about Secret Service API sources.  Improve Customize options.
1447         (auth-source-pick): Change to accept any number of search parameters.
1448         Implement fallbacks iteratively, not recursively.  Add scoring on the
1449         second pass and sort by score.  Call Secret Service API when needed.
1450         (auth-source-user-or-password): Use it.  Call Secret Service API
1451         directly when needed to get the user name and the password.
1452
1453 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1454
1455         * message.el (message-interactive): Doc fix.
1456         (message-qmail-inject-args): Reflow.
1457         (message-kill-to-signature): Fix typo in docstring.
1458
1459         * smiley.el (smiley-buffer): Fix typo in docstring.
1460
1461 2010-03-24  Glenn Morris  <rgm@gnu.org>
1462
1463         * mail-source.el (gnus-message): Declare.
1464         (mail-source-delete-old-incoming): Require gnus-util.
1465
1466 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1469
1470         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1471
1472         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1473         password-cache's default if it is not bound.
1474         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1475         password-cache-expiry's default if it is not bound.
1476
1477         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1478         available in Emacs 21.
1479
1480         * lpath.el: Suppress compiler warnings for:
1481         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1482         XEmacs;
1483         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1484         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1485         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1486
1487 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1488
1489         * auth-source.el (auth-sources): Fix up definition so extra parameters
1490         are always inline.
1491
1492 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1493
1494         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1495         wasn't updated after mismatch.  Clear cached mailbox info correctly
1496         when uidvalidity changes.
1497         (nnimap-group-prefixed-name): New function to avoid some code
1498         duplication.
1499         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1500         (nnimap-request-group): Use it.
1501         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1502         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1503         with many imap folders.  This is done by caching the group status from
1504         the imap server persistently in a group parameter `imap-status'.  (This
1505         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1506         but not persistently, so every Gnus startup was still very slow.)
1507
1508 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1509
1510         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1511         delete the extra newline.  Otherwise editing of :string and :number
1512         types don't work.
1513
1514 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1515
1516         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1517         secrets.el dependency.
1518         (auth-sources): Add optional user name.  Add secrets.el configuration
1519         choice (unused right now).
1520
1521 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1522
1523         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1524         `gnus-registry-install-shortcuts' fill in the functions.
1525
1526         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1527         warnings.
1528         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1529         (gnus-registry-install-shortcuts): Populate and use it in a
1530         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1531
1532 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1533
1534         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1535         In-place substitutions for the group name encoding/decoding.
1536         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1537         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1538         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1539         (nnimap-update-unseen, nnimap-request-list)
1540         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1541         (nnimap-request-set-mark, nnimap-split-to-groups)
1542         (nnimap-split-articles, nnimap-request-newgroups)
1543         (nnimap-request-create-group, nnimap-request-accept-article)
1544         (nnimap-request-delete-group, nnimap-request-rename-group)
1545         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1546         `encoded-mbx' for consistency.
1547         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1548         variable `imap-current-mailbox'.
1549
1550         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1551         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1552
1553 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1554
1555         * pop3.el (pop3-display-message-size-flag): Display message size byte
1556         counts during POP3 download.
1557         (pop3-movemail): Use it.
1558         (pop3-list): Implement listing of available messages.
1559
1560 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1561
1562         * nnir.el (nnir-get-article-nov-override-function): New function to
1563         override the normal NOV retrieval.
1564         (nnir-retrieve-headers): Use it.
1565
1566 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1567
1568         * auth-source.el (netrc-machine-user-or-password): Autoload.
1569
1570 2010-03-19  Glenn Morris  <rgm@gnu.org>
1571
1572         Stop message.el from loading about 40 libraries it doesn't always need.
1573         The general approach is to autoload rather than require, and to
1574         require in the specific functions rather than the file.  (Bug#5642)
1575
1576         * gmm-utils.el: Don't require wid-edit.
1577         (widget-create-child-value, widget-convert, widget-default-get):
1578         Autoload.
1579
1580         * gnus-util.el: Don't require time-date, netrc.
1581         (message-fetch-field, gnus-group-name-decode): Declare rather than
1582         autoloading.
1583         (gnus-fetch-field): Require message.
1584         (gnus-decode-newsgroups): Require gnus-group.
1585
1586         * ietf-drums.el: Don't require time-date.
1587
1588         * message.el: Don't require hashcash, canlock, ecomplete.
1589         Do require mail-utils.  Require nnheader only when compiling.
1590         (smtpmail-default-smtp-server): Remove declaration.
1591         (message-send-mail-function): Check smtpmail-default-smtp-server
1592         is bound rather than requiring smtpmail.
1593         (message-auto-save-directory, message-insert-signature): Use
1594         expand-file-name rather than nnheader-concat.
1595         (nnheader-insert-file-contents): Autoload.
1596         (hashcash-wait-async): Declare.
1597         (message-send-mail): Only call gnus-setup-posting-charset if
1598         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1599         (message-send-mail-with-sendmail): Require sendmail.
1600         (canlock-password, canlock-password-for-verify): Declare.
1601         (message-canlock-password): Require canlock.
1602         (nnheader-get-report): Autoload.
1603         (gnus-setup-posting-charset): Declare.
1604         (message-send-news): Require gnus-msg.
1605         (message-make-references, message-make-in-reply-to): Use mail-header-id
1606         rather than the alias mail-header-message-id.
1607         (ecomplete-add-item, ecomplete-save): Declare.
1608         (message-put-addresses-in-ecomplete): Require ecomplete.
1609         (ecomplete-display-matches): Autoload.
1610
1611         * mm-decode.el: Don't require mailcap, gnus-util.
1612         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1613         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1614         Autoload.
1615         (mailcap-mime-extensions): Declare.
1616
1617         * mm-encode.el: Don't require mailcap.
1618         (mailcap-extension-to-mime): Autoload.
1619
1620         * mml-sec.el: Don't require password-cache.
1621
1622         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1623         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1624         (mml-minibuffer-read-type): Require mailcap.
1625         (mml-preview): Require gnus-msg.
1626
1627         * mml1991.el: Require password-cache.
1628         (password-cache-expiry): Remove declaration.
1629
1630         * mml2015.el: Require password-cache.
1631         (password-cache-expiry): Remove declaration.
1632
1633         * nneething.el (mailcap): Require mailcap.
1634
1635         * nnheader.el (declare-function): Add compatibility stub.
1636         (message-remove-header): Declare rather than autoload.
1637         (nnheader-replace-header): Require message.
1638
1639         * nnimap.el (declare-function): Add compatibility stub.
1640         (netrc-parse, netrc-machine-user-or-password): Declare.
1641         (nnimap-open-connection): Require netrc.
1642
1643         * nntp.el (declare-function): Add compatibility stub.
1644         (netrc-parse, netrc-machine, netrc-get): Declare.
1645         (nntp-send-authinfo): Require netrc.
1646
1647         * rfc2047.el: Don't require qp.
1648         (quoted-printable-encode-region, quoted-printable-decode-string):
1649         Autoload.
1650
1651         * sieve-mode.el: Don't require easymenu.
1652         (easy-menu-add-item): Autoload it.
1653
1654         * spam-stat.el (time-to-number-of-days): Autoload it.
1655
1656 2010-03-19  Glenn Morris  <rgm@gnu.org>
1657
1658         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1659
1660 2010-03-18  Glenn Morris  <rgm@gnu.org>
1661
1662         * hashcash.el (declare-function): Remove duplicate definition.
1663
1664 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1665
1666         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1667         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1668         value if any backslash escapes).
1669
1670 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1673         if it is available.  (bug#5647)
1674
1675         * lpath.el: Suppress compiler warning for coding-system-from-name for
1676         Emacs 21 and XEmacs.
1677
1678 2010-03-14  Juri Linkov  <juri@jurta.org>
1679
1680         * hmac-def.el:
1681         * hmac-md5.el:
1682         * netrc.el: Fix keywords.
1683
1684 2010-02-26  Glenn Morris  <rgm@gnu.org>
1685
1686         * message.el (message-send-mail-function): Change the default, so that
1687         it inherits from a customized send-mail-function.  (Bug#5643)
1688
1689 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1690
1691         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1692         shell-command-to-string signals an error (bug#5299).
1693
1694 2010-02-24  Glenn Morris  <rgm@gnu.org>
1695
1696         * message.el (message-smtpmail-send-it)
1697         (message-send-mail-with-mailclient): Doc fixes.
1698
1699 2010-02-16  Glenn Morris  <rgm@gnu.org>
1700
1701         * message.el (message-default-mail-headers): Change the default value
1702         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1703
1704 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1707         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1708
1709 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1710
1711         * time-date.el (date-to-time): Doc fix (Bug#5408).
1712
1713 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1714
1715         * message.el (message-mail): Just pass yank-action on to message-setup.
1716         (message-setup): Handle (FUN . ARGS) form of yank-action.
1717         (message-with-reply-buffer, message-widen-reply)
1718         (message-yank-original): Handle non-buffer values of
1719         message-reply-buffer (Bug#4080).
1720         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1721
1722 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1723
1724         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1725         Fix typo in docstring.
1726
1727 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1728
1729         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1730         response.
1731
1732 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1735
1736         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1737
1738         * message.el (message-check-news-header-syntax): Protect against a
1739         string that `rfc822-addresses' returns when parsing fails.
1740
1741 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1744         (gnus-previous-char-property-change): New functions.
1745
1746         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1747
1748 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1749
1750         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1751         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1752
1753 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1754
1755         * message.el (message-exchange-point-and-mark): Rework last change to
1756         avoid using optional arg of exchange-point-and-mark, for backward
1757         compatibility.
1758
1759 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1760
1761         * message.el (message-exchange-point-and-mark): Call
1762         exchange-point-and-mark with an argument rather than setting
1763         mark-active by hand (Bug#5175).
1764
1765 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * nntp.el (nntp-service-to-port): Work for service expressed with
1768         numeric string; replace [:digit:] with [0-9] for XEmacs.
1769
1770 2009-12-17  Glenn Morris  <rgm@gnu.org>
1771
1772         * gnus-group.el (gnus-bug-group-download-format-alist):
1773         Change emacs entry to debbugs.gnu.org.  Bump :version.
1774
1775 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1776
1777         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1778
1779 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1780
1781         * message.el (message-info): Explain why we use `Info-goto-node'.
1782
1783 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1786
1787 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1788
1789         * message.el (message-completion-in-region): New compatibility function.
1790         (message-expand-group): Use it.
1791
1792 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1795         with no unread article should be listed if the 2nd arg `predicate' is
1796         given.
1797
1798 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1801
1802 2009-11-29  Juri Linkov  <juri@jurta.org>
1803
1804         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1805         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1806         on `gnus-recenter'. (Bug#4698, Bug#4981)
1807
1808 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1809
1810         * sha1.el (sha1-string-external): default-directory "/" in case
1811         otherwise non-existent.  process-connection-type pipe for touch of
1812         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1813
1814 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1815
1816         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1817         it's comms related and sgml-mode.el has "comm" on that basis too.
1818
1819 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1822         containing tspecial characters if they have been already quoted.
1823
1824 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1825
1826         * dns-mode.el (auto-mode-alist): Purecopy string.
1827
1828 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1829
1830         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1831
1832 2009-10-24  Glenn Morris  <rgm@gnu.org>
1833
1834         * gnus-art.el (help-xref-stack-item): Define for compiler.
1835
1836 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1837
1838         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1839
1840 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1843
1844 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1847         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1848
1849 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1852         (gnus-overlays-in): New alias to overlays-in.
1853
1854         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1855         gnus-overlay-get, and gnus-delete-overlay.
1856         (gnus-summary-show-thread): Make it work as well for systems in which
1857         next-single-char-property-change is not available.
1858         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1859
1860         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1861         (gnus-overlay-get): New alias to extent-property.
1862         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1863
1864         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1865         SXEmacs.
1866
1867         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1868         SXEmacs.
1869
1870 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1871
1872         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1873
1874 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1875
1876         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1877         and XEmacs that don't have `remove-overlays'.
1878
1879 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1880
1881         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1882         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1883         selective display.  Use overlays instead.
1884
1885 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1886
1887         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1888
1889 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1890
1891         * spam-stat.el (spam-stat-load): Fix typo in message.
1892
1893 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1894
1895         * dig.el (dig-invoke): Fix typo in docstring.
1896         (query-dig): Reflow docstring.
1897
1898 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1899
1900         * gnus-art.el (gnus-article-encrypt-body):
1901         * message.el (message-check-recipients):
1902         * mm-util.el (mm-codepage-setup):
1903         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1904         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1905
1906 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1907
1908         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1909         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1910         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1911         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1912         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1913
1914 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1915
1916         * dig.el: Add "Keywords: comm", as per net-utils.el.
1917
1918 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1919
1920         * dig.el (dig-mode): Use define-derived-mode.
1921
1922 2009-09-19  Glenn Morris  <rgm@gnu.org>
1923
1924         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1925
1926 2009-09-18  Glenn Morris  <rgm@gnu.org>
1927
1928         * gnus-diary.el (gnus-diary-check-message):
1929         * message.el (message-insert-formatted-citation-line):
1930         * nnbabyl.el (top-level):
1931         * nndiary.el (nndiary-schedule):
1932         Fix typos in condition-case handlers.
1933
1934 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1937         configuration that provides the sole article window in a frame;
1938         position point correctly after deleting a part.
1939
1940 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1941
1942         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1943         (spam-resolve-registrations-routine): Use it to unregister articles
1944         that change status.
1945
1946 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1949         with XEmacs.
1950         (parse-time-string-chars): Use it.
1951
1952 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1953
1954         * imap.el (imap-interactive-login): Better messages.
1955         (imap-open): Fix bug with renamed buffer on reconnect.
1956         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1957         for easier debugging and cleaner code.  On successful (guessed based on
1958         server capabilities) secondary authentication, set imap-state
1959         correctly.
1960         (imap-last-authenticator): Define imap-last-authenticator as a variable
1961         to avoid warnings.
1962
1963 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * nnrss.el (nnrss-request-article): Remove binding of
1966         default-enable-multibyte-characters that has gotten needless by
1967         the 2007-07-13 change in rfc2047-encode-message-header.
1968
1969         * mml.el (mml-insert-multipart): Error on the message header.
1970         (mml-insert-part): Error on the message header; position point at
1971         the end of a MIME tag.
1972
1973 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * time-date.el (autoload): Expand define-obsolete-function-alias into
1976         defalias and make-obsolete for old Emacsen that Gnus supports.
1977         (with-no-warnings): Define it for old Emacsen.
1978         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1979         is available.
1980         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1981         float-time is available; suppress compile warning for time-to-seconds.
1982
1983         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1984         (gnus-float-time): Alias to float-time if it exists.
1985
1986         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1987         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1988         float-time is available; suppress compile warning for time-to-seconds.
1989
1990         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1991         XEmacs.
1992
1993 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1994
1995         * imap.el (imap-message-map): Docstring fix.
1996
1997 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2000         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2001         Add the optional argument `encoding' that overrides the default.
2002
2003         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2004         mm-encode-buffer.
2005
2006 2009-09-04  Glenn Morris  <rgm@gnu.org>
2007
2008         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2009         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2010         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2011         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2012         * mm-util.el (mm-with-unibyte-current-buffer)
2013         (mm-find-buffer-file-coding-system):
2014         * yenc.el (yenc-decode-region): Use default-value rather than
2015         default-enable-multibyte-characters.
2016
2017 2009-09-03  Glenn Morris  <rgm@gnu.org>
2018
2019         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2020         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2021         than default-enable-multibyte-characters.
2022
2023 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2024
2025         * gnus-art.el (gnus-article-read-summary-keys):
2026         Fix gnus-buffer-configuration's value temporarily used.
2027
2028 2009-09-02  Glenn Morris  <rgm@gnu.org>
2029
2030         * gnus-util.el (gnus-float-time): New function.
2031         * gnus-delay.el (gnus-delay-article):
2032         * gnus-sum.el (gnus-thread-latest-date):
2033         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2034         * nnspool.el (nnspool-request-newgroups):
2035         Use gnus-float-time rather than time-to-seconds.
2036         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2037
2038         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2039         (gnus-header-subject-face, gnus-header-newsgroups-face)
2040         (gnus-header-name-face, gnus-header-content-face):
2041         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2042         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2043         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2044         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2045         (gnus-cite-face-11):
2046         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2047         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2048         (gnus-server-closed-face, gnus-server-denied-face)
2049         (gnus-server-offline-face):
2050         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2051         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2052         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2053         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2054         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2055         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2056         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2057         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2058         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2059         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2060         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2061         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2062         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2063         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2064         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2065         (gnus-summary-high-undownloaded-face)
2066         (gnus-summary-low-undownloaded-face)
2067         (gnus-summary-normal-undownloaded-face)
2068         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2069         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2070         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2071         (gnus-splash-face):
2072         * message.el (message-header-to-face, message-header-cc-face)
2073         (message-header-subject-face, message-header-newsgroups-face)
2074         (message-header-other-face, message-header-name-face)
2075         (message-header-xheader-face, message-separator-face)
2076         (message-cited-text-face, message-mml-face):
2077         * sieve-mode.el (sieve-control-commands-face)
2078         (sieve-action-commands-face, sieve-test-commands-face)
2079         (sieve-tagged-arguments-face):
2080         * spam.el (spam-face):
2081         Mark face aliases with "-face" in the name as obsolete.
2082
2083 2009-09-01  Glenn Morris  <rgm@gnu.org>
2084
2085         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2086         than goto-line.
2087
2088 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2091         Don't move point if the command is invoked inside the message header.
2092
2093 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2094
2095         * imap.el (imap-send-command): Simplify.
2096         (imap-wait-for-tag): point-max -> buffer-size.
2097
2098 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2099
2100         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2101         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2102         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2103         * nnir.el (nnir-swish-e-index-file):
2104         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2105         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2106         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2107         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2108         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2109         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2110
2111 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2114         Don't save excursion.
2115
2116 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2117
2118         * nnheader.el (nnheader-find-file-noselect):
2119         * mm-util.el (mm-insert-file-contents):
2120         Use (default-value 'major-mode) instead of default-major-mode.
2121
2122 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2123
2124         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2125
2126 2009-08-26  Glenn Morris  <rgm@gnu.org>
2127
2128         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2129         than placing in files.el.
2130
2131 2009-08-25  Glenn Morris  <rgm@gnu.org>
2132
2133         * nnir.el (top-level): Don't require cl at run-time.
2134         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2135         Replace cl-function substitute with gnus-replace-in-string.
2136         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2137         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2138         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2139         simplified expansions.
2140
2141 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2142
2143         * dig.el (dig): Add autoload cookie.
2144
2145 2009-08-22  Glenn Morris  <rgm@gnu.org>
2146
2147         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2148         goto-line.
2149
2150 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2151
2152         * parse-time.el (parse-time-string-chars): Save match data.
2153
2154 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2155
2156         * parse-time.el (parse-time-string-chars): Compute using character
2157         classes, to handle non-ascii characters (Bug#3190).
2158
2159 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2162
2163         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2164         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2165         (gnus-mm-display-part, gnus-mime-display-single)
2166         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2167         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2168
2169         * gnus-sum.el
2170         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2171         (gnus-summary-move-article): Add expirable mark to articles copied or
2172         moved to group that has auto-expire turned on if the option is non-nil.
2173
2174 2009-07-24  Glenn Morris  <rgm@gnu.org>
2175
2176         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2177         Fix typo.  (Bug#3903)
2178
2179 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2182         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2183         that should not be used for draft articles.
2184         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2185         that has no concern in minor mode keys.
2186         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2187         Abolish.
2188
2189 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2192         article without making inquiry to a user for unknown encoding.
2193
2194         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2195         (nnmaildir--scan): Assume i-node and device number that file-attributes
2196         returns might be cons-cell.
2197
2198         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2199
2200         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2201
2202 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2203
2204         * auth-source.el: Remove docs now in auth.texi.  Don't use
2205         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2206         `auth-source-hide-passwords' and use them.
2207
2208 2009-07-15  Glenn Morris  <rgm@gnu.org>
2209
2210         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2211
2212 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2215         excessive whitespace from the default values of title and description.
2216
2217 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2220         mail-fetch-field to fetch Content-Description header in order to
2221         exclude newlines.
2222
2223 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2224
2225         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2226         format used by GnuPG 2.0.11.
2227
2228 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2231         to deleted part.
2232
2233 2009-05-30  David Engster  <dengste@eml.cc>
2234
2235         * nnmairix.el: Remove old documentation in the commentary block.
2236         (nnmairix-request-group): Do not update active file for nnml back ends.
2237         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2238         end so that overview files are ignored.
2239         (nnmairix-update-groups): Make updating the groups more robust by using
2240         marks.
2241         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2242         with dollar characters in message-id.
2243
2244 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2245
2246         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2247         2008-12-25 in dns.el.
2248
2249 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2250
2251         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2252         could happen if the text is only composed of spaces and/or tabs.
2253
2254 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2255
2256         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2257         when sending a queued message to avoid extra mml tags.
2258
2259 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2262
2263 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2266         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2267         rmail-toggle-header for XEmacs;
2268         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2269
2270 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-dired.el: Remove autoload for gnus-setup-message.
2273         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2274         displaying Gnus logo; always use compose-mail.
2275
2276 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2279
2280 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2283         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2284         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2285         available.
2286         (gnus-nocem-epg-verify): New function.
2287
2288 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2289
2290         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2291
2292 2009-02-15  Glenn Morris  <rgm@gnu.org>
2293
2294         * gnus-util.el (rmail-insert-rmail-file-header)
2295         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2296         autoloads.
2297         (rmail-default-rmail-file): Remove unnecessary declaration.
2298         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2299
2300 2009-02-14  Glenn Morris  <rgm@gnu.org>
2301
2302         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2303         variable (only used in gnus-util, which declares it anyway).
2304         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2305         which was only needed by gnus-art (changed to not use it any more).
2306         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2307         only used in gnus-util, which autoloads it itself.
2308         (rmail-update-summary): Fix autoload.
2309
2310         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2311         rather than rmail-output-to-rmail-file.
2312
2313 2009-02-07  Glenn Morris  <rgm@gnu.org>
2314
2315         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2316         autoload of function that no longer exists.
2317         (rmail-toggle-header): Declare.
2318         (message-forward-rmail-make-body): Handle mbox Rmail.
2319
2320 2009-01-31  Glenn Morris  <rgm@gnu.org>
2321
2322         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2323         2009-01-09 change.
2324
2325 2009-01-31  Dave Love  <fx@gnu.org>
2326
2327         * imap.el (imap-fetch-safe): Bind debug-on-error.
2328         (imap-debug): Add imap-fetch-safe.
2329
2330 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2331
2332         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2333         (auth-source-forget-all-cached): New convenience function.
2334         (auth-source-user-or-password): Accept list of modes or a single mode.
2335
2336         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2337         auth-source modes.
2338
2339         * netrc.el (netrc-machine-user-or-password): Use list of
2340         auth-source modes.
2341
2342         * nnimap.el (nnimap-open-connection): Use list of
2343         auth-source modes.
2344
2345         * nntp.el (nntp-send-authinfo): Use list of
2346         auth-source modes.
2347
2348 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2349
2350         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2351         now.
2352
2353 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2356         coding system in XEmacs; add a workaround for XEmacs.
2357
2358         * lpath.el: Fbind coding-system-aliasee.
2359
2360 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2363         of current-language-environment.
2364
2365 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2366
2367         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2368         available at runtime.
2369
2370 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2373
2374 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2375
2376         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2377         the greatest positive fixnum value doesn't work under an XEmacs with
2378         bignum support; use the most-positive-fixnum constant instead,
2379         available since Emacs 21.1 with cl and XEmacs 21.1.
2380
2381 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2384         XEmacs gets not to work.
2385
2386 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * mm-util.el (mm-coding-system-priorities): Allow the value like
2389         "Japanese (UTF-8)" of current-language-environment.
2390
2391 2009-01-09  Glenn Morris  <rgm@gnu.org>
2392
2393         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2394         with last-command-event.
2395
2396 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2397
2398         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2399         in the doc string.
2400
2401         * message.el (message-fix-before-sending): Amend comment.
2402
2403 2009-01-08  Dave Love  <fx@gnu.org>
2404
2405         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2406
2407 2009-01-07  David Engster  <dengste@eml.cc>
2408
2409         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2410         simplified server definitions by converting it via
2411         gnus-server-to-method.
2412
2413 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2416         parameter's operands.
2417
2418 2009-01-06  David Engster  <dengste@eml.cc>
2419
2420         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2421         primary select method (for gnus-group-mark-article-as-read).
2422
2423 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2424
2425         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2426         `(gnus)Face', not `(gnus)X-Face'.
2427
2428 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * mm-util.el (mm-ucs-to-char): New function.
2431
2432         * mm-url.el (mm-url-decode-entities): Use it.
2433
2434         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2435         unicode-to-char.
2436
2437 2009-01-05  Dave Love  <fx@gnu.org>
2438
2439         * time-date.el: Require cl for `declare'.
2440
2441 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2442
2443         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2444         Dave Love.
2445
2446 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2447
2448         * message.el (message-fix-before-sending): Add `eight-bit' to
2449         illegible-text check.
2450
2451 2009-01-03  Michael Olson  <mwolson@gnu.org>
2452
2453         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2454         `headers' is nil.  This can occur if the IMAP server does not have
2455         permissions to read messages from a folder, but can write new messages
2456         to the folder.
2457         (nnimap-request-article-part): Do not insert `data' if it is nil.
2458
2459         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2460         characters which will confuse `read', so skip past them.
2461
2462 2009-01-01  Dave Love  <fx@gnu.org>
2463
2464         * imap.el (imap-string-to-integer): Fix typo.
2465         (imap-fetch-safe): New function.
2466         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2467
2468         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2469
2470         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2471         (imap-parse-greeting): Fix doc strings.
2472         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2473         (imap-parse-flag-list): Make messages unique.
2474         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2475
2476         * nnimap.el: Fix author email.
2477         (nnimap-split-rule): Add FIXME comment.
2478         (nnimap-debug): Fix doc string.
2479
2480 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2481
2482         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2483
2484 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2487         nslookup if resolv.conf isn't available.
2488         (dns-query): Rename from query-dns.
2489         (dns-query-cached): Rename from query-dns-cached.
2490
2491 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2494         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2495         to check if those variables exist (first appeared in Emacs 18.50).
2496
2497 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * mm-util.el (mm-line-number-at-pos): New function.
2500
2501         * spam-report.el (spam-report-process-queue): Use it.
2502
2503 2008-12-24  David Engster  <dengste@eml.cc>
2504
2505         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2506         parameters that haven't existed as variables as buffer-local variables.
2507
2508 2008-12-23  Dave Love  <fx@gnu.org>
2509
2510         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2511         cadar.
2512
2513         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2514         imap-starttls-p.
2515         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2516
2517 2008-12-22  Dave Love  <fx@gnu.org>
2518
2519         * imap.el: Fix author email.  Doc fixes.
2520         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2521         reply.
2522
2523 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2524
2525         * spam-report.el (spam-report-gmane-max-requests): New constant.
2526         (spam-report-gmane-wait): New variable.
2527         (spam-report-gmane-ham, spam-report-gmane-spam)
2528         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2529         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2530         the server.
2531
2532         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2533         Add explanations.
2534
2535         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2536         nnheader-accept-process-output and nnheader-read-timeout if available.
2537         (pop3-movemail): Use it.
2538
2539         * message.el (message-check-news-body-syntax): Fix signature check if
2540         there's an attachment.
2541
2542 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * mm-util.el: Add comments to the mm- emulating functions.
2545
2546 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2547
2548         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2549         by Stephen Berman <stephen.berman@gmx.net>.
2550
2551 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * mm-util.el (mm-substring-no-properties): New function.
2554         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2555         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2556         (mm-string-to-multibyte): Doc fix.
2557
2558         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2559
2560 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2561
2562         * mml.el (mml-attach-file): Strip text properties from file name.
2563         (Bug#1574)
2564
2565 2008-12-16  Glenn Morris  <rgm@gnu.org>
2566
2567         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2568
2569 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2572         knows since the charset specified might be a bogus alias that
2573         mm-charset-synonym-alist provides.
2574
2575 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2576
2577         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2578         "ISO_8859-1".
2579
2580         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2581
2582 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * mm-util.el (mm-charset-eval-alist):
2585         Define it before mm-charset-to-coding-system.
2586         (mm-charset-to-coding-system): Add optional argument `silent';
2587         define it before mm-charset-override-alist.
2588         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2589         default value if it can be used in Emacs currently running;
2590         silence mm-charset-to-coding-system.
2591
2592 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2595         `allow-override' which says whether to use `mm-charset-override-alist'.
2596         (rfc2047-decode-encoded-words): Use it.
2597
2598         * mm-util.el (mm-charset-override-alist): Fix custom type;
2599         add `(gb2312 . gbk)' to choices.
2600
2601 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2604         fast.
2605
2606         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2607
2608         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2609
2610 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2611
2612         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2613         on links.
2614
2615         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2616
2617 2008-12-03  Lute Kamstra  <lute@gnu.org>
2618
2619         * sha1.el: Remove leading * from docstrings of defcustoms,
2620         deffaces, defconsts and defuns.
2621
2622 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2625         users' addresses that don't have domain parts.
2626         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2627         rather than message-narrow-to-head since there will be the message
2628         header separator.
2629
2630 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2631
2632         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2633         since the result is inserted in a unibyte buffer anyway.
2634         (nnimap-demule-use-string-to-multibyte): Remove.
2635         (nnimap-demule): Alias it to mm-string-to-multibyte.
2636
2637 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2638
2639         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2640         variable for debugging bug#464 and bug#1174.
2641         (nnimap-demule): Use it.
2642
2643 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2644
2645         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2646         score calculation correctly.
2647
2648 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2649
2650         * message.el (message-send-mail): Just set the buffer to unibyte
2651         rather than use mm-with-unibyte-current-buffer which does a lot more.
2652         (message-send-mail-partially): Don't bother with
2653         mm-with-unibyte-current-buffer since it's already been made unibyte by
2654         message-send-mail.
2655
2656 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2657
2658         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2659
2660 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2661
2662         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2663
2664 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2667         require itself and to remove `with-no-warnings'.
2668
2669 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2670
2671         * starttls.el (starttls-any-program-available): Get the name of the
2672         available TLS layer program.
2673         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2674         well as the host name in the "opening" message.
2675
2676         * auth-source.el (auth-source-cache, auth-source-do-cache)
2677         (auth-source-user-or-password): Cache passwords and logins by default,
2678         allow override with `auth-source-do-cache'.
2679         (auth-source-forget-user-or-password): Allow users to remove cache
2680         entries if needed.
2681
2682 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2683
2684         * md4.el (md4-buffer): Fix typo in docstring.
2685         (md4, md4-64): Doc fixes.
2686         (md4-pack-int32): Reflow docstring.
2687
2688 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2689
2690         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2691         condition-case to only the forward-sexp call.
2692
2693 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2694
2695         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2696         quotes contained.  Make it more robust regardless by an extra
2697         condition-case wrapper.
2698
2699 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2702
2703 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * nnml.el (nnml-request-expire-articles): Check if the function set to
2706         `nnmail-expiry-target' returns the symbol `delete'.
2707
2708         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2709
2710         * nnmail.el (nnmail-expiry-target): Fix custom type.
2711
2712 2008-10-02  Glenn Morris  <rgm@gnu.org>
2713
2714         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2715         Silence compiler warning.
2716
2717 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2718
2719         * tls.el (open-tls-stream): Show the actual command being
2720         executed, instead of the format string.
2721
2722 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * lpath.el: Fbind codepage-setup for Emacs 23.
2725
2726 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2727
2728         * mml.el (mml-menu): Don't assume mml2015 is bound.
2729
2730 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2733         exists.
2734
2735 2008-09-27  Glenn Morris  <rgm@gnu.org>
2736
2737         * gnus-util.el (mail-header-remove-comments): Autoload it.
2738
2739 2008-09-27  Andreas Schwab  <schwab@suse.de>
2740
2741         * gnus-util.el (gnus-split-references): Strip comments.
2742         (gnus-parent-id): Likewise.
2743
2744 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2745
2746         * message.el (message-confirm-send): Fix version.
2747
2748 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * message.el (message-idna-to-ascii-rhs-1): Use
2751         mail-extract-address-components rather than mail-header-parse-addresses
2752         that is an alias by default to ietf-drums-parse-addresses that does not
2753         support non-ASCII names in headers' contents.
2754
2755 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2756
2757         * message.el (message-confirm-send): Fixed variable documentation to
2758         avoid the "y/n" wording.
2759
2760 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2761
2762         * message.el (message-set-auto-save-file-name): Save to a different
2763         filename so multiple messages (especially drafts) can be recovered.
2764
2765 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * message.el (message-confirm-send): Add appropriate version.
2768
2769 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2770
2771         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2772         defvar.
2773
2774 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2775
2776         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2777         (mm-pkcs7-enveloped-magic): Ditto.
2778
2779 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2780
2781         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2782         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2783
2784 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2785
2786         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2787         default, it's better.
2788
2789 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2790
2791         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2792         summary line gnus-number property and ignore them (with a warning
2793         message).
2794
2795 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2798         macro caddr in the interactive form since it won't be expanded.
2799
2800 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2803         `charset'; fix name of function called recursively.
2804         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2805
2806 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2809         (gnus-mime-set-charset-parameters): New function.
2810         (gnus-mime-view-part-as-charset): Use it to correctly display part
2811         specifying wrong charset.
2812
2813 2008-09-08  David Engster  <dengste@eml.cc>
2814
2815         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2816         in completing-read for back end server.
2817
2818 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2819
2820         * message.el (message-confirm-send): New variable to confirm sending a
2821         message.
2822         (message-send): Use it.
2823
2824 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2825
2826         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2827
2828 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2831
2832 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2833
2834         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2835         prevent tracking too many groups.
2836         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2837         Use it.
2838
2839 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2840
2841         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2842         moving point to the bottom of the window in order to avoid recentering.
2843
2844 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2847
2848         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2849         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2850         (gnus-article-beginning-of-window): Fix calculation.
2851
2852 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-msg.el (gnus-summary-supersede-article)
2855         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2856         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2857         message header.
2858
2859 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2860
2861         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2862         pending output coming after the status change.
2863
2864 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2865
2866         * message.el:
2867         * gnus-start.el:
2868         * gnus-registry.el: Remove VMS support.
2869
2870 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2873         macro.
2874         (rfc2104-hash): Use it.
2875
2876 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2879         (gnus-summary-sort-by-most-recent-date): New commands.
2880         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2881         and menu entries.
2882
2883 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2886         don't redisplay article for raw contents; remove plural articles stuff.
2887
2888         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2889         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2890         on gnus-summary-save-article; display results properly.
2891
2892 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * lpath.el: No need to fbind ns-focus-frame.
2895
2896 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2899
2900 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2903         gnus-save-all-headers.
2904
2905 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2906
2907         * gnus-util.el (ns-focus-frame): Remove declaration.
2908         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2909         like x.
2910
2911 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2912
2913         * rfc2104.el (rfc2104-zero): Delete defconst.
2914         (rfc2104-hex-alist): Likewise.
2915         (rfc2104-hex-to-int): Delete func.
2916         (rfc2104-hexstring-to-bitstring): Likewise.
2917         (rfc2104-nybbles): New defconst.
2918         (rfc2104-hash): Rewrite for speed.
2919
2920 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * tls.el (open-tls-stream): Make it work with the 2nd argument
2923         BUFFER that is a string but does not exist as a buffer object, as
2924         mentioned in the doc-string.
2925
2926 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2929         SXEmacs.
2930
2931 2008-07-16  Glenn Morris  <rgm@gnu.org>
2932
2933         * gnus-util.el (ns-focus-frame): Declare for compiler.
2934
2935 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2938         set as a group parameter.
2939         (gnus-summary-save-in-pipe): Work when it is called independently.
2940         (gnus-summary-pipe-to-muttprint): Don't modify
2941         gnus-summary-pipe-output-default-command.
2942
2943 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2944
2945         * message.el (message-send-mail-with-sendmail):
2946         Display the error message.
2947
2948 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-art.el (gnus-default-article-saver):
2951         Add gnus-summary-save-in-pipe to choices.
2952         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2953         gnus-summary-pipe-output-default-command as the default command.
2954         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2955         instead of gnus-last-shell-command.
2956
2957         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2958         New user option.
2959         (gnus-summary-muttprint-program): Mention the value will be changed.
2960         (gnus-summary-save-article): Force showing of all headers.
2961         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2962
2963 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2964
2965         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2966
2967 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2968
2969         * nnimap.el (nnimap-id):
2970         * sieve-manage.el (sieve-manage-open): Doc fixes.
2971
2972 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2973
2974         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2975         if available.
2976
2977 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2978
2979         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2980
2981         * nnkiboze.el (nnkiboze-generate-group):
2982         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2983
2984         * nnmairix.el: Require CL.
2985
2986 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * dgnushack.el: Autoload get-display-table and put-display-table for
2989         XEmacs 21.5.
2990
2991         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2992         21.4 and SXEmacs.
2993
2994 2008-06-15  David Engster  <dengste@eml.cc>
2995
2996         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2997
2998 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2999
3000         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3001         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3002         runtime choice under XEmacs.
3003
3004         * gnus-sum.el (gnus-summary-set-display-table):
3005         Use `gnus-put-display-table', `gnus-get-display-table',
3006         `gnus-set-display-table' for the display table, instead of `aset'.
3007
3008         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3009         Use `gnus-put-display-table', `gnus-get-display-table',
3010         `gnus-set-display-table' for the display table.
3011
3012 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * nnmairix.el: Add autoloads.
3015
3016 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * nnmairix.el (nnmairix-delete-recreate-group)
3019         (nnmairix-update-and-clear-marks): Fix error messages.
3020
3021 2008-06-14  David Engster  <dengste@eml.cc>
3022
3023         * nnmairix.el: Upgrade to version 0.6.
3024         (nnmairix-group-toggle-propmarks-this-group)
3025         (nnmairix-group-toggle-readmarks-this-group)
3026         (nnmairix-group-delete-recreate-this-group)
3027         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3028         (nnmairix-remove-tick-mark-original-article): New commands.
3029         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3030         (nnmairix-propagate-marks-to-nnmairix-groups)
3031         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3032         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3033         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3034         functions needed for marks propagation and manipulation of read marks.
3035         (nnmairix-update-groups): New function.
3036         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3037         (nnmairix-determine-original-group-from-registry)
3038         (nnmairix-determine-original-group-from-path)
3039         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3040         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3041         New helper functions.
3042         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3043         keystrokes for new commands.
3044         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3045         (nnmairix-request-group): Check allow-fast group parameter.
3046         (nnmairix-request-create-group): Set allow-fast group parameter if
3047         nnmairix-allowfast-default is set.
3048         (nnmairix-close-group): Propagate marks upon closing if needed.
3049         (nnmairix-group-toggle-threads-this-group): Use new.
3050         nnmairix-group-toggle-parameter helper function.
3051         (nnmairix-search): Better check for empty search result.
3052         (nnmairix-goto-original-article): Use new helper functions for
3053         determining original article.
3054         (nnmairix-show-original-article): Make sure message-id is in brackets.
3055         (nnmairix-call-mairix-binary): Change variable name.
3056         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3057         helper function.
3058         (nnmairix-widget-toggle-activate): Fix doc string.
3059
3060 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * nnir.el: Require edmacro when compiling with XEmacs.
3063         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3064         available in Emacs 21.
3065
3066 2008-06-11  Glenn Morris  <rgm@gnu.org>
3067
3068         * gnus-util.el (x-focus-frame):
3069         * gnus.el (image-size):
3070         * mm-decode.el (image-size): Declare.
3071
3072         * gnus-picon.el (declare-function): Add compat definition.
3073         (image-size): Declare.
3074
3075         * gnus-group.el (tool-bar-map):
3076         * gnus-sum.el (tool-bar-map): Define for compiler.
3077
3078         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3079
3080         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3081
3082         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3083         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3084         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3085         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3086         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3087         * sieve-manage.el, spam-report.el, spam.el:
3088         Remove unnecessary eval-and-compile of autoloads.
3089
3090 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3091
3092         * auth-source.el: Precise Tramp doc.
3093
3094 2008-06-07  Glenn Morris  <rgm@gnu.org>
3095
3096         * nnmairix.el: Remove unnecessary eval-when-compile.
3097
3098 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * lpath.el: Fbind propertize for XEmacs 21.4.
3101
3102 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * nnir.el: Move here from ../contrib.
3105
3106 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3107
3108         * gnus-util.el (gnus-read-shell-command): New function.
3109         * mm-decode.el (mm-pipe-part):
3110         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3111
3112 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3115
3116 2008-06-03  Glenn Morris  <rgm@gnu.org>
3117
3118         * pop3.el (nnheader-accept-process-output): Autoload it.
3119
3120 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3123         are not 2-digit hexadecimal characters that follow `%'s.
3124
3125 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * message.el (message-bogus-recipient-p): Fix type in doc string.
3128         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3129         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3130         Improve custom options.
3131         (message-bogus-recipient-p): Adjust accordingly.
3132
3133 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3134
3135         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3136         long-form month and day names.
3137
3138 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * dgnushack.el: Autoload debug, eudc-expand-inline and
3141         pgg-snarf-keys-region for XEmacs.
3142
3143         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3144
3145         * nnmairix.el: Require edmacro when compiling with XEmacs.
3146
3147 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3148
3149         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3150         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3151
3152 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3153
3154         * auth-source.el: Add more docs.
3155
3156         * netrc.el (netrc-machine): Always match if the port is not given.
3157
3158 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3161         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3162         retrieval faster in some cases, but might make CPU usage larger.  If
3163         this has any bad side effects, we might revert this change.
3164
3165         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3166         seems to make mail retrieval much, much faster.
3167         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3168         unconditionally.
3169
3170         * gnus-draft.el (gnus-group-send-queue): Bind
3171         message-send-mail-partially-limit to nil to avoid being prompted.
3172
3173 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3174
3175         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3176
3177         * message.el (message-bogus-address-regexp): Fix and improve custom
3178         type.
3179         (message-setup-hook): Add message-check-recipients as custom option.
3180
3181 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3182
3183         * message.el (message-cite-function): Remove bogus autoload which crept
3184         in during merge from v5-10.
3185
3186 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3187
3188         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3189
3190         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3191
3192         * auth-source.el: Preliminary Tramp docs.
3193         (auth-sources): Change the default auth-sources to use
3194         EPA .gpg files.
3195
3196 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3197
3198         * nntp.el: Autoload `auth-source-user-or-password'.
3199         (nntp-send-authinfo): Use it.
3200
3201         * nnimap.el: Autoload `auth-source-user-or-password'.
3202         (nnimap-open-connection): Use it.
3203
3204         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3205         for the gnus-message function.
3206         (auth-source-user-or-password): Use it.
3207
3208 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3209
3210         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3211         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3212         (rfc2104-hash): Use it.
3213
3214 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3215
3216         * gnus-art.el (gnus-article-toggle-truncate-lines):
3217         Don't use `iff' in docstring.
3218
3219 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3220
3221         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3222
3223         * gnus-util.el (gnus-extract-address-component-name)
3224         (gnus-extract-address-component-email): Convenience functions around
3225         `gnus-extract-address-components'.
3226
3227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3228         Use `gnus-extract-address-component-email' to fix bug of comparing full
3229         sender name to `user-mail-address'.
3230
3231 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3232
3233         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3234         catch/throw to optimize.
3235         (gnus-registry-find-keywords): Just use member to find a keyword.
3236
3237 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3238
3239         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3240         is current before calling gnus-server-prepare.
3241         (gnus-server-setup-buffer, gnus-server-update-server)
3242         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3243
3244 2008-05-04  Juri Linkov  <juri@jurta.org>
3245
3246         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3247         (mailcap-file-default-commands): Use mailcap-replace-in-string
3248         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3249         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3250
3251 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3252
3253         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3254
3255 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3256
3257         * gnus.el: Bump version to 0.11.
3258
3259 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3260
3261         * gnus.el: No Gnus v0.10 is released.
3262
3263 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3266         hooks.
3267         (gnus-update-read-articles): Speed up non-marks-using users.
3268         (gnus-use-marks): Define gnus-use-marks.
3269         (gnus-propagate-marks): Rename variable to something more sensible.
3270
3271 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3272
3273         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3274         (gmm-image-load-path-for-library): Fix typos in docstrings.
3275         (gmm-message): Reflow docstring.
3276
3277 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3278
3279         * mail-source.el (mail-source-set-1, mail-source-bind):
3280         Move auth-source code out of the macro to clean it up and fix bugs.
3281
3282 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3285         by sender if it's equal to user-mail-address, it's likely to be
3286         useless.
3287
3288         * mail-source.el (mail-source-bind): Don't use user or password if they
3289         are not bound.  Unintern them if they are nil.  Don't use server unless
3290         it's bound, and default it to empty string otherwise.
3291
3292 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3293
3294         * mail-source.el: Load auth-source.el.
3295         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3296         get user name or password, if auth-sources is set up.
3297
3298         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3299         strategy of splitting with parent.
3300         (gnus-registry-split-fancy-with-parent)
3301         (gnus-registry-post-process-groups): Use it and fix prior
3302         bug (returning a list as the split result).
3303
3304         * auth-source.el (auth-sources): Remove server parameter.
3305         (auth-source-pick, auth-source-user-or-password)
3306         (auth-source-user-or-password-imap)
3307         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3308         (auth-source-user-or-password-sftp)
3309         (auth-source-user-or-password-smtp): Remove server parameter.
3310
3311 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3312
3313         * smime.el (smime-sign-region, smime-encrypt-region)
3314         (smime-decrypt-region):
3315         Remove redundant calls to `generate-new-buffer-name'.
3316
3317 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3318
3319         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3320         Don't use QP for message/rfc822.
3321         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3322
3323 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3324
3325         * sieve-manage.el (sieve-string-bytes): Remove.
3326         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3327         correct byte-length only if the process's coding-system is the same as
3328         the one used internally by Emacs to represent strings.
3329
3330 2008-04-22  Juri Linkov  <juri@jurta.org>
3331
3332         * mailcap.el (mailcap-file-default-commands): New function.
3333
3334 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3335
3336         * message.el (message-signature-separator, message-cite-function):
3337         Change custom version.
3338
3339 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3340
3341         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3342         commands.
3343         (tls-checktrust): Ditto.
3344
3345 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3346
3347         * mm-decode.el (mm-display-external): Make temp file read-only.
3348
3349 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3350
3351         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3352         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3353         `C-c C-f d'.
3354
3355 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3356
3357         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3358
3359 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * gnus.el: Bump version to 0.9.
3362
3363 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3364
3365         * gnus.el: No Gnus v0.8 is released.
3366
3367 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3368
3369         * mail-source.el (mail-source-value):
3370         Prefer fboundp to functionp so it works with macros as well.
3371
3372 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3373
3374         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3375         Fix last change in case the element is not even a symbol.
3376
3377 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3378
3379         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3380         Prefer fboundp to functionp so it works with macros as well.
3381
3382 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3383
3384         * auth-source.el: Added docs.
3385         (auth-sources): Modify format to support server.
3386         (auth-source-pick, auth-source-user-or-password)
3387         (auth-source-user-or-password-imap)
3388         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3389         (auth-source-user-or-password-sftp)
3390         (auth-source-user-or-password-smtp): Add server parameter.
3391
3392 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3393
3394         * gnus-registry.el: Initialize the registry when gnus-registry-install
3395         is t.
3396
3397 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * compface.el (uncompface): Make buffer unibyte.
3400
3401 2008-04-05  Glenn Morris  <rgm@gnu.org>
3402
3403         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3404
3405 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3406
3407         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3408         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3409
3410         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3411         multibyteness after rather than before erasing it.
3412
3413         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3414         mm-with-multibyte.
3415         (gnus-request-article-this-buffer): Make sure the proper decoding is
3416         used if gnus-original-article-buffer happens to be unibyte.
3417
3418         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3419         default-enable-multibyte-characters.
3420
3421         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3422         default-enable-multibyte-characters.
3423
3424         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3425
3426         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3427
3428 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3429
3430         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3431         (imap-message-copyuid-1): Use it.
3432         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3433         J. Williams in
3434         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3435
3436         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3437         imap-enable-exchange-bug-workaround.
3438         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3439
3440 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3441
3442         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3443         a 100 byte status-checks into a 2-3MB transfer for each group.
3444         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3445         to enable bug workaround or not.
3446         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3447
3448 2008-03-31  Glenn Morris  <rgm@gnu.org>
3449
3450         * message.el (mml2015-use): Declare for compiler.
3451         (message-info): Require mml2015 when appropriate.
3452
3453 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3456         whitespace.
3457
3458 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3461         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3462         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3463         (nntp-service-to-port): New function.
3464         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3465         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3466         (nntp-open-netcat-stream): New function.
3467         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3468
3469 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3470
3471         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3472
3473 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3474
3475         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3476
3477 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3478
3479         * dns.el (dns-write): Use set-buffer-multibyte.
3480
3481 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3482
3483         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3484
3485 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3486
3487         * message.el (message-signature-separator): Change default.
3488         Improve custom type.
3489         (message-cite-function): Change default to
3490         message-cite-original-without-signature.
3491
3492         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3493         toggle.
3494
3495         * message.el (message-check-news-body-syntax): Fix signature check.
3496         (message-setup-1): Mark buffer as unmodified _after_ running
3497         message-setup-hook and handling message-alternative-emails.
3498         (message-shorten-references): Be more strict when building list of
3499         valid references to comply with GNKSA.
3500
3501         * gnus-group.el (gnus-read-ephemeral-bug-group)
3502         (gnus-read-ephemeral-debian-bug-group)
3503         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3504
3505         * message.el (message-info): Don't use booleanp which isn't supported
3506         in Emacs 21 and XEmacs.
3507
3508 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3509
3510         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3511         gnus-group-gmane-group-download-format.
3512         (gnus-group-read-ephemeral-gmane-group): Rename from
3513         gnus-group-read-ephemeral-gmane-group.
3514         (gnus-read-ephemeral-gmane-group-url): Rename from
3515         gnus-group-read-ephemeral-gmane-group-url.
3516         (gnus-bug-group-download-format-alist): New variable.
3517         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3518         (gnus-read-ephemeral-emacs-bug-group): New commands.
3519
3520 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3521
3522         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3523         (gnus-visible-headers): Improve custom type.
3524
3525 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3526
3527         * mml.el (mml-menu): Add workarounds for XEmacs.
3528
3529         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3530         X-Boundary header.
3531
3532         * message.el (message-simplify-recipients): Fix previous commit.
3533
3534 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3535
3536         * mm-util.el (mm-set-buffer-multibyte): New function.
3537         * mm-decode.el (mm-copy-to-buffer): Use it.
3538
3539 2008-03-19  Glenn Morris  <rgm@gnu.org>
3540
3541         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3542         Accidentally removed in the sync process with Emacs.
3543
3544 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * message.el (message-alter-recipients-discard-bogus-full-name):
3547         New function.
3548         (message-alter-recipients-function): New variable.
3549         (message-get-reply-headers): Use it.
3550         (message-replace-header): New helper function.
3551         (message-recipients-without-full-name): New variable.
3552         (message-simplify-recipients): New command.
3553
3554         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3555
3556         * message.el (message-info): Handle EasyPG manual.
3557
3558         * mml.el (mml-menu): Add entry for EasyPG.
3559
3560 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3561
3562         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3563         parameter.
3564
3565         * message.el (message-disassociate-draft): Specify drafts group name
3566         fully.
3567
3568 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3569
3570         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3571         unnecessary duplicates from the match list.
3572
3573 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3576
3577         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3578
3579         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3580         args of `how-many' of which the XEmacs version doesn't take; declare
3581         Info-index-next as function.
3582
3583 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * gnus-score.el (gnus-score-headers): Fix handling of
3586         gnus-inhibit-slow-scoring.
3587
3588         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3589         string.
3590         (gnus-button-url-regexp): Improve handling of parenthesis.
3591         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3592         (gnus-button-handle-info-keystrokes): Handle index entries.
3593
3594 2008-03-15  Glenn Morris  <rgm@gnu.org>
3595
3596         * parse-time.el (parse-time-string): Simplify.
3597
3598 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3601         Incoming* files.
3602
3603 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3606         (auth-source-pick): Use it.
3607
3608 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3609
3610         * binhex.el (binhex-decode-region-internal):
3611         * uudecode.el (uudecode-decode-region-internal):
3612         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3613         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3614         setting default-enable-multibyte-characters.
3615
3616 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3617
3618         * auth-source.el (auth-source-protocols)
3619         (auth-source-protocols-customize, auth-source-choices): Added and
3620         modified variable customizations and defaults.
3621         (auth-source-pick, auth-source-user-or-password)
3622         (auth-source-protocol-defaults, 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): Use new variables and provide an
3626         interface to netrc.el.
3627
3628 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3631         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3632         Make sure the nntp port to specify is a string.
3633
3634 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * nntp.el: Use with-current-buffer.
3637         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3638         dubious mm-with-unibyte-current-buffer.
3639         (nntp-with-open-group-function): New function extracted from
3640         nntp-with-open-group macro.
3641         (nntp-with-open-group): Use the function, so it's easier to debug.
3642         Add indentation and debugging info.
3643         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3644         the use of the netcat alternatives.
3645
3646         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3647         Avoid mm-string-as-multibyte as well.
3648
3649         * nnweb.el (nnweb-insert-html):
3650         Remove use of nnheader-string-as-multibyte.
3651
3652         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3653         (nnheader-string-as-multibyte): Remove.
3654
3655         * mm-view.el: Use inhibit-read-only.
3656         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3657         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3658         or unibyte-string.
3659
3660         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3661         (mm-uu-yenc-extract): Use with-current-buffer.
3662
3663         * gnus-soup.el (gnus-soup-send-packet): Don't use
3664         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3665
3666         * nnmh.el: Use with-current-buffer.
3667         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3668         mm-string-as-multibyte on the output of mm-encode-coding-string.
3669
3670         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3671         (nnimap-request-move-article): Use with-current-buffer.
3672
3673         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3674         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3675         conversion uses string-make-unibyte rather than string-as-unibyte.
3676
3677         * gnus-msg.el: Use with-current-buffer.
3678
3679         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3680
3681 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3682
3683         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3684         string for caching if it is 'PIN.
3685
3686 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * lpath.el: Consider the case without Emacs/W3.
3689
3690 2008-03-08  Glenn Morris  <rgm@gnu.org>
3691
3692         * time-date.el (date-to-time, time-subtract, time-add)
3693         (safe-date-to-time): Doc fixes.
3694
3695 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3696
3697         * mail-source.el (mail-source-delete-old-incoming-confirm):
3698         Change default to nil.
3699         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3700
3701 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * lpath.el: Rearrange.
3704
3705         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3706         (gnus-article-goto-prev-page): Work for articles having ^L's.
3707
3708         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3709
3710         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3711
3712 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3713
3714         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3715         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3716         (gnus-bookmark-jump): Adjust some variable names.
3717
3718 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3719
3720         * auth-source.el: New package.
3721         (auth-source-choices): Add customization entry point variable.
3722
3723         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3724         bug.
3725
3726 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3727
3728         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3729         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3730         (gnus-registry-install-shortcuts): Rename from
3731         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3732         the `gnus-registry-mark-map' keymap dynamically from
3733         `gnus-registry-marks'.  The generated functions update the summary line
3734         when a registry mark is added or deleted, and will call
3735         `gnus-registry-install-p' (see the comments in the code).
3736         (gnus-registry-user-format-function-M): Use concat intelligently.
3737
3738         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3739         the registry mark functions.
3740
3741 2008-03-05  Glenn Morris  <rgm@gnu.org>
3742
3743         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3744         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3745         gnus-art.
3746         (top-level): No need to load own source when compiling.
3747
3748 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3749
3750         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3751         Suggested by <chris.anderton@zetnet.co.uk>.
3752
3753 2008-03-04  Glenn Morris  <rgm@gnu.org>
3754
3755         * gnus-sum.el (top-level): No need to require gnus when compiling,
3756         since unconditionally required near start of file.
3757         (gnus-summary-display-while-building): Move definition before use.
3758
3759 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3762         formatting function.
3763
3764 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3765
3766         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3767         with plists.
3768         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3769         Use new format.
3770
3771 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3774         `where-is-internal' that returns a range of key sequences.
3775
3776 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3777
3778         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3779
3780         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3781         (gnus-summary-jump-to-group): Consider windows on other displayed
3782         frames as well.  Similar changes might be needed elsewhere, but that's
3783         the one I've bumped into during my use.
3784
3785         * nndoc.el (nndoc-oe-dbx-type-p):
3786         * gnus-msg.el (gnus-debug):
3787         * gnus-group.el (gnus-update-group-mark-positions):
3788         Use mm-string-to-multibyte.
3789
3790 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3793         doesn't handle NotDashEscaped.
3794
3795         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3796         (mml-dnd-attach-options): Fix typo in custom choice.
3797
3798         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3799         nndoc-article-type to mbox.
3800         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3801
3802         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3803         to nil, instead of html2text.
3804
3805         * imap.el (imap-debug): Add `imap-ping-server'.
3806
3807         * gnus-bookmark.el: Add FIXMEs.
3808
3809         * message.el (message-form-letter-separator)
3810         (message-send-form-letter-delay): New variables.
3811         (message-send-form-letter): Use them.  New command to send form
3812         letters.  Requested by Uwe Siart.
3813         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3814
3815 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * Update copyright years.
3818
3819 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3820
3821         Sync from EMACS_22_BASE.
3822
3823         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3824
3825 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3826
3827         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3828         empty author.
3829
3830 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3831
3832         * gnus-registry.el (gnus-registry-marks): Add variable for
3833         customization of marks and their appearance.
3834         (gnus-registry-read-mark): Use it.
3835         (gnus-registry-do-marks): Add utility function to loop through
3836         `gnus-registry-marks'.
3837         (gnus-registry-install-shortcuts-and-menus): Add function to install
3838         shortcuts and menus.
3839         (gnus-registry-initialize): Use it.
3840         (gnus-registry-default-mark): Clarify documentation.
3841
3842 2008-02-29  Glenn Morris  <rgm@gnu.org>
3843
3844         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3845         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3846         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3847         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3848         Change defcustom :version from 23.0 to 23.1.
3849
3850 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * gnus-registry.el (gnus-registry-follow-group-p)
3853         (gnus-registry-post-process-groups): Add functions to aid registry
3854         splitting and improve logging.  Clarify behavior in function
3855         documentation.
3856         (gnus-registry-split-fancy-with-parent): Use them.
3857
3858 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3859
3860         * gnus-art.el: Use with-current-buffer.
3861
3862 2008-02-27  David Engster  <dengste@eml.cc>
3863
3864         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3865         Express real group name in the response.
3866
3867 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3870         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3871         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3872         autoload gnus-registry-fetch-group when compiling.
3873         (nnmairix-request-group-with-article-number-correction): Remove
3874         unreferenced argument passed to nnmairix-call-backend.
3875
3876 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3877
3878         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3879         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3880         Wilde.
3881
3882 2008-02-27  Glenn Morris  <rgm@gnu.org>
3883
3884         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3885         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3886         variables to defconsts.  Convert comments to doc-strings.
3887         (nnmairix-last-server, nnmairix-current-server): Convert from free
3888         variables to defvars.  Convert comments to doc-strings.
3889         (gnus-registry-fetch-group): Autoload.
3890         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3891         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3892         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3893         caddr.
3894         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3895         nnmairix-request-group-with-article-number-correction call.
3896         (nnmairix-fast, nnmairix-group): New, less general names, for free
3897         variables passed from nnmairix-request-group to
3898         nnmairix-request-group-with-article-number-correction.  Declare.
3899         (nnmairix-request-group-with-article-number-correction):
3900         Use nnmairix-fast, nnmairix-group rather than fast, group.
3901
3902 2008-02-26  David Engster  <dengste@eml.cc>
3903
3904         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3905         version 0.5.
3906
3907 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3910         instead of making an extra function call.  Don't add the current group
3911         to articles only when they have the group.  Use
3912         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3913         Reported by David <de_bb@arcor.de>.
3914
3915 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3918         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3919
3920 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3921
3922         * mail-source.el (mail-source-delete-incoming): Change default.
3923         Supplement doc string.
3924
3925         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3926
3927 2008-02-14  Glenn Morris  <rgm@gnu.org>
3928
3929         * time-date.el (format-seconds): New function.
3930
3931 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3932
3933         * nnmail.el (nnmail-message-id-cache-file): Derive from
3934         `gnus-home-directory'.
3935
3936 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3939         Document negative prefix.
3940
3941         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3942
3943 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * message.el (message-unsent-separator): Add the Exim bounce
3946         separator.
3947
3948 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3949
3950         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3951         list.
3952         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3953         recipient/signer list.
3954
3955 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * Makefile.in (datarootdir): Define.
3958         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3959         name that might contain whitespace.
3960
3961 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3962
3963         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3964         fbound (Emacs 23 unicode), signal an error.
3965
3966 2008-02-08  Glenn Morris  <rgm@gnu.org>
3967
3968         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3969
3970 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3971
3972         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3973         ports to the calls to `netrc-machine-user-or-password' in addition to
3974         "imap" and "imaps".
3975
3976 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3977
3978         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3979
3980         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3981
3982 2008-02-01  Kenichi Handa  <handa@m17n.org>
3983
3984         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3985         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3986         (rfc2104-hash): Convert the result of concat to unibyte string.
3987
3988 2008-02-01  Dave Love  <fx@gnu.org>
3989
3990         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3991         coding-system-for-read.
3992         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3993
3994 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3995
3996         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3997         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3998         <hanche@math.ntnu.no>.
3999
4000 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4003
4004         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4005
4006 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4007
4008         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4009         * message.el (message-beginning-of-line): Use featurep instead of bound
4010         tests in order to resolve conditionals at compile time.
4011
4012 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4013
4014         * mail-source.el (mail-sources): Add `group' choice.
4015
4016         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4017         parameter `in-group' to control into which group the articles go.
4018         Add treatment of `group' mail-source.
4019
4020 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4023
4024         * mm-decode.el (mm-dissect-buffer): Decode description.
4025
4026         * mml.el (mml-to-mime): Encode message header first.
4027
4028 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4031         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4032
4033         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4034         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4035
4036 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4037
4038         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4039
4040 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4043         prefix keys.
4044         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4045         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4046         gnus-xmas.el.
4047
4048         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4049         (gnus-xmas-article-describe-bindings): New function.
4050         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4051         gnus-xmas-article-describe-bindings.
4052
4053         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4054
4055 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4056
4057         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4058         Add new variables for article mark management.
4059         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4060         list of extra data entries which, when present, will indicate that the
4061         article ID should not be trimmed from the registry.
4062         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4063         functions.
4064         (gnus-registry-read-mark): New function to read a mark name from the
4065         user.
4066         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4067         (gnus-registry-set-article-mark-internal): New functions to add and
4068         remove marks.
4069         (gnus-registry-get-article-marks): New function to show the marks for
4070         an article, or retrieve them for further use.
4071
4072 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4075         keys when no argument is given.
4076
4077 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4078
4079         * imap.el (imap-ping-server): New variable.
4080         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4081         (imap-ping-server): Minor doc string fixes.
4082
4083 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4084
4085         * imap.el (imap-ping-server): New function.
4086         (imap-opened): Call imap-ping-server.
4087
4088 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4089
4090         * gnus-sum.el (gnus-article-sort-by-random)
4091         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4092         jidanni@jidanni.org.
4093
4094 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-art.el (gnus-article-describe-bindings): New function.
4097         (gnus-article-read-summary-keys): Use it.
4098         (gnus-article-mode-map): Bind `C-h b' to it.
4099
4100 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4103         XEmacs.
4104         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4105         against non-character events.
4106
4107         * lpath.el: Fbind map-keymap for Emacs 21.
4108
4109 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4110
4111         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4112         command.
4113         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4114         instead of END.  Change name of the temp file.
4115         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4116         customizable.
4117
4118 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4121         bind `S W' to gnus-article-wide-reply-with-original; set default
4122         binding to gnus-article-read-summary-send-keys.
4123         (gnus-article-read-summary-keys): Fix the order of keys; display
4124         continuation keys correctly in the echo area; describe bindings
4125         correctly when keys end with `C-h'.
4126         (gnus-article-read-summary-send-keys): New function.
4127         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4128         for gnus-article-read-summary-send-keys; display continuation keys
4129         correctly in the echo area.
4130         (gnus-article-reply-with-original): Ignore prefix argument.
4131         (gnus-article-wide-reply-with-original): New function.
4132
4133         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4134         Emacs 21.
4135
4136 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4139         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4140
4141 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4142
4143         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4144         (gnus-group-read-ephemeral-gmane-group): New command.
4145
4146 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4147
4148         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4149
4150 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * message.el (message-send-mail-function): Increase custom version.
4153
4154         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4155         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4156
4157 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4158
4159         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4160         for the cases where imap-authenticate is called with a nil buffer
4161         parameter.
4162
4163 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4166         html parts correctly; support forwarded messages.
4167         (gnus-article-browse-html-article): Remove work buffers.
4168
4169         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4170         compiling.
4171         (netrc-bound-and-true-p): New macro.
4172         (netrc-parse): Use it instead of bound-and-true-p that is not available
4173         in XEmacs 21.4.
4174
4175 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4176
4177         * gnus-registry.el (gnus-registry-mark-article)
4178         (gnus-registry-article-marks): Add functionality to mark articles
4179         through the Gnus registry.
4180
4181         * encrypt.el: Clarify documentation for the new pgg method.
4182         (encrypt-file-alist): Add PGG option.
4183         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4184         functionality.  Abstract password key and messaging to external
4185         functions.
4186         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4187         (encrypt-message-method-and-cipher): Add new convenience external
4188         functions.
4189         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4190         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4191
4192         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4193         (netrc-parse): Use encrypt-file-alist to determine if
4194         encrypt-find-model or encrypt-insert-file-contents should be used.
4195
4196         * encrypt.el: Clarify documentation.  Load password-cache or
4197         password, whichever one is found first, instead of autoloading.
4198
4199 2007-12-19  Glenn Morris  <rgm@gnu.org>
4200
4201         * mml.el (message-options-set, message-narrow-to-head)
4202         (message-in-body-p, message-mail-p, message-encode-message-body):
4203         Autoload.
4204         (message-remove-header, message-narrow-to-headers-or-head)
4205         (message-subscribed-p, message-make-mail-followup-to)
4206         (message-position-on-field, message-news-p)
4207         (message-options-set-recipient, message-generate-headers)
4208         (message-sort-headers): Declare as functions.
4209
4210 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4213         convention in doc string.
4214
4215 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4218         title to html parts.
4219         (gnus-article-browse-html-article): Pass message header to it.
4220
4221         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4222
4223 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4226         or password compatible with XEmacs.
4227
4228 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4229
4230         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4231         format document.
4232         (gnus-mime-delete-part): Don't write description line if empty.
4233         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4234
4235 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4236
4237         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4238         (gnus-summary-mark-read-and-unread-as-read)
4239         (gnus-summary-mark-current-read-and-unread-as-read)
4240         (gnus-summary-mark-unread-as-ticked): Doc fix.
4241         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4242
4243 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4246         Christoph Conrad <christoph.conrad@gmx.de>.
4247
4248 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4251         yes-or-no-p.
4252
4253 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * mm-decode.el (mm-add-meta-html-tag): New function.
4256         (mm-save-part-to-file, mm-pipe-part): Use it.
4257
4258         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4259         gnus-y-or-n-p instead of y-or-n-p.
4260         (gnus-article-browse-html-parts): Work with message/external-body; use
4261         mm-add-meta-html-tag.
4262
4263 2007-12-11  Glenn Morris  <rgm@gnu.org>
4264
4265         * gnus-cache.el: Require gnus-sum not just when compiling.
4266
4267         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4268
4269         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4270         definitions before use.
4271
4272         * mm-decode.el: Require gnus-util.
4273         (mm-remove-part): Only call delete-annotation on XEmacs.
4274
4275         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4276
4277         * nnmail.el: Require gnus-int.
4278
4279         * spam.el: Move `require's before `eval-when-compile's.
4280
4281         * gnus-ems.el (gnus-alive-p):
4282         * gnus-fun.el (message-goto-eoh):
4283         * gnus-util.el (gnus-group-name-decode):
4284         * mail-source.el (gnus-compress-sequence):
4285         * message.el (Info-goto-node, format-spec):
4286         * mm-bodies.el (message-options-get):
4287         * mm-decode.el (mm-view-pkcs7):
4288         * mm-util.el (gmm-write-region):
4289         * mml-smime.el (mml-compute-boundary)
4290         (gnus-completing-read-with-default):
4291         * mml.el (widget-button-press, gnus-make-hashtable):
4292         * mml1991.el (mm-decode-content-transfer-encoding)
4293         (mm-encode-content-transfer-encoding)
4294         (message-options-get, message-options-set):
4295         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4296         * nnfolder.el (gnus-request-group):
4297         * nnheader.el (ietf-drums-unfold-fws):
4298         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4299         * smime.el (gnus-run-mode-hooks):
4300         * spam-stat.el (gnus-message): Autoload.
4301
4302         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4303         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4304         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4305         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4306         Add declare-function compatibility definition.
4307
4308         * gnus-cache.el (nnvirtual-find-group-art):
4309         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4310         (gnus-add-image, gnus-add-wash-type):
4311         * gnus-group.el (nnkiboze-score-file):
4312         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4313         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4314         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4315         (message-tokenize-header, gnus-get-buffer-create)
4316         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4317         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4318         * gnus.el (gnus-group-decoded-name):
4319         * mail-source.el (imap-capability):
4320         * mm-bodies.el (message-options-set):
4321         * mm-decode.el (gnus-configure-windows):
4322         * mm-extern.el (message-goto-body):
4323         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4324         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4325         (epg-sub-key-validity, message-options-set):
4326         * mml.el (widget-event-point, gnus-configure-windows):
4327         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4328         * mml2015.el (epg-check-configuration, epg-configuration)
4329         (message-options-set):
4330         * nndb.el (nndb-request-article):
4331         * nnfolder.el (gnus-request-create-group):
4332         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4333         * nnmaildir.el (gnus-group-mark-article-read):
4334         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4335         * rfc1843.el (message-fetch-field):
4336         * spam.el (gnus-extract-address-components):
4337         Declare as functions.
4338
4339 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4342
4343         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4344
4345         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4346         bind show-trailing-whitespace for XEmacs.
4347
4348 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4351         new no-op macro for backward compatibility.
4352
4353         * imap.el (imap-string-to-integer): New function.
4354
4355 2007-12-09  Glenn Morris  <rgm@gnu.org>
4356
4357         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4358
4359         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4360         * message.el, mm-view.el, sieve-manage.el, smime.el:
4361         Add declare-function compatibility definition.
4362
4363         * gnus-art.el (w3-region, w3m-region, Info-menu):
4364         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4365         * gnus-sum.el (gnus-get-predicate):
4366         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4367         * message.el (mail-abbrev-in-expansion-header-p):
4368         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4369         (w3m-detect-meta-charset, w3m-region):
4370         * sieve-manage.el (password-read, password-cache-add)
4371         (password-cache-remove):
4372         * smime.el (password-read-and-add): Declare as functions.
4373
4374 2007-12-08  David Kastrup  <dak@gnu.org>
4375
4376         * gnus-sum.el (gnus-summary-simplify-subject-query):
4377         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4378         `message'.
4379
4380 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4383         it to bind idna-program, installation-directory, defined-colors, and
4384         face-attribute for XEmacs of the version that compiles defcustom forms.
4385
4386 2007-12-07  Glenn Morris  <rgm@gnu.org>
4387
4388         * gnus-art.el (article-make-date-line): Revert previous change.
4389
4390 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4391
4392         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4393
4394 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4395
4396         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4397         Call gnus-add-to-range ranges only once with a prepared article-list.
4398
4399 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4400
4401         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4402         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4403         group names with backslashes.  Reported by Tassilo Horn
4404         <tassilo@member.fsf.org>.
4405
4406 2007-12-06  Deepak Goel  <deego3@gmail.com>
4407
4408         * gnus-art.el (article-make-date-line):
4409         * gnus-start.el (gnus-load):
4410         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4411
4412 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-art.el (gnus-use-idna)
4415         * gnus-start.el (gnus-site-init-file)
4416         * message.el (message-use-idna)
4417         * mm-uu.el (mm-uu-hide-markers)
4418         * smiley.el (smiley-style): Revert changes that suppress warnings.
4419
4420 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4423         specify charset to html source.  Reported by Christoph Conrad
4424         <christoph.conrad@gmx.de>.
4425
4426 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4429         idna-program in order to suppress byte compile warning issued by XEmacs
4430         that came to byte compile the default value section of defcustom forms
4431         recently.
4432
4433         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4434         value of installation-directory.
4435
4436         * message.el (message-use-idna): Don't directly refer to the value of
4437         idna-program.
4438
4439         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4440
4441         * smiley.el (smiley-style): Don't directly call face-attribute.
4442
4443 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4444
4445         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4446
4447         * gnus-dired.el: Reduce Gnus dependencies.
4448         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4449         require.  Use autoloads instead.
4450         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4451         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4452         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4453         (gnus-dired-mode): Adjust doc string.
4454         (gnus-dired-mail-mode): New variable.
4455         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4456         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4457         (gnus-dired-mail-buffers): New function.  Return mail or message
4458         composition buffers.
4459         (gnus-dired-attach): Use it.
4460         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4461         NO-DECODE.
4462         (gnus-dired-print): Use `gnus-print-buffer' depending on
4463         `gnus-dired-mail-mode'.
4464
4465 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * rfc2047.el (rfc2047-encoded-word-regexp)
4468         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4469         explaining what regexp patterns are for.
4470
4471 2007-12-04  Glenn Morris  <rgm@gnu.org>
4472
4473         * password.el: Move to password-cache.el.
4474
4475         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4476         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4477         * mml-smime.el (password-read, password-cache-add)
4478         (password-cache-remove):
4479         No need to autoload, since mml-sec requires password.
4480
4481         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4482         * message.el (gnus-extract-address-components):
4483         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4484
4485         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4486         password.
4487
4488 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         * mailcap.el: Reduce dependencies.
4491         (mail-header-parse-content-type): Autoload.
4492         (mailcap-delete-duplicates): New alias.
4493         (mailcap-mime-info): Add optional argument NO-DECODE.
4494         (mailcap-mime-types): Use mailcap-delete-duplicates.
4495
4496         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4497
4498 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4499
4500         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4501         (imap-parse-status): Upcase status-att for servers that sends them
4502         lower-case (e.g., MS Exchange 2007).
4503
4504 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4507         function.
4508
4509         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4510         (gnus-uu-yenc-article): New function.
4511
4512         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4513
4514         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4515         buffer.
4516
4517 2007-12-02  Glenn Morris  <rgm@gnu.org>
4518
4519         * binhex.el (binhex): New custom group.
4520         (binhex-decoder-program, binhex-decoder-switches)
4521         (binhex-use-external): Move to the binhex custom group.
4522
4523         * uudecode.el (uudecode): New custom group.
4524         (uudecode-decoder-program, uudecode-decoder-switches)
4525         (uudecode-use-external): Move to the uudecode custom group.
4526
4527         * netrc.el (top-level): Don't load `encrypt' features.
4528         (netrc-parse): Don't use encrypt.
4529         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4530
4531         * encrypt.el: Remove file.
4532
4533 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4536         matches on patches.
4537
4538         * gnus-art.el (gnus-article-browse-html-article): Mention
4539         `mm-text-html-renderer' in the doc string.
4540
4541         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4542         string.  Add comments.
4543
4544         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4545         if rhs is ASCII.
4546
4547 2007-12-01  Glenn Morris  <rgm@gnu.org>
4548
4549         * mail-source.el (top-level): Require format-spec before
4550         eval-when-compile.
4551
4552 2007-11-30  Glenn Morris  <rgm@gnu.org>
4553
4554         * encrypt.el: Require password, rather than autoloading password-read.
4555
4556 2007-11-29  Glenn Morris  <rgm@gnu.org>
4557
4558         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4559         (sasl-make-client, sasl-next-step, sasl-step-data)
4560         (sasl-step-set-data): Declare as functions.
4561
4562 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4565
4566 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4567
4568         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4569         certs should be verified and what is to be done in the event of a
4570         verification failure.
4571
4572         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4573         caller can indicate whether the cache should be disregarded for this
4574         call.  This way the result of the call is reproducible at all times and
4575         can be considered a canonical server name for the supplied method.
4576         (gnus-agent-method-p): Canonicalize server names by pushing their
4577         method through `gnus-method-to-server' using the no-cache argument.
4578
4579         * gnus-srvr.el (gnus-server-insert-server-line): Call
4580         `gnus-method-to-server' with `no-cache' argument.
4581
4582         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4583         gnus-agent-possibly-synchronize-flags as this should be called when the
4584         server is actually being opened.
4585         (gnus-agent-possibly-synchronize-flags)
4586         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4587         flags file of an agentized server to the latter function.
4588
4589         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4590         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4591         after a connection has been established successfully.
4592
4593 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-art.el (article-display-face): Force to display face if called
4596         interactively; check if gnus-article-x-face-too-ugly matches author.
4597         (article-display-x-face): Display face even if From header is missing
4598         as article-display-face does.
4599
4600 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4601
4602         * hashcash.el (message-narrow-to-headers-or-head)
4603         (message-fetch-field, message-goto-eoh)
4604         (message-narrow-to-headers): Declare as functions.
4605
4606 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4607
4608         * mail-source.el (mail-sources): Default to fetch from file for
4609         compatibility with default of nnmail-spool-file.
4610
4611 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4614         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4615         to look for encoded word that should be encoded again.
4616         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4617         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4618         encoding pattern.
4619         (rfc2047-decode-region): Switch strict regexp and loose one according
4620         to rfc2047-allow-irregular-q-encoded-words.
4621
4622 2007-11-25  Romain Francoise  <romain@orebokech.com>
4623
4624         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4625
4626 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * tls.el (tls-program): Provide more custom choices from
4629         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4630         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4631
4632 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4633
4634         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4635         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4636
4637         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4638         `nnmail-spool-file'.
4639
4640         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4641         `nnmail-spool-file'.
4642
4643         * gnus-move.el (gnus-change-server): Ditto.
4644
4645         * gnus-kill.el (gnus-batch-score): Ditto.
4646
4647         * gnus-cache.el (gnus-jog-cache): Ditto.
4648
4649         * gnus-msg.el (gnus-summary-reply):
4650         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4651
4652 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4653
4654         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4655         version.  Minor improvement to doc strings.
4656         (tls-program): Add comment.
4657
4658 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4659
4660         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4661         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4662         mismatch between the hostname provided in the certificate and the name
4663         of the host connnecting to.
4664         (open-tls-stream): Use them.  Check certificates against trusted root
4665         certificates.
4666
4667 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4668
4669         * gnus-cache.el (gnus-cache-generate-nov-databases):
4670         Use nnml-generate-nov-databases-directory instead of
4671         nnml-generate-nov-databases-1.
4672
4673 2007-11-24  Glenn Morris  <rgm@gnu.org>
4674
4675         * message.el (message-tool-bar-retro): Update for rename
4676         mail_send.xpm->mail-send.xpm.
4677
4678 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4679
4680         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4681         `smime-ldap-search' for Emacs 22 and up.
4682
4683 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4684
4685         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4686
4687         * message.el (message-send-mail-function): Fix error convention.
4688         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4689         (message-widen-reply, message-send-mail, message-talkative-question)
4690         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4691         (message-clone-locals, message-send-news): Use with-current-buffer.
4692         (message-insert-or-toggle-importance): Remove unused var `valid'.
4693         (message-make-references): Remove unused var `new-references'.
4694         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4695
4696 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4697
4698         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4699         (spam-split-symbolic-return-positive): Reflow docstring.
4700         (spam-backends, spam-summary-exit-behavior)
4701         (spam-mark-ham-unread-before-move-from-spam-group)
4702         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4703         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4704         (spam-clear-cache, spam-backend-check, spam-install-backend)
4705         (spam-install-statistical-backend, spam-list-of-processors)
4706         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4707         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4708         (spam-check-crm114, spam-initialize, spam-unload-hook):
4709         Fix typos in docstrings.
4710
4711 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4714         been checked if they have never been read and those group levels are
4715         higher than the one that a user specified.
4716
4717 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4720         foreign groups unless a group level is specified by a user.
4721         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4722
4723 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4724
4725         * message.el (message-send-mail-function): Require sendmail.
4726
4727 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4728
4729         * message.el (message-send-mail-function): Check for smtpmail too.
4730
4731         * utf7.el (utf7-encode, utf7-decode): Use coding system
4732         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4733
4734         * message.el (message-send-mail-function): New function.
4735         (message-send-mail-function): Set default using
4736         message-send-mail-function.  Adjust doc string.
4737         (message-send-mail-with-mailclient): New function.
4738
4739 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4740
4741         * smime.el (from):
4742         * rfc2047.el (message-posting-charset):
4743         * qp.el (mm-use-ultra-safe-encoding):
4744         * pop3.el (parse-time-months):
4745         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4746         * nnml.el (files):
4747         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4748         (jka-compr-compression-info-list, ange-ftp-path-format)
4749         (efs-path-regexp):
4750         * nndiary.el (files):
4751         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4752         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4753         (epg-digest-algorithm-alist, inhibit-redisplay)
4754         (password-cache-expiry):
4755         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4756         (pgg-output-buffer, password-cache-expiry):
4757         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4758         (efs-path-regexp):
4759         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4760         (inhibit-redisplay):
4761         * mm-uu.el (file-name, start-point, end-point, entry)
4762         (gnus-newsgroup-name, gnus-newsgroup-charset):
4763         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4764         (latin-unity-ucs-list):
4765         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4766         (mm-uu-binhex-decode-function):
4767         * message.el (gnus-message-group-art, gnus-list-identifiers)
4768         (rmail-enable-mime-composing, gnus-local-organization)
4769         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4770         (gnus-read-active-file, facemenu-add-face-function)
4771         (facemenu-remove-face-function, gnus-article-decoded-p)
4772         (tool-bar-mode):
4773         * mail-source.el (display-time-mail-function):
4774         * gnus-util.el (nnmail-pathname-coding-system)
4775         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4776         (gnus-original-article-buffer, gnus-user-agent)
4777         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4778         (xemacs-codename, sxemacs-codename, emacs-program-version):
4779         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4780         * gnus-start.el (gnus-agent-covered-methods)
4781         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4782         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4783         (gnus-newsgroup-headers, gnus-group-list-mode)
4784         (gnus-group-mark-positions, gnus-newsgroup-data)
4785         (gnus-newsgroup-unreads, nnoo-state-alist)
4786         (gnus-current-select-method, mail-sources)
4787         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4788         (nnmail-spool-file, gnus-cache-active-hashtb):
4789         * gnus-mh.el (mh-lib-progs):
4790         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4791         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4792         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4793         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4794         (gnus-group-buffer):
4795         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4796         (font-lock-set-defaults):
4797         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4798         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4799         (gnus-summary-post-menu, total-parts, type, condition, length):
4800         * gnus-agent.el (gnus-agent-read-agentview):
4801         * flow-fill.el (show-trailing-whitespace):
4802         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4803         eval-and-compile wrappers for byte compiler pacifiers.
4804
4805         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4806         (mm-display-inline-fontify): Check for featurep 'xemacs not
4807         extent-list.
4808
4809         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4810         itimer-list.
4811         (mm-create-image-xemacs): Only do something for XEmacs.
4812         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4813
4814         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4815
4816         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4817         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4818
4819 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4820
4821         * nnimap.el (nnimap-split-download-body):
4822         * gnus-demon.el (gnus-demon):
4823         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4824
4825 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4828         macros.
4829         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4830         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4831         copy data from unibyte buffer to multibyte current buffer.
4832         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4833         to copy data from unibyte current buffer to multibyte buffer.
4834         (nntp-make-process-buffer): Make process buffer unibyte.
4835
4836         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4837
4838 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4839
4840         * pop3.el (pop3-open-server): Accept and process data more robustly at
4841         connexion start to avoid spurious "POP SSL connexion failed" errors.
4842
4843 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4846         read group names.
4847
4848 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4851
4852 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4855         (nnmail-save-active): Use a unibyte buffer when saving active file,
4856         which may contain non-ASCII group names.
4857
4858         * nnml.el (nnml-request-group): Decode group names in messages.
4859
4860 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * message.el (message-citation-line-function)
4863         (message-insert-formatted-citation-line): Fix spelling of
4864         `message-insert-formated-citation-line'.
4865
4866 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4869
4870 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4873         nnmail-pathname-coding-system.
4874
4875         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4876         that a user enters; decode group names in messages.
4877
4878         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4879
4880 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4883
4884         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4885
4886         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4887         risky local variable.
4888
4889         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4890
4891 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4892
4893         * encrypt.el: Improve documentation to fix function name typo.
4894         Reported by Daiki Ueno <ueno@unixuser.org>.
4895
4896 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4899         even if the point is not in the last page of an article.
4900         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4901         back to the previous page.
4902
4903 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4906
4907 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4910
4911 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4912
4913         * message.el (message-check-news-body-syntax): Avoid
4914         mm-string-as-multibyte.
4915         (message-hide-headers): Don't assume (point-min)==1.
4916
4917 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4918
4919         * message.el (message-remove-blank-cited-lines): Fix if remove is
4920         given.
4921         (message-bogus-address-regexp): New variable.
4922         (message-bogus-recipient-p): New function.
4923         (message-check-recipients): New command.
4924         (message-syntax-checks): Add `bogus-recipient'.
4925         (message-fix-before-sending): Add `bogus-recipient'.
4926
4927         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4928         (gnus-treat-body-boundary): Don't test window-system.
4929
4930 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4931
4932         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4933
4934 2007-10-28  Miles Bader  <miles@gnu.org>
4935
4936         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4937         at compile-time too.
4938
4939 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * gnus-msg.el (gnus-message-setup-hook): Add
4942         `message-remove-blank-cited-lines' to options.
4943
4944 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4945
4946         * message.el (message-remove-blank-cited-lines): New function.
4947         Suggested by Karl Plästerer.
4948
4949 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4952         mapc.
4953
4954         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4955         (top-level): Use mapc to set functions to be traced for debugging.
4956
4957         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4958         called for effect with while loop.
4959
4960         * message.el (message-talkative-question): Replace mapcar called for
4961         effect with mapc.
4962
4963         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4964         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4965         called for effect with dolist.
4966
4967         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4968
4969         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4970         gnus-extra-headers and nnmail-extra-headers.
4971
4972         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4973         called for effect with dolist.
4974         (top-level): Use mapc to set functions to be traced for debugging.
4975
4976         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4977         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4978         dolist.
4979
4980         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4981         Replace mapcar called for effect with mapc.
4982         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4983         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4984         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4985         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4986
4987         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4988         remove-if that's a cl function.
4989
4990         * webmail.el (webmail-debug): Replace mapcar called for effect with
4991         dolist.
4992
4993         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4994         with mapc.
4995
4996 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4999         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5000         with while loop.
5001
5002         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5003         functions from article-* functions.
5004         (gnus-multi-decode-header): Replace mapcar called for effect with
5005         dolist.
5006
5007         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5008         (gnus-bookmark-show-details): Replace mapcar called for effect with
5009         while loop.
5010
5011         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5012         called for effect with while loop.
5013
5014         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5015         with dolist.
5016
5017         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5018         mapcar called for effect with dolist.
5019
5020         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5021
5022         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5023         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5024         Replace mapcar called for effect with dolist.
5025         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5026         mapc.
5027
5028         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5029         Replace mapcar called for effect with dolist.
5030         (gnus-topic-list): Replace mapcar called for effect with mapc.
5031
5032         * gnus.el: Use mapc instead of mapcar to add autoloads.
5033
5034 2007-10-23  Richard Stallman  <rms@gnu.org>
5035
5036         * gnus-group.el (gnus-group-highlight): Mark as risky.
5037
5038 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * gnus.el (gnus-server-to-method): Return method found first in
5041         gnus-newsrc-alist.
5042
5043         * gnus-art.el (gnus-article-highlight-signature)
5044         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5045         button overlay without the front stickiness.
5046
5047 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5048
5049         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5050         overview buffer needed a catch to receive its throw.
5051         (gnus-agent-flush-cache): Declared as interactive to make this function
5052         easier to use.
5053
5054 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5055
5056         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5057         `next-line'.
5058
5059 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5062         exclude address matching message-dont-reply-to-names.
5063
5064 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * gnus-util.el (gnus-string<): New function.
5067
5068         * gnus-sum.el (gnus-article-sort-by-author)
5069         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5070
5071 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5074         the frame-focus tag is set in gnus-buffer-configuration.
5075
5076 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5079         the front stickiness.
5080
5081 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5084         url pattern; remove duplicate one.
5085         (gnus-article-extend-url-button): New function.
5086         (gnus-article-add-buttons): Use it.
5087         (gnus-button-push): Use concatenated url that it makes.
5088
5089 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5090
5091         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5092
5093 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5094
5095         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5096         Don't hardcode point-min==1.
5097
5098 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5101         Fix comment about "iso8859-1".
5102
5103 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5104
5105         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5106         ones returned from the verify-function.
5107
5108         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5109         mml2015-extract-cleartext-signature if extraction failed.
5110
5111 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5112
5113         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5114         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5115         failed.
5116
5117 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5120
5121 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5124         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5125         recommends to use EasyPG instead of PGG.
5126
5127         * pgg.el: Revert to revision 6.23.2.16.
5128
5129         * pgg-def.el: Revert to revision 6.6.2.14.
5130
5131         * pgg-gpg.el: Revert to revision 6.23.2.34.
5132
5133 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5134
5135         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5136         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5137         thread for both the null and zero (kill/expire thread) universal prefix
5138         cases.
5139         (gnus-summary-expire-thread): Add new function to expire a thread,
5140         using gnus-summary-kill-thread.
5141         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5142         shortcuts for gnus-summary-expire-thread.
5143         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5144         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5145
5146 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5147
5148         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5149         extras value, so an extras entry can be deleted.
5150         (gnus-registry-delete-extra-entry): Use it.
5151         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5152         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5153         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5154         storage through the gnus-registry, and provide an appropriate API for
5155         it.
5156
5157 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5160         Suggested by Leo <sdl.web@gmail.com>.
5161
5162         * gnus.el: Do.
5163
5164 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5167         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5168
5169         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5170
5171         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5172         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5173
5174 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5177         newline.
5178         (nnmbox-request-accept-article): Don't change article in source buffer;
5179         narrow to header to use message-fetch-field rather than
5180         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5181         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5182         as delimiters; make sure article ends with newline.
5183         (nnmbox-delete-mail): Correct last position of article to be deleted;
5184         ignore X-Gnus-Newsgroup header in article body.
5185         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5186         positions; make sure article ends with newline.
5187
5188         * message.el (message-display-abbrev): Don't infloop when a user
5189         inserts SPC in the beginning of header.
5190
5191         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5192         coding-system-for-read and coding-system-for-write for XEmacs having no
5193         file-coding feature.
5194
5195         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5196
5197 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5198
5199         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5200         list of groups not followed by default.  Fix type to be regexp.
5201         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5202
5203 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5204
5205         * hmac-def.el (define-hmac-function): Switch from old-style to
5206         new-style backquotes.
5207
5208         * md4.el (md4-make-step): Likewise.
5209
5210 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5213         raw-text coding system when saving .newsrc file, which may contain
5214         non-ASCII group names.
5215
5216 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus-cus.el (gnus-score-extra): New widget.
5219         (gnus-score-extra-convert): New function.
5220         (gnus-score-customize): Use it for Extra.
5221
5222 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5223
5224         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5225         (mml2015-mailcrypt-clear-verify): Use it.
5226         (mml2015-gpg-clear-verify): Use it.
5227         (mml2015-pgg-clear-verify): Use it.
5228         (mml2015-epg-clear-verify): Replace the current part with the output
5229         from GnuPG; don't extract the plaintext by itself.
5230
5231         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5232         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5233         mml2015-clear-verify-function; don't touch the armor headers or
5234         dash-escaped text here.
5235
5236 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5239         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5240         parts, or application/octet-stream as a last resort.
5241         (gnus-mime-view-part-as-type): Don't toggle display.
5242         (gnus-mime-view-part-as-charset): Don't turn off display before
5243         querying charset.
5244
5245         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5246         stuff to undisplayer function in Emacs.
5247         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5248
5249         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5250         text/calendar parts.
5251
5252 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5255         decoding text/calendar parts.
5256
5257         * message.el (message-forward-make-body-mime): Always mark body as
5258         having no illegible text; remove signed-or-encrypted argument.
5259         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5260
5261         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5262         (mml-generate-mime-1): Don't encode body if it is specified to be in
5263         raw form; don't make buffer be unibyte when inserting multibyte string.
5264
5265 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * sha1.el: Fix up comment style.
5268         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5269         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5270
5271         * hex-util.el: Fix up comment style.
5272         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5273
5274         * gnus-salt.el: Use with-current-buffer.
5275         (gnus-pick-setup-message): Fix long-standing typo.
5276
5277 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * imap.el (imap-logout-timeout): New variable.
5280         (imap-logout, imap-logout-wait): New functions.
5281         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5282
5283         * nnimap.el (nnimap-logout-timeout): New server variable.
5284         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5285         nnimap-logout-timeout.
5286
5287         * gnus-art.el (gnus-article-summary-command-nosave)
5288         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5289
5290 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus.el (gnus-maximum-newsgroup): New variable.
5293
5294         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5295         according to gnus-maximum-newsgroup.
5296
5297         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5298         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5299         Limit the range of articles according to gnus-maximum-newsgroup.
5300
5301 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5302
5303         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5304         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5305         Don't perform gnus-configure-windows here; reuse existing sticky
5306         article buffer.
5307
5308         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5309         it doesn't exist in gnus-article-mode.
5310
5311 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5314         (gnus-agent-decoded-group-name): New function.
5315         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5316         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5317
5318 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5319
5320         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5321         Add binding for gnus-sticky-article.
5322         (gnus-summary-exit): Don't kill sticky article buffers.
5323
5324         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5325         article buffer.
5326         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5327         (gnus-kill-sticky-article-buffers): New commands.
5328
5329 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * nntp.el (nntp-xref-number-is-evil): New server variable.
5332         (nntp-find-group-and-number): If it is non-nil, don't trust article
5333         numbers in the Xref header.
5334
5335 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-agent.el (gnus-agent-read-group): New function.
5338         (gnus-agent-flush-group, gnus-agent-expire-group)
5339         (gnus-agent-regenerate-group): Use it.
5340         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5341         nnmail-pathname-coding-system.
5342
5343 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5346
5347         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5348         that are unread as unread, and also as selected so that information of
5349         marks having been changed by a user may be updated when exiting group.
5350
5351 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5354         calculated ignoring signature parts to gnus-treat-article.
5355
5356 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5359         a point here in order to keep the window start.
5360         (gnus-insert-mime-security-button): Make a button overlay without the
5361         front stickiness.
5362         (gnus-mime-display-security): Goto the end of a button.
5363
5364         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5365
5366 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5369         group-name-at-point.
5370         (gnus-group-completing-read): New function that offers decoded
5371         non-ASCII group names for completion.
5372         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5373         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5374         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5375         (gnus-group-fetch-control): Use it.
5376         (gnus-fetch-group): Use group-name-at-point for the initial value
5377         rather than the default value; use gnus-alive-p.
5378
5379         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5380         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5381         (gnus-summary-post-news): Use gnus-group-completing-read.
5382
5383         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5384         (gnus-read-move-group-name): Decode group name for completion.
5385
5386 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5387
5388         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5389         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5390         Yamaoka slightly modified the code).
5391
5392 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5395         (nnmail-split-incoming): Bind it.
5396
5397         * nnml.el (nnml-group-name-charset): New function.
5398         (nnml-decoded-group-name): Use it; don't decode group name if
5399         nnmail-group-names-not-encoded-p is non-nil.
5400         (nnml-encoded-group-name): New function.
5401         (nnml-group-pathname): Inline nnml-decoded-group-name.
5402         (nnml-request-expire-articles): Decode group name in message.
5403         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5404         nnmail-pathname-coding-system.
5405         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5406         not decoded ones according to nnmail-group-names-not-encoded-p.
5407         (nnml-generate-active-info): Use nnml-encoded-group-name.
5408
5409 2007-08-08  Glenn Morris  <rgm@gnu.org>
5410
5411         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5412         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5413         doc-strings and comments.
5414
5415 2007-07-25  Glenn Morris  <rgm@gnu.org>
5416
5417         * Relicense all FSF files to GPLv3 or later.
5418
5419 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-sum.el (gnus-summary-move-article): Make
5422         gnus-summary-respool-article work.
5423
5424 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5427         string.
5428
5429 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5430
5431         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5432         that should be ignored when comparing distant RSS articles with local
5433         ones.
5434         (nnrss-make-hash-index): New function.  Create a hash index according
5435         to the ignored fields.
5436         (nnrss-check-group): Use it.
5437
5438 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5441
5442         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5443
5444         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5445         the new optional argument ENCODED is non-nil.
5446         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5447         coding system for encoding group name.
5448         (gnus-group-make-rss-group): Pass un-encoded group name to
5449         gnus-group-make-group.
5450         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5451         encoded.
5452
5453         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5454         Encode group name to which articles are moved or copied.
5455         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5456         coding system for encoding Newsgroup, Followup-To and Xref headers.
5457
5458         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5459         marks; use nnheader-file-coding-system to write a file.
5460         (nnagent-retrieve-headers): Bind file-name-coding-system to
5461         nnmail-pathname-coding-system.
5462
5463         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5464
5465         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5466         (nnml-request-article, nnml-request-create-group)
5467         (nnml-request-rename-group, nnml-find-id)
5468         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5469         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5470         (nnml-save-marks): Use nnml-group-pathname instead of
5471         nnmail-group-pathname.
5472
5473         (nnml-request-create-group, nnml-request-expire-articles)
5474         (nnml-request-move-article, nnml-request-delete-group)
5475         (nnml-deletable-article-p, nnml-possibly-create-directory)
5476         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5477         (nnml-open-marks): Bind file-name-coding-system to
5478         nnmail-pathname-coding-system.
5479
5480         (nnml-request-article): Pass server argument to nnml-find-group-number.
5481         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5482         server argument to nnml-possibly-create-directory.
5483         (nnml-request-accept-article): Pass server argument to
5484         nnml-active-number and nnml-save-mail.
5485         (nnml-find-group-number): Pass server argument to nnml-find-id.
5486         (nnml-request-update-info): Pass server argument to
5487         nnml-marks-changed-p.
5488
5489         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5490         (nnml-save-mail, nnml-active-number): Add server argument.
5491
5492         (nnml-request-delete-group): Warn if group is missing.
5493         (nnml-get-nov-buffer): Decode group name.
5494         (nnml-generate-active-info): Encode group name.
5495         (nnml-open-marks): Decode group name in messages.
5496
5497 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5500         if it is not specified.
5501         (gnus-article-pipe-part, gnus-article-save-part)
5502         (gnus-article-interactively-view-part, gnus-article-copy-part)
5503         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5504         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5505         (gnus-article-replace-part, gnus-article-delete-part)
5506         (gnus-article-view-part-as-type): Pass raw prefix argument to
5507         gnus-article-part-wrapper.
5508
5509 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-agent.el (gnus-agent-save-active): Bind
5512         nnheader-file-coding-system to gnus-agent-file-coding-system.
5513
5514         * gnus-cache.el (gnus-cache-save-buffers)
5515         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5516         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5517         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5518         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5519         (gnus-cache-generate-active, gnus-cache-rename-group)
5520         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5521         (gnus-cache-update-overview-total-fetched-for): Bind
5522         file-name-coding-system to nnmail-pathname-coding-system.
5523         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5524         variables.
5525         (gnus-cache-decoded-group-name): New function.
5526         (gnus-cache-file-name): Use it.
5527         (gnus-cache-generate-active): Use non-decoded group name for active.
5528
5529         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5530         right place.
5531         (gnus-write-active-file): Don't break non-ASCII group names.
5532
5533         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5534         nnmail-pathname-coding-system.
5535
5536         * lpath.el: Bind default-file-name-coding-system,
5537         file-name-coding-system and language-info-alist for XEmacs.
5538
5539         * gnus-uu.el (gnus-uu-decode-save): Typo.
5540
5541 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5544
5545 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5548         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5549         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5550         (gnus-agent-flush-group, gnus-agent-flush-cache)
5551         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5552         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5553         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5554         (gnus-agent-regenerate-group)
5555         (gnus-agent-update-files-total-fetched-for)
5556         (gnus-agent-update-view-total-fetched-for): Bind
5557         file-name-coding-system to nnmail-pathname-coding-system.
5558         (gnus-agent-group-pathname): Don't encode file names by
5559         nnmail-pathname-coding-system.
5560         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5561         coding-system-for-write instead of buffer-file-coding-system to
5562         gnus-agent-file-coding-system.
5563
5564         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5565         Decode group name.
5566
5567         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5568
5569         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5570         (gnus-read-newsrc-el-file): Make group names unibyte.
5571
5572         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5573         nnmail-pathname-coding-system.
5574
5575         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5576         (nnrss-request-delete-group): Bind file-name-coding-system to
5577         nnmail-pathname-coding-system.
5578         (nnrss-read-server-data, nnrss-read-group-data): Bind
5579         file-name-coding-system correctly.
5580         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5581
5582         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5583         (nntp-server-to-method-cache): New variable.
5584         (nntp-group-pathname): New function that decodes non-ASCII group names.
5585         (nntp-possibly-create-directory, nntp-marks-changed-p)
5586         (nntp-save-marks, nntp-open-marks): Use it.
5587         (nntp-possibly-create-directory, nntp-open-marks):
5588         Bind file-name-coding-system to nnmail-pathname-coding-system.
5589         (nntp-open-marks): Decode group names when bootstrapping marks.
5590
5591         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5592         Newsgroups and Folowup-To headers.
5593
5594 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5597         (gnus-server-closed-face, gnus-server-denied-face)
5598         (gnus-server-offline-face): Remove variable.
5599         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5600
5601         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5602         of modifying message-stack directly for XEmacs.
5603
5604         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5605         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5606         if the coding-system argument is nil for XEmacs.
5607
5608         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5609         mm-charset-override-alist.
5610
5611         * rfc2047.el: Don't require base64; require rfc2045 for the function
5612         rfc2045-encode-string.
5613         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5614         to quote the parameter value.
5615
5616 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5619         form in gnus-group-name-charset-method-alist.
5620
5621         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5622         overrides the default layout edit-form.
5623
5624         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5625
5626         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5627
5628 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5631         as unfetched articles.
5632
5633 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5636
5637 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5640         original back end that keeps marks in the local system.
5641
5642 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5645         arg of pop-to-buffer for XEmacs.
5646         (gnus-article-read-summary-keys): Ditto; don't restore window
5647         configuration if summary command ends up with neither article buffer
5648         nor summary buffer; describe bindings if summary keys end with C-h.
5649
5650 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * message.el (message-fix-before-sending): Skip raw message part to be
5653         forwarded while checking illegible text.
5654         (message-forward-make-body-mime, message-forward-make-body): Mark
5655         signed or encrypted raw message as having no illegible text.
5656
5657 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5660         (gnus-message-with-timestamp-1): New macro.
5661         (gnus-message-with-timestamp): New function.
5662         (gnus-message): Use them.
5663
5664         * nnheader.el (nnheader-message): Use them.
5665
5666 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5667
5668         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5669         .newsrc.eld file.
5670
5671 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * gnus-agent.el (gnus-agent-fetch-headers)
5674         (gnus-agent-retrieve-headers): Bind
5675         gnus-decode-encoded-address-function to identity.
5676
5677         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5678         available also when the server returns simply a dot.
5679
5680         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5681
5682 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5685
5686 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-ems.el (gnus-x-splash): Make it work.
5689
5690         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5691         from being used.
5692
5693         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5694
5695 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5698         4th and the 5th arguments.
5699
5700         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5701         the front stickiness.
5702         (gnus-article-summary-command-nosave): Correct the order of the
5703         arguments passed to pop-to-buffer.
5704         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5705         summary command ends up with the article buffer.
5706
5707         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5708         the same faces.
5709
5710 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5711
5712         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5713
5714 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5715
5716         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5717         * gnus-sum.el (gnus-summary-highlight):
5718         * pgg.el (pgg-sign-region, pgg-sign):
5719         * mail-source.el (mail-source-delete-old-incoming-confirm):
5720         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5721
5722 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-art.el (gnus-mime-view-part-externally)
5725         (gnus-mime-view-part-internally): Fix predicate function passed to
5726         completing-read.
5727
5728         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5729
5730         * gnus.el (gnus-update-message-archive-method): Add :version.
5731
5732 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * gnus.el (gnus-update-message-archive-method): New variable.
5735
5736         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5737         according to gnus-message-archive-method if
5738         gnus-update-message-archive-method is non-nil.
5739
5740 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5743         by Loic Dachary <loic@dachary.org>.
5744         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5745
5746 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * message.el (message-pop-to-buffer): Add switch-function argument.
5749         (message-mail): Pass switch-function argument to it.
5750
5751 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5754         Improve doc string.
5755
5756 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5759         (gnus-header-content)
5760         * gnus-cite.el (gnus-cite-10)
5761         * gnus-srvr.el (gnus-server-closed)
5762         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5763         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5764         (gnus-group-mail-3-empty, gnus-group-mail-low)
5765         (gnus-group-mail-low-empty, gnus-splash)
5766         * message.el (message-header-to, message-header-cc)
5767         (message-header-subject, message-header-other, message-header-name)
5768         (message-header-xheader, message-separator, message-cited-text)
5769         (message-mml): Lighten colors of faces used for dark background.
5770
5771 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5772
5773         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5774         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5775
5776 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * message.el (message-narrow-to-headers-or-head):
5779         Ignore mail-header-separator in the body.
5780
5781 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5784         same as window size.
5785
5786 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5787
5788         * message.el (message-font-lock-keywords): Use message-header-xheader
5789         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5790         ahead of the anything pattern, to get it recognised.
5791
5792 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5795         spam.el loads uses it in the compiled defadvice form.
5796
5797 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5798
5799         * gnus-sum.el (gnus-articles-to-read)
5800         (gnus-summary-insert-old-articles): Don't truncate group name for
5801         `read-string'.
5802
5803         * gnus-util.el (gnus-limit-string): Delete this function.
5804
5805         * gnus-sum.el (gnus-simplify-subject-fully): Use
5806         `truncate-string-to-width' instead.
5807
5808 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5809
5810         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5811         if, on summary exit, the next group has to be selected.
5812         (gnus-summary-exit): Use it.
5813
5814 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5817         non-break space.
5818
5819 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5822         Check if group is not a directory.
5823         (nnfolder-request-expire-articles): Don't delete articles if the target
5824         group is not available.
5825
5826         * nnml.el (nnml-request-create-group): Properly check if group is not a
5827         file.
5828         (nnml-request-expire-articles): Don't delete articles if the target
5829         group is not available.
5830
5831         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5832         Don't quote characters that are within parentheses.
5833
5834 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5837         (gnus-handle-ephemeral-exit): Select article according to it.
5838
5839 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5840
5841         * message.el (message-insert-formated-citation-line): Remove newline.
5842         (message-citation-line-format): Add final \n here so that the user can
5843         avoid a blank line.
5844
5845 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5846
5847         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5848         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5849         Update lanl/arXiv support.
5850
5851 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5852
5853         * gnus.el: Bump version number.
5854
5855 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * gnus.el (gnus-version-number): Bump version.
5858
5859 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5860
5861         * gnus.el: No Gnus v0.6 is released.
5862
5863 2007-04-27  Didier Verna  <didier@xemacs.org>
5864
5865         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5866         * gmm-utils.el (gmm-regexp-concat): here.
5867         * message.el: Don't require 'gnus-util.
5868         (message-dont-reply-to-names): Handle name change above.
5869         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5870
5871 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5874         since the initial value varies according to the system.
5875
5876 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5879
5880 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5881
5882         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5883
5884 2007-04-24  Didier Verna  <didier@xemacs.org>
5885
5886         Improve the type of gnus-ignored-from-addresses.
5887         * gnus-util.el (gnus-orify-regexp): New function.
5888         * message.el (gnus-util): Require it.
5889         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5890         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5891         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5892
5893 2007-04-24  Didier Verna  <didier@xemacs.org>
5894
5895         * gnus-sum.el:
5896         * gnus-utils.el: Fix some trailing whitespaces.
5897
5898 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5901         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5902         article's Message-ID; refer parent article in summary buffer.
5903
5904         * message.el (message-bounce): Call mime-to-mml.
5905
5906         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5907         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5908         optimize and/or forms properly.
5909
5910 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5913         URL.
5914
5915 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5918
5919 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5922         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5923         displayed of multipart/alternative part if it is invoked from summary
5924         buffer.
5925
5926         * mm-view.el (mm-inline-text-html-render-with-w3m)
5927         (mm-inline-text-html-render-with-w3m-standalone)
5928         (mm-inline-render-with-function): Use mail-parse-charset by default.
5929
5930 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5931
5932         * parse-time.el (parse-time-string-chars): Check if CHAR
5933         is less than the length of parse-time-syntax.
5934
5935 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5938         from gnus-newsgroup-processable.
5939
5940 2007-04-16  Didier Verna  <didier@xemacs.org>
5941
5942         * gnus-msg.el (gnus-configure-posting-styles): Handle
5943         message-signature-directory properly with :file syntax.  Reported by
5944         "Leo".
5945
5946 2007-04-11  Didier Verna  <didier@xemacs.org>
5947
5948         New user option: message-signature-directory.
5949         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5950         * message.el (message-insert-signature): Ditto.
5951         * message.el (message-signature-file): Doc update.
5952         * message.el (message-signature-directory): New.
5953
5954 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * gnus-msg.el (gnus-inews-yank-articles): Use
5957         message-exchange-point-and-mark instead of exchange-point-and-mark.
5958
5959 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * message.el (message-yank-original): Make sure cited text ends with
5962         newline; don't exchange point and mark.
5963
5964 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5965
5966         * tls.el (open-tls-stream): Properly handle case where there
5967         is no associated buffer.
5968
5969 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5970
5971         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5972         message-yank-original, make sure (< mark TEXT point).
5973
5974 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * message.el (message-fill-column): New variable.
5977         (message-mode): Use it.  Add comment on a possible new hook.
5978
5979         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5980         (nnmail-get-new-mail): Reformat.
5981
5982         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5983
5984         * gmm-utils.el: Fix Commentary.
5985         (gmm-tool-bar-from-list): Fix typo in doc string.
5986
5987 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5988
5989         * message.el (message-yank-original): Don't switch point and mark
5990         unnecessarily to put point and mark as documented.
5991
5992 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5993
5994         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5995         from the message heads.
5996
5997 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5998
5999         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6000         article buffer does not have a window.  This may not be the best
6001         solution but is certainly better than setting the start of the null,
6002         that is the current, window.
6003
6004 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6007         (gnus-draft-setup): Run it.
6008
6009         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6010         gnus-score-fast-scoring.  Allow regexp.
6011         (gnus-score-headers): Use it.
6012
6013         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6014         XEmacs.
6015
6016         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6017         string.
6018         (gnus-button-alist): Also catch `<f1> k ...'.
6019         (gnus-treat-display-x-face): Fix doc string.
6020
6021 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6022
6023         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6024         evaluation of gnus-extended-version to ensure correct generation of the
6025         User-Agent header when message-generate-headers-first is used.
6026
6027 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6028
6029         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6030         hashcash-path is nil.  Don't call callback with incorrect number of
6031         parameters if val is 0.
6032
6033 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6034
6035         * message.el (message-required-news-headers):
6036         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6037
6038 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6039
6040         * tls.el (open-tls-stream): In handshake-waiting loop,
6041         don't wait more if there is output available to process.
6042
6043 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6044
6045         * tls.el (tls-program): Doc fix.
6046
6047 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * message.el (message-generate-new-buffers): Change the meaning of the
6050         nil value; add `standard' to the choices; treat t as `unique'; improve
6051         doc string.
6052         (gnus-select-frame-set-input-focus): Autoload.
6053         (message-buffer-name): Search for the existing message buffer if
6054         message-generate-new-buffers is nil or `standard'; treat the value t of
6055         message-generate-new-buffers as `unique'.
6056         (message-pop-to-buffer): Raise the frame already displaying the message
6057         buffer; clear the echo area after querying.
6058         (message-setup): Pass the `continue' argument to compose-mail.
6059         (message-mail): Prefer `switch-function' if it is given; search for the
6060         existing message buffer if the `continue' argument is non-nil; pass
6061         continue and switch-function arguments to compose-mail by way of
6062         message-setup.
6063         (message-mail-other-window): Adjust argument of message-setup.
6064         (message-mail-other-frame): Ditto.
6065
6066 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6069         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6070         to turn font-lock on when turning gnus-message-citation-mode on.
6071
6072 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6073
6074         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6075         (mml-smime-function-alist): New variable; add epg as the backend.
6076         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6077         mml-smime- functions instead.
6078         * mm-view.el: Require smime.
6079
6080 2007-03-05  Didier Verna  <didier@xemacs.org>
6081
6082         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6083         instead of just inheritance for posting styles.
6084         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6085
6086 2007-02-24  Chris Moore  <dooglus@gmail.com>
6087
6088         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6089         * pgg-pgp.el (pgg-pgp-encrypt-region):
6090         * pgg-gpg.el (pgg-gpg-encrypt-region):
6091         Check pgg-encrypt-for-me if no other recipients.
6092
6093 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6094
6095         * tls.el (tls-certtool-program): Fix custom type.
6096
6097 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6100         and point-at-eol instead of line-(beginning|end)-position.
6101
6102         * assistant.el (assistant-parse-buffer): Ditto.
6103
6104         * netrc.el (netrc-parse-services): Ditto.
6105
6106 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6107
6108         * mml2015.el (mml2015-epg-find-usable-key): New function.
6109         (mml2015-epg-sign): Use it.
6110         (mml2015-epg-encrypt): Use it.
6111
6112 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * message.el (message-make-in-reply-to): Quote name containing
6115         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6116         if there are special characters.  Reported by NAKAJI Hiroyuki
6117         <nakaji@jp.freebsd.org>.
6118
6119 2007-02-27  Didier Verna  <didier@xemacs.org>
6120
6121         Include the group parameters as well as the topic ones in the
6122         inheritance filter process.
6123         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6124         argument GROUP-PARAMS-LIST.
6125         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6126
6127 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * nntp.el (nntp-never-echoes-commands)
6130         (nntp-open-connection-functions-never-echo-commands): New variables.
6131         (nntp-send-command): Use them.
6132
6133 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6134
6135         * mml2015.el (mml2015-epg-verify): Simplified.
6136
6137 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * mml.el (mml-content-disposition-alist): New user option.
6140         (mml-content-disposition): New function.
6141         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6142         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6143
6144 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6145
6146         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6147         verification.
6148
6149 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6150
6151         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6152         articles posted in the last 24 hours.
6153
6154 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6155
6156         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6157
6158 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6159
6160         * nntp.el (nntp-send-command): Don't wait for echoes when
6161         nntp-open-ssl-stream is used.
6162
6163 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6166         (gnus-message-add-citation-keywords)
6167         (gnus-message-remove-citation-keywords): Remove.
6168         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6169         directly, make the variables in font-lock-defaults buffer-local, add
6170         gnus-message-citation-keywords to them and then update the value of
6171         font-lock-keywords.
6172
6173 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * message.el (message-cite-original-1): Don't call
6176         gnus-article-highlight-citation.
6177
6178         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6179         citations; fix line count.
6180
6181 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6184         (gnus-message-add-citation-keywords)
6185         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6186         versions of font-lock-add-keywords and font-lock-remove-keywords to
6187         work with XEmacs correctly.
6188
6189 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-cite.el (gnus-cite-face-list): Set the values of
6192         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6193         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6194         (gnus-message-cite-prefix-regexp): New variable.
6195         (gnus-message-search-citation-line): Use it; protect against long
6196         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6197         the 0th match data for Emacs.
6198         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6199         (gnus-message-add-citation-keywords): Append keywords rather than
6200         prepending; emulate font-lock-add-keywords if it is not available.
6201         (gnus-message-remove-citation-keywords): Emulate
6202         font-lock-remove-keywords if it is not available.
6203
6204         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6205
6206         * message.el (message-cite-prefix-regexp): Set the value of
6207         gnus-message-cite-prefix-regexp.
6208
6209 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6210
6211         * nnweb.el (nnweb-google-parse-1): Update parser.
6212
6213 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6214
6215         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6216
6217 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6218
6219         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6220         regexp.
6221
6222 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6225         string-to-multibyte.
6226         (uudecode-decode-region-internal): Use it.
6227
6228         * lpath.el: Fbind string-as-multibyte for XEmacs.
6229
6230 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6233         custom choice.
6234
6235         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6236
6237 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6238
6239         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6240
6241         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6242         `write-region' to respect `mm-inhibit-file-name-handlers'.
6243
6244 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6247         Use gnus-home-directory instead of "~/" or "$HOME".
6248
6249 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6250
6251         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6252         to mention filename.
6253         Add comments at beginning regarding usage.
6254         (encrypt-write-file-contents): Change interactive so a string is
6255         acceptable.  If the file has no associated model, show an error instead
6256         of a nonsense prompt.
6257
6258 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6259
6260         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6261         Thanks to Yoshihiko Yamada for kind notification of this typo.
6262
6263 2007-01-12  Kenichi Handa  <handa@m17n.org>
6264
6265         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6266         multibyte buffer.
6267
6268 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * gnus-score.el (gnus-score-fast-scoring): New variable.
6271         (gnus-score-headers): Use it.
6272
6273         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6274
6275         * message.el (message-cite-original-1): Call
6276         gnus-article-highlight-citation if requested.
6277         (message-make-from): Allow name and address as optional arguments.
6278
6279         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6280
6281         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6282         bugs to doc string.
6283         (gnus-button-alist): Add mid\\|message-id.
6284         (gnus-button-fetch-group): Extend for use in
6285         `browse-url-browser-function'.
6286         (gnus-button-url-regexp): Try to catch paired parentheses like in
6287         Wikipedia URLs.
6288
6289         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6290         Suggested by Simon Krahnke <overlord@gmx.li>.
6291
6292 2007-01-13  Romain Francoise  <romain@orebokech.com>
6293
6294         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6295         Update copyright.
6296
6297 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6298
6299         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6300
6301 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6302
6303         * gnus-registry.el (gnus-registry-unfollowed-groups)
6304         (gnus-registry-split-fancy-with-parent): Fix documentation.
6305
6306 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6309         from nnweb groups.
6310
6311 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6314         Xref urls.  Erase buffer before requesting head.
6315
6316 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6319         customizable.
6320
6321 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6322
6323         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6324         no signing key is found.
6325         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6326         no encrypting and/or signing key is found.
6327
6328 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6331
6332 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6333
6334         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6335         headers read from disk with the ones newly found in the current search.
6336         This should no longer cause problems, because the article numbers in
6337         Gmane's `nov.php' output are ignored since the previous change.
6338
6339 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6340
6341         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6342
6343 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6346         replace-regexp-in-string; bind url-version; fbind display-images-p and
6347         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6348         find-face and set-itimer-function for Emacs; bind itimer-list for
6349         Emacs.
6350
6351         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6352
6353 2007-01-01  Romain Francoise  <romain@orebokech.com>
6354
6355         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6356
6357 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6358
6359         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6360         `define-minor-mode' macro definition expanded properly.
6361         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6362         exclude it there.
6363
6364         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6365         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6366         `fboundp' test.
6367         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6368         This is OK to autoload in (S)XEmacs now.
6369
6370 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6373         keystroke.
6374         (gnus-summary-limit-to-singletons): Fix typo.
6375
6376         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6377         else fails.
6378
6379 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6380
6381         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6382         docstring.
6383
6384         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6385         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6386         (gnus-summary-insert-dormant-articles): Fix typo in message.
6387
6388 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6389
6390         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6391         nil for XEmacs.
6392         (gnus-message-citation-mode): Don't autoload in XEmacs.
6393
6394         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6395
6396 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6397
6398         * nnimap.el (nnimap-expunge-search-string): Mention
6399         nnimap-search-uids-not-since-is-evil in docstring.
6400
6401 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * spam.el: Revert to make-obsolete-variable because
6404         define-obsolete-variable-alias is not supported in Emacs 21.
6405
6406         * spam.el (spam-ifile-path, spam-ifile-database-path)
6407         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6408         make-obsolete-variable.
6409         (spam-bsfilter-path, spam-bsfilter-program)
6410         (spam-spamassassin-path, spam-spamassassin-program)
6411         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6412         use "path" inappropriately.
6413         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6414         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6415         variable names.
6416
6417 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6418
6419         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6420         summary buffer.
6421
6422         * password.el (password-cache-remove): Use clear-string to burn
6423         password, if available.
6424
6425 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6428
6429         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6430
6431         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6432         (gnus-message-highlight-citation): Move defcustom here from
6433         gnus-cite.el.
6434         (gnus-message-citation-mode): Autoload.
6435
6436         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6437         checks to make it compile with XEmacs.
6438         (gnus-message-citation-mode): New minor mode.
6439         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6440         (gnus-message-highlight-citation): New variables.
6441         (gnus-message-search-citation-line)
6442         (gnus-message-add-citation-keywords)
6443         (gnus-message-remove-citation-keywords)
6444         (turn-on-gnus-message-citation-mode)
6445         (turn-off-gnus-message-citation-mode): New functions.
6446
6447 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6448
6449         * gnus-cite.el: Enable highlighting of different citation levels in
6450         message-mode.
6451
6452 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6453
6454         * message.el (message-make-fqdn): Fix comment.
6455         (message-bogus-system-names): Add ".local".
6456
6457         * spam.el (spam-ifile-path, spam-ifile-program)
6458         (spam-ifile-database-path, spam-ifile-database)
6459         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6460         Don't use "path" inappropriately.
6461         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6462         strings.
6463         (spam-check-ifile, spam-ifile-register-with-ifile)
6464         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6465         new variable names.
6466
6467         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6468         (gnus-treat-display-smileys): Simplify using
6469         gnus-image-type-available-p.
6470
6471         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6472         available.
6473
6474         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6475         `display-images-p' if available.
6476
6477 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6480         one after turning on the buffer's multibyteness instead of decoding
6481         them directly in the unibyte buffer that causes unexpected conversion
6482         in Emacs 23 (unicode).
6483
6484 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6485
6486         * message.el (message-generate-hashcash): Fix custom type.
6487
6488 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6491
6492 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6495         disconnect icons.  Add help text.
6496
6497 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6500         negated to be consistent with the others we handle.
6501
6502 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6505         version of gnus-summary-buffer to something, so that we can use two
6506         article buffers at the same time.
6507
6508 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6509
6510         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6511         trigger all the extra headers.
6512         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6513         sorting.
6514
6515 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6516
6517         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6518         solid groups.
6519
6520 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6521
6522         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6523
6524 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6525
6526         * legacy-gnus-agent.el: Add Copyright notice.
6527
6528 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6529
6530         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6531
6532 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6535
6536         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6537         to make it work reliably in CVS Emacs.
6538         (gnus-summary-limit-strange-charsets-predicate)
6539         (gnus-summary-limit-to-predicate): New functions.
6540
6541 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6542
6543         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6544         specifying array size.
6545         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6546         array if it is too small.
6547         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6548         (gnus-sort-threads-loop): New function.
6549
6550 2006-12-06  Chris Moore  <dooglus@gmail.com>
6551
6552         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6553         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6554
6555 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6556
6557         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6558         options.
6559
6560 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6563         DOS-ing the recipient.
6564
6565         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6566         the headers when creating the mapping to avoid mismappings.
6567         (nnweb-gmane-create-mapping): Always nix out old mapping.
6568
6569 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6572         and mm-verify-option to never.
6573
6574 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * message.el (message-signed-or-encrypted-p): New function.
6577         (message-forward-make-body): Use it.
6578
6579         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6580         Replace encode-coding-string with mm-encode-coding-string.
6581
6582 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * nneething.el (nneething-decode-file-name): Replace
6585         decode-coding-string with mm-decode-coding-string.
6586
6587         * gnus-int.el (gnus-open-server): Say failed server's name.
6588
6589 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6592         strings to a single string.  Quote `errors-file-name'.
6593         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6594         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6595         Adjust calls.  Use `shell-quote-argument'.
6596
6597 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6598
6599         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6600         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6601
6602         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6603         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6604         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6605         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6606         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6607         (gnus-subscribe-newsgroup, gnus-1):
6608         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6609         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6610         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6611         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6612
6613 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6614
6615         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6616         keystroke.
6617         (gnus-summary-limit-to-bodies): Implement headersp.
6618
6619 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620
6621         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6622
6623 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6626
6627 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * message.el (message-generate-hashcash): Expand range of values to
6630         include `opportunistic'.
6631         (message-send-mail): Use it.
6632
6633 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6634
6635         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6636         and comment it.
6637
6638         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6639
6640 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * gnus-util.el (gnus-extract-address-components): Improve comment.
6643
6644 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-util.el (gnus-extract-address-components): Work with address in
6647         which the name portion contains @.
6648
6649         * lpath.el: Fbind custom-autoload.
6650
6651 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * gnus.el (gnus-start): Move custom group up.
6654         (gnus-select-method): Don't autoload, but make it available for
6655         `customize-variable'.
6656         (gnus-getenv-nntpserver): Don't autoload.
6657
6658 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6661
6662 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * message.el (message-sendmail-extra-arguments): New variable.
6665         (message-send-mail-with-sendmail): Use it.
6666
6667 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6670         mm-with-unibyte-current-buffer to make string unibyte.
6671
6672         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6673         mm-string-as-multibyte.
6674
6675 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6676
6677         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6678         Reported by Werner Koch <wk@gnupg.org>.
6679
6680 2006-11-14  Daiki Ueno  <ueno@p360>
6681
6682         * mml2015.el: Autoload epa-select-keys when compiling.
6683
6684 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6685
6686         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6687         message-options.
6688         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6689
6690 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6691
6692         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6693         EasyPG (< 0.0.6).
6694         (mml2015-always-trust): New user option.
6695         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6696         prompt.
6697
6698 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * nntp.el (nntp-authinfo-force): New variable.
6701         (nntp-send-authinfo): Use it.
6702
6703 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6706         decode encoded words.  Improve prompt.  Add comment about forwarding.
6707         (message-replacement-char): Move up.
6708
6709 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6710
6711         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6712         instead of gnus-intersection because arguments of gnus-sorted-nunion
6713         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6714
6715 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6718         (message-simplify-subject-functions): Enable
6719         message-strip-subject-encoded-words by default.
6720
6721 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6722
6723         * message.el (message-strip-subject-encoded-words): New function.
6724         (message-simplify-subject-functions): New variable.
6725         (message-simplify-subject): Use it.  Fix typo in doc string.
6726         Support message-strip-subject-encoded-words.
6727
6728 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6729
6730         * gnus-diary.el (gnus-diary-delay-format-function):
6731         * nndiary.el (nndiary-reminders):
6732         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6733
6734 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * gnus-art.el (article-hide-boring-headers): Fetch date from
6737         gnus-original-article-buffer to avoid problems with localized date
6738         strings.
6739
6740 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6743
6744 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6747         New variables.
6748         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6749         (mm-charset-synonym-alist): Move some entries to
6750         mm-codepage-iso-8859-list.
6751         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6752         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6753
6754 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6757
6758 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6759
6760         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6761         with Emacs 21 and XEmacs.
6762
6763 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6764
6765         * spam.el (spam-parse-address): New function for better parsing,
6766         catching errors, etc.
6767         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6768
6769 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * mm-view.el: Add interactive arg to html2text autoload.
6772
6773 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6776
6777 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6780         variables.
6781         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6782         (mm-charset-synonym-alist): Move some entries to
6783         mm-codepage-iso-8859-list.
6784
6785         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6786
6787 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * message.el (message-citation-line-format)
6790         (message-insert-formated-citation-line): Fix implementation of %E, %N
6791         and %n according to the doc string.
6792
6793 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6796         car-safe to avoid bad parses.
6797
6798 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6801         names.
6802
6803         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6804
6805 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6808         header.
6809
6810         * message.el (message-draft-headers): Add Date.
6811         (message-headers-to-generate): Fix typo in docstring.
6812
6813         * nndraft.el (nndraft-required-headers): New variable.
6814         (nndraft-generate-headers): Use it.
6815
6816         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6817
6818 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6819
6820         * gnus-registry.el (gnus-registry-wash-for-keywords)
6821         (gnus-registry-find-keywords): New functions to allow easy searching of
6822         articles that are in the registry.
6823
6824 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6825
6826         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6827         ietf-drums-parse-address instead of gnus-extract-address-components.
6828         Reported by Damien Elmes <damien@repose.cx>.
6829
6830 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * gnus.el (gnus-mime): Remove unused custom group.
6833
6834 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6835
6836         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6837         "blank line" when searching for end of armor headers.
6838
6839 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * gmm-utils.el (gmm-write-region): Fix variable name.
6842
6843 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6844
6845         * gmm-utils.el (gmm-write-region): New function based on compatibility
6846         code from `mm-make-temp-file'.
6847
6848         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6849
6850         * nnmaildir.el (nnmaildir--update-nov)
6851         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6852         Use `gmm-write-region'.
6853
6854 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6857         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6858
6859         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6860
6861         * message.el (message-replacement-char): New variable.
6862         (message-fix-before-sending): Use it.
6863         (message-simplify-subject): New function to remove duplicate code.
6864         (message-reply, message-followup): Use it.
6865
6866         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6867         gnus-summary-limit-to-articles.
6868
6869 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-util.el (gnus-with-local-quit): New macro.
6872
6873         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6874
6875 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6876
6877         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6878         ignore non-string data.
6879
6880 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6883         non-string data (needs to be done in the registry too).
6884
6885 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6888         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6889         (gnus-registry-split-fancy-with-parent)
6890         (gnus-registry-fetch-simplified-message-subject-fast)
6891         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6892         Remove text properties on ingress into the registry and when it's saved.
6893         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6894         registry from entries with no groups.
6895
6896 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6899         function to remove string properties.
6900
6901 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * gmm-utils.el (gmm): Adjust custom version.
6904
6905         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6906         custom version.
6907
6908         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6909
6910 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * gnus-art.el (gnus-insert-prev-page-button)
6913         (gnus-insert-next-page-button): Simplify.  Reformat.
6914
6915 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6916
6917         * gnus-art.el (gnus-insert-prev-page-button)
6918         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6919
6920 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6921
6922         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6923
6924 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6925
6926         * gnus-art.el (gnus-insert-mime-button)
6927         (gnus-insert-mime-security-button):
6928         Apply gnus-article-button-face to MIME and security buttons.
6929
6930 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6933         readable.
6934
6935 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6938
6939 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6940
6941         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6942         `browse-url-of-file' instead of `browse-url'.
6943
6944 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6945
6946         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6947         regexp.  Articles containing quotation were cut prematurely.
6948
6949 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * message.el (message-cite-original-1): Use nobody by default for the
6952         value of From header.
6953         (message-reply): Ditto.
6954
6955 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6956
6957         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6958         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6959         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6960
6961 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6964         mails in the doc string.  Add some URLs in comment.
6965         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6966
6967 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6970         backslashes handling and the way to find boundaries of quoted strings.
6971
6972 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6973
6974         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6975         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6976         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6977         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6978
6979 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6982         doc string.
6983         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6984
6985 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * lpath.el: Fbind epg-check-configuration.
6988
6989 2006-09-06  Simon Josefsson  <jas@extundo.com>
6990
6991         * mml2015.el (mml2015-use): Doc fix, mention epg.
6992
6993 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6994
6995         * mml2015.el (mml2015-use): Default to epg, if available.
6996
6997 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6998
6999         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7000         message-sender.
7001         (mml1991-epg-encrypt): Ditto.
7002         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7003         message-sender.
7004         (mml2015-epg-encrypt): Ditto.
7005
7006 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7007
7008         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7009         several common directories.
7010
7011 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7012
7013         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7014         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7015
7016 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-art.el (article-decode-encoded-words): Make it fast.
7019
7020 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7023
7024         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7025         in quoted string into `\'.
7026
7027 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7030         Use standard-syntax-table.
7031
7032 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-art.el (gnus-decode-address-function): New variable.
7035         (article-decode-encoded-words): Use it to decode headers which are
7036         assumed to contain addresses.
7037         (gnus-mime-delete-part): Remove useless `or'.
7038
7039         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7040         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7041         (gnus-nov-parse-line): Use it to decode From header.
7042         (gnus-get-newsgroup-headers): Ditto.
7043         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7044
7045         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7046         (mail-decode-encoded-address-string): New alias.
7047
7048         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7049         New function.
7050         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7051         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7052         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7053         (rfc2047-decode-string): Ditto.
7054         (rfc2047-decode-address-region): New function.
7055         (rfc2047-decode-address-string): New function.
7056
7057 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * message.el (message-caesar-buffer-body): Allow rotating headers.
7060
7061         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7062
7063         * message.el (message-insert-formated-citation-line): Fix %f.
7064         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7065
7066 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7069         (gnus-bookmark-mouse-available-p): New macro.
7070         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7071         (gnus-bookmark-bmenu-show-infos): Use it.
7072         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7073         (gnus-bookmark-bmenu-hide-infos): Ditto.
7074         (gnus-bookmark-remove-properties): New function.
7075         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7076         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7077         (gnus-bookmark-write-file): Bind coding-system-for-write.
7078         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7079         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7080         group before selecting it.
7081         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7082         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7083         quit-window if it is not available; use gnus-mouse-2 and bind it to
7084         gnus-bookmark-bmenu-select-by-mouse.
7085         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7086         (gnus-bookmark-bmenu-select-by-mouse): New function.
7087
7088 2006-08-13  Romain Francoise  <romain@orebokech.com>
7089
7090         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7091         space.
7092
7093 2006-08-10  Romain Francoise  <romain@orebokech.com>
7094
7095         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7096         (dns-mode-soa-auto-increment-serial): New user option.
7097         (dns-mode-soa-maybe-increment-serial): New function.
7098         (dns-mode): Add the latter to `write-contents-functions'.
7099
7100 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * compface.el (uncompface): Use binary rather than raw-text-unix.
7103
7104 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * compface.el (uncompface): Make sure the eol conversion doesn't take
7107         place when communicating with the external programs.  Reported by
7108         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7109
7110 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7113
7114 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7115
7116         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7117         Make it more robust by parsing author and date independently.
7118
7119 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7122
7123 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7124
7125         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7126         first matching secret key.
7127         (mml2015-epg-encrypt): Ditto.
7128
7129         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7130         first matching secret key.
7131         (mml1991-epg-encrypt): Ditto.
7132
7133         * mml2015.el (mml2015-encrypt-to-self): New user option.
7134         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7135         mml2015-epg-encrypt-to-self is set.
7136
7137         * mml1991.el (mml1991-encrypt-to-self): New variable.
7138         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7139         mml1991-epg-encrypt-to-self is set.
7140
7141         * mml2015.el (mml2015-signers): New user option.
7142         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7143         (mml2015-epg-encrypt): Allow to select signing keys.
7144
7145         * mml1991.el (mml1991-signers): New variable.
7146         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7147         (mml1991-epg-encrypt): Allow to select signing keys.
7148
7149 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * nnheader.el (nnheader-insert-head): Make it work even if the file
7152         uses CRLF for the line-break code.
7153
7154 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7155
7156         * mml2015.el: Require mml-sec instead of password.
7157         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7158         (mml2015-cache-passphrase): Inherit the default value from
7159         mml-secure-cache-passphrase.
7160         (mml2015-passphrase-cache-expiry): Inherit the default value from
7161         mml-secure-passphrase-cache-expiry.
7162
7163         * mml1991.el: Require mml-sec instead of password.
7164         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7165         (mml1991-cache-passphrase): Inherit the default value from
7166         mml-secure-cache-passphrase.
7167         (mml1991-passphrase-cache-expiry): Inherit the default value from
7168         mml-secure-passphrase-cache-expiry.
7169
7170         * mml-sec.el: Require password.
7171         (mml-secure-verbose): New user option.
7172         (mml-secure-cache-passphrase): New user option.
7173         (mml-secure-passphrase-cache-expiry): New user option.
7174
7175 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7176
7177         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7178         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7179         andreas@altroot.de (Andreas Vögele).
7180
7181         FIXME: Use `tiny change'?
7182
7183 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7184
7185         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7186         workaround for the url package included with Emacs.
7187
7188         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7189
7190 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7193         correctly.  This fixes a bug caused by the 2006-05-12 change.
7194
7195 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7196
7197         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7198         some information about the error when saying that the `bogus' mail
7199         group will be used.
7200
7201 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7204         string.
7205
7206 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7207
7208         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7209
7210 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7211
7212         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7213
7214 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7215
7216         * mml1991.el (mml1991-function-alist): Add epg.
7217         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7218         (mml1991-epg-encrypt): New functions.
7219
7220 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7221
7222         * mml2015.el (mml2015-verbose): New variable.
7223         (mml2015-cache-passphrase): Ditto.
7224         (mml2015-passphrase-cache-expiry): Ditto.
7225         (mml2015-function-alist): Add epg.
7226         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7227         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7228         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7229         functions.
7230
7231 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7232
7233         * message.el (message-cite-original-1): Preserve region when removing
7234         quoted text due to X-No-Archive in order to avoid bogus attribution
7235         when citing multiple messages.
7236
7237 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7238
7239         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7240         Kenneth Jacker <khj@be.cs.appstate.edu>.
7241
7242 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * gnus-diary.el (gnus-user-format-function-d)
7245         (gnus-user-format-function-D): Autoload.
7246
7247         * imap.el (Commentary): Fix typo.
7248
7249         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7250         2006-04-22 contribution.
7251
7252 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7253
7254         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7255         It didn't really fix the bogosity I'm seeing with solid web groups.
7256
7257 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7258
7259         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7260         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7261         created using server names.  If we use the feature without declaring
7262         it, Gnus does not properly manage server and group state.
7263
7264         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7265         bound.
7266
7267 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7268
7269         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7270         looking up the method using GROUP's prefix before inventing a new one.
7271         It is used on killed/unknown groups in various places where returning
7272         an all-new method isn't expected by the caller.
7273
7274         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7275         and match semantics of gnus-group-real-prefix.
7276
7277 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * nnmail.el (nnmail-broken-references-mailers): New variable.
7280         (nnmail-ignore-broken-references): New function generalizing
7281         nnmail-fix-eudora-headers.
7282         (nnmail-fix-eudora-headers): Now obsolete.
7283
7284         * gnus-art.el (gnus-button-handle-custom): Support
7285         `customize-apropos*'.
7286
7287 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7290
7291         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7292         articles.
7293
7294 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * message.el (message-cite-reply-above): New variable.
7297         (message-yank-original): Use it.
7298
7299 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7302
7303 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7306         as read.
7307
7308         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7309
7310 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7313         (gnus-bookmark-default-file): Use gnus-directory.
7314         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7315         Remove "*" in doc string.
7316         (gnus-bookmark-write-file): Simplify.
7317         (gnus-bookmark-maybe-sort-alist): Use `when'.
7318         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7319         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7320         FIXME about Emacs 21 and XEmacs compatibility.
7321         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7322         compatibility.
7323         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7324         compatibility.
7325         (gnus-bookmark-menu-heading): Fix version.
7326
7327 2006-06-19  Bastien Guerry  <bzg@altern.org>
7328
7329         * gnus-bookmark.el: New file.
7330
7331 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * message.el (message-syntax-checks): Doc fix.
7334
7335 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7336
7337         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7338         unsubscribed groups as if they were killed ones.  It causes duplicate
7339         entries in gnus-newsrc-alist.
7340
7341 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * message.el (message-syntax-checks): Doc fix.
7344         (message-send-mail): Add check for continuation headers.
7345         (message-check-news-header-syntax): Fix regexp used to check for
7346         continuation headers.
7347
7348 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7351
7352 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7355
7356 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7359         default-truncate-lines.
7360
7361 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7364         to fill the utf-8 entry.
7365
7366         * lpath.el: Fbind unicode-precedence-list.
7367
7368 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7369
7370         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7371
7372 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7373
7374         * gnus-agent.el (directory-files-and-attributes): Move all the way
7375         forward (the third and final move).
7376         (gnus-agent-read-agentview): Trap reconstruction errors due to
7377         nonexistant directory.  Handle by returning nil.
7378
7379 2006-05-30  Didier Verna  <didier@xemacs.org>
7380
7381         * message.el (message-dont-reply-to-names): Update the custom type.
7382         * message.el (message-dont-reply-to-names): New defsubst: potentially
7383         convert a list of regexps into a single one.
7384         * message.el (message-get-reply-headers): Use it.
7385         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7386
7387 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-agent.el (directory-files-and-attributes): Move forward.
7390
7391 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * gnus-ml.el (gnus-mailing-list-subscribe)
7394         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7395         (gnus-mailing-list-message): Fix doc strings.
7396
7397 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7398
7399         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7400         of doing it manually.
7401
7402 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7405         comment.
7406
7407 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7408
7409         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7410         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7411         (gnus-agent-read-local): All symbols allocated in my-obarray.
7412         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7413         (gnus-agent-regenerate-group): Check numeric names to see if they are
7414         messages or groups.
7415         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7416         better way of do this...)
7417
7418         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7419         'dummy.group' (there should be a better way of do this...)
7420
7421 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7424         (gnus-saved-headers): Ditto.
7425         (gnus-default-article-saver): Mention functions may have properties.
7426         (gnus-article-save): Override gnus-save-all-headers and
7427         gnus-saved-headers by :headers property which saver function may have.
7428         (gnus-summary-save-in-file): Add :headers property.
7429         (gnus-summary-write-to-file): Ditto.
7430
7431         * gnus-sum.el (gnus-summary-save-article): Bind
7432         gnus-prompt-before-saving to t when saving many articles in a file;
7433         always show all headers.
7434
7435         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7436
7437 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7440         marks.
7441
7442         * message.el (message-indent-citation): Add optional arguments to allow
7443         using it outside of message buffers.
7444
7445         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7446         (gnus-article-treat-unfold-headers): Use it.
7447         (gnus-article-truncate-lines): New variable.
7448         (gnus-article-mode): Use it.
7449         (gnus-article-toggle-truncate-lines): New function.
7450
7451         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7452         gnus-article-toggle-truncate-lines.
7453
7454         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7455         coding system in XEmacs, use binary.
7456
7457 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7460         after-load-alist.
7461
7462         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7463         this function should save decoded articles.
7464         (gnus-summary-write-to-file): Use property to specify this function
7465         should save decoded articles and specify gnus-summary-save-in-file
7466         should be used to save articles other than the first one when saving
7467         many articles.
7468         (gnus-summary-save-body-in-file): Use property to specify this
7469         function should save decoded articles.
7470         (gnus-summary-write-body-to-file): Use property to specify this
7471         function should save decoded articles and specify
7472         gnus-summary-save-body-in-file should be used to save articles other
7473         than the first one when saving many articles.
7474
7475         * gnus-sum.el (gnus-summary-save-article): Simplify.
7476
7477 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-art.el (gnus-default-article-saver): Add
7480         gnus-summary-write-body-to-file.
7481         (gnus-article-save-coding-system): Don't use coding system object
7482         in XEmacs.
7483         (gnus-read-save-file-name): Add optional `dir-var' argument which
7484         specifies directory in which files are saved; work even if optional
7485         `variable' argument is not specified.
7486         (gnus-summary-write-to-file): Read file name.
7487         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7488         (gnus-summary-write-body-to-file): New function.
7489
7490         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7491         (gnus-summary-local-variables): Add it.
7492         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7493         (gnus-summary-save-article): Remove optional `decode' argument;
7494         determine whether to decode articles by the value of
7495         gnus-default-article-saver; when saving many files using
7496         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7497         it first and use gnus-summary-save-in-file or
7498         gnus-summary-save-body-in-file thereafter unless
7499         gnus-prompt-before-saving is always; move point to article which
7500         will be saved.
7501         (gnus-summary-save-article-file): Revert.
7502         (gnus-summary-write-article-file): Revert.
7503         (gnus-summary-save-article-body-file): Revert.
7504         (gnus-summary-write-article-body-file): New function.
7505
7506 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-art.el (gnus-default-article-saver): Doc fix.
7509         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7510         from gnus-summary-save-article-coding-system, and default to a
7511         certain coding system.
7512         (gnus-output-to-file): Add coding cookie and encode text according
7513         to gnus-article-save-coding-system; don't use mm-append-to-file.
7514
7515         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7516         gnus-art.el and rename to gnus-article-save-coding-system.
7517         (gnus-summary-save-article): Require gnus-art; don't show all
7518         headers if it decodes articles; don't add coding cookie here;
7519         don't bind mm-text-coding-system-for-write.
7520         (gnus-summary-save-article-file): Save decoded articles.
7521         (gnus-summary-write-article-file): When saving many files, use
7522         gnus-summary-write-to-file first and gnus-summary-save-in-file
7523         thereafter unless gnus-prompt-before-saving is always.
7524         (gnus-summary-save-article-body-file): Save decoded articles.
7525
7526         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7527
7528 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7529
7530         * nnrss.el (nnrss-check-group): Bind hash-index.
7531
7532 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7533
7534         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7535         its hash index.  Store this hash in `nnrss-group-data'.
7536         (nnrss-read-group-data): Update accordingly.
7537
7538 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7541         entry.
7542
7543         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7544         gnus-article-browse-html-article.
7545
7546 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7547
7548         * gnus-sum.el (gnus-summary-mime-map): Add
7549         gnus-article-browse-html-article.
7550
7551         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7552
7553 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7556         suitable coding systems in customize.
7557
7558 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * mail-source.el (mail-sources): Fix custom type.
7561
7562 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7565         (gnus-summary-expire-articles-now): Shorten prompt.
7566
7567         * gmm-utils.el (wid-edit): Require.
7568         (defun-gmm): Renamed from `gmm-defun-compat'.
7569         (gmm-image-search-load-path): Use it.
7570         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7571
7572 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7575         variable.
7576         (gnus-summary-save-article): Add optional `decode' argument.  If
7577         it is set and gnus-summary-save-article-coding-system is non-nil,
7578         save decoded article.
7579         (gnus-summary-write-article-file): Save decoded article if
7580         gnus-summary-save-article-coding-system is non-nil.
7581
7582         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7583         type.
7584
7585 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7588
7589 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7592         first to test gnus-single-article-buffer which may be buffer-local.
7593
7594         * gnus-sum.el (gnus-summary-setup-buffer): Make
7595         gnus-single-article-buffer buffer-local and nil in ephemeral
7596         group; make gnus-article-buffer, gnus-article-current, and
7597         gnus-original-article-buffer always buffer-local.
7598         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7599         group.
7600         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7601
7602 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * nnml.el (nnml-request-compact-group): Compressed files might not
7605         have .gz extension.
7606
7607 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7608
7609         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7610         (mm-copy-to-buffer): Use with-current-buffer.
7611         (mm-display-part): Simplify.
7612         (mm-inlinable-p): Add optional arg `type'.
7613
7614 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7615
7616         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7617         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7618         Try harder to show the attachment internally or externally using
7619         gnus-mime-view-part-as-type.
7620
7621 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * message.el (message-from-style, message-signature-separator)
7624         (message-user-organization-file, message-send-mail-function)
7625         (message-citation-line-function, message-yank-prefix)
7626         (message-indent-citation-function, message-signature)
7627         (message-signature-file, message-signature-insert-empty-line):
7628         Remove autoloads.
7629
7630         * gnus-art.el (gnus-buttonized-mime-types): Remove
7631         "multipart/signed".  Revert 2006-04-26 change.
7632
7633 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * gnus.el (gnus-version-number): Bump version.
7636
7637 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7638
7639         * gnus.el: No Gnus v0.5 is released.
7640
7641 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7642
7643         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7644         fetching articles by message-id.
7645
7646 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7647
7648         * message.el (hashcash): Require hashcash as normal.
7649
7650         * ecomplete.el (ecomplete-highlight-match-line): Use
7651         point-at-eol.
7652         (ecomplete-highlight-match-line): Use `highlight', because that
7653         face exists in both Emacs and XEmacs.
7654
7655         * message.el (message-display-abbrev): Use point-at-bol.
7656
7657         * mail-source.el: Don't require timer/timer-funcs.
7658
7659         * gnus-async.el: Ditto.
7660
7661         * password.el: Ditto.
7662
7663         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7664
7665         * mm-url.el: Ditto.
7666
7667         * gnus-xmas.el: Don't require timer-funcs.
7668
7669         * mm-util.el: Require timer/timer-funcs.
7670
7671 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7672
7673         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7674         Close.
7675
7676 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7679         unibyte after clear-decrypt function runs.
7680
7681         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7682         returns as a unibyte string.
7683
7684 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * lpath.el: Revert.
7687
7688         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7689         (pgg-gpg-process-sentinel): Revert.
7690
7691         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7692         (pgg-pgp-lookup-key): Revert.
7693
7694         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7695         (pgg-pgp5-lookup-key): Revert.
7696
7697         * pgg.el (pgg-fetch-key): Revert.
7698
7699 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * lpath.el: Fbind string-as-multibyte for XEmacs.
7702
7703         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7704         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7705         (mml1991-pgg-encrypt): Ditto.
7706
7707         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7708         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7709         a multibyte buffer.
7710
7711         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7712         (pgg-pgp-lookup-key): Ditto.
7713
7714         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7715         (pgg-pgp5-lookup-key): Ditto.
7716
7717         * pgg.el (pgg-fetch-key): Ditto.
7718
7719 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * message.el (message-user-organization-file): Check several
7722         locations of the organization file.
7723
7724         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7725         Add gnus-article-view-part-as-type.
7726
7727         * gnus-art.el (gnus-article-view-part-as-type): New function.
7728
7729         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7730         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7731
7732         * mml.el: Simplify autoload.
7733         (mml-mode): defvar dnd-protocol-alist instead of using
7734         symbol-value.
7735         (mml-default-directory): New variable.
7736         (mml-minibuffer-read-file): Use it.
7737         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7738
7739         * message.el (message-citation-line-format): New variable.
7740         (message-insert-formated-citation-line): New function.
7741         (message-citation-line-function): Add
7742         `message-insert-formated-citation-line' to custom type.
7743
7744         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7745         to doc string.
7746
7747         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7748         depending on mm-verify-option.
7749
7750 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7753         binding pgg-* variables; reimplement the section which prevents
7754         MIME header from being signed.
7755         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7756         pgg-text-mode; remove a blank line at the top of body.
7757
7758         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7759         lines at the top of body; use gnus-newsgroup-charset if there's no
7760         Charset header.
7761
7762 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * message.el (message-self-insert-commands): Doc fix.
7765
7766         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7767         (mm-uu-pgp-encrypted-test): Ditto.
7768         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7769         between header and body; return application/pgp-encrypted handle
7770         if decryption failed; decode decrypted body by charset.
7771
7772         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7773         element match to application/pgp-*.
7774
7775 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7776
7777         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7778         HTML.
7779
7780 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * mail-source.el (mail-source-call-script): Message the error
7783         string.
7784
7785 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * gnus-util.el (gnus-byte-compile): Use it.
7788
7789 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7790
7791         * gnus-util.el (kill-empty-logs): New function.
7792
7793 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7794
7795         * message.el (message-mail-alias-type): Doc fix.
7796         (message-mail-alias-type-p): New function.
7797         (message-send): Use it.
7798         (message-mode): Ditto.
7799         (message-strip-forbidden-properties): Ditto.
7800
7801         * ecomplete.el (ecomplete-database-file-coding-system): New
7802         variable.
7803         (ecomplete-save): Use it.
7804         (ecomplete-setup): Use it.
7805
7806 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * message.el (message-self-insert-commands): New variable.
7809         (message-strip-forbidden-properties): Use it.
7810
7811 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7812
7813         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7814         that doesn't make XEmacs choke.
7815
7816 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * gnus-util.el (gnus-replace-in-string):
7819         Prefer replace-regexp-in-string over of replace-in-string.
7820
7821 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-util.el (gnus-select-frame-set-input-focus):
7824         Use select-frame-set-input-focus if it is available in XEmacs; use
7825         definition defined in Emacs 22 for old Emacsen.
7826
7827         * dgnushack.el: Autoload unmorse-region for XEmacs.
7828
7829         * lpath.el: Bind cursor-in-non-selected-windows and
7830         select-frame-set-input-focus for XEmacs.
7831
7832 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7835
7836 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7837
7838         * gnus-registry.el (gnus-registry-cache-save): Remove text
7839         properties when saving via the temp buffer.
7840
7841 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * message.el (message-generate-hashcash): Honor custom type.
7844
7845 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * message.el (message-generate-hashcash): Default to non-nil when
7848         hashcash is found.
7849
7850         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7851         (gnus-refer-thread-limit): Increase default to 500.
7852
7853         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7854
7855         * flow-fill.el (fill-flowed): Allow delete-space.
7856
7857 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7860         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7861         Remove autoloads.
7862
7863 2006-04-18  Simon Josefsson  <jas@extundo.com>
7864
7865         * message.el (message-generate-hashcash): Default to.
7866
7867 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7870         concatenating segments rather than before concatenating them.
7871
7872 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7875
7876 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7877
7878         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7879
7880         * message.el (message-forward-make-body-plain): Allow
7881         message-forward-ignored-headers to be a list.
7882         (message-remove-ignored-headers): Factor out into function.
7883         (message-forward-make-body-mml): Use it.
7884
7885         * imap.el (imap-quote-specials): New function.
7886         (imap-login-auth): Quote specials.
7887
7888         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7889         (rfc2231-parse-string): Allow concatanation of parameters that
7890         aren't contiguous.  The test case is
7891           (mail-header-parse-content-type "message/external-body;
7892             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7893             access-type=LOCAL-FILE;
7894             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7895
7896 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7897
7898         * nntp.el (nntp-accept-process-output): Return the value of
7899         `nnheader-accept-process-output'.
7900
7901 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7904         (gnus-button-alist): Recognize more diff formats.
7905         (gnus-button-patch): Strip directory.
7906
7907 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7908
7909         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7910         Emacs 22 when setting focus.
7911
7912 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * gnus-art.el (gnus-article-treat-types): Do treatment of
7915         text/x-verbatim parts.
7916         (gnus-button-patch): New command.
7917
7918         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7919         addresses that contain invalid characters.
7920
7921 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7922
7923         * message.el (message-put-addresses-in-ecomplete): Use
7924         gnus-replace-in-string.
7925         (message-is-yours-p): Use the more correct
7926         mail-header-parse-address instead of
7927         mail-extract-address-components.
7928         (message-put-addresses-in-ecomplete): Fix typo.
7929
7930         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7931         keystroke.
7932
7933         * gnus-art.el (gnus-treatment-function-alist): Change order of
7934         newsgroups/generic header folding to avoid double-folding.
7935
7936         * message.el (message-hidden-headers): Add X-Draft-From.
7937
7938         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7939         command.
7940         (gnus-summary-repeat-search-article-backward): New command.
7941
7942         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7943         groups in the parent topic.
7944
7945 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7946
7947         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7948         (spam-extra-header-to-number): Return the CRM114 number as a
7949         number instead of a string.
7950
7951 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * gnus-art.el (gnus-face-properties-alist): Moved here from
7954         gnus-fun.
7955
7956         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7957
7958 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * message.el (message-strip-forbidden-properties): Only display on
7961         self-insert-command.
7962
7963         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7964         reindent.
7965         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7966
7967 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7968
7969         * smiley.el (smiley-style): Fix typo.
7970
7971 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7972
7973         * hashcash.el (hashcash-insert-payment-async-2): Use
7974         message-goto-eoh instead of doing it manually.
7975         (mail-add-payment): Use message-narrow-to-header instead of trying
7976         to do the same itself.
7977
7978         * message.el (message-hidden-headers): Add Face.
7979
7980         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7981         reparenting code.
7982         (gnus-summary-reparent-children): Refactored out code.
7983         (gnus-summary-thread-map): New keystroke.
7984         (gnus-summary-reparent-children): Make into command.
7985
7986         * smiley.el (smiley-style): Default to `medium' if using a large
7987         font.
7988
7989         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7990         does it itself.
7991
7992         * message.el (message-point-in-header-p): Simplify definition.
7993
7994 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * nnagent.el (nnagent-request-set-mark): Silence log file
7997         writing.
7998         (nnagent-request-set-mark): Use write-region instead of
7999         append-to-file.
8000
8001         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8002         strange select method.
8003
8004         * ecomplete.el (ecomplete-display-matches): Get highlightling
8005         right.
8006         (ecomplete-display-matches): Use literals.
8007         (ecomplete-display-matches): Disable message logging.
8008
8009         * message.el (message-display-abbrev): Small optimization.
8010
8011         * ecomplete.el (ecomplete-display-matches): Allow automatic
8012         display.
8013
8014         * message.el (message-strip-forbidden-properties): Display
8015         abbrevs.
8016         (message-display-abbrev): Get automatic display right.
8017
8018         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8019         keystrokes.
8020
8021 2006-04-13  Romain Francoise  <romain@orebokech.com>
8022
8023         TODO: Backport to v5-10!
8024
8025         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8026         Moved here (and renamed) from gnus-registry.el.
8027
8028         * gnus-registry.el: Require gnus-util.
8029         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8030
8031 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8032
8033         * gnus-group.el (gnus-group-catchup-current): Change
8034         if-then-else-if-then-else into cond.
8035         (gnus-group-catchup): Indent.
8036         (group-name-at-point): New function.
8037         (gnus-fetch-group): Provide default from thing at point.
8038
8039 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * message.el (message-display-abbrev): Fix regexp.
8042
8043         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8044         choosing.
8045         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8046         dead variables.
8047
8048         * message.el (message-newline-and-indent): Remove debugging.
8049         (message-display-abbrev): Use new implementation.
8050
8051 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-art.el (gnus-article-mode): Set
8054         cursor-in-non-selected-windows to nil.
8055
8056         * smiley.el: Revert previous change.
8057         (smiley-data-directory): defvar it before using it in the
8058         defcustom of `smiley-style'.
8059
8060 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8061
8062         * message.el (message-newline-and-indent): New function.
8063
8064         * ecomplete.el: Implement more bits.
8065
8066         * message.el (message-put-addresses-in-ecomplete): Clean up the
8067         string.
8068
8069         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8070
8071         * gnus-sum.el (gnus-summary-save-parts): Bind
8072         gnus-summary-save-parts-counter and use it to make unique file
8073         names.
8074
8075         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8076
8077         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8078         parameter to say whether to actually parse the individual
8079         addresses.
8080
8081         * message.el (message-put-addresses-in-ecomplete): New function.
8082         (ecomplete): Require.
8083         (message-mail-alias-type): Add ecomplete as an option.
8084
8085 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8086
8087         * flow-fill.el (fill-flowed): Remove trailing space from blank
8088         quoted lines.
8089
8090 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8091
8092         * smiley.el (smiley-style): Move definition later to avoid a
8093         compilation warning.
8094
8095 2006-04-12  Kenichi Handa  <handa@m17n.org>
8096
8097         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8098         buffer and then decode the buffer text if necessary.
8099         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8100         first, and after mm-encode-body, change the buffer to unibyte.
8101         Use mm-disable-multibyte instead of set-buffer-multibyte.
8102
8103 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8106         Content-Type header instead of Content-Disposition header.
8107         (gnus-mime-inline-part): Ditto.
8108         (gnus-mime-view-part-as-charset): Ignore charset that the part
8109         specifies.
8110
8111         * mm-decode.el (mm-display-part): Work with external parts and
8112         usual parts similarly.
8113
8114         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8115         instead of gnus-display-mime.
8116
8117         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8118         instead of with-temp-buffer.
8119
8120         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8121         tag to summarized topics part in order to encode non-ASCII text.
8122
8123 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * smiley.el (smiley-style): New variable.
8126         (smiley-directory): New function.
8127         (smiley-data-directory): Derive from `smiley-style' using
8128         `smiley-directory'.
8129         (smiley-regexp-alist): Add new entries.
8130
8131         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8132         (gnus-article-browse-delete-temp): Add :version.
8133
8134 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8135
8136         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8137         the sieve region.
8138
8139 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * gnus.el (gnus-version-number): Bump version.
8142
8143 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * gnus.el: No Gnus v0.4 is released.
8146
8147 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8150         layout.
8151
8152         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8153         unknown charset.
8154
8155         * message.el (message-header-synonyms): Add Original-To to the
8156         default.
8157
8158         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8159         optional parameter.
8160
8161 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * gnus-fun.el (gnus): Require it for gnus-directory.
8164
8165 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8168
8169 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8170
8171         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8172
8173 2006-04-05  Simon Josefsson  <jas@extundo.com>
8174
8175         * password.el (password-reset): New function.
8176
8177 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8178
8179         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8180         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8181
8182 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8183
8184         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8185         Some whitespace was matched into the url, which broke browsing hits
8186         > 100 when mm-url-use-external was nil.
8187
8188 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8191         gnus-extra-headers for 'Newsgroups.
8192
8193         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8194         bound.
8195
8196 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8197
8198         * pgg-gpg.el: Clean up process buffers every time gpg processes
8199         complete.
8200
8201 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8204         doc string.
8205
8206 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8207
8208         * pgg-gpg.el (pgg-gpg-process-filter)
8209         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8210
8211         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8212         lines, temporary fix.
8213
8214 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8217
8218 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8219
8220         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8221         default-enable-multibyte-characters.  This reverts the change from
8222         revision 6.17 which is no longer necessary because the passphrase
8223         is sent separately now.  GnuPG messages are unreadable under
8224         multibyte locales with default-enable-multibyte-characters set to
8225         nil.
8226
8227 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * message.el (message-tool-bar-gnome): Move "spell".
8230
8231 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8234         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8235         instead.
8236
8237 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8238
8239         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8240         newsgroups handling for NNTP overviews which don't include
8241         Newsgroups.
8242
8243 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8244
8245         * message.el (message-resend): Bind message-generate-hashcash to nil.
8246
8247 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8248
8249         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8250         when searching for already-paid recipients.
8251
8252 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8253
8254         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8255         passphrases when it is not needed.
8256         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8257         passphrase stuff from gpg, should only be necessary when you use
8258         gpg with a smartcard.
8259
8260 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * mml.el (mml-insert-mime): Ignore cached contents of
8263         message/external-body part.
8264
8265         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8266         (mm-insert-part): Ditto.
8267
8268 2006-03-23  Simon Josefsson  <jas@extundo.com>
8269
8270         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8271         Reiner.
8272         (pgg-gpg-use-agent-p): Use it again.
8273
8274 2006-03-23  Simon Josefsson  <jas@extundo.com>
8275
8276         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8277         older emacsen.
8278         (pgg-gpg-use-agent-p): Don't use it.
8279
8280 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8283         if we can.
8284
8285 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8286
8287         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8288         (pgg-gpg-update-agent): New function.
8289         (pgg-gpg-use-agent-p): New function.
8290         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8291         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8292         (pgg-gpg-sign-region): Use it.
8293
8294 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8297         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8298
8299 2006-03-21  Simon Josefsson  <jas@extundo.com>
8300
8301         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8302         <wilde@sha-bang.de>.
8303         (pgg-gpg-use-agent): New variable.
8304         (pgg-gpg-process-region): Use it.
8305         (pgg-gpg-encrypt-region): Likewise.
8306         (pgg-gpg-encrypt-symmetric-region): Likewise.
8307         (pgg-gpg-decrypt-region): Likewise.
8308         (pgg-gpg-sign-region): Likewise.
8309         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8310
8311 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8314
8315         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8316         Add comment on version.
8317
8318 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * smiley.el: Add missing test smiley.
8321
8322 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * mm-decode.el (mm-with-part): New macro.
8325         (mm-get-part): Use it; work with message/external-body as well.
8326         (mm-save-part): Treat name and filename equally.
8327
8328         * mm-extern.el (mm-extern-cache-contents): New function.
8329         (mm-inline-external-body): Use it; force the part to be displayed;
8330         move undisplayer added to the cached handle to the parent.
8331
8332         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8333         (gnus-mime-view-part-as-type): Work with message/external-body.
8334
8335         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8336
8337 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8340         images in image-load-path.  [Sync with image.el, revision 1.60, in
8341         Emacs.]
8342
8343 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8346         path rather than symbol.  Always return list of directories.
8347         Guarantee that image directory comes first.  [Sync with image.el,
8348         revision 1.59, in Emacs.]
8349
8350         * message.el (message-make-tool-bar): Adjust to new API of
8351         `gmm-image-load-path-for-library'.
8352
8353         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8354
8355         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8356
8357 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8358
8359         * gnus-art.el (gnus-article-only-boring-p):
8360         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8361         intangible text.
8362         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8363
8364 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8367         `defun' instead of `gmm-defun-compat'.
8368
8369 2006-03-14  Simon Josefsson  <jas@extundo.com>
8370
8371         * message.el (message-unique-id): Don't use message-number-base36
8372         if (user-uid) is a float.
8373         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8374
8375 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8378
8379         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8380         empty line between a part and a message part.
8381
8382 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * smiley.el: Add more test smileys.
8385         (smiley-data-directory, smiley-regexp-alist)
8386         (gnus-smiley-file-types): Fix doc strings.
8387         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8388         adding new elements.
8389         (smiley-mouse-map): Unused code.  Make it a comment.
8390
8391 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8394         scan latest NoCeM messages instead of old ones.
8395         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8396         delimiters that are recently used.
8397         (gnus-nocem-load-cache): Add autoload cookie.
8398
8399         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8400
8401         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8402         level which is larger than gnus-use-nocem is specified.
8403
8404         * gnus-group.el (gnus-group-get-new-news): Ditto.
8405
8406 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus-util.el (gnus-tool-bar-update): New function.
8409
8410         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8411         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8412
8413         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8414
8415         * gnus-group.el (gnus-group-redraw-when-idle)
8416         (gnus-group-redraw-check): Remove.
8417         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8418
8419 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8422         if optional last element is specified in splits (FIELD VALUE...).
8423
8424 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8427         to gmm-image-load-path-for-library.  Call with no-error argument.
8428         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8429
8430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8431
8432         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8433
8434         * gmm-utils.el (gmm-image-load-path): Remove alias.
8435
8436 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * gmm-utils.el (gmm-image-load-path): Add alias.
8439
8440         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8441         nnml-generate-nov-databases-1.
8442         (nnml-generate-nov-databases): Use it.
8443         (nnml-generate-nov-databases-directory): Document no-active
8444         argument.
8445
8446         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8447         directory if path is t.  Add no-error.
8448
8449         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8450         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8451
8452         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8453         resetting gnus-article-browse-html-temp-list.
8454
8455         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8456         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8457         Add example to docstring.  Rename local variables.  Move error
8458         checks to default case in cond and simplify.
8459
8460 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8463         handle is multipart when calling it recursively.
8464         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8465
8466 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8467
8468         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8469         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8470
8471 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8474         is loaded.
8475
8476         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8477         loaded.
8478
8479 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8482         to "Emacs 23 (unicode)" in doc string.
8483
8484         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8485         "Emacs 23 (unicode)" in comment.
8486
8487 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8490
8491         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8492         characters 160 through 255 in Emacs 23.
8493
8494 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8497         gnus-article-browse-html-temp.
8498         (gnus-article-browse-delete-temp): Make it customizable.  Add
8499         `file'.  Adjust doc string.
8500         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8501         query for each file.  Adjust doc string.
8502         (gnus-article-browse-html-parts): Add
8503         `gnus-article-browse-delete-temp-files' to
8504         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8505
8506 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8507
8508         * gnus-art.el (gnus-article-browse-html-temp)
8509         (gnus-article-browse-delete-temp): New variables.
8510         (gnus-article-browse-delete-temp-files): New function.
8511         (gnus-article-browse-html-parts): Use it.
8512
8513 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8516
8517         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8518         string.
8519
8520         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8521         gnus-summary-insert-new-articles when unplugged.  Remove
8522         gnus-summary-search-article-forward.
8523
8524         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8525         display-visual-class instead of display-color-cells.
8526
8527 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * dgnushack.el: Autoload customize-group for XEmacs.
8530
8531         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8532         message/* containing non-ASCII text properly.
8533
8534 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * message.el: Require gmm-utils, remove autoloads.
8537         (message-tool-bar): Set default based on
8538         gmm-tool-bar-style.
8539         (message-tool-bar-gnome): Add gmm-customize-mode.
8540
8541         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8542         gmm-tool-bar-style.
8543         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8544
8545         * gnus-group.el (gnus-group-tool-bar): Set default based on
8546         gmm-tool-bar-style.
8547         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8548
8549         * gmm-utils.el (gmm-image-directory): Rename variable from
8550         gmm-image-load-path.
8551         (gmm-image-load-path): Use gmm-image-directory.
8552         (gmm-customize-mode): New function.
8553         (gmm-tool-bar-style): New variable.
8554
8555         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8556         gnus-group-redraw-line-number.
8557         (gnus-group-redraw-check): Simplify.
8558         (gnus-group-tool-bar-update): Remove redraw check.
8559         (gnus-group-make-tool-bar): Add redraw check.
8560
8561 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8562
8563         * gnus-art.el (gnus-button): Add missing parentheses.
8564
8565 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * lpath.el: Fbind line-number-at-pos.
8568
8569 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8572
8573 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus-art.el (gnus-button): New face.
8576         (gnus-article-button-face): Use it.
8577
8578         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8579         gnus-summary-next-page.  Re-order.
8580
8581         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8582         next-node are now included.
8583         (gnus-group-redraw-line-number): New internal variable.
8584         (gnus-group-redraw-check): Helper function for updating the tool
8585         bar.
8586         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8587
8588         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8589
8590         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8591         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8592         Use it to match format of Spamassassin 3.0 and later.  Reported by
8593         IRIE Tetsuya <irie@t.email.ne.jp>.
8594         (spam-check-bogofilter)
8595         (spam-bogofilter-register-with-bogofilter): Fix args of
8596         `gnus-error' calls.
8597
8598 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8601         unnecessary interaction when sending queued mails.  Reported by
8602         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8603
8604 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8607         first or last are nil.
8608
8609 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8610
8611         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8612
8613 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8616
8617 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * dns.el (query-dns): Protect more against buggy tcp output.
8620
8621 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8624         nov.php.
8625
8626 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8627
8628         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8629         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8630         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8631         output on the server side.
8632         (nnweb-google-create-mapping): Update regexps and add some
8633         progress indication.
8634
8635 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8638         gnus-agent-toggle-plugged.  Re-order icons.
8639         (gnus-group-tool-bar-gnome): Add
8640         gnus-group-{prev,next}-unread-group.
8641         (gnus-group-tool-bar-gnome): Re-order icons.
8642
8643         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8644         gnus-summary-insert-new-articles.
8645
8646         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8647         comments.
8648
8649         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8650         also available in Emacs 21.3.
8651
8652         * message.el (message-fix-before-sending): Change "Emacs 22" to
8653         "Emacs 23 (unicode)" in comment.
8654
8655         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8656         "Emacs 23 (unicode)" in comment.
8657
8658         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8659         comment.
8660         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8661
8662         * mm-view.el (mm-fill-flowed): Add :version.
8663
8664 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8667         and load-path.
8668
8669 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * message.el: Autoload gmm-image-load-path.
8672         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8673         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8674         consitency.
8675
8676         * gmm-utils.el (gmm-image-load-path): Also search in
8677         "../etc/images".  Don't set gmm-image-load-path if we don't find
8678         the image.
8679
8680 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gmm-utils.el (gmm-image-load-path): Don't make
8683         `gmm-image-load-path' include subdirectories which the second arg
8684         `image' might specify.
8685
8686         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8687         subdirectory to icon file names.
8688
8689         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8690
8691 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8694         gmm-image-load-path calls.
8695
8696         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8697
8698         * message.el (message-make-tool-bar): Ditto.
8699
8700         * mml.el (mml-preview): Added comment concerning tool bar icons.
8701
8702         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8703         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8704
8705         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8706         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8707
8708         * message.el (message-tool-bar-gnome): Use new icon names.
8709         (message-make-tool-bar): Use `gmm-image-load-path'.
8710
8711         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8712         functions from MH-E.
8713         (gmm-image-load-path): New variable from MH-E.
8714         (gmm-image-load-path): New function from MH-E.  Added arguments
8715         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8716         *-image-load-path-called-flag.
8717
8718 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8719
8720         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8721
8722 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8723
8724         * nnimap.el (nnimap-request-move-article): Change folder back to
8725         source group before deleting.
8726
8727 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8730
8731         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8732         mm-url.
8733
8734         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8735
8736 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8739         coding system which mm-charset-to-coding-system returns for a
8740         given charset is valid.
8741
8742 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8743
8744         * html2text.el (html2text-remove-tag-list):
8745         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8746
8747 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8748
8749         * gnus-cus.el: Revert 2005-10-17 change.
8750
8751 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * gnus-art.el (article-strip-banner): Call
8754         article-really-strip-banner only when the regexp match is made.
8755
8756 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-art.el (article-strip-banner): Use
8759         gnus-extract-address-components instead of
8760         mail-header-parse-addresses to make it work with non-ASCII text;
8761         remove mail-encode-encoded-word-string.
8762
8763         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8764         values which are surrounded with \"...\"; make it never cause a
8765         Lisp error; give up parsing of parameters if it failed in
8766         extracting type.
8767
8768 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8769
8770         * smime.el (smime-cert-by-ldap-1): Fix bug where
8771         `smime-ldap-search' returns results without userCertificates.
8772
8773 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8776
8777 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * spam.el (spam-check-spamassassin-headers): Adapt format for
8780         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8781         <ari@mbf.ocn.ne.jp>.
8782         (spam-list-of-processors): Add spam-use-gmane.
8783
8784 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8787         make-temp-file; make it work with XEmacs as well.
8788
8789         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8790         mm-make-temp-file.
8791
8792         * mm-decode.el (mm-display-external): Use the 3rd arg of
8793         mm-make-temp-file.
8794         (mm-create-image-xemacs): Ditto.
8795
8796 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8799         with message-narrow-to-headers.
8800         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8801         (gnus-draft-check-draft-articles): New function.
8802         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8803
8804 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * gnus-art.el (gnus-article-browse-html-parts):
8807         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8808         Don't use suffix argument for mm-make-temp-file for Emacs 21
8809         compatibility.  Remove useless `format'.
8810
8811 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8812
8813         * nnweb.el (nnweb-google-wash-article): Update regexps.
8814         (nnweb-group-alist): Use defvoo instead of defvar.
8815
8816 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8819         re-loading nn* modules.
8820
8821 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8824         for `tool-bar-mode' and don't check it's default-value.
8825
8826         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8827
8828         * message.el (message-make-tool-bar): Ditto.
8829
8830         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8831         `substring'.  Shorten tmp-file name.
8832
8833         * gnus.el: Remove bogus comment.
8834
8835 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8836
8837         * gnus-art.el (gnus-article-browse-html-parts): New function.
8838         (gnus-article-browse-html-article): New function for viewing html
8839         articles with a browser.
8840
8841 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8842
8843         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8844         in elisp.
8845         (pgg-gpg-encrypt-symmetric-region): Ditto.
8846         (pgg-gpg-sign-region): Ditto.
8847
8848         * pgg-def.el (pgg-text-mode): New variable.
8849
8850         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8851         (mml2015-pgg-encrypt): Ditto.
8852
8853         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8854         (mml1991-pgg-encrypt): Ditto.
8855
8856 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8859         message-make-date instead of current-time-string.
8860
8861         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8862         to gnus-decoded which mm-uu might set.
8863
8864 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8867         don't decode quoted parameters; remove misimported Emacs code.
8868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8869         (rfc2231-decode-encoded-string): Don't use split-string which
8870         behaves differently according to Emacs version; use
8871         mm-decode-coding-region to convert charset to coding-system.
8872         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8873         (rfc2231-encode-string): Remove misimported Emacs code.
8874
8875 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8878         when calling mail-header-parse-content-type.
8879         (article-de-quoted-unreadable): Ditto.
8880         (article-de-base64-unreadable): Ditto.
8881         (article-wash-html): Ditto.
8882
8883         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8884         calling mail-header-parse-content-type and
8885         mail-header-parse-content-disposition.
8886         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8887         mail-header-parse-content-type.
8888
8889         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8890         insert charset and format parameters; encode description after
8891         inserting it to buffer.
8892         (mml-insert-parameter): Fold lines properly even if a parameter is
8893         segmented into two or more lines; change the max column to 76.
8894
8895         * rfc1843.el (rfc1843-decode-article-body): Don't use
8896         ignore-errors when calling mail-header-parse-content-type.
8897
8898         * rfc2231.el (rfc2231-parse-string): Return at least type if
8899         possible; don't cause an error even if it fails in parsing of
8900         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8901         (rfc2231-encode-string): Don't break lines at the beginning, leave
8902         it to mml-insert-parameter.
8903
8904         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8905         calling mail-header-parse-content-type.
8906
8907 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * spam-report.el (spam-report-gmane-use-article-number):
8910         Improve doc string.
8911         (spam-report-gmane-internal): Check if a suitable header was found
8912         in the article.
8913
8914 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8917         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8918
8919 2006-02-05  Romain Francoise  <romain@orebokech.com>
8920
8921         Update copyright notices of all files in the gnus directory.
8922
8923 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8924
8925         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8926
8927 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8930         segmented lines of parameter value to cope with Thunderbird 1.5
8931         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8932         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8933         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8934
8935 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8936
8937         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8938         parts.
8939
8940 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8941
8942         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8943         there's only one active file for all servers.
8944         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8945         solid groups.  Gnus might have used a FAST request to select the group.
8946         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8947         and nnweb-search redundantly in the active file.
8948         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8949         (nnweb-request-create-group): Don't use ARGS.
8950         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8951         initialisations.  Let nnoo do the work.
8952
8953 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8956         Say the part has been decoded.
8957
8958         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8959
8960 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8961
8962         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8963         mailcap-viewer-test-cache when there's no 'test clause, since that
8964         will invert the meaning of a "nil" test previously determined by
8965         mailcap-mailcap-entry-passes-test.
8966
8967 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8970         compiling.
8971
8972         * gnus-sum.el: Ditto.
8973
8974         * message.el: Don't bind tool-bar-map when compiling.
8975
8976 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8979
8980 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8981
8982         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8983         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8984         current Google Groups.
8985
8986 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8989         and tool-bar-mode.
8990
8991         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8992         and tool-bar-mode.
8993
8994         * message.el (message-tool-bar-update): Simplify.
8995         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8996
8997         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8998         gnus-summary-buffer.
8999         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9000         gnus-summary-reply.
9001
9002         * gmm-utils.el (gmm): Add :version.
9003
9004 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * Makefile.in (clean): New rule.
9007         (distclean): Use it.
9008
9009 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9010
9011         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9012         autoload.
9013
9014 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gmm-utils.el (gmm-verbose): Add :group.
9017
9018 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * message.el: Change some comments WRT tool-bars.
9021
9022         * gnus-sum.el (gnus-summary-tool-bar)
9023         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9024         (gnus-summary-tool-bar-zap-list): New variables.
9025         (gnus-summary-make-tool-bar): Complete rewrite using
9026         `gmm-tool-bar-from-list'.
9027
9028         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9029         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9030         variables.
9031         (gnus-group-make-tool-bar): Complete rewrite using
9032         `gmm-tool-bar-from-list'.
9033         (gnus-group-tool-bar-update): New function.
9034
9035         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9036
9037 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9040         is dissected into a single part of which the type is the same as
9041         the given one; decode charset.
9042
9043 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9044
9045         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9046         into alists as symbol not string, since that's what
9047         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9048         look for.
9049
9050 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9053         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9054
9055         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9056
9057 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9060         (gnus-xmas-mime-security-button-menu): New function.
9061
9062         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9063         (gnus-mime-security-button-menu): New definition.
9064         (gnus-mime-security-button-map): Use them.
9065         (gnus-mime-security-button-menu): New function.
9066         (gnus-insert-mime-security-button): Addition to help echo.
9067         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9068         (gnus-mime-security-pipe-part): New functions.
9069
9070         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9071         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9072
9073         * mm-decode.el (mm-handle-set-disposition): Remove.
9074         (mm-handle-set-description): Remove.
9075
9076 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9079         (mm-w3m-standalone-supports-m17n-p): New function.
9080         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9081         w3m usage.
9082
9083         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9084         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9085
9086 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * message.el (message-tool-bar-zap-list): Use
9089         gmm-tool-bar-zap-list as custom type.
9090         (message-tool-bar-update): New function.
9091         (message-tool-bar, message-tool-bar-gnome)
9092         (message-tool-bar-retro): Add message-tool-bar-update.
9093         (message-tool-bar-gnome): Add flyspell-buffer.
9094
9095         * gnus-util.el (gnus-error): Describe `args'.
9096
9097         * gmm-utils.el (gmm-error): Describe `args'.
9098         (gmm-tool-bar-zap-list): New widget.
9099         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9100
9101 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9104         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9105         the number of recursive calls.
9106
9107         * mm-decode.el (mm-handle-set-disposition): New macro.
9108         (mm-handle-set-description): New macro.
9109
9110 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9113         encoding.
9114
9115 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * message.el (message-tool-bar-zap-list, message-tool-bar)
9118         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9119         (message-tool-bar-local-item-from-menu): Remove.
9120         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9121         (message-make-tool-bar): New function.
9122         (message-mode): Use `message-make-tool-bar'.
9123
9124         * gmm-utils.el: New file.
9125         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9126         (gmm-lazy): New widget copied from `nnmail.el'.
9127         (gmm-tool-bar-from-list): New function for creating customizable
9128         tool bars.
9129         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9130         output.
9131         (gmm): Add :prefix to defgroup.
9132
9133 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9134
9135         * gmm-utils.el (gmm-widget-p): New function.
9136
9137 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * mml.el (mml-attach-file): Describe `description' in doc string.
9140         (mml-menu): Add Emacs MIME manual and PGG manual.
9141
9142 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9143
9144         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9145
9146 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9147
9148         * nntp.el (nntp-end-of-line): Doc fix.
9149
9150 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9151
9152         * imap.el (imap-open): Handle case where buffer is a buffer
9153         object.
9154
9155 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9156
9157         * gnus-delay.el (gnus-delay): Don't autoload.
9158         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9159         to be re-loaded when customizing the `gnus-delay' group.
9160
9161 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9162
9163         * message.el (message-insert-citation-line): Use newlines.
9164
9165 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9166
9167         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9168         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9169         these routines, so the passphrase can be managed externally and
9170         passed in to the system.
9171         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9172         pgg-add-passphrase-to-cache function.
9173
9174         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9175         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9176         these routines, so the passphrase can be managed externally and
9177         passed in to the system.
9178         (pgg-pgp5-sign-region): Use new name of
9179         pgg-add-passphrase-to-cache function.
9180
9181 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9182
9183         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9184         part of the decoded armor to find the key-identifier.
9185         (pgg-gpg-lookup-key-owner): New function to return the
9186         human-readable identifier of a key owner.
9187         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9188         itself.
9189         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9190         the key value) if we have a key and can match it against a secret
9191         key.  Also, added a note pointing out fact that the prompt only
9192         indicates the first matching key.
9193
9194         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9195         pgg-decrypt-region.
9196         (pgg-add-passphrase-to-cache): Rename from
9197         `pgg-add-passphrase-cache' to reduce confusion (all callers
9198         changed).
9199         (pgg-remove-passphrase-from-cache): Rename from
9200         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9201         changed).
9202         (pgg-read-passphrase, pgg-add-passphrase-cache)
9203         (pgg-remove-passphrase-cache): Add informative docstrings.
9204         (pgg-decrypt): Convey provided passphrase in subordinate call to
9205         pgg-decrypt-region.
9206
9207 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9208
9209         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9210         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9211         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9212         'passphrase' argument, so the passphrase can be managed externally
9213         and then passed in to the system.
9214
9215         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9216         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9217         so the passphrase cache can be used reliably with identifiers
9218         besides a pgp packet's key id.
9219
9220         * pgg-gpg.el (pgg-gpg-encrypt-region)
9221         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9222         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9223         these routines, so the passphrase can be managed externally and
9224         passed in to the system.
9225
9226         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9227         'notruncate' argument, so the passphrase cache can be used
9228         reliably with identifiers besides a pgp packet's key id.
9229
9230 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9231
9232         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9233         symmetric encryption.
9234         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9235         encrypted session key.
9236         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9237         message ask for the passphrase in a proper way.
9238
9239         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9240         New user commands for symmetric encryption.
9241
9242 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9245
9246         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9247
9248 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9249
9250         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9251
9252 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * mm-decode.el (mm-inlined-types): Add application/pgp.
9255         (mm-automatic-display): Ditto.
9256
9257         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9258         part as text.
9259
9260 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * nnrss.el: Update copyright.
9263         (nnrss-opml-import): Query whether to subscribe to each entry.
9264
9265         * gnus-art.el:
9266         * gnus-sum.el:
9267         * gnus-xmas.el:
9268         * messagexmas.el:
9269         * mm-uu.el:
9270         * mm-view.el: Update copyright.
9271
9272 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * message.el (message-info): New function.
9275         (message-mode-menu): Add it.
9276         Update copyright.
9277
9278         * ChangeLog: Fix and update copyright.
9279
9280 2006-01-13  Romain Francoise  <romain@orebokech.com>
9281
9282         * message.el (message-forward-subject-name-subject): Prefer the
9283         address to 'nowhere' if the sender has no name.
9284         Fix typo.  Update copyright year.
9285
9286 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * gnus-art.el (article-wash-html): Use
9289         gnus-summary-show-article-charset-alist if a numeric arg is given.
9290         (gnus-article-wash-html-with-w3m-standalone): New function.
9291
9292         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9293         mm-inline-text-html-render-with-w3m-standalone.
9294         (mm-text-html-washer-alist): Map w3m-standalone to
9295         gnus-article-wash-html-with-w3m-standalone.
9296         (mm-inline-text-html-render-with-w3m-standalone): New function.
9297
9298 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9301         Improve LaTeX.
9302
9303 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9306         (nnrss-request-article): Render text/plain parts as HTML.
9307
9308         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9309         the buffer.
9310
9311 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9314         custom definition of `gnus-posting-styles'.
9315
9316         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9317         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9318
9319 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9322         Use nntp for bug archive.
9323
9324 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9327         parts.
9328         (nnrss-normalize-date): New function converts ISO 8601 date into
9329         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9330         (nnrss-check-group): Use it.
9331
9332 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9335
9336         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9337         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9338         (nnrss-insert-w3): Ditto.
9339
9340 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9343         the articles to be forwarded including the case where neither a
9344         number of articles nor a region is specified.
9345
9346 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * nnrss.el (nnrss-request-article): Fix last change; fill
9349         text/plain parts.
9350
9351 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9354         in text/plain part.
9355         (nnrss-check-group): Don't add excessive newline to dc:subject.
9356
9357 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9358
9359         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9360         article.
9361
9362 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9365         (nnml-use-compressed-files, nnml-save-mail): Support other
9366         comression programs such as bzip2.
9367
9368 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * dns.el (query-dns): Make sure we check the buffer size before
9371         removing tcp headers.
9372
9373 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9376         remove MIME buttons associated with multipart/alternative parts.
9377         (gnus-mime-display-alternative): Tag buttons using `article-type'
9378         text property.
9379
9380         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9381         associated with multipart/alternative parts.
9382
9383         * gnus-art.el (gnus-signature-separator): Fix custom type.
9384
9385         * mm-decode.el (mm-inlined-types): Fix custom type.
9386         (mm-keep-viewer-alive-types): Ditto.
9387         (mm-automatic-display): Ditto.
9388         (mm-attachment-override-types): Ditto.
9389         (mm-inline-override-types): Ditto.
9390         (mm-automatic-external-display): Ditto.
9391
9392 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * spam-report.el (spam-report-user-mail-address)
9395         (spam-report-user-agent): New variables.
9396         (spam-report-url-ping-plain): Use spam-report-user-agent.
9397
9398 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9399
9400         * gnus-art.el (gnus-button-handle-custom): Do not just use
9401         `customize-apropos' for any "M-x customize-*" button but the
9402         function called for.  Accept both the function name and its
9403         argument in order to achieve this.
9404         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9405         function name to `gnus-button-handle-custom' in case of "M-x
9406         customize-*" buttons.
9407
9408 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9411         multipart/alternative and add xref to mm-discouraged-alternatives
9412         in doc string.
9413
9414         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9415         gnus-buttonized-mime-types in doc string.
9416
9417 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9420         Suggest image/.* in the doc string.
9421
9422 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9425         message-marks (Debian bug #342521).
9426
9427 2005-12-12  Simon Josefsson  <jas@extundo.com>
9428
9429         * password.el (password-read-from-cache): Add.
9430         (password-read): Use it.
9431
9432 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9435         us-ascii as a MIME charset.
9436
9437         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9438         against the case where the 2nd arg TYPE is nil.
9439
9440 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * pop3.el (pop3-stream-type): Fix custom version.
9443
9444         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9445
9446 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9447
9448         * mm-decode.el (mm-display-external): Add missing cdr.
9449
9450 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9453         RFC1524) if it is in mailcap or add a suffix according to
9454         mailcap-mime-extensions when generating a temp filename; postpone
9455         deleting a temp file for 2 seconds for some wrappers, shell
9456         scripts, and so on, which might exit right after having started a
9457         viewer command as a background job.
9458
9459 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * nntp.el (nntp-marks-directory): Fix custom group.
9462
9463         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9464         steps when < 10.
9465
9466         * gnus-start.el (gnus-no-server-1): Mention
9467         `gnus-level-default-subscribed' in doc string.
9468
9469 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9470
9471         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9472         parens.
9473
9474 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-xmas.el (gnus-use-toolbar): Revert.
9477         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9478         gnus-use-toolbar is default.
9479
9480         * messagexmas.el (message-use-toolbar): Revert.
9481         (message-setup-toolbar): Use global default-toolbar if
9482         message-use-toolbar is default.
9483
9484 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9487         according to default-toolbar-visible-p.
9488
9489         * messagexmas.el (message-use-toolbar): Ditto.
9490
9491 2005-11-26  Dave Love  <fx@gnu.org>
9492
9493         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9494         (tls-program, tls-success): Provide openssl alternative.
9495
9496         * starttls.el: Doc fixes.
9497         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9498         SERVICE to PORT.
9499
9500         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9501         port null or service name.
9502         (starttls-negotiate): Autoload.
9503
9504 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * message.el (message-kill-to-signature): Fix interactive spec.
9507
9508 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * pop3.el (pop3-open-server): Recognize a string as a service name.
9511
9512 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9513
9514         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9515
9516 2005-11-23  Dave Love  <fx@gnu.org>
9517
9518         Add pop3s, pop3/starttls.
9519
9520         * pop3.el (pop3-authentication-scheme): Clarify doc.
9521         (open-tls-stream, starttls-open-stream): Autoload.
9522         (pop3-stream-type): New.
9523         (pop3-open-server): Use it.
9524
9525         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9526         for POP.
9527         (mail-source-keyword-map): Add :stream for POP.
9528         (mail-source-fetch-pop): Use pop3-stream-type.
9529
9530 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9533         of current-time-string.
9534
9535 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9536
9537         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9538         date header.
9539
9540 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9541
9542         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9543         it can seriously impact performance as it bypasses the agent's
9544         local caches.
9545
9546 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9547
9548         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9549         must be explicitly online rather than "not explicitly offline" for
9550         its flags to be synchronized.
9551
9552         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9553         that gnus-uu-unmark-thread will function correctly.
9554
9555         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9556         1024K is instead displayed as 1M.
9557
9558 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9561
9562 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9563
9564         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9565
9566 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9567
9568         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9569         error message to display actual error condition.
9570         (gnus-agent-save-local): Avoid saving symbols that are bound to
9571         nil as they simply result in a warning message in
9572         gnus-agent-read-local.
9573
9574 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9577         rather than make-variable-buffer-local for file-precious-flag.
9578
9579 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9580
9581         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9582         for duplicates which are removed.  The invalid sort check then
9583         triggers a rescan after the sort as sorting may have moved
9584         duplicate entries such that they can be cheaply detected.
9585
9586 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9589
9590 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9591
9592         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9593         internal variable to a custom variable.  Changed default value
9594         from compressed(2) to uncompressed(1).
9595         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9596         support for uncompressed agentview files.  Taken together, reading
9597         the agentview file should now be 6-7 times faster.
9598
9599 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9600
9601         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9602         as a buffer-local variable.  This avoids creating truncated
9603         dribble files as a result of a hang up, eg.
9604
9605 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9606
9607         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9608         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9609         XEmacs.
9610
9611 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * gnus-start.el (gnus-start-draft-setup): Enforce
9614         `gnus-draft-mode' for nndraft:drafts at startup.
9615
9616         * gnus.el (gnus-splash): Change custom group.
9617         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9618         allow-list argument.
9619
9620         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9621         string.
9622
9623 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus-art.el (gnus-default-article-saver): Add user-defined
9626         `function' to custom type.
9627
9628 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9629
9630         * imap.el (imap-open): Handle case where buffer is a buffer
9631         object.
9632
9633 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9636         long lines.
9637         (gnus-cache-delete-group): Wrap doc strings.
9638
9639         * gnus-agent.el (gnus-agent-rename-group)
9640         (gnus-agent-delete-group): Wrap doc strings.
9641
9642 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * messagexmas.el (message-use-toolbar): Change the valid values
9645         into default, top, bottom, left, and right.
9646         (message-toolbar-thickness): New variable.
9647         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9648         well.
9649         (message-setup-toolbar): Make it work.
9650
9651         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9652         (gnus-use-toolbar): Change the valid values into default, top,
9653         bottom, left, and right.
9654         (gnus-toolbar-thickness): New variable.
9655         (gnus-xmas-setup-toolbar): New function.
9656         (gnus-xmas-setup-group-toolbar): Use it.
9657         (gnus-xmas-setup-summary-toolbar): Use it.
9658
9659 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * gnus-start.el (gnus-1): Add "native" to
9662         gnus-predefined-server-alist.
9663
9664         * gnus.el (gnus-method-to-server): Don't add "native" to the
9665         lists here, because that leads to problems when
9666         gnus-select-method is bound.
9667
9668 2005-11-09  Simon Josefsson  <jas@extundo.com>
9669
9670         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9671         use (not sort-by-date) instead.
9672
9673 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9674
9675         * gnus-delay.el (gnus-delay-group): Don't autoload.
9676         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9677         to be re-loaded when customizing the `gnus-delay' group.
9678
9679 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9680
9681         * message.el: Revert last changes.
9682         (message-insert-citation-line): Use newlines.
9683
9684 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9685
9686         * message.el (message-courtesy-message)
9687         (message-mark-insert-begin, message-mark-insert-end)
9688         (message-elide-ellipsis, message-cancel-message)
9689         (message-add-header, message-change-subject)
9690         (message-cross-post-followup-to-header)
9691         (message-cross-post-insert-note, message-reduce-to-to-cc)
9692         (message-widen-reply, message-delete-not-region)
9693         (message-kill-to-signature, message-insert-signature)
9694         (message-insert-importance-high, message-insert-importance-low)
9695         (message-insert-or-toggle-importance)
9696         (message-insert-disposition-notification-to)
9697         (message-indent-citation, message-yank-original)
9698         (message-cite-original-without-signature, message-cite-original)
9699         (message-insert-citation-line, message-position-on-field)
9700         (message-fix-before-sending, message-send-mail-partially)
9701         (message-send-mail, message-send-mail-with-sendmail)
9702         (message-send-mail-with-qmail, message-send-news)
9703         (message-check-news-header-syntax, message-generate-headers)
9704         (message-insert-courtesy-copy, message-fill-address)
9705         (message-fill-header, message-shorten-references)
9706         (message-setup-1, message-cancel-news)
9707         (message-forward-make-body-plain, message-forward-make-body-mime)
9708         (message-forward-make-body-mml, message-encode-message-body)
9709         (message-forward-make-body-digest-plain)
9710         (message-forward-make-body-digest-mime)
9711         (message-use-alternative-email-as-from): Insert `hard-newline'
9712         instead of ordinary newlines.
9713
9714 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * message.el (message-generate-headers): Downcase the argument
9717         given to message-check-element.
9718
9719 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9720
9721         * nntp.el (nntp-authinfo-rejected): New error condition.
9722         (nntp-wait-for): Use new error condition to signal authentication
9723         error.
9724         (nntp-retrieve-data): Rethrow new error condition to break out of
9725         recursive call to nntp-send-authinfo.
9726
9727 2005-11-08  Romain Francoise  <romain@orebokech.com>
9728
9729         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9730         (gnus-summary-exit-map): Bind to `Z p'.
9731         (gnus-summary-make-menu-bar): Add menu item.
9732
9733 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9736         (gnus-treat-*): Add `first' in all doc strings.
9737
9738         * gnus-group.el (gnus-group-compact-group): Fix typo.
9739
9740 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus.el (gnus-parameters-case-fold-search): New variable.
9743         (gnus-parameters-get-parameter): Use it.
9744
9745         * gnus-score.el (gnus-home-score-file): Doc fix.
9746
9747 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9748
9749         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9750
9751 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * mm-util.el (mm-special-display-p): New function.
9754
9755         * mml.el (mml-preview): Use it; doc fix.
9756
9757 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9758
9759         * imap.el (imap-open): Handle case where buffer is a buffer object.
9760
9761 2005-10-29  Romain Francoise  <romain@orebokech.com>
9762
9763         * message.el (message-fix-before-sending): Fix comment.
9764
9765 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9766
9767         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9768
9769 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9770
9771         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9772         Used in gnus-score.el.
9773
9774 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9777
9778 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9781         whitespace removed in revision 7.8.  Use concatenated string to
9782         protect trailing whitespace.
9783
9784 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9785
9786         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9787         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9788         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9789         Courier IMAP ("some version from 2004").  Mostly based on similar
9790         code in the same function.
9791
9792 2005-10-26  Didier Verna  <didier@xemacs.org>
9793
9794         * gnus-group.el (gnus-group-compact-group): Invalidate original
9795         article buffer.
9796         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9797         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9798         NOV database and in article itself.
9799         Invalidate article backlog.
9800
9801 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9804
9805 2005-10-26  Simon Josefsson  <jas@extundo.com>
9806
9807         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9808         part of 2004-07-25 change.
9809
9810 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * message.el (message-display-completion-list): New function.
9813         (message-expand-group): Use it; make sure the Completions buffer
9814         is modifiable.
9815 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9816
9817         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9818         user-mail-name is an empty string.
9819
9820 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9823         depending on gnus-score-decay-constant.
9824
9825         * encrypt.el (encrypt-insert-file-contents)
9826         (encrypt-write-file-contents): Don't use `gnus-message'.
9827
9828         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9829         arguments.
9830         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9831         arguments to mm-uu-verbatim-marks-extract.
9832         (mm-uu-hide-markers): New variable.
9833         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9834
9835         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9836         (gnus-convert-image-to-face-command): Use "convert" by default to
9837         allow other input image formats.
9838         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9839         accordingly.
9840
9841 2005-10-23  Simon Josefsson  <jas@extundo.com>
9842
9843         * imap.el (imap-gssapi-program): Align command line parameters
9844         with latest GNU SASL.
9845         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9846
9847 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9850         HTML.
9851         (nnslashdot-request-article): Ditto.
9852
9853         * lpath.el (featurep): Add nobreak-char-display.
9854
9855 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9856
9857         * mail-source.el (mail-source-fetch-pop): Require pop3.
9858         (mail-source-check-pop): Ditto.
9859
9860 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9863         errors.
9864
9865 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9868         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9869
9870         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9871
9872         * mm-bodies.el (mm-decode-string): Call
9873         `mm-charset-to-coding-system' with allow-override argument.
9874
9875 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9878         (rfc2047-charset-to-coding-system): New function.
9879         (rfc2047-decode-encoded-words): New function.
9880         (rfc2047-decode-region): Use them.
9881         (rfc2047-decode-cte): Remove.
9882         (rfc2047-parse-and-decode): Remove.
9883         (rfc2047-decode): Remove.
9884
9885 2005-10-15  Kenichi Handa  <handa@m17n.org>
9886
9887         * rfc2047.el (rfc2047-decode-cte): New function.
9888         (rfc2047-decode-region): Change the way to decode successive
9889         encoded-words: decode B- or Q-encoding in each encoded-word,
9890         concatenate them, and decode it as charset.
9891
9892 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * lpath.el: Fbind codepage-setup for XEmacs.
9895
9896 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9897
9898         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9899         widget-move-and-invoke.
9900         (gnus-custom-mode): Use gnus-custom-map.
9901
9902 2005-10-15  Bill Wohler  <wohler@newt.com>
9903
9904         * message.el (message-tool-bar-map): Renamed image file from
9905         mail_send to mail/send.
9906
9907 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9908
9909         * message.el (message-expand-group): Pass the common
9910         prefix substring of completion to `display-completion-list'.
9911
9912 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * mml-sec.el (mml-secure-method): New internal variable.
9915         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9916         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9917         functions using mml-secure-method.
9918
9919         * mml.el (mml-mode-map): Add key bindings for those functions.
9920         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9921         Harder <harder@myrealbox.com>.
9922         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9923         end of message if point is the headers of the message.
9924
9925         * message.el (message-in-body-p): New function.
9926
9927         * assistant.el: Autoload gnus-util and netrc.
9928
9929         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9930         Use `mm-charset-override-alist' only when decoding.
9931
9932         * mm-bodies.el (mm-decode-body): Call
9933         `mm-charset-to-coding-system' with allow-override argument.
9934
9935         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9936         `filename' from Content-Disposition if Content-Type doesn't
9937         provide `name'.
9938         (gnus-mime-view-part-as-type): Set default instead of
9939         initial-input.
9940
9941 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9942
9943         * format-spec.el (format-spec): Propagate text properties of % spec.
9944
9945 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gnus-art.el (gnus-treat-predicate): Add `first'.
9948
9949 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9952         (mm-charset-override-alist): New variable.
9953         (mm-charset-to-coding-system): Use it.
9954         (mm-codepage-setup): New helper function.
9955         (mm-charset-eval-alist): New variable.
9956         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9957         about unknown charsets.
9958
9959         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9960
9961 2005-10-04  David Hansen  <david.hansen@gmx.net>
9962
9963         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9964         (nnrss-check-group): Ditto.
9965
9966 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9969         Rename x-gnus-verbatim to x-verbatim.
9970         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9971
9972         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9973         x-verbatim.
9974
9975         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9976
9977         * gnus-util.el (gnus-remove-duplicates): Remove.
9978
9979         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9980         instead of gnus-remove-duplicates.
9981
9982         * message.el (message-remove-duplicates): Remove.
9983         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9984         message-remove-duplicates.
9985
9986         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9987         available, else use implementation from `delete-dups'.
9988
9989         * message.el (message-insert-expires): New function.
9990         (message-mode-map): Add key binding.
9991         (message-mode-field-menu): Add menu entry.
9992         (message-mode): Document it.
9993         (message-make-expires-date): Use `message-make-date'.
9994
9995 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9996
9997         * message.el (message-make-expires-date): New function.
9998
9999 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * Makefile.in (list-installed-shadows): New entry.
10002         (install): Use it.
10003         (remove-installed-shadows): New entry.
10004
10005         * dgnushack.el (dgnushack-default-load-path): New variable.
10006         (dgnushack-find-lisp-shadows): New function.
10007         (dgnushack-remove-lisp-shadows): New function.
10008
10009 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * Makefile.in (install-el-elc): New entry.
10012         (install): Use it so that .el files are necessarily installed.
10013
10014 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10017
10018 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10019
10020         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10021         function rather than the diff-mode.el package.
10022         (mm-display-external): Use with-current-buffer.
10023         (mm-viewer-completion-map, mm-viewer-completion-map):
10024         Move initialization inside declaration.
10025
10026 2005-09-29  Simon Josefsson  <jas@extundo.com>
10027
10028         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10029         autoload mail-check-payment.
10030         (spam-check-hashcash): Define unconditionally, since hashcash.el
10031         is part of Gnus now.  Ignore errors from payment checking.
10032
10033 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * message.el (message-bold-region, message-unbold-region): Rename
10036         from `bold-region' and `unbold-region'.
10037
10038         * message.el: Remove useless autoloads.
10039
10040 2005-09-28  Simon Josefsson  <jas@extundo.com>
10041
10042         * message.el (message-use-idna): Default to t.
10043         (message-use-idna): Test whether encoding works too.  Doc fix.
10044
10045 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * nntp.el (nntp-warn-about-losing-connection): Remove.
10048
10049 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10052         customizable.  Change default value.
10053         (mm-uu-diff-groups-regexp): Change default value.
10054         (mm-uu-type-alist): Add doc string.
10055         (mm-uu-configure): Add doc string.  Make it interactive.
10056         (mm-uu-tex-groups-regexp): New variable.
10057         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10058         (mm-uu-type-alist): Add LaTeX documents.
10059         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10060         of "text/verbatim".
10061         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10062
10063         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10064         instead of "text/verbatim".
10065
10066         * message.el (message-mark-inserted-region)
10067         (message-mark-insert-file): Use slrn style marks when called with
10068         prefix argument.
10069
10070 2005-09-27  Simon Josefsson  <jas@extundo.com>
10071
10072         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10073
10074 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10075
10076         * message.el (message-remove-duplicates): New function.
10077         Implementation borrowed from `gnus-remove-duplicates'.
10078         (message-idna-to-ascii-rhs): Also encode idna addresses in
10079         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10080         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10081         only ask about the same idna domain once per header and also tell
10082         in what header to replace the idna domain.
10083
10084         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10085         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10086         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10087         a header is decoded and not just the last one.
10088
10089 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10092         has been decoded.
10093
10094         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10095         (mm-insert-part): Don't modify text if it has been decoded.
10096
10097         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10098         decoded.
10099
10100         * mm-view.el (mm-inline-text): Don't strip text props unless
10101         decoding enriched or richtext parts.
10102
10103 2005-09-25  Romain Francoise  <romain@orebokech.com>
10104
10105         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10106         * gnus-start.el (gnus-subscribe-interactively):
10107         * gnus-uu.el (gnus-uu-grab-articles):
10108         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10109         space.
10110
10111 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10112
10113         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10114         * mm-view.el (mm-view-pkcs7-decrypt):
10115         * gnus-sum.el (gnus-summary-limit-to-extra)
10116         (gnus-summary-respool-article, gnus-read-move-group-name):
10117         * gnus-score.el (gnus-summary-increase-score):
10118         * gnus-util.el (gnus-completing-read-with-default):
10119         * gnus-art.el (gnus-read-save-file-name)
10120         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10121         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10122         * message.el (message-check-news-header-syntax):
10123         Follow convention for reading with the minibuffer.
10124
10125 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10126
10127         * spam-report.el (spam-report-url-ping-plain):
10128         Use gnus-extended-version as User-Agent.
10129
10130         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10131         default value is nil.
10132
10133         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10134         (mm-uu-verbatim-marks-extract): New function.
10135         (mm-uu-extract): New face.
10136         (mm-uu-copy-to-buffer): Use it.
10137
10138         * spam-report.el (spam-report-gmane-ham): Renamed from
10139         `spam-report-gmane-unspam'.
10140         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10141         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10142
10143         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10144         Autoload.
10145         (spam-report-gmane-unregister-routine): Renamed
10146         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10147
10148 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10149
10150         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10151         (spam-report-gmane-unregister-routine): Add support for gmane
10152         unregistration.
10153
10154         * spam-report.el (spam-report-gmane-unspam)
10155         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10156         (spam-report-gmane): Change to take a single article and do unspam
10157         registration.
10158
10159 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * mm-url.el (mm-url-decode-entities): Fix regexp.
10162
10163 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10166         default to nil, to be able to use Gnus at all.  If the default
10167         switches to something else, then the function should be fixed not
10168         be exceedingly slow.
10169
10170 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10171
10172         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10173         fail hard.
10174
10175         * spam-report.el: Add better Keywords line.
10176
10177         * spam.el: Add Maintainer and better Keywords line.
10178
10179 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * gnus-art.el (gnus-article-replace-part)
10182         (gnus-mime-replace-part): New functions.
10183         (gnus-mime-action-alist, gnus-mime-button-commands)
10184         (gnus-mime-save-part-and-strip): Added file argument.
10185         (gnus-article-part-wrapper): Added interactive argument.
10186
10187         * gnus-sum.el (gnus-summary-mime-map): Add
10188         `gnus-article-replace-part'.
10189
10190 2005-09-19  Didier Verna  <didier@xemacs.org>
10191
10192         The nnml compaction feature:
10193         * nnml.el (nnml-request-compact-group): New function.
10194         * nnml.el (nnml-request-compact): New function.
10195         * gnus-int.el (gnus-request-compact-group): New function.
10196         * gnus-int.el (gnus-request-compact): New function.
10197         * gnus-group.el (gnus-group-compact-group): New function.
10198         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10199         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10200         * gnus-srvr.el (gnus-server-compact-server): New function.
10201         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10202         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10203
10204 2005-09-18  Deepak Goel  <deego@gnufans.org>
10205
10206         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10207         format spec.
10208
10209 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10212
10213 2005-09-15  Romain Francoise  <romain@orebokech.com>
10214
10215         * message.el (message-fill-paragraph): Clarify docstring.
10216
10217 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-art.el (gnus-mime-display-part): Protect against broken
10220         MIME messages.
10221
10222 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10225         before parsing header.
10226
10227 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10228
10229         * html2text.el (html2text-replace-list): Add new entities.
10230
10231 2005-09-11  Romain Francoise  <romain@orebokech.com>
10232
10233         * message.el (message-alternative-emails): Improve docstring.
10234         (message-setup-1): Call `message-use-alternative-email-as-from'
10235         after `message-setup-hook' to give it precedence over posting
10236         styles, etc.
10237         (message-use-alternative-email-as-from): Add docstring.  Remove
10238         the original From header if present.
10239
10240         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10241         (nnml-save-mail): Use it.
10242
10243         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10244         articles.  Add new argument `silent'.
10245         (gnus-uu-mark-all): Report the total number of marked articles.
10246
10247 2005-09-10  Romain Francoise  <romain@orebokech.com>
10248
10249         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10250         (gnus-uu-mark-series): Likewise.
10251
10252 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * spam-report.el (spam-report-gmane): Fix generation of spam
10255         report URL.
10256
10257 2005-09-10  Simon Josefsson  <jas@extundo.com>
10258
10259         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10260         t, based on discussion on the ding list with Robert Epprecht
10261         <epprecht@solnet.ch>.
10262
10263 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * spam-report.el (spam-report-gmane): Make it work without
10266         X-Report-Spam header.  Gmane now only provides Archived-At.
10267         This is only used if `spam-report-gmane-use-article-number' is nil.
10268         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10269
10270         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10271         make `gnus-summary-sort-by-recipient' work with threading.
10272
10273         * nnweb.el (nnweb-google-wash-article): Print a message if article
10274         is not available.
10275
10276 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10277
10278         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10279         change.  Decode text/* parts content before displaying.
10280
10281 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10284
10285 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10288
10289         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10290         url-package-name, url-package-version,
10291         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10292         w3m-display-inline-images, and w3m-minor-mode-map.
10293
10294 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * message.el (message-tab-body-function): Fix mismatched custom type.
10297
10298         * gnus.el (gnus-group-change-level-function): Ditto.
10299
10300         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10301
10302         * gnus-art.el (gnus-signature-limit)
10303         (gnus-article-mime-part-function): Ditto.
10304
10305 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * mml.el (mml-mode): Silence the byte compiler.
10308
10309         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10310         using `(sit-for 0)' before moving the point to the specified part;
10311         skip unbuttonized parts.
10312         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10313         return to the summary window if gnus-auto-select-part is non-nil.
10314
10315 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10318         variables.
10319         (mml-dnd-attach-file, mml-mode): Use them.
10320
10321         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10322         Make fetching article by MID work again for Google Groups.  Added
10323         FIXME concerning gnus-group-make-web-group.
10324
10325         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10326         Don't depend on Gnus by using mail-extract-address-components if
10327         gnus-extract-address-components is not bound.
10328
10329 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * gnus-art.el (gnus-mime-display-security): Don't display the
10332         signature, but only the signed part.
10333
10334 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10337
10338         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10339         list, not listp.
10340
10341 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10342
10343         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10344         when encoding.
10345
10346         * mm-bodies.el (mm-decode-content-transfer-encoding):
10347         De-canonicalize CRLF for all text content types, not just
10348         text/plain.
10349
10350 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10353         valid article; point arrow and cursor at the MIME button.
10354
10355 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10358         Suggested by Dan Christensen <jdc@uwo.ca>.
10359
10360         * mm-decode.el (mm-save-part): Enable change of prompt.
10361
10362 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10363
10364         * gnus-msg.el (gnus-inews-add-send-actions): Made
10365         `message-post-method' lambda parameter ARG `&optional'.
10366
10367 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-sum.el (gnus-summary-mime-map): Added
10370         gnus-article-save-part-and-strip, gnus-article-delete-part and
10371         gnus-article-jump-to-part.
10372
10373         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10374         (gnus-article-edit-part): Use it.
10375         (gnus-article-part-wrapper): Added no-handle argument.
10376         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10377         functions.
10378
10379 2005-08-29  Romain Francoise  <romain@orebokech.com>
10380
10381         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10382         docstring.
10383         (gnus-face-from-file): Likewise.
10384
10385 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10388         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10389         non-nil.
10390         (gnus-auto-select-part): New variable.
10391         (gnus-article-jump-to-part): New function.
10392         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10393         (gnus-mime-delete-part): Allow selecting specified part after
10394         deleting or stripping parts.
10395         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10396         part if argument is bogus.
10397
10398 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10399
10400         * gnus-art.el (w3m-minor-mode-map):
10401         * gnus-spec.el (gnus-newsrc-file-version):
10402         * gnus-util.el (nnmail-active-file-coding-system)
10403         (gnus-original-article-buffer, gnus-user-agent):
10404         * gnus.el (gnus-ham-process-destinations)
10405         (gnus-parameter-ham-marks-alist)
10406         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10407         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10408         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10409         * mm-decode.el (gnus-current-window-configuration):
10410         * mm-extern.el (gnus-article-mime-handles):
10411         * mm-url.el (url-current-object, url-package-name)
10412         (url-package-version):
10413         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10414         (smime-keys, w3m-cid-retrieve-function-alist)
10415         (w3m-current-buffer, w3m-display-inline-images)
10416         (w3m-minor-mode-map):
10417         * mml-smime.el (gnus-extract-address-components):
10418         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10419         (gnus-newsrc-hashtb, message-default-charset)
10420         (message-deletable-headers, message-options)
10421         (message-posting-charset, message-required-mail-headers)
10422         (message-required-news-headers):
10423         * mml1991.el (mc-pgp-always-sign):
10424         * mml2015.el (mc-pgp-always-sign):
10425         * nnheader.el (nnmail-extra-headers):
10426         * rfc1843.el (gnus-decode-encoded-word-function)
10427         (gnus-decode-header-function, gnus-newsgroup-name):
10428         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10429
10430 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10431
10432         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10433         the end of the date treatments.
10434
10435 2005-08-15  Simon Josefsson  <jas@extundo.com>
10436
10437         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10438         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10439         Capello and Romain Francoise.
10440         (pgg-fetch-key-function): Removed, not used?
10441         (pgg-insert-url-with-w3): Require url, to get
10442         url-insert-file-contents regardless of where it is defined.
10443
10444 2005-08-13  Romain Francoise  <romain@orebokech.com>
10445
10446         * message.el (message-cite-original-1): New function.
10447         (message-cite-original): Use it.
10448         (message-cite-original-without-signature): Ditto.
10449
10450 2005-08-08  Romain Francoise  <romain@orebokech.com>
10451
10452         * message.el (message-yank-empty-prefix): New variable.
10453         (message-indent-citation): Use it.
10454         (message-cite-original-without-signature): Respect X-No-Archive.
10455
10456 2005-08-08  Simon Josefsson  <jas@extundo.com>
10457
10458         * pgg.el: Autoload url-insert-file-contents instead of loading
10459         w3/url.
10460         (pgg-insert-url-with-w3): Don't load url here.
10461
10462 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10463
10464         * message.el (message-kill-to-signature): Don't insert newline at
10465         bol.
10466         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10467
10468 2005-08-06  Romain Francoise  <romain@orebokech.com>
10469
10470         * message.el (message-user-fqdn): Fix typo in docstring.
10471
10472 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10473
10474         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10475
10476         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10477
10478 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * mm-bodies.el (mm-encode-body): Use coding system rather than
10481         charset to encode text.
10482
10483         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10484         number of charsets if utf-8 is available (XEmacs).
10485
10486 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10489         taken from `gnus-button-mid-or-mail-regexp'.
10490         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10491         (gnus-button-alist): Improve regexp for domain part of the MIDs
10492         for news:localpart@domain buttons.
10493         (gnus-button-ctan-directory-regexp): Update.
10494
10495 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * sieve-manage.el (sieve-manage-interactive-login): Use
10498         make-local-variable rather than make-variable-buffer-local.
10499         (sieve-manage-open): Ditto.
10500         (sieve-manage-authenticate): Ditto.
10501
10502         * mml.el (mml-generate-mime-1): Make the content type default to
10503         text/plain if the filename is not specified.
10504
10505 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10508         instead of insert-buffer.
10509
10510         * message.el (message-yank-original): Ditto; set the mark at the
10511         end of the yanked message.
10512
10513 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10516         lines to scroll rather than to stop it.
10517
10518         * mml.el (mml-generate-default-type): Add doc string.
10519         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10520         default to application/octet-stream when determining the content
10521         type if it is not specified for the part or the mml contents; add
10522         a comment about mml-generate-default-type.
10523
10524 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10525
10526         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10527         make it default to application/octet-stream when determining the
10528         content type if it is not specified for the external contents.
10529
10530 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10533         segmented parameter but also other parameters might be there.
10534
10535 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * mm-decode.el (mm-display-external): Delete temp file, directory
10538         and buffer immediately if the external process is exited.
10539
10540 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10543         fewer lines than that of scroll-margin.
10544         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10545
10546 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-art.el (gnus-article-next-page): Revert.
10549         (gnus-article-beginning-of-window): New macro.
10550         (gnus-article-next-page-1): Use it.
10551         (gnus-article-prev-page): Ditto.
10552         (gnus-article-edit-part): Use insert-buffer-substring instead of
10553         insert-buffer.
10554         (gnus-article-edit-exit): Ditto.
10555
10556         * gnus-util.el (gnus-beginning-of-window): Remove.
10557         (gnus-end-of-window): Remove.
10558
10559         * lpath.el: Don't bind header-line-format and scroll-margin.
10560
10561 2005-07-25  Simon Josefsson  <jas@extundo.com>
10562
10563         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10564         to have the url package without w3.  Reported by Daiki Ueno
10565         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10566
10567 2005-07-20  Didier Verna  <didier@xemacs.org>
10568
10569         * gnus-diary.el: Remove the description comment (nndiary is now
10570         properly documented in the Gnus manual).
10571         Fix the spelling of "Back End".
10572         * nndiary.el: Ditto.
10573         Fix the copyright notice.
10574
10575 2005-07-18  Romain Francoise  <romain@orebokech.com>
10576
10577         * gnus-sum.el (gnus-summary-to-prefix)
10578         (gnus-summary-newsgroup-prefix): New variables.
10579         (gnus-summary-from-or-to-or-newsgroups): Use them.
10580
10581 2005-07-17  Romain Francoise  <romain@orebokech.com>
10582
10583         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10584         space as it's generally not especially interesting to the user.
10585
10586 2005-07-16  Romain Francoise  <romain@orebokech.com>
10587
10588         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10589         nil to avoid prompting and file modification if one of the
10590         messages at the top of the nnfolder file contains a copyright
10591         notice.
10592         Update copyright notice.
10593
10594         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10595         instead of `current-time-string' as the latter creates a time
10596         string that is not RFC 2822 compliant (it lacks the zone).
10597         Update copyright notice.
10598
10599 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10600
10601         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10602         for text/rtf.  Display default in prompt.  Pass default for M-n.
10603
10604         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10605
10606 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * gnus-msg.el (gnus-button-mailto): Remove
10609         save-selected-window-window hackery because it relies on
10610         save-selected-window internals.
10611
10612 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10615         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10616         (gnus-article-prev-page): Ditto.
10617
10618         * gnus-util.el (gnus-beginning-of-window): New function.
10619         (gnus-end-of-window): New function.
10620
10621         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10622
10623 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10624
10625         * gnus-score.el (gnus-score-edit-all-score): Set
10626         gnus-score-edit-exit-function to gnus-score-edit-done and call
10627         gnus-message.
10628
10629 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * gnus-msg.el (gnus-button-mailto): Remove
10632         save-selected-window-window hackery because it relies on
10633         save-selected-window internals.
10634
10635 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10638         add-minor-mode.
10639         (gnus-binary-mode): Ditto.
10640
10641         * gnus-topic.el (gnus-topic-mode): Ditto.
10642
10643 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10644
10645         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10646         (gnus-article-prev-page): Take scroll-margin into consideration.
10647
10648 2005-07-04  Lute Kamstra  <lute@gnu.org>
10649
10650         Update FSF's address in GPL notices.
10651
10652 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10653
10654         * gnus.el (gnus-exit):
10655         * gnus-group.el (gnus-group-icons):
10656         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10657
10658         * gnus-nocem.el (gnus-nocem):
10659         * message.el (message-various, message-buffers, message-sending)
10660         (message-interface, message-forwarding, message-insertion)
10661         (message-headers, message-news, message-mail):
10662         * pgg-gpg.el (pgg-gpg):
10663         * pgg-parse.el (pgg-parse):
10664         * pgg-pgp.el (pgg-pgp):
10665         * pgg-pgp5.el (pgg-pgp5):
10666         * pop3.el (pop3): Finish `defgroup' description with period.
10667
10668 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-art.el (article-display-face): Improve the efficiency.
10671         (article-display-x-face): Ditto; remove grey x-face stuff.
10672
10673 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * gnus-art.el (article-display-face): Correct the position in
10676         which Faces are inserted.
10677
10678 2005-06-29  Didier Verna  <didier@xemacs.org>
10679
10680         * gnus-art.el (article-display-face): Display faces in correct
10681         order.
10682
10683 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10686         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10687         (gnus-nocem-check-article): Fetch the Type header.
10688         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10689         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10690         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10691         make sure gnus-nocem-hashtb is initialized.
10692         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10693         (gnus-nocem-unwanted-article-p): Ditto.
10694
10695         * pgg.el (pgg-verify): Return the verification result.
10696
10697 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10700         is ascii.
10701
10702 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10703
10704         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10705         `show-nonbreak-escape'.
10706
10707 2005-06-23  Lute Kamstra  <lute@gnu.org>
10708
10709         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10710
10711         * dig.el (dig-mode):
10712         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10713
10714 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10715
10716         * nnimap.el (nnimap-split-download-body): Fix spellings.
10717
10718 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10719
10720         * gnus-art.el (gnus-article-encrypt-body):
10721         * gnus-cus.el (gnus-score-customize):
10722         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10723         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10724
10725 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10726
10727         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10728         header by looking for magic "MII" at the beginnig.
10729
10730 2005-06-16  Miles Bader  <miles@gnu.org>
10731
10732         * gnus-xmas.el (gnus-xmas-group-startup-message):
10733         Use renamed gnus-splash face.
10734
10735         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10736         (assistant-field-face): New backward-compatibility alias for renamed
10737         face.
10738         (assistant-render-text): Use renamed assistant-field face.
10739
10740         * spam.el (spam): Remove "-face" suffix from face name.
10741         (spam-face): New backward-compatibility alias for renamed face.
10742         (spam-face, spam-initialize): Use renamed spam face.
10743
10744         * message.el (message-header-to, message-header-cc)
10745         (message-header-subject, message-header-newsgroups)
10746         (message-header-other, message-header-name)
10747         (message-header-xheader, message-separator, message-cited-text)
10748         (message-mml): Remove "-face" suffix from face names.
10749         (message-header-to-face, message-header-cc-face)
10750         (message-header-subject-face, message-header-newsgroups-face)
10751         (message-header-other-face, message-header-name-face)
10752         (message-header-xheader-face, message-separator-face)
10753         (message-cited-text-face, message-mml-face):
10754         New backward-compatibility aliases for renamed faces.
10755         (message-font-lock-keywords): Use renamed message faces.
10756
10757         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10758         (sieve-test-commands, sieve-tagged-arguments):
10759         Remove "-face" suffix from face names.
10760         (sieve-control-commands-face, sieve-action-commands-face)
10761         (sieve-test-commands-face, sieve-tagged-arguments-face):
10762         New backward-compatibility aliases for renamed faces.
10763         (sieve-control-commands-face, sieve-action-commands-face)
10764         (sieve-test-commands-face, sieve-tagged-arguments-face):
10765         Use renamed sieve faces.
10766
10767         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10768         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10769         (gnus-group-news-3-empty, gnus-group-news-4)
10770         (gnus-group-news-4-empty, gnus-group-news-5)
10771         (gnus-group-news-5-empty, gnus-group-news-6)
10772         (gnus-group-news-6-empty, gnus-group-news-low)
10773         (gnus-group-news-low-empty, gnus-group-mail-1)
10774         (gnus-group-mail-1-empty, gnus-group-mail-2)
10775         (gnus-group-mail-2-empty, gnus-group-mail-3)
10776         (gnus-group-mail-3-empty, gnus-group-mail-low)
10777         (gnus-group-mail-low-empty, gnus-summary-selected)
10778         (gnus-summary-cancelled, gnus-summary-high-ticked)
10779         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10780         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10781         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10782         (gnus-summary-low-undownloaded)
10783         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10784         (gnus-summary-low-unread, gnus-summary-normal-unread)
10785         (gnus-summary-high-read, gnus-summary-low-read)
10786         (gnus-summary-normal-read, gnus-splash):
10787         Remove "-face" suffix from face names.
10788         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10789         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10790         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10791         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10792         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10793         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10794         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10795         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10796         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10797         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10798         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10799         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10800         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10801         (gnus-summary-normal-ticked-face)
10802         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10803         (gnus-summary-normal-ancient-face)
10804         (gnus-summary-high-undownloaded-face)
10805         (gnus-summary-low-undownloaded-face)
10806         (gnus-summary-normal-undownloaded-face)
10807         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10808         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10809         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10810         (gnus-splash-face):
10811         New backward-compatibility aliases for renamed faces.
10812         (gnus-group-startup-message): Use renamed gnus faces.
10813
10814         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10815         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10816         (gnus-server-agent): Remove "-face" suffix from face names.
10817         (gnus-server-agent-face, gnus-server-opened-face)
10818         (gnus-server-closed-face, gnus-server-denied-face)
10819         (gnus-server-offline-face):
10820         New backward-compatibility aliases for renamed faces.
10821         (gnus-server-agent-face, gnus-server-opened-face)
10822         (gnus-server-closed-face, gnus-server-denied-face)
10823         (gnus-server-offline-face): Use renamed gnus faces.
10824
10825         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10826         Remove "-face" suffix from face names.
10827         (gnus-picon-xbm-face, gnus-picon-face):
10828         New backward-compatibility aliases for renamed faces.
10829
10830         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10831         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10832         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10833         (gnus-cite-11): Remove "-face" suffix from face names.
10834         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10835         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10836         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10837         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10838         New backward-compatibility aliases for renamed faces.
10839         (gnus-cite-attribution-face, gnus-cite-face-list)
10840         (gnus-article-boring-faces): Use renamed gnus faces.
10841
10842         * gnus-art.el (gnus-signature, gnus-header-from)
10843         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10844         (gnus-header-content): Remove "-face" suffix from face names.
10845         (gnus-signature-face, gnus-header-from-face)
10846         (gnus-header-subject-face, gnus-header-newsgroups-face)
10847         (gnus-header-name-face, gnus-header-content-face):
10848         New backward-compatibility aliases for renamed faces.
10849         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10850
10851         * gnus-sum.el (gnus-summary-selected-face)
10852         (gnus-summary-highlight): Use renamed gnus faces.
10853         * gnus-group.el (gnus-group-highlight): Likewise.
10854
10855 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10856
10857         * gnus-sieve.el (gnus-sieve-article-add-rule):
10858         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10859         * spam-stat.el (spam-stat-buffer-change-to-spam)
10860         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10861
10862         * message.el (message-is-yours-p):
10863         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10864
10865 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * mm-view.el (mm-inline-text): Withdraw the last change.
10868
10869 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10872         executing enriched-decode.
10873
10874 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10877         charset of tar files.
10878
10879 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10880
10881         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10882
10883 2005-06-04  Lute Kamstra  <lute@gnu.org>
10884
10885         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10886         information is never recorded.
10887
10888 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10889
10890         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10891
10892 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * pop3.el (pop3-apop): Run md5 in the binary mode.
10895
10896         * starttls.el (starttls-set-process-query-on-exit-flag):
10897         Use eval-and-compile.
10898
10899 2005-05-31  Simon Josefsson  <jas@extundo.com>
10900
10901         * smime.el (smime-replace-in-string): Define.
10902         (smime-cert-by-ldap-1): Use it.
10903
10904 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-art.el (article-display-x-face): Replace
10907         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10908
10909         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10910         set-process-query-on-exit-flag or process-kill-without-query.
10911
10912         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10913         loop instead of replace-regexp.
10914
10915         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10916         instead of process-kill-without-query if it is available.
10917
10918         * lpath.el: Fbind ldap-search-entries.
10919
10920         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10921         instead of find-file-hooks if it is available.
10922
10923         * mml1991.el: Bind pgg-default-user-id when compiling.
10924
10925         * mml2015.el: Bind pgg-default-user-id when compiling.
10926
10927         * nndraft.el (nndraft-request-associate-buffer):
10928         Use write-contents-functions instead of write-contents-hooks if it is
10929         available.
10930
10931         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10932         instead of find-file-hooks if it is available.
10933
10934         * nntp.el (nntp-open-connection): Replace
10935         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10936         (nntp-open-ssl-stream): Ditto.
10937         (nntp-open-tls-stream): Ditto.
10938
10939         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10940         set-process-query-on-exit-flag or process-kill-without-query.
10941         (starttls-open-stream-gnutls): Use it instead of
10942         process-kill-without-query.
10943         (starttls-open-stream): Ditto.
10944
10945 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10946
10947         * smime.el (smime-cert-by-ldap-1): Don't use
10948         replace-regexp-in-string.
10949
10950 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10951
10952         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10953
10954         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10955         in PEM format.  Adjust to the XEmacs compability.
10956
10957 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10960         by `string-to-number'.
10961         * gnus-agent.el (gnus-agent-regenerate-group)
10962         (gnus-agent-fetch-articles): Ditto.
10963         * gnus-art.el (gnus-button-fetch-group): Ditto.
10964         * gnus-cache.el (gnus-cache-generate-active)
10965         (gnus-cache-articles-in-group): Ditto.
10966         * gnus-group.el (gnus-group-set-current-level)
10967         (gnus-group-insert-group-line): Ditto.
10968         * gnus-score.el (gnus-score-set-expunge-below)
10969         (gnus-score-set-mark-below, gnus-summary-score-effect)
10970         (gnus-summary-score-entry): Ditto.
10971         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10972         (gnus-soup-pack): Ditto.
10973         * gnus-spec.el (gnus-xmas-format): Ditto.
10974         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10975         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10976         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10977         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10978         * nndb.el (nndb-get-remote-expire-response): Ditto.
10979         * nndiary.el (nndiary-parse-schedule-value)
10980         (nndiary-string-to-number, nndiary-request-replace-article)
10981         (nndiary-request-article): Ditto.
10982         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10983         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10984         * nneething.el (nneething-make-head): Ditto.
10985         * nnfolder.el (nnfolder-request-article)
10986         (nnfolder-retrieve-headers): Ditto.
10987         * nnheader.el (nnheader-file-to-number): Ditto.
10988         * nnkiboze.el (nnkiboze-request-article): Ditto.
10989         * nnmail.el (nnmail-process-unix-mail-format)
10990         (nnmail-process-babyl-mail-format): Ditto.
10991         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10992         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10993         (nnmh-request-create-group, nnmh-request-list-1)
10994         (nnmh-request-group, nnmh-request-article): Ditto.
10995         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10996         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10997         * nnsoup.el (nnsoup-make-active): Ditto.
10998         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10999         * nntp.el (nntp-find-group-and-number)
11000         (nntp-retrieve-headers-with-xover): Ditto.
11001         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11002         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11003         (pgg-format-key-identifier): Ditto.
11004         * pop3.el (pop3-last, pop3-stat): Ditto.
11005         * qp.el (quoted-printable-decode-region): Ditto.
11006
11007         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11008         of concat.
11009
11010 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11013
11014         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11015
11016         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11017
11018         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11019
11020         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11021
11022         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11023
11024         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11025         (gnus-carpal-mode): Ditto.
11026
11027         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11028         (gnus-browse-mode): Ditto.
11029
11030         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11031
11032         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11033
11034 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11035
11036         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11037
11038 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-util.el (gnus-run-mode-hooks): New function.
11041
11042         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11043
11044         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11045         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11046
11047 2005-05-27  Lute Kamstra  <lute@gnu.org>
11048
11049         * dns-mode.el (dns-mode): Specify customization group.
11050
11051 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11052
11053         * gnus-agent.el (gnus-agent-make-mode-line-string):
11054         Use mode-line-highlight as mouse-face.
11055
11056 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * canlock.el (canlock): Change the parent group to news.
11059
11060         * deuglify.el (gnus-outlook-deuglify): Add :group.
11061
11062         * dig.el (dig): Add :group.
11063
11064         * dns-mode.el (dns-mode): Add :group.
11065
11066         * encrypt.el (encrypt): Add :group.
11067
11068         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11069         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11070         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11071         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11072         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11073
11074         * gnus-diary.el (gnus-diary): Add :group.
11075
11076         * gnus.el (gnus-group-news-1-face): Add :group.
11077         (gnus-group-news-1-empty-face): Ditto.
11078         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11079         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11080         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11081         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11082         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11083         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11084         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11085         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11086         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11087         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11088         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11089         (gnus-summary-high-ticked-face): Ditto.
11090         (gnus-summary-low-ticked-face): Ditto.
11091         (gnus-summary-normal-ticked-face): Ditto.
11092         (gnus-summary-high-ancient-face): Ditto.
11093         (gnus-summary-low-ancient-face): Ditto.
11094         (gnus-summary-normal-ancient-face): Ditto.
11095         (gnus-summary-high-undownloaded-face): Ditto.
11096         (gnus-summary-low-undownloaded-face): Ditto.
11097         (gnus-summary-normal-undownloaded-face): Ditto.
11098         (gnus-summary-high-unread-face): Ditto.
11099         (gnus-summary-low-unread-face): Ditto.
11100         (gnus-summary-normal-unread-face): Ditto.
11101         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11102         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11103
11104         * hashcash.el (hashcash): New custom group.
11105         (hashcash-default-payment): Add :group.
11106         (hashcash-payment-alist): Ditto.
11107         (hashcash-default-accept-payment): Ditto.
11108         (hashcash-accept-resources): Ditto.
11109         (hashcash-path): Ditto.
11110         (hashcash-extra-generate-parameters): Ditto.
11111         (hashcash-double-spend-database): Ditto.
11112         (hashcash-in-news): Ditto.
11113
11114         * message.el (message-minibuffer-local-map): Add :group.
11115
11116         * netrc.el (netrc): Add :group.
11117
11118         * sieve-manage.el (sieve-manage-log): Add :group.
11119         (sieve-manage-default-user): Diito.
11120         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11121         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11122         (sieve-manage-authenticators): Ditto.
11123         (sieve-manage-authenticator-alist): Ditto.
11124         (sieve-manage-default-port): Ditto.
11125
11126         * sieve-mode.el (sieve-control-commands-face): Add :group.
11127         (sieve-action-commands-face): Ditto.
11128         (sieve-test-commands-face): Ditto.
11129         (sieve-tagged-arguments-face): Ditto.
11130
11131         * smime.el (smime): Add :group.
11132
11133         * spam-report.el (spam-report): Add :group.
11134
11135         * spam.el (spam, spam-face): Add :group.
11136
11137 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11138
11139         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11140         return \n.\n.\n at the end of articles.  Protect against that.
11141         (nntp-with-open-group): Allow debugging.
11142
11143         * nnheader.el (mail-header-set-extra): Make into a function
11144         because I just could't understand how to quote the list properly.
11145
11146         * dns.el (query-dns-cached): New function.
11147
11148 2005-05-26  Lute Kamstra  <lute@gnu.org>
11149
11150         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11151
11152 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11155
11156         * gnus-art.el: Don't autoload mail-extract-address-components.
11157
11158         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11159         eval-and-compile to evaluate it.
11160
11161         * hashcash.el: Don't autoload executable-find.
11162
11163         * nndb.el: Don't declare the nndb back end two or more times; don't
11164         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11165
11166         * nntp.el: Autoload format-spec instead of format; use
11167         eval-and-compile to evaluate autoload forms.
11168
11169 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11170
11171         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11172
11173 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11174
11175         * gnus.el (gnus-version-number): Bump version.
11176
11177 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11178
11179         * gnus.el: No Gnus v0.3 is released.
11180
11181 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * lpath.el (featurep): Bind show-nonbreak-escape.
11184
11185 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * gnus-art.el (gnus-article-edit-part): Disable undo.
11188
11189 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11192         gnus-article-date-lapsed-new-header is t if date timer is active;
11193         skip headers in which the original date value is empty.
11194         (gnus-article-save-original-date): Redefine it as a macro.
11195         (gnus-display-mime): Use it.
11196
11197 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-art.el (article-date-ut): Support converting date in
11200         forwarded parts as well.
11201         (gnus-article-save-original-date): New function.
11202         (gnus-display-mime): Use it.
11203
11204 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11205
11206         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11207         enclosure element of <item>.
11208
11209 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * message.el (message-kill-buffer-query): Renamed from
11212         `message-kill-buffer-query-if-modified'.  Added :version.
11213
11214 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11217         window layout.
11218
11219 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mml.el: Autoload dnd when compiling.
11222
11223 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11226         x-dnd-*.
11227
11228 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * qp.el (quoted-printable-encode-region): Save excursion.
11231
11232 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11233
11234         * message.el (message-kill-buffer-query-if-modified): Add new variable
11235         so the user can kill a modified message buffer quickly.
11236         (message-kill-buffer): Use it.
11237
11238 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * lpath.el: Fbind display-time-event-handler; don't fbind
11241         string-to-multibyte.
11242
11243         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11244
11245 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11248         contained in text because xml.el decodes entities) with LFs.
11249
11250 2005-04-11  Lute Kamstra  <lute@gnu.org>
11251
11252         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11253         differently.
11254
11255 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11256
11257         * mm-util.el (mm-detect-coding-region): Typo.
11258
11259 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11262
11263 2005-04-06  Deepak Goel  <deego@gnufans.org>
11264
11265         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11266         user-function allow user modifications of the scores.
11267         (spam-stat-score-buffer-user): New function, to allow
11268         user-computed modifications to the score.
11269         (spam-stat-score-buffer-user-functions): List of additional
11270         scoring functions.
11271         (spam-stat-error-holder): Global temporary error holder.
11272         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11273         variable.
11274
11275 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11276
11277         * gnus-registry.el (gnus-registry-clean-empty-function)
11278         (gnus-registry-trim, gnus-registry-fetch-groups)
11279         (gnus-registry-delete-group): Groups that match
11280         `gnus-registry-ignored-groups' are removed from the registry
11281         entries, not just ignored for splitting.  This helps clean up the
11282         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11283         to get all the groups a message ID is in.
11284
11285         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11286         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11287         (spam-stat-score-buffer-user-functions): Add :number custom type.
11288
11289 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11292         argument in XEmacs.
11293
11294         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11295         (nnrss-request-group): Decode group name first.
11296         (nnrss-request-article): Make a text/plain article if mml-to-mime
11297         failed.
11298         (nnrss-get-encoding): Return a compatible encoding according to
11299         nnrss-compatible-encoding-alist.
11300         (nnrss-find-el): Use consp instead of listp.
11301         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11302
11303 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11306         which Emacs 20 doesn't support.
11307         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11308
11309 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11312         silence the byte compiler inside the defun.
11313
11314         * gnus-demon.el (parse-time-string): Add autoload.
11315
11316         * gnus-delay.el (parse-time-string): Add autoload.
11317
11318         * gnus-art.el (parse-time-string): Add autoload.
11319
11320         * nnultimate.el (parse-time): Require for `parse-time-string'.
11321
11322 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11325
11326         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11327
11328         * smime.el (smime-ldap-host-list): Add :version.
11329
11330 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11333         pass it to `gnus-browse-read-group'.
11334         (gnus-browse-read-group): Add NUMBER argument and pass it to
11335         `gnus-group-read-ephemeral-group'.
11336
11337         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11338         argument and pass it to `gnus-group-read-group'.
11339
11340 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11341
11342         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11343         mm-xemacs-find-mime-charset-1 if we have the mule feature
11344         available at runtime.
11345
11346 2005-03-25  Werner Lemberg  <wl@gnu.org>
11347
11348         * nnmaildir.el: Replace `illegal' with `invalid'.
11349
11350 2005-03-23  Lute Kamstra  <lute@gnu.org>
11351
11352         * time-date.el: Add comment on time value formats.
11353         Don't require parse-time.
11354         (with-decoded-time-value): New macro.
11355         (encode-time-value): New function.
11356         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11357         (days-to-time): Return a valid time value when arg is huge.
11358         (time-since): Use time-subtract.
11359         (time-to-number-of-days): Use time-to-seconds.
11360
11361 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11362
11363         * gnus-start.el (gnus-display-time-event-handler):
11364         Check display-time-timer at runtime rather than only at load time
11365         in case display-time-mode is turned off in the mean time.
11366
11367 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11370         used.
11371
11372         * nneething.el (nneething-map-file-directory): Derive from
11373         `gnus-directory'.
11374
11375         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11376         the To/Cc button.
11377
11378 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * nnmaildir.el (nnmaildir-request-accept-article):
11381         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11382
11383 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11384
11385         * gnus-async.el: Require timer-funcs at compile time when in
11386         XEmacs for `run-with-idle-timer'.
11387
11388 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11389
11390         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11391         autoloaded function.
11392
11393 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11394
11395         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11396
11397 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11398
11399         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11400
11401 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11402
11403         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11404         gnus-expert-user to default.
11405
11406 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11407
11408         * nnimap.el (nnimap-open-server): Ditto.
11409
11410         * imap.el (imap-authenticate): Fix typo.
11411
11412 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11413
11414         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11415         buffer (since IMAP server might return FETCH response out of
11416         order, and the nntp buffer must be sorted).
11417
11418 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11419
11420         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11421         comparison on string.
11422
11423         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11424         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11425         (gnus-agent-summary-fetch-series): Modified to protect against
11426         gnus-agent-summary-fetch-group clearing processable flags.
11427         (gnus-agent-synchronize-group-flags): Update live group buffer as
11428         synchronization may occur due to the user toggle the plugged
11429         status.
11430         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11431         successfully downloaded.
11432         (gnus-agent-expire-group-1): Avoid using markers when the overview
11433         is in ascending order; greatly improves performance.
11434         (gnus-agent-regenerate-group): Use
11435         gnus-agent-synchronize-group-flags to reset read status in both
11436         gnus and server.
11437         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11438
11439 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * message.el: Don't autoload former message-utils variables.
11442         (message-strip-subject-trailing-was): Change doc string.
11443
11444         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11445         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11446         (nnweb-google-search): Add "hl=en" here.
11447         (nnweb-google-parse-1, nnweb-google-create-mapping):
11448         Don't hardcode URL.
11449
11450 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * message.el (message-get-reply-headers, message-followup):
11453         Mention related variables `message-use-followup-to' and
11454         `message-use-mail-followup-to', in the information buffer.
11455
11456         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11457         of broken groups(-beta).google.com.
11458
11459 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11460
11461         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11462         parameter to invoked gnus-request-move-article; remove the
11463         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11464         all at once instead of once per article.
11465         (gnus-summary-remove-process-mark): Accept a list of articles as
11466         well as a single article for processing.
11467
11468         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11469         parameter.
11470
11471         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11472
11473         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11474
11475         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11476         parameter.
11477
11478         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11479         parameter.
11480
11481         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11482         parameter and remove the gnus-sum-hint-move-is-internal variable.
11483
11484         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11485         parameter.
11486
11487         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11488         parameter.
11489
11490         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11491         parameter.
11492
11493         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11494
11495         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11496         parameter.
11497
11498         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11499         parameter.
11500
11501 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11502
11503         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11504         a more conservative way.
11505
11506 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11507
11508         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11509         buffer, so it moves the window's cursor.
11510
11511 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11512
11513         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11514         `mm-dissect-multipart' and receive the from field as an (optional)
11515         argument from `mm-dissect-multipart'.
11516         (mm-dissect-multipart): Receive the from field as an argument and
11517         pass it on when we call `mm-dissect-buffer' on MIME parts.
11518         Fixes verification/decryption of signed/encrypted MIME parts.
11519
11520 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11521
11522         * gnus-sum.el (gnus-summary-move-article): Set
11523         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11524         whatever it calls (right now, only nnimap-request-move article
11525         respects it).
11526
11527         * nnimap.el (nnimap-request-move-article): When
11528         gnus-sum-hint-move-is-internal is set, don't do the extra
11529         nnimap-request-article.
11530
11531 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11532
11533         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11534
11535         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11536         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11537
11538         * gnus-sum.el (gnus-summary-caesar-message):
11539         Apply `gnus-treat-article' after rotation.
11540
11541         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11542         doc string.
11543
11544 2005-02-22  Simon Josefsson  <jas@extundo.com>
11545
11546         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11547         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11548         <arne@arnested.dk>.
11549         (encrypt): Add password-cache and password-cache-expiry as group
11550         members.
11551
11552 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11553
11554         * smime.el (smime-ldap-host-list): Doc fix.
11555         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11556         cache) password.
11557         (smime-sign-region): Use it.
11558         (smime-decrypt-region): Use it.
11559         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11560         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11561         fails.
11562         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11563         certificate from DER to PEM format rather than calling openssl.
11564
11565         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11566
11567         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11568         for signing/encryption.
11569
11570         * mml.el (mml-parse-1): Use them.
11571
11572 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11573
11574         * nnrss.el (nnrss-verbose): Removed.
11575         (nnrss-request-group): Use `nnheader-message' instead.
11576
11577 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11578
11579         * nnrss.el (nnrss-verbose): New variable.
11580         (nnrss-request-group): Make it say nnrss is requesting a group.
11581
11582 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11585         Handle news URL with given port correctly.
11586
11587 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11590         containing special characters.
11591
11592         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11593
11594         * mml.el (mime-to-mml): Ditto.
11595
11596         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11597         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11598         (rfc2047-decode-region): Quote decoded words containing special
11599         characters when rfc2047-quote-decoded-words-containing-tspecials
11600         is non-nil.
11601
11602 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11603
11604         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11605
11606         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11607
11608 2005-02-15  Simon Josefsson  <jas@extundo.com>
11609
11610         * nnimap.el (nnimap-debug): Doc fix.
11611
11612         * imap.el (imap-debug): Doc fix.
11613
11614 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11617
11618 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11619
11620         * gnus.el (spam-contents): Improve docs for spam-contents
11621         parameter in its variable incarnation.
11622
11623 2005-02-14  Simon Josefsson  <jas@extundo.com>
11624
11625         * smime-ldap.el: Use require instead of load-library for ldap.
11626         (smime-ldap-search): Indent.
11627         (smime-ldap-search-internal): Shorten line.
11628
11629         * smime.el (smime-cert-by-dns): Add doc-string.
11630         (smime-cert-by-ldap-1): Indent.
11631
11632         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11633         mml-smime-get-dns-ldap.
11634         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11635
11636 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11637
11638         * smime.el: Require smime-ldap.
11639         (smime-ldap-host-list): New variable.
11640         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11641
11642         * mml-smime.el (mml-smime-encrypt-query): New function.
11643         (mml-smime-encrypt-query): Use it.
11644
11645         * smime-ldap.el: New file.
11646
11647 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11650
11651 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11654         argument in doc string.  Make query for type more clear.
11655
11656 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * gnus.el (gnus-group-startup-message): Search for gnus images in
11659         etc/images/gnus.
11660         * mm-util.el (mm-image-load-path): Likewise.
11661         * smiley.el (smiley-data-directory): Search for smilies in
11662         etc/images/smilies.
11663
11664 2005-02-09  Kim F. Storm  <storm@cua.dk>
11665
11666         Change Emacs release version from 21.4 to 22.1 throughout.
11667         Change Emacs development version from 21.3.50 to 22.0.50.
11668
11669 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11672
11673         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11674         non-Mule XEmacs as well.
11675         (mm-decompress-buffer): Signal an error intentionally if it does
11676         not decompress compressed data because auto-compression-mode is
11677         disabled.
11678
11679 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11680
11681         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11682         an ID in the registry even if it has no groups.
11683
11684 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11687         merge it into mm-decompress-buffer.
11688         (gnus-mime-copy-part): Use the MIME part charset, the value which
11689         a user specified or gnus-newsgroup-charset for decoding, like
11690         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11691         save-buffer what was used.  Suggested by Kevin Ryde
11692         <user42@zip.com.au>.
11693         (gnus-mime-inline-part): Allow the name parameter as well as the
11694         filename parameter; force decompressing of compressed data; always
11695         display contents being not decoded as unibyte.
11696
11697         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11698         as well as the filename parameter.
11699
11700         * mm-util.el (mm-decompress-buffer): Merge
11701         gnus-mime-jka-compr-maybe-uncompress.
11702         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11703         of compressed data.
11704
11705 2005-02-08  Simon Josefsson  <jas@extundo.com>
11706
11707         * imap.el (imap-log): Doc fix.
11708
11709 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11712         the coding cookies; decompress compressed parts.
11713
11714         * mml.el (mml-generate-mime-1): Add the charset parameter according
11715         to the value which a user specified manually or the coding cookie.
11716
11717         * mm-util.el (mm-string-to-multibyte): New function.
11718         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11719         (mm-coding-system-to-mime-charset): New function.
11720         (mm-decompress-buffer): New function.
11721         (mm-find-buffer-file-coding-system): New function.
11722
11723         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11724         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11725         parts.
11726
11727 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11728
11729         * mm-view.el (mm-display-inline-fontify): Decode a part according
11730         to the charset parameter.
11731
11732 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11735         prefix arg is neither nil nor a number, as info specifies.
11736
11737 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11740         timestamps.
11741
11742 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11743
11744         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11745         groups error checking and notify user.
11746
11747 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11748
11749         * message.el (message-send-mail-function): Check existence of
11750         sendmail-program first before using default value
11751         `message-send-mail-with-sendmail'.  Otherwise use more generic
11752         `smtpmail-send-it'.
11753
11754 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * nntp.el (nntp-request-update-info): Always return nil.
11757
11758 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11759
11760         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11761
11762 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11763
11764         * message.el (message-beginning-of-line): Change the behavior when
11765         invoked between BOL and : so that it first moves backward.
11766
11767 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11770         article buffer when editing of the article is discarded.
11771         (gnus-article-prepare): Revert.
11772
11773 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * gnus-art.el (gnus-article-prepare):
11776         Remove message-strip-forbidden-properties from the local hook.
11777
11778 2005-01-27  Simon Josefsson  <jas@extundo.com>
11779
11780         * password.el (password-cache-add): Only start one timer per key.
11781         Reported by Derek Atkins <warlord@MIT.EDU>.
11782
11783 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11784
11785         * run-at-time.el: Removed.  It is no longer needed as
11786         timer-funcs.el in the xemacs-base package has a working version of
11787         `run-at-time'.
11788
11789         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11790
11791         * password.el: Require timer-funcs instead of run-at-time in
11792         XEmacs.
11793         Remove `password-run-at-time' macro.
11794         (password-cache-add): Use `run-at-time' instead of
11795         `password-run-at-time'.
11796
11797         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11798         Remove `nnheader-cancel-function-timers' alias,
11799         `cancel-function-timers' exists in XEmacs in timer-funcs.
11800
11801         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11802         for `run-with-idle-timer'.
11803
11804         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11805         for `run-at-time'.
11806
11807         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11808         for `with-timeout'.
11809
11810         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11811         the same as for XEmacs 21.4.
11812         No need to ignore `run-with-idle-timer', this function exists in
11813         XEmacs now in timer-funcs.el in the xemacs-base package.
11814         (dgnushack-compile): No need to delete
11815         run-at-time.el from the list of files to compile because it
11816         doesn't exist anymore.
11817
11818 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11821         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11822
11823 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11824
11825         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11826         sensitively.
11827
11828 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11829
11830         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11831
11832 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11835         which will be inserted according to the multibyteness of a buffer
11836         rather than the type of contents.  Suggested by ARISAWA Akihiro
11837         <ari@mbf.ocn.ne.jp>.
11838
11839         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11840         of string which old xml.el may return rather than a string.
11841
11842 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11845
11846 2005-01-16  Simon Josefsson  <jas@extundo.com>
11847
11848         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11849         idn/idna.el isn't available.
11850         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11851         <michael@waxrat.com>.
11852
11853         * hashcash.el: Remove non-FSF copyright header.
11854
11855         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11856         (hashcash-generate-payment): Use it.
11857         (hashcash-generate-payment-async): Use it.
11858
11859 2005-01-15  Simon Josefsson  <jas@extundo.com>
11860
11861         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11862         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11863
11864         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11865         gnus-summary-idna-message.
11866         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11867         (gnus-summary-idna-message): New function.
11868
11869 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11872         gnus-novice-user.
11873
11874 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * nnrss.el (nnrss-request-delete-group): Delete entries in
11877         nnrss-group-alist as well.
11878         (nnrss-save-server-data): Insert newline.
11879
11880 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * gnus.el (gnus-user-agent): Use list of symbols instead of
11883         symbols.  Display full version number for (S)XEmacs.  Optionally
11884         display (S)XEmacs codename.
11885
11886         * gnus-util.el (gnus-emacs-version): Update for new
11887         `gnus-user-agent'.
11888
11889         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11890         Gnus version.
11891
11892 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11895         which is unreadable in some setups.
11896
11897 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-spec.el (gnus-update-format-specifications): Flush the
11900         group format spec cache if it doesn't support decoded group names.
11901
11902 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11905         Allow to apply decay on score files matching a regexp.
11906
11907 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11910         compatibility in %g and %c.
11911
11912 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11915         name for only %g and %c.
11916         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11917         of gnus-tmp-group to decoded group name.
11918         (gnus-group-make-rss-group): Exclude `/'s from group names.
11919
11920 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * nnrss.el (nnrss-get-encoding): Fix regexp.
11923
11924 2004-12-27  Simon Josefsson  <jas@extundo.com>
11925
11926         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11927         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11928         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11929
11930 2004-12-17  Kim F. Storm  <storm@cua.dk>
11931
11932         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11933
11934         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11935
11936 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11937
11938         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11939
11940 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * nnrss.el: Require rfc2047 and mml.
11943         (nnrss-file-coding-system): New variable.
11944         (nnrss-format-string): Redefine it as an inline function.
11945         (nnrss-decode-group-name): New function.
11946         (nnrss-string-as-multibyte): Remove.
11947         (nnrss-retrieve-headers): Decode group name; don't use
11948         nnrss-format-string.
11949         (nnrss-request-group): Decode group name.
11950         (nnrss-request-article): Decode group name; allow a Message-ID as
11951         well as an article number; don't use nnrss-format-string; encode a
11952         Message-ID string which may contain non-ASCII characters; use
11953         mml-to-mime to compose a MIME article.
11954         (nnrss-request-expire-articles): Decode group name.
11955         (nnrss-request-delete-group): Decode group name.
11956         (nnrss-fetch): Clarify error message.
11957         (nnrss-read-server-data): Use insert-file-contents instead of load;
11958         bind file-name-coding-system; use multibyte buffer.
11959         (nnrss-save-server-data): Bind coding-system-for-write to the
11960         value of nnrss-file-coding-system; bind file-name-coding-system;
11961         add coding cookie.
11962         (nnrss-read-group-data): Use insert-file-contents instead of load;
11963         bind file-name-coding-system; use multibyte buffer.
11964         (nnrss-save-group-data): Bind coding-system-for-write to the
11965         value of nnrss-file-coding-system; bind file-name-coding-system.
11966         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11967         make it work with non-ASCII text.
11968         (nnrss-find-el): Make it work with old xml.el as well.
11969
11970 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11971
11972         * nnrss.el (nnrss-get-encoding): New function.
11973         (nnrss-fetch): Use unibyte buffer initially; bind
11974         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11975         decode contents according to the encoding attribute.
11976         (nnrss-save-group-data): Add coding cookie.
11977         (nnrss-mime-encode-string): New function.
11978         (nnrss-check-group): Use it to encode subject and author.
11979
11980 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11981
11982         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11983         imaginary variable.
11984
11985 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11988         correctly even if there are wide characters.
11989
11990 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11991
11992         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11993         downcased symbol names; make a new cache instead of reusing
11994         bbdb-hashtable.
11995
11996 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11999         concatenating segments rather than before concatenating them.
12000         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12001
12002         * message.el (message-get-reply-headers): Bind `extra'.
12003
12004 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12005
12006         * message.el (message-extra-wide-headers): New variable.
12007         (message-get-reply-headers): Use it.
12008
12009 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12012         (gnus-agent-group-pathname): Ditto.
12013
12014         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12015
12016         * gnus-group.el (gnus-group-make-group): Decode group name.
12017         (gnus-group-make-rss-group): Register the group data after opening
12018         the nnrss group.
12019
12020 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12021
12022         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12023         by expiry now get marked as read.
12024
12025 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12028
12029 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12030
12031         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12032         unify Latin characters in XEmacs.
12033         (mm-find-mime-charset-region): Use it.
12034
12035 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-util.el (gnus-delete-directory): New function.
12038
12039         * gnus-agent.el (gnus-agent-delete-group): Use it.
12040
12041         * gnus-cache.el (gnus-cache-delete-group): Use it.
12042
12043 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12046         names.
12047
12048 2004-12-16  Simon Josefsson  <jas@extundo.com>
12049
12050         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12051
12052 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12055
12056         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12057         (gnus-group-set-current-level): Decode group name.
12058
12059 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12060
12061         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12062         failed.
12063
12064 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-group.el (gnus-group-delete-group): Decode group name.
12067         (gnus-group-make-rss-group): Encode group name.
12068         (gnus-group-catchup-current): Decode group name.
12069         (gnus-group-kill-group): Decode group name.
12070
12071 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12072
12073         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12074
12075 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-group.el (gnus-group-make-rss-group):
12078         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12079
12080         * gnus-start.el (gnus-setup-news): Honor user's setting to
12081         gnus-message-archive-method.  Suggested by Lute Kamstra
12082         <lute@gnu.org>.
12083
12084 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12085
12086         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12087         global counterparts of the buffer-local variables.
12088
12089 2004-11-16  Romain Francoise  <romain@orebokech.com>
12090
12091         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12092         counterparts of the buffer-local variables.
12093
12094 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * message.el (message-forbidden-properties): Fixed typo in doc
12097         string.
12098
12099 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * gnus-util.el (gnus-replace-in-string): Added doc string.
12102
12103         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12104         to avoid problems when splitting mails with many recipients.
12105
12106 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12107
12108         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12109         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12110
12111 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12112
12113         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12114         if there is no hashtable in memory or file modification time is
12115         newer than cached timestamp.
12116
12117 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12120         not-matching option.
12121
12122 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12125         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12126         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12127         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12128         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12129         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12130
12131 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * message.el (message-forward-make-body-mml): Remove headers
12134         according to message-forward-ignored-headers if a message is decoded.
12135
12136 2004-12-02  Romain Francoise  <romain@orebokech.com>
12137
12138         * message.el (message-forward-make-body-plain): Always remove
12139         headers according to message-forward-ignored-headers.
12140
12141 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12142
12143         * spam.el (spam-summary-prepare-exit): Remove the
12144         gnus-summary-limit pop for now, it has problems with ham marks for
12145         me.
12146
12147 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12148
12149         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12150         correctly.
12151
12152 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12153
12154         * format-spec.el (format-spec): Message the char.
12155
12156 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12157
12158         * gnus-art.el (gnus-split-methods): Reformat comments.
12159
12160         * spam.el (spam-summary-prepare-exit): Remove article limits
12161         before exiting the summary buffer.
12162
12163 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12166         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12167
12168         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12169         order to silence the byte compiler.
12170
12171         * spam.el: Fix the way to silence the byte compiler, which
12172         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12173         bbdb-search-simple, spam-BBDB-register-routine,
12174         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12175         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12176         spam-stat-buffer-is-spam, spam-stat-load,
12177         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12178         spam-stat-save and spam-stat-split-fancy.
12179
12180 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12183         which may confuse users.
12184         (canlock-password-for-verify): Ditto.
12185
12186         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12187
12188         * gnus-art.el (gnus-emphasis-alist): Ditto.
12189
12190         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12191
12192         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12193
12194         * gnus-start.el (gnus-save-killed-list): Ditto.
12195
12196         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12197         (gnus-sum-thread-tree-root): Ditto.
12198         (gnus-sum-thread-tree-false-root): Ditto.
12199         (gnus-sum-thread-tree-single-indent): Ditto.
12200
12201         * message.el (message-courtesy-message): Ditto.
12202         (message-archive-note): Ditto.
12203         (message-subscribed-address-file): Ditto.
12204         (message-user-fqdn): Ditto.
12205
12206         * spam-report.el (spam-report-gmane-regex): Ditto.
12207
12208         * spam.el (spam-blackhole-good-server-regex): Ditto.
12209
12210 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * mml.el (mml-preview): Widen the message buffer before copying
12213         the contents to the preview buffer; sort headers before previewing.
12214
12215         * message.el (message-hidden-headers): Fix the way to avoid a bug
12216         in the `repeat' widget in Emacs 21.3 or earlier.
12217
12218 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * message.el (message-hidden-headers): Default to "^References:".
12221         Improve customization type.  Suggested by Reiner Steib
12222         <Reiner.Steib@gmx.de>.
12223
12224 2004-11-25  Romain Francoise  <romain@orebokech.com>
12225
12226         * message.el (message-strip-forbidden-properties): Remove check for
12227         obsolete `message-hidden' text property, hidden headers are not
12228         accessible in the buffer anymore.
12229
12230 2004-11-22  Romain Francoise  <romain@orebokech.com>
12231
12232         * message.el (message-header-format-alist): Add `From' in list
12233         so that it can be sorted.
12234         (message-fix-before-sending): Widen and sort headers before
12235         sending.
12236         (message-hide-headers): Use narrowing to hide headers by moving
12237         them to the top of the buffer and narrowing to the region
12238         underneath.
12239
12240 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241
12242         * message.el (message-strip-forbidden-properties): Bind
12243         buffer-read-only (etc) to nil.
12244
12245 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12248         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12249
12250 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12251
12252         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12253
12254 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12255
12256         * dns.el (query-dns): Use sit-for to time instead of
12257         accept-process-output, since that doesn't seem to work on udp
12258         sockets.
12259
12260 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12263
12264 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12265
12266         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12267         doc string.  Improve doc string.
12268
12269 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * nntp.el (nntp-request-update-info): Return nil if
12272         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12273         may not call gnus-activate-group which uselessly issues the GROUP
12274         commands for all nntp groups and wastes time.  Reported by Romain
12275         Francoise <romain@orebokech.com>.
12276
12277         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12278
12279 2004-11-15  Simon Josefsson  <jas@extundo.com>
12280
12281         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12282         headers separately.
12283         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12284         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12285
12286 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * gnus-start.el (gnus-convert-old-newsrc):
12289         Assign legacy-gnus-agent to 5.10.7.
12290
12291 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12294         start of the lines.
12295
12296 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12297
12298         * hashcash.el (hashcash-default-payment): Change default to 20.
12299         (hashcash-default-accept-payment): Change default to 20.
12300         (hashcash-process-alist): New variable.
12301         (hashcash-generate-payment-async): Add.
12302         (hashcash-already-paid-p): Add.
12303         (hashcash-insert-payment): Don't generate payments twice.
12304         (hashcash-insert-payment-async): Add.
12305         (hashcash-insert-payment-async-2): Add.
12306         (hashcash-cancel-async): Add.
12307         (hashcash-wait-async): Add.
12308         (hashcash-processes-running-p): Add.
12309         (hashcash-wait-or-cancel): Add.
12310         (mail-add-payment): New optional argument.  Conditionally start
12311         asynchronous calculation.
12312         (mail-add-payment-async): Add.
12313
12314         * message.el (message-send-mail): Wait for asynchronous hashcash
12315         results.  Don't clobber existing X-Hashcash headers.
12316         (message-setup-1): Call mail-add-payment-async when
12317         message-generate-hashcash is non-nil.
12318
12319 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12320
12321         * message.el (message-use-alternative-email-as-from): Examine the
12322         From header as well; use message-make-from in order to include a
12323         user's full name.
12324
12325 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12328         default; improve customization type.
12329         (gnus-emphasis-custom-with-format): New macro.
12330         (gnus-emphasis-custom-value-to-external): New function.
12331         (gnus-emphasis-custom-value-to-internal): New function.
12332
12333 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12334
12335         * dns.el (query-dns): Resolve reverse addresses.
12336
12337 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12338
12339         * gnus-group.el (gnus-group-get-new-news): Use it.
12340
12341         * gnus-start.el (gnus-check-reasonable-setup): New function.
12342
12343 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12346         "Args out of range" error.  Reported by Arnaud Giersch
12347         <arnaud.giersch@free.fr>.
12348
12349 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12350
12351         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12352
12353 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12354
12355         * spam.el (spam group): Add :version.
12356
12357         * pgg-def.el (pgg group): Add :version.
12358
12359 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-art.el (gnus-article-edit-article): Don't associate the
12362         article buffer with a draft file.  This is a temporary measure
12363         against the 2004-08-22 change to gnus-article-edit-mode.
12364
12365 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12368         (html2text-format-tags): Remove unused variable `attr'.
12369
12370 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12373
12374         * tls.el (tls-process-connection-type, tls-success)
12375         (tls-certtool-program): Add :version.
12376
12377         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12378         (starttls-extra-arguments, starttls-process-connection-type)
12379         (starttls-connect, starttls-failure, starttls-success): Add :version.
12380
12381         * spam-stat.el (spam-stat): Add :version.
12382
12383         * sieve.el (sieve): Add :version.
12384
12385         * sha1.el (sha1): Add :version.
12386         (sha1-use-external): Remove redundant version.
12387
12388         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12389         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12390         (nnmail-split-fancy-match-partial-words)
12391         (nnmail-split-lowercase-expanded): Add :version.
12392
12393         * nndiary.el (nndiary): Add :version.
12394
12395         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12396
12397         * mml-sec.el (mml-default-sign-method)
12398         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12399         Add :version.
12400
12401         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12402
12403         * mm-url.el (mm-url-use-external, mm-url-program)
12404         (mm-url-arguments): Add :version.
12405
12406         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12407         (mm-attachment-file-modes, mm-decrypt-option)
12408         (mm-w3m-safe-url-regexp): Add :version.
12409
12410         * message.el (message-cite-prefix-regexp)
12411         (message-sendmail-envelope-from, message-minibuffer-local-map)
12412         (message-user-fqdn, message-completion-alist): Add :version.
12413
12414         * gnus-win.el (gnus-configure-windows-hook)
12415         (gnus-use-frames-on-any-display): Add :version.
12416
12417         * gnus-art.el (gnus-article-address-banner-alist)
12418         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12419         (gnus-treat-from-picon, gnus-treat-mail-picon)
12420         (gnus-treat-x-pgp-sig): Add :version.
12421
12422         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12423         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12424         (gnus-summary-article-delete-hook)
12425         (gnus-summary-display-while-building): Add :version.
12426
12427         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12428         (gnus-get-top-new-news-hook): Add :version.
12429
12430         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12431         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12432
12433         * gnus-registry.el (gnus-registry): Add :version.
12434
12435         * gnus-spec.el (gnus-use-correct-string-widths)
12436         (gnus-make-format-preserve-properties): Add :version.
12437
12438         * gnus.el (gnus-group-charter-alist)
12439         (gnus-group-fetch-control-use-browse-url)
12440         (gnus-install-group-spam-parameters): Add :version.
12441
12442         * gnus-diary.el (gnus-diary): Add :version.
12443
12444         * gnus-delay.el (gnus-delay): Add :version.
12445
12446         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12447         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12448         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12449         Add :version.
12450
12451         * gnus-agent.el (gnus-agent-max-fetch-size)
12452         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12453         (gnus-agent-prompt-send-queue): Add :version.
12454
12455         * deuglify.el (gnus-outlook-deuglify): Add :version.
12456
12457         * html2text.el: Beautify code.  Improve doc strings.  Some
12458         checkdoc cleanup.
12459         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12460
12461 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12462
12463         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12464
12465 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12466
12467         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12468         when package is loaded.
12469
12470         * spam.el (spam-summary-score-preferred-header): Add global preference
12471         for people who want to override the default SpamAssassin over
12472         Bogofilter preference (when both are set).
12473         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12474         (spam-user-format-function-S): Check
12475         spam-summary-score-preferred-header.
12476         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12477         (spam-user-format-function-S): Format the score correctly.
12478
12479 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12482         signature file.  Suggested by Manoj Srivastava
12483         <srivasta@golden-gryphon.com>.
12484
12485         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12486         iso-2022-jp even in the Japanese language environment.
12487         Suggested by Jason Rumney <jasonr@gnu.org>.
12488
12489 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12492         use the same characters as the dummy marks; make it free from
12493         getting affected by the language environment.
12494         (gnus-summary-read-group-1): Update mark positions only when the
12495         format spec is updated.
12496
12497         * gnus-spec.el (gnus-update-format-specifications): Return a list
12498         of updated types.
12499
12500 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12503         of boundp to check if display-warning is available.
12504
12505 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12506
12507         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12508
12509 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * nnspool.el (nnspool-spool-directory): Use news-path if the
12512         news-directory variable is not bound.
12513
12514         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12515         function instead of display-warning if it is not available.
12516
12517 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12520         v5-10: Use `point-at-bol'.
12521
12522 2004-10-26  Simon Josefsson  <jas@extundo.com>
12523
12524         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12525         <chenggao@gmail.com>.
12526
12527 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12530         instead.
12531
12532 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12535         to remove a server from the nnimap-server-buffer-alist.
12536         (nnimap-open-connection, nnimap-close-server): Use it.
12537
12538         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12539
12540 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12543         running the major-mode function.
12544
12545 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12548         dummy marks in the right way.
12549
12550 2004-10-18  David Edmondson  <dme@dme.org>
12551
12552         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12553         excessively.
12554
12555 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12556
12557         * gnus-util.el (gnus-split-references): Accept a nil references
12558         string and go on blissfully.
12559
12560         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12561         cases where the references string is non-nil but has no references.
12562
12563         * encrypt.el: Add autoload tags.
12564
12565         * spam.el (spam-resolve-registrations-routine): Remove article
12566         from unregistration list too.  Reported by David Hanak
12567         <dhanak@isis.vanderbilt.edu>
12568
12569 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12572         nil.  Changed custom type.
12573
12574 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12575
12576         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12577
12578         * gnus-sum.el (gnus-summary-move-article): Use it.
12579
12580 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12581
12582         * encrypt.el: Add autoload cookies.
12583
12584         * spam.el (spam-backend-article-list-property)
12585         (spam-backend-get-article-todo-list)
12586         (spam-backend-put-article-todo-list)
12587         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12588         Resolve registrations separately.
12589         (spam-register-routine): Format comments.
12590         (spam-unregister-routine, spam-register-routine): Always call with
12591         specific-articles, no default list.
12592         (spam-summary-prepare-exit): Use the spam-classifications function.
12593
12594         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12595         gnus-encrypt.el.
12596
12597         * encrypt.el: Copied from gnus-encrypt.el.
12598
12599         * gnus-encrypt.el: Commented that it's obsolete.
12600
12601 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12604         (gnus-score-save): Use it.
12605
12606         * message.el (message-bury): Use `window-dedicated-p'.
12607
12608 2004-10-15  Simon Josefsson  <jas@extundo.com>
12609
12610         * pop3.el (top-level): Don't require nnheader.
12611         (pop3-read-timeout): Add.
12612         (pop3-accept-process-output): Add.
12613         (pop3-read-response, pop3-retr): Use it.
12614
12615 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12616
12617         * spam.el (spam-register-routine): Move comment.
12618         (spam-verify-bogofilter): Use 'unknown for the initial
12619         spam-bogofilter-valid state, not 'never.
12620
12621         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12622         for netrc-machine.
12623
12624         * nnimap.el (nnimap-open-connection): Use
12625         netrc-machine-user-or-password.
12626
12627 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12628
12629         * gnus-registry.el (gnus-registry-unload-hook):
12630         Set as a variable with add-hook.
12631
12632         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12633         of news-path.
12634
12635         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12636
12637         * spam.el: Delete duplicate `provide'.
12638         (spam-unload-hook): Set as a variable with add-hook.
12639
12640 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12641
12642         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12643         in the doc string.
12644
12645         * message.el (message-ignored-news-headers)
12646         (message-ignored-supersedes-headers)
12647         (message-ignored-resent-headers)
12648         (message-forward-ignored-headers): Improve custom type.
12649
12650 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * message.el (message-tokenize-header): Fix 2004-09-06 change
12653         which used point-min in the wrong place.
12654
12655 2004-10-12  Simon Josefsson  <jas@extundo.com>
12656
12657         * tls.el (tls-certtool-program): New variable.
12658         (tls-certificate-information): New function, based on
12659         ssl-certificate-information.
12660
12661 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * compface.el: Move the version of ELisp-based uncompface program
12664         to the contrib directory because of the copyright problem.
12665
12666 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * message.el (message-kill-buffer): Raise the current frame.
12669
12670 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12673
12674         * gnus.el (message-y-or-n-p): Autoload.
12675
12676         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12677         (pop3-password-required, pop3-authentication-scheme)
12678         (pop3-leave-mail-on-server): Made customizable.
12679         (pop3): New custom group.
12680         (pop3-retr): Remove `sleep-for' statements.
12681         Suggested by Dave Love <fx@gnu.org>.
12682
12683         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12684         Windows/DOS.
12685
12686         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12687         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12688         Dave Love <fx@gnu.org>.
12689
12690         * mml.el (mml-minibuffer-read-disposition): Require match.
12691         Suggested by Dave Love <fx@gnu.org>.
12692
12693 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12694
12695         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12696         doc string.
12697
12698 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12701
12702 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12703
12704         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12705         instead of calling `mm-insert-inline', to decode text/* parts
12706         before displaying them.
12707
12708 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * mm-uu.el (mm-uu-text-plain-type): New variable.
12711         (mm-uu-pgp-signed-extract-1): Use it.
12712         (mm-uu-pgp-encrypted-extract-1): Use it.
12713         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12714         bind mm-uu-text-plain-type with that value.
12715         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12716         mm-uu-dissect.
12717
12718 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-group.el (gnus-update-group-mark-positions):
12721         * gnus-sum.el (gnus-update-summary-mark-positions):
12722         * message.el (message-check-news-body-syntax):
12723         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12724         of string-as-multibyte.
12725
12726 2004-10-05  Juri Linkov  <juri@jurta.org>
12727
12728         * gnus-group.el (gnus-update-group-mark-positions):
12729         * gnus-sum.el (gnus-update-summary-mark-positions):
12730         * message.el (message-check-news-body-syntax):
12731         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12732         8-bit unibyte values to a multibyte string for search functions.
12733
12734 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12737         (mm-uu-dissect-text-parts): New function.
12738
12739         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12740         dissect text parts.
12741
12742         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12743         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12744
12745         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12746
12747         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12748         gnus-current-topics instead of gnus-current-topic.
12749
12750 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12751
12752         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12753
12754 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12755
12756         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12757         where approriate.
12758
12759         * nnml.el (nnml-generate-active-info): do.
12760
12761         * nndiary.el (nndiary-generate-active-info): do.
12762
12763         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12764         (gnus-topic-move): do.
12765
12766         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12767         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12768
12769         * gnus-srvr.el (gnus-server-prepare)
12770         (gnus-server-open-all-servers): do.
12771
12772         * gnus-msg.el (gnus-summary-cancel-article)
12773         (gnus-summary-resend-message)
12774         (gnus-summary-mail-crosspost-complaint): do.
12775
12776         * gnus-move.el (gnus-change-server): do.
12777
12778         * gnus-group.el (gnus-group-unmark-all-groups)
12779         (gnus-group-set-current-level): do.
12780
12781 2004-10-04  Simon Josefsson  <jas@extundo.com>
12782
12783         * message.el (message-generate-hashcash): Doc fix.
12784
12785 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12786
12787         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12788         avoid infinite recursion via gnus-get-function.
12789
12790 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12791
12792         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12793
12794         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12795
12796         * nnmail.el (nnmail-split-history): do.
12797
12798         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12799         (nnml-request-delete-group): do.
12800
12801         * nnslashdot.el (nnslashdot-read-groups): do.
12802
12803         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12804         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12805
12806         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12807         (nnspool-sift-nov-with-sed): Use last.
12808         (nnspool-retrieve-headers-with-nov): Use mapc.
12809         (nnspool-request-newgroups): Use dolist.
12810         (nnspool-request-group): Use last.
12811
12812         * nntp.el (nntp-read-server-type): Use dolist.
12813
12814         * nnvirtual.el (nnvirtual-create-mapping)
12815         (nnvirtual-update-read-and-marked): Use dolist.
12816         (nnvirtual-convert-headers): Simplify.
12817
12818 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12819
12820         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12821         support for sync'ing tick marks.
12822
12823 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12826         there's no visible header.
12827
12828 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12829
12830         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12831         necessary, pass full group name to gnus-request-set-marks.
12832
12833 2004-10-01  Simon Josefsson  <jas@extundo.com>
12834
12835         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12836         acroread.
12837
12838 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12839
12840         * spam-report.el (spam-report-gmane): Fix interactive.
12841
12842         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12843
12844         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12845         when writing file.
12846         (gnus-agent-synchronize-flags): Don't default to being
12847         interactive.
12848
12849 2004-09-30  Simon Josefsson  <jas@extundo.com>
12850
12851         * message.el (message-generate-hashcash): Add.
12852         (message-send-mail): Use it, call mail-add-payment.
12853
12854 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12855
12856         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12857
12858 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12859
12860         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12861         gnus-requst-update-info with explicit code to sync the in-memory
12862         info read flags with the marks being sync'd to the backend.
12863
12864         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12865
12866 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12867
12868         * spam.el (spam-verify-bogofilter): Add new function.
12869         (spam-check-bogofilter)
12870         (spam-bogofilter-register-with-bogofilter): Use it.
12871         (spam-verify-bogofilter): Add small fixes.
12872
12873 2004-09-28  Simon Josefsson  <jas@extundo.com>
12874
12875         * hashcash.el (hashcash-generate-payment): Revert.
12876
12877 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12878
12879         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12880         gnus-extract-references instead of gnus-split-references.
12881
12882         * gnus-util.el (gnus-extract-references): Add new function, analogous
12883         to gnus-split-references but extracts only the message-ID without
12884         anything extra.
12885
12886         * hashcash.el (hashcash-generate-payment)
12887         (hashcash-check-payment): Do the right thing if hashcash-path is
12888         nil (because the hashcash program could not be found).
12889
12890         * spam.el (spam-use-hashcash): Remove comment.
12891
12892 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12893
12894         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12895         (gnus-cache-enter-article, gnus-cache-remove-article)
12896         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12897
12898         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12899
12900         * gnus-art.el (article-hide-boring-headers)
12901         (article-translate-strings, article-display-face)
12902         (gnus-article-mime-match-handle-first)
12903         (gnus-article-highlight-headers)
12904         (gnus-article-add-buttons-to-head): do.
12905
12906 2004-09-27  Simon Josefsson  <jas@extundo.com>
12907
12908         * hashcash.el: New version, from
12909         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12910         ../contrib/.
12911
12912 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12915
12916 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12917
12918         * gnus-dup.el (gnus-dup-open): Use mapc.
12919         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12920
12921         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12922         Reported by Stefan Wiens <s.wi@gmx.net>.
12923
12924         * gnus.el (gnus-shutdown): Use dolist.
12925
12926         * gnus-undo.el (gnus-undo): Use mapc.
12927
12928         * nnrss.el (nnrss-generate-active): do.
12929
12930         * message.el (message-cite-original-without-signature)
12931         (message-cite-original): Use mapc.
12932         (message-do-actions, message-make-forward-subject): Use dolist.
12933
12934 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12935
12936         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12937         deletion to remove entire duplicate line.  Fixes merged article
12938         number bug.
12939
12940 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12941
12942         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12943         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12944         first ask if you want to open a server and then, even when you
12945         responded with no, asking if you want to synchronize the server's
12946         flags.
12947         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12948         multi-line expressions.
12949         (gnus-agent-synchronize-group-flags): New internal function.
12950         Updates marks in memory (in the info structure) AND in the
12951         backend.
12952
12953         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12954
12955         * nnagent.el (nnagent-request-set-mark): Use
12956         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12957         method, to ensure that synchronization updates marks in the
12958         backend and in the info (in memory) structure.
12959
12960 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12963         convention fully; don't miss the root article of a thread; make
12964         the X-Draft-From header with correct article numbers.
12965
12966 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12967
12968         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12969         unless plugged.  Disable the agent so that an open failure causes
12970         an error.
12971
12972         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12973         Reverted 2004-09-21 change.  The backend must be opened while
12974         synchronizing flags even when the backend stores the flags
12975         locally.
12976
12977 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12980         in `header' match.  Reported by Svend Tollak Munkejord.
12981
12982         * message.el (message-cite-original): Fix use of
12983         `message-cite-articles-with-x-no-archive'.
12984
12985 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12988         (gnus-window-to-buffer): Ditto.
12989
12990         * mml.el (mml-preview-buffer): New variable.
12991         (mml-preview): Manage window layout with gnus-buffer-configuration.
12992
12993         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12994         X-Draft-From header even if those articles aren't quoted.
12995
12996 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12997
12998         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12999         (gnus-request-set-mark, gnus-request-update-mark): Use new
13000         g-s-t-u-l-m to decide to use backend even when unplugged.
13001
13002 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13005         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13006
13007 2004-09-20  Simon Josefsson  <jas@extundo.com>
13008
13009         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13010         "utf-16-le".
13011
13012 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13013
13014         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13015
13016 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * uudecode.el (uudecode-use-external): Add :version.
13019
13020         * smime.el (smime-CA-file, smime-encrypt-cipher)
13021         (smime-dns-server): Add :version.
13022
13023         * smiley.el (gnus-smiley-file-types): Add :version.
13024
13025         * sha1.el (sha1-use-external): Add :version.
13026
13027         * pgg-def.el (pgg-query-keyserver): Add :version.
13028
13029         * nnmail.el (nnmail-fancy-expiry-targets)
13030         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13031         Add :version.
13032
13033         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13034         (nnimap-retrieve-groups-asynchronous): Add :version.
13035         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13036
13037         * mml.el (mml-content-disposition-parameters)
13038         (mml-insert-mime-headers-always): Add :version.
13039
13040         * mm-util.el (mm-coding-system-priorities): Add :version.
13041
13042         * mm-decode.el (mm-inline-text-html-with-images)
13043         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13044         (mm-verify-option): Add :version.
13045         (mm-text-html-renderer): Change :version.
13046
13047         * message.el (message-fcc-externalize-attachments)
13048         (message-required-headers, message-draft-headers)
13049         (message-subject-trailing-was-query)
13050         (message-subject-trailing-was-ask-regexp)
13051         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13052         (message-mark-insert-end, message-archive-header)
13053         (message-archive-note, message-cross-post-default)
13054         (message-cross-post-note, message-followup-to-note)
13055         (message-cross-post-note-function, message-use-mail-followup-to)
13056         (message-subscribed-address-functions)
13057         (message-subscribed-address-file, message-subscribed-addresses)
13058         (message-subscribed-regexps, message-allow-no-recipients)
13059         (message-yank-cited-prefix, message-signature-insert-empty-line)
13060         (message-hidden-headers, message-hierarchical-addresses)
13061         (message-mail-user-agent, message-use-idna)
13062         (message-valid-fqdn-regexp)
13063         (message-strip-special-text-properties, message-header-synonyms)
13064         (message-beginning-of-line, message-tab-body-function): Add :version.
13065         (message-insert-canlock, message-wide-reply-confirm-recipients):
13066         Change :version.
13067
13068         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13069         and :version.
13070         (mail-source-delete-old-incoming-confirm)
13071         (mail-source-movemail-program): Add :version.
13072
13073         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13074         (gnus-agent-cache, gnus-agent): Change :version.
13075
13076         * gnus-util.el (gnus-use-byte-compile): Change :version.
13077
13078         * gnus-sum.el (gnus-summary-make-false-root-always)
13079         (gnus-summary-default-high-score)
13080         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13081         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13082         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13083         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13084         (gnus-sum-thread-tree-single-indent)
13085         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13086         (gnus-sum-thread-tree-leaf-with-other)
13087         (gnus-sum-thread-tree-single-leaf): Add :version.
13088         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13089         (gnus-article-loose-mime): Change :version.
13090
13091         * gnus-start.el (gnus-backup-startup-file)
13092         (gnus-save-startup-file-via-temp-buffer): Add :version.
13093
13094         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13095         (gnus-server-offline-face): Add :version.
13096
13097         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13098
13099         * gnus-msg.el (gnus-gcc-externalize-attachments)
13100         (gnus-debug-files, gnus-debug-exclude-variables)
13101         (gnus-discouraged-post-methods): Change :version.
13102         (gnus-confirm-mail-reply-to-news)
13103         (gnus-confirm-treat-mail-like-news): Add :version.
13104
13105         * gnus-int.el (gnus-server-unopen-status): Add :version.
13106
13107         * gnus-group.el (gnus-group-jump-to-group-prompt)
13108         (gnus-large-ephemeral-newsgroup)
13109         (gnus-fetch-old-ephemeral-headers): Add :version.
13110
13111         * gnus-fun.el (gnus-x-face-directory)
13112         (gnus-convert-pbm-to-x-face-command)
13113         (gnus-convert-image-to-x-face-command)
13114         (gnus-convert-image-to-face-command): Add :version.
13115
13116         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13117
13118         * gnus-cite.el (gnus-cite-blank-line-after-header)
13119         (gnus-article-boring-faces): Add :version.
13120
13121         * gnus-art.el (gnus-buttonized-mime-types)
13122         (gnus-inhibit-mime-unbuttonizing)
13123         (gnus-treat-display-face)
13124         (gnus-treat-body-boundary): Change :version.
13125         (gnus-body-boundary-delimiter, gnus-picon-databases)
13126         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13127         (gnus-treat-date-english, gnus-treat-fold-headers)
13128         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13129         (gnus-treat-mail-picon, gnus-treat-wash-html)
13130         (gnus-article-encrypt-protocol)
13131         (gnus-use-idna, gnus-article-over-scroll)
13132         (gnus-mime-display-multipart-alternative-as-mixed)
13133         (gnus-mime-display-multipart-related-as-mixed)
13134         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13135         (gnus-ctan-url, gnus-button-ctan-handler)
13136         (gnus-button-handle-ctan-bogus-regexp)
13137         (gnus-button-ctan-directory-regexp)
13138         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13139         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13140         (gnus-button-man-level, gnus-button-emacs-level)
13141         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13142
13143         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13144         (gnus-agent-go-online): Change :version.
13145         (gnus-agent-expire-unagentized-dirs)
13146         (gnus-agent-auto-agentize-methods): Add :version.
13147
13148         * flow-fill.el (fill-flowed-display-column)
13149         (fill-flowed-encode-column): Add :version.
13150
13151         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13152         (gnus-outlook-deuglify-unwrap-max)
13153         (gnus-outlook-deuglify-cite-marks)
13154         (gnus-outlook-deuglify-unwrap-stop-chars)
13155         (gnus-outlook-deuglify-no-wrap-chars)
13156         (gnus-outlook-deuglify-attrib-cut-regexp)
13157         (gnus-outlook-deuglify-attrib-verb-regexp)
13158         (gnus-outlook-deuglify-attrib-end-regexp)
13159         (gnus-outlook-display-hook): Add :version.
13160
13161         * binhex.el (binhex-use-external): Add :version.
13162
13163 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13166         and `invisible'.
13167
13168 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13169
13170         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13171         in gnus-registry-trim.
13172
13173 2004-09-13  Simon Josefsson  <jas@extundo.com>
13174
13175         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13176
13177         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13178
13179         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13180         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13181         <yamaoka@jpl.org>.
13182         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13183         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13184         <yamaoka@jpl.org>.
13185
13186         * sieve.el (sieve-manage-mode): Ditto.
13187
13188 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13191
13192 2004-09-11  Simon Josefsson  <jas@extundo.com>
13193
13194         * dns-mode.el: Add.
13195
13196         * mm-view.el (mm-display-dns-inline): Add.
13197
13198         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13199         (mm-automatic-display): Ditto.
13200
13201         * mailcap.el (mailcap-mime-data): Add text/dns.
13202         (mailcap-mime-extensions): Map .soa to text/dns.
13203
13204 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13205
13206         * gnus-art.el (article-decode-mime-words, article-babel)
13207         (gnus-article-highlight-signature, gnus-article-add-buttons)
13208         (gnus-signature-toggle): Remove unnecessary bindings of
13209         `inhibit-read-only' inherited from v5.10 merge.
13210
13211 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * nntp.el (nntp): New customization group.
13214         (nntp-authinfo-file): Add customization group.
13215
13216         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13217
13218         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13219
13220         * gnus.el (to-address, to-list, subscribed)
13221         (large-newsgroup-initial): Ditto.
13222
13223         * flow-fill.el (fill-flowed-display-column)
13224         (fill-flowed-encode-column): Ditto.
13225
13226 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13227
13228         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13229         Use point-min rather than 1.
13230         (message-send-mail): Use buffer-size rather than point-max.
13231
13232         * gnus-sum.el (gnus-summary-search-article-forward):
13233         Signal a specific `search-failed' rather than a generic `error'.
13234
13235         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13236         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13237         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13238
13239 2004-09-10  Simon Josefsson  <jas@extundo.com>
13240
13241         * nndb.el (require): Remove tcp and duplicate cl.
13242
13243 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-agent.el (directory-files-and-attributes): Move forward.
13246
13247 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13248
13249         * gnus-agent.el (directory-files-and-attributes): Optionally
13250         defined to support XEmacs.
13251
13252 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13253
13254         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13255         to avoid run-time CL dependencies.
13256         (gnus-agent-unfetch-articles): New function.
13257         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13258         article numbers even when local .overview file is missing.
13259         (gnus-agent-read-article-number): New function.  Only accepts
13260         27-bit article numbers.
13261         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13262         gnus-agent-read-article-number.
13263         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13264         from backend while recognizing that article numbers in .overview
13265         must be valid.
13266         (gnus-agent-update-files-total-fetched-for): Use
13267         directory-files-and-attributes to improve performance.
13268         * gnus-int.el (gnus-request-move-article): Use
13269         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13270         improve performance.
13271
13272         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13273         some users confused by references to .newsrc when they only have a
13274         .newsrc.eld file.
13275         (gnus-convert-mark-converter-prompt)
13276         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13277         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13278         New function.  Used internally to only display 'gnus converting
13279         files' message when actually necessary.
13280
13281         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13282         methods now autoloaded.
13283
13284 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13287         identifiers.
13288
13289 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * gnus-picon.el: Fix indentation and closing parenthesis.
13292
13293 2004-09-01  Simon Josefsson  <jas@extundo.com>
13294
13295         * message.el (message-canlock-generate): Require sha1, not
13296         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13297         to require within a function.  Sadly, if sha1.el isn't loaded, the
13298         let binding in m-c-g will hide the defcustom definition, which is
13299         bad.)
13300
13301         * canlock.el: Require sha1, not sha1-el.
13302
13303         * message.el: Don't autoload sha1 (there is a autoload cookie in
13304         sha1.el).
13305
13306         * sha1-el.el: Renamed to sha1.el.
13307
13308 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13309
13310         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13311
13312 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13313
13314         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13315
13316 2004-08-30  Kim F. Storm  <storm@cua.dk>
13317
13318         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13319
13320         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13321         Add :group 'nnimap.
13322
13323 2004-08-30  Andreas Schwab  <schwab@suse.de>
13324
13325         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13326         ?* and ?\;.
13327
13328         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13329         and ?\' to symbol instead of whitespace.
13330
13331 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13334
13335         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13336         instead of re-search-forward.
13337
13338         * gnus-uu.el (gnus-uu-save-article): Ditto.
13339         (gnus-uu-post-encode-uuencode): Ditto.
13340
13341         * html2text.el (html2text-clean-list-items): Ditto.
13342         (html2text-clean-dtdd): Ditto.
13343         (html2text-format-tags): Ditto.
13344
13345         * message.el (message-send-mail-with-sendmail): Fix regexp.
13346         (message-fill-field-general): Use search-forward instead of
13347         re-search-forward.
13348         (unbold-region): Ditto.
13349
13350         * nnrss.el (nnrss-request-article): Ditto.
13351
13352         * nnslashdot.el (nnslashdot-request-article): Ditto.
13353
13354         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13355
13356         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13357         "Unrecognized menu descriptor" error in XEmacs.
13358
13359 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13360
13361         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13362         parent article of a sparse article in the thread hashtb.
13363
13364 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13365
13366         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13367         (nnmail-expand-newtext): Lowercase expanded entries if
13368         nnmail-split-lowercase-expanded is non-nil.
13369
13370 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13373
13374         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13375         of gnus-tmp-news-method into string under XEmacs.  It will be
13376         passed to gnus-correct-length which takes only a string argument.
13377
13378 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * gnus-util.el (gnus-bind-print-variables): New macro.
13381         (gnus-prin1): Use it.
13382         (gnus-prin1-to-string): Use it.
13383         (gnus-pp): New function.
13384         (gnus-pp-to-string): New function.
13385
13386         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13387         Replace pp-to-string with gnus-pp-to-string.
13388         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13389         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13390         * gnus-msg.el (gnus-debug): Ditto.
13391         * gnus-score.el (gnus-score-save): Ditto.
13392         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13393         gnus-pp-to-string.
13394         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13395         with gnus-pp.
13396         * score-mode.el (gnus-score-pretty-print): Ditto.
13397         * webmail.el (webmail-debug): Ditto.
13398
13399 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-art.el (article-display-face, article-display-x-face):
13402         Use buffer-read-only.
13403
13404 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * gnus-art.el (article-hide-list-identifiers):
13407         Bind inhibit-read-only as t.
13408
13409 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13412
13413 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13414
13415         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13416         (gnus-narrow-to-page): Don't assume point-min == 1.
13417         (gnus-article-edit-mode): Derive from message-mode.
13418
13419         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13420         point-min == 1.
13421
13422         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13423         Disable incorrect use of `assert'.
13424
13425         * message.el (message-mode): Set comment-start-skip.
13426
13427
13428 2004-08-22  Sam Steingold  <sds@gnu.org>
13429
13430         * pop3.el (pop3-leave-mail-on-server): New user variable.
13431         (pop3-movemail): Delete mail only when it is nil.
13432
13433 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13436
13437         * mml.el (mml-preview): Use `pop-to-buffer'.
13438
13439         * message.el (message-goto-mail-followup-to): Insert after "To".
13440         (message-carefully-insert-headers): Add comment.
13441
13442         * gnus.el: Remove unused variable `gnus-article-check-size'.
13443
13444         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13445
13446         * gnus-art.el (gnus-button-alist): Improve
13447         `gnus-button-handle-library' entry.
13448
13449 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13450
13451         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13452         downcase, since XEmacs capitalizes error messages differently.
13453
13454 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13455
13456         * nntp.el: Add (require 'gnus) due to reference to
13457         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13458
13459 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13460
13461         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13462         `mm-fill-flowed'.
13463
13464         * mm-decode.el (mm-dissect-singlepart): Check it.
13465
13466 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13467
13468         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13469         'imap' for netrc parsing.
13470
13471 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * mailcap.el (mailcap-mime-data): Mark as risky.
13474
13475 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13478         may be included in the encoded word.
13479         (rfc2047-encode): Don't append a space if the encoded word
13480         includes close parenthesis.
13481
13482 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13485         of text within parentheses.
13486
13487 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13488
13489         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13490         (gnus-encrypt-write-file-contents): Make the password key the file
13491         name PLUS the cipher, not just the cipher.  Also remove failed
13492         passwords from the cache.
13493
13494 2004-08-06  Simon Josefsson  <jas@extundo.com>
13495
13496         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13497         fix.
13498
13499 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13502         LWSP.
13503
13504 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13505
13506         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13507         to append in-reply-to: data to the references: header.
13508
13509         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13510         (netrc-parse): Use gnus-encrypt.el functions.
13511
13512         * gnus-encrypt.el: Add new file for encryption support; currently
13513         does only a few GPG ciphers and an internal XOR cipher.
13514
13515         * password.el: Add comments on using password-read-and-add.
13516         (password-read-and-add): Add function to read and add the
13517         password to the cache at once.
13518
13519 2004-07-28  Simon Josefsson  <jas@extundo.com>
13520
13521         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13522         parameter (but don't use it, for now).
13523
13524         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13525         instead of hard coding to nil.
13526
13527 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13530         as mm-inline-image-xemacs does.
13531
13532 2004-07-26  Simon Josefsson  <jas@extundo.com>
13533
13534         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13535         Revert part of 2004-07-17 change below.
13536
13537 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13540         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13541
13542 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13543
13544         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13545         quotes that actually start with ">" at the beginning of the
13546         lines.
13547
13548 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * rfc2047.el (rfc2047-encode-region): Fix last change.
13551         (rfc2047-encode-parameter): Remove useless concat.
13552
13553 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13556         encode special characters; fix some kind of misconfigured headers;
13557         signal a real error if debug-on-quit or debug-on-error is non-nil.
13558         (rfc2047-encode-max-chars): New variable.
13559         (rfc2047-encode-1): Use it.
13560         (rfc2047-encode-parameter): New function.
13561
13562         * mml.el (mml-insert-parameter): Remove an excessive space.
13563
13564 2004-07-17  Simon Josefsson  <jas@extundo.com>
13565
13566         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13567         Kai Grossjohann <kai@emptydomain.de>.
13568         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13569         (gnus-group-make-menu-bar): Ditto.
13570
13571         * gnus-util.el (gnus-group-server): Add.
13572
13573 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13574
13575         * message.el (message-clone-locals): Clone sendmail and smtp
13576         variables.
13577
13578 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * rfc2047.el (rfc2047-encode-region): Fix last change.
13581
13582 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13585         characters as non-special.
13586
13587 2004-07-09  Simon Josefsson  <jas@extundo.com>
13588
13589         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13590         Users will lose all flag changes made while unplugged with
13591         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13592         good default.  See numerous reports on ding mailing list.
13593
13594 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13597         add generate-head-function and generate-article-function to the
13598         rfc822-forward entry.
13599         (nndoc-rfc822-forward-generate-article): New function.
13600         (nndoc-rfc822-forward-generate-head): New function.
13601
13602         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13603
13604 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13605
13606         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13607         respect display group parameter and gnus-summary-expunge-below.
13608         (gnus-articles-to-read): Remove unused reference to display group
13609         parameter.
13610
13611 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13612
13613         * nnheader.el (nnheader-uniquify-message-id): New experimental
13614         variable.
13615         (nnheader-nov-read-message-id): Use it.
13616
13617         * spam-report.el (spam-report-gmane): Add interactive.
13618
13619 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13622         qp-or-base64 for the application/* types.
13623
13624 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13625
13626         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13627
13628 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13629
13630         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13631         trim value.
13632
13633 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13634
13635         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13636         New macro and function.
13637         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13638
13639 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13642         after-load-alist.
13643
13644 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13645
13646         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13647         update info that isn't there.
13648
13649 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13650
13651         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13652         entry.
13653
13654 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * mm-view.el (mm-inline-render-with-function): Use multibyte
13657         buffer; decode html source by charset.
13658
13659         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13660
13661         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13662         Mule-UCS is loaded under XEmacs.
13663         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13664
13665 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13666
13667         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13668
13669 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * mm-util.el (mm-coding-system-p): Return a coding-system.
13672         (mm-mime-mule-charset-alist): Use shift_jis instead of
13673         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13674         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13675         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13676         instead of japanese-shift-jis and iso-latin-1 respectively in
13677         order to share the default value with both Emacs and XEmacs-mule.
13678         (mm-mule-charset-to-mime-charset): Make
13679         mm-coding-system-priorities effective.
13680         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13681         while predicating of candidates upon the priorities.
13682
13683 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13684
13685         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13686         gnus-uu-invert-processable.
13687
13688         * gnus.el: Autoload gnus-uu-invert-processable.
13689
13690 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * mm-util.el (mm-with-multibyte-buffer): New macro.
13693
13694         * rfc2047.el (rfc2047-encode-string): Use it.
13695         (rfc2047-encode-region): Move point to the end of the region after
13696         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13697
13698 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13701         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13702
13703 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13706         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13707         Karl Chen <quarl@nospam.quarl.org>.
13708
13709 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13710
13711         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13712         invalid addresses.
13713
13714 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13715
13716         * spam.el: Change section markers, revise TODO list.
13717         (spam-backends): Make new master list of all installed backends.
13718         (spam-summary-exit-behavior): Add new variable to determine how
13719         messages moves are done at summary exit.
13720         (spam-move-spam-nonspam-groups-only)
13721         (spam-process-ham-in-nonham-groups)
13722         (spam-process-ham-in-spam-groups): Remove variables, the
13723         spam-summary-exit-behavior variable should be used to manage this
13724         behavior.
13725         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13726         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13727         and spam-old-spam-articles.
13728         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13729         Add empty variables, placeholders for the backends they represent.
13730         (spam-set-difference): Move, unchanged.
13731         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13732         unless the user has a processor variable.
13733         (spam-classifications, spam-classification-valid-p)
13734         (spam-backend-properties, spam-backend-property-valid-p)
13735         (spam-backend-function-type-valid-p)
13736         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13737         (spam-report-articles-gmane, spam-report-articles-resend):
13738         Remove functions, they are not needed.
13739         (spam-install-backend-super, spam-backend-list)
13740         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13741         (spam-backend-function, spam-backend-ham-registration-function)
13742         (spam-backend-spam-registration-function)
13743         (spam-backend-ham-unregistration-function)
13744         (spam-backend-spam-unregistration-function)
13745         (spam-backend-statistical-p, spam-backend-mover-p)
13746         (spam-install-backend-alias, spam-install-checkonly-backend)
13747         (spam-install-mover-backend, spam-install-nocheck-backend)
13748         (spam-install-backend, spam-install-statistical-backend)
13749         (spam-install-statistical-checkonly-backend): Add backend installation
13750         support.
13751         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13752         (spam-group-processor-p): Use the new backend code and respect the
13753         summary exit behavior.
13754         (spam-mark-spam-as-expired-and-move-routine): Remove.
13755         (spam-summary-prepare): Change to use the new spam-old-articles
13756         variable.
13757         (spam-copy-or-move-routine, spam-copy-spam-routine)
13758         (spam-move-spam-routine, spam-copy-ham-routine)
13759         (spam-move-ham-routine): Add code to copy/move ham or spam.
13760         (spam-fetch-field-fast): Improve doc and code, plus allow the
13761         'number request.
13762         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13763         variables.
13764         (spam-split, spam-find-spam): Use the new backend code.
13765         (spam-registration-functions): Remove variable.
13766         (spam-unregister-routine): Add convenience wrapper.
13767         (spam-log-undo-registration, spam-register-routine)
13768         (spam-log-processing-to-registry)
13769         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13770         where possible.
13771         (spam-check-gmane-xref, spam-check-regex-headers)
13772         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13773         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13774         (spam-check-bogofilter-headers, spam-check-spamoracle)
13775         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13776         (spam-check-crm114-headers): Use the spam-split-group that
13777         spam-split prepares, no need to determine it every time.
13778
13779         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13780         to the nnheader-parse-naked-head call.
13781
13782         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13783
13784         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13785         the nnheader-nov-read-message-id call.
13786
13787 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13790         gnus-activate-group twice.  Suggested by Markus Peter
13791         <warp@spin.de>.
13792
13793 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-art.el (gnus-article-time-format): Exchange the order of
13796         day and month in the default value; fix customization type.
13797         (article-date-ut): Use add-text-properties.
13798         (article-make-date-line): Use message-make-date instead of
13799         current-time-string.
13800
13801         * message.el (message-fetch-field): Don't use set-text-properties.
13802         (message-make-date): Simplify.
13803
13804         * messagexmas.el (message-xmas-make-date): New function.
13805         (message-xmas-redefine): Defalias message-make-date to it.
13806
13807 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13810         (rfc2047-encode-region): Treat text within parentheses as special;
13811         show the original text when error has occurred.
13812
13813         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13814         already-computed method to gnus-activate-group.
13815
13816         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13817         same select-methods identical Lisp objects.
13818
13819         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13820         object when modifying the info.
13821
13822 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13825         gnus-opened-servers since it has never been opened with the new
13826         configuration yet.
13827
13828 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13831         arg to nnheader-generate-fake-message-id.
13832
13833 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13834
13835         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13836         number and build a fake message ID localized to a group and
13837         article number (so it's repeatable from that point on).
13838         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13839         ID format.
13840
13841         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13842         nnheader-generate-fake-message-id with the article number.
13843
13844 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13845
13846         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13847         end-of-buffer.
13848
13849 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13850
13851         * message.el (message-ignored-supersedes-headers): Add Approved.
13852
13853 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13856         goto-char.
13857         (rfc2047-encode): Fold the line before encoding.
13858
13859 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13862         folding -- not all headers can be folded, and this should be done
13863         by the message composition mode.  Probably.  I think.
13864
13865 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13868         fast.
13869
13870         * gnus-ems.el (gnus-remove-image): Don't use
13871         message-text-with-property; remove only the image found first.
13872
13873         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13874         found first.
13875
13876 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13877
13878         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13879
13880 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * message.el (message-text-with-property): Make it fast and accept
13883         optional arguments.
13884         (message-strip-forbidden-properties): Use it.
13885         (message-fix-before-sending): Follow the m-t-w-p change.
13886
13887         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13888
13889 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-art.el (article-hide-headers): Don't change the buffer
13892         mistakenly when performing mml-preview even if
13893         gnus-single-article-buffer is nil.
13894
13895 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13896
13897         * message.el (message-expand-name-databases): New user option.
13898         (message-expand-name): Use it.
13899
13900 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13901
13902         * spam.el (spam-report-articles-resend)
13903         (spam-report-resend-register-routine): Allow ham reporting.
13904         (spam-report-resend-register-ham-routine): Add wrapper.
13905         (spam-registration-functions): Add ham resending functions.
13906         (spam-list-of-processors): Add ham resend processor.
13907
13908         * gnus.el (ham-resend-to): Add new group parameter.
13909         (spam-process): Add ham resend option.
13910
13911         * spam-report.el (spam-report-resend): Allow reporting ham.
13912         (spam-report-resend-ham): Add wrapper.
13913
13914 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13915
13916         * message.el (message-cite-articles-with-x-no-archive): New
13917         variable.
13918         (message-cite-original): Use it.
13919
13920 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13921
13922         * message.el (message-cite-original): Respect X-No-Archive.
13923
13924 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-art.el (article-hide-headers): Refer to the values for
13927         gnus-ignored-headers and gnus-visible-headers in the summary
13928         buffer since a user may have set them as group parameters.
13929
13930 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13931
13932         * assistant.el (assistant-node-name): Add convenience function.
13933         (assistant-render-text, assistant-render-node): Add error handling,
13934         plus handle multiple next nodes.
13935         (assistant-find-next-node): Comment out for now.
13936         (assistant-find-next-nodes): Add function, returns list of next
13937         nodes.
13938
13939 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * mail-source.el (mail-source-directory): Fix doc-string.
13942
13943 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13944
13945         * assistant.el (assistant-render-text, assistant-eval): Add :set
13946         widget type, which is different because it takes and returns a
13947         list.  Much hilarity ensues.
13948
13949 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13950
13951         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13952
13953         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13954         doc-string.
13955
13956         * gnus-start.el (gnus-activate-group): Added doc-string.
13957
13958 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13961
13962 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13963
13964         * assistant.el (assistant-render-text): Try to add a :set
13965         widget, more to come.
13966
13967         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13968         strings.
13969         (spam-report-articles-resend)
13970         (spam-register-routine): Do registration iff any articles warrant
13971         it.
13972         (spam-summary-prepare-exit): Change log message for nil group
13973         destinations.
13974
13975 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13976
13977         * spam.el (spam-report-resend-register-routine): Allow
13978         spam-report-resend-to to be a group parameter or a global value.
13979
13980 2004-05-26  Simon Josefsson  <jas@extundo.com>
13981
13982         * starttls.el: Merge with my GNUTLS based starttls.el.
13983         (starttls-gnutls-program, starttls-use-gnutls)
13984         (starttls-extra-arguments, starttls-process-connection-type)
13985         (starttls-connect, starttls-failure, starttls-success): New
13986         variables.
13987         (starttls-program, starttls-extra-args): Doc fix.
13988         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13989         functions.
13990         (starttls-negotiate, starttls-open-stream): Check
13991         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13992         function if it is set.
13993
13994 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13997         structured fields.
13998
13999 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14002
14003 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14004
14005         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14006         variable.
14007         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14008         assigning the spam-mark to new messages.
14009
14010 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14011
14012         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14013
14014 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14017
14018         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14019         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14020         default.
14021
14022 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14023
14024         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14025         correct data.
14026
14027 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14030         (spam-group-processor-p): Fix function.
14031         (spam-group-processor-multiple-p)
14032         (spam-group-spam-processor-report-gmane-p)
14033         (spam-group-spam-processor-report-resend-p)
14034         (spam-group-spam-processor-bogofilter-p)
14035         (spam-group-spam-processor-blacklist-p)
14036         (spam-group-spam-processor-ifile-p)
14037         (spam-group-ham-processor-ifile-p)
14038         (spam-group-spam-processor-spamoracle-p)
14039         (spam-group-spam-processor-crm114-p)
14040         (spam-group-ham-processor-bogofilter-p)
14041         (spam-group-spam-processor-stat-p)
14042         (spam-group-ham-processor-stat-p)
14043         (spam-group-ham-processor-whitelist-p)
14044         (spam-group-ham-processor-BBDB-p)
14045         (spam-group-ham-processor-spamoracle-p)
14046         (spam-group-ham-processor-copy-p): Remove functions with some
14047         prejudice against unneeded code.
14048         (spam-report-articles-resend)
14049         (spam-report-resend-register-routine): Allow the group/topic
14050         spam-resend-to value to override spam-report-resend-to.
14051         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14052         properly now.
14053
14054         * gnus.el (spam-resend-to): Add group/topic parameter.
14055         (spam-process): Move the OBSOLETE processors to the end of the
14056         choices.
14057
14058 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14059
14060         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14061         with resend-to set to nil, and then ask the user if necessary.
14062         (spam-report-resend): spam-report-resend takes a list of articles, not
14063         separate article numbers.
14064
14065 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14068         addition to emacs-w3m.
14069
14070 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14071
14072         * assistant.el (assistant-authinfo-data): New function.
14073         (assistant-eval): Eval for entire assistant.
14074
14075         * netrc.el (netrc-services-file): New variable.
14076         (netrc-parse-services): New function.
14077         (netrc-find-service-name): New function.
14078         (netrc-find-service-number): New function.
14079         (netrc-port-equal): New function.
14080         (netrc-machine): Use it.
14081
14082         * nnimap.el (nnimap-open-connection): Use netrc.
14083
14084         * gnus-util.el (gnus-netrc-get): Remove aliases.
14085
14086         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14087
14088         * assistant.el (wid-edit): Fix compilation.
14089
14090         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14091
14092 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14093
14094         * gnus-util.el (gnus-set-file-modes): New function.  (small
14095         patch).
14096
14097 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14098
14099         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14100
14101         * assistant.el (assistant-render-node): Fix up rendering and
14102         read-only text.
14103         (assistant-render-node): Reset.
14104         (assistant-make-read-only): Not sticky.
14105
14106 2004-05-20  Danny Siu  <dsiu@adobe.com>
14107
14108         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14109         centered even when gnus-auto-center-summary is t.
14110
14111 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112
14113         * dns.el (dns-get-txt-answer): New function.
14114         (dns-read-txt): Ditto.
14115         (query-dns): Use it.
14116
14117 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14120         active for foreign groups even if the group level is higher than
14121         the specified value.
14122
14123 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14124
14125         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14126         non-active groups.
14127
14128         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14129
14130 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14131
14132         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14133
14134 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14135
14136         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14137         (spam-crm114-header, spam-crm114-spam-switch)
14138         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14139         (spam-crm114-positive-spam-header)
14140         (spam-crm114-database-directory, spam-list-of-processors)
14141         (spam-group-spam-processor-crm114-p)
14142         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14143         (spam-generic-score, spam-list-of-checks)
14144         (spam-list-of-statistical-checks, spam-registration-functions)
14145         (spam-check-crm114-headers, spam-crm114-score)
14146         (spam-check-crm114, spam-crm114-register-with-crm114)
14147         (spam-crm114-register-spam-routine)
14148         (spam-crm114-unregister-spam-routine)
14149         (spam-crm114-register-ham-routine)
14150         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14151         asjo@koldfront.dk (Adam Sjøgren).
14152
14153         * gnus.el: Add spam-use-crm114.
14154
14155         * spam.el (spam-list-of-processors, spam-registration-functions):
14156         Add spam-use-resend.
14157         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14158         (spam-report-articles-gmane): Add doc fix.
14159         (spam-report-articles-resend, spam-report-resend-register-routine):
14160         Add wrappers around spam-report-resend-to.
14161
14162         * spam-report.el (spam-report-resend-to, spam-report-resend):
14163         Add support for resending spam.
14164         (spam-report-gmane): Fix line length >80.
14165
14166         * gnus.el (spam-process): Add spam-use-resend.
14167
14168 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14169
14170         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14171         number of processed spam messages.
14172         (spam-ham-copy-or-move-routine): Return the number of processed
14173         ham messages.
14174         (spam-summary-prepare-exit): Use the above values to decide
14175         whether status messages shouled be displayed.
14176
14177 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14180         `rfc2047-encoding-function-alist' in order to avoid conflicting
14181         with the old version.
14182         (rfc2047-encode-region): Concatenate words containing non-ASCII
14183         characters in structured fields; don't encode space-delimited
14184         ASCII words even in unstructured fields; don't break words at
14185         char-category boundaries.
14186         (rfc2047-encode-1): New function.
14187         (rfc2047-encode): Use it; encode text so that it occupies the
14188         maximum width within 76-column; work correctly on Q encoding for
14189         iso-2022-* charsets.
14190         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14191         sure not to break a line just after the header name.
14192         (rfc2047-b-encode-region): Removed.
14193         (rfc2047-b-encode-string): New function.
14194         (rfc2047-q-encode-region): Removed.
14195         (rfc2047-q-encode-string): New function.
14196
14197         * mm-util.el (mm-replace-in-string): New function.
14198
14199 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14200
14201         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14202         get it right.
14203         (gnus-inews-make-draft): Really.
14204
14205 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14206
14207         * nnmh.el (nnmh-request-list-1): Don't check the link count
14208         before descending.  (small patch)
14209
14210 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14211
14212         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14213         stuff.
14214
14215         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14216         on real group name.
14217
14218         * gnus-art.el (gnus-signature-limit): Doc fix.
14219
14220         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14221
14222         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14223
14224 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14225
14226         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14227         isn't a string.
14228
14229 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14230
14231         * gnus-draft.el (gnus-draft-send): Bind
14232         rfc2047-encode-encoded-words.
14233
14234         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14235         (rfc2047-encodable-p): Say that =? needs encoding.
14236         (rfc2047-encode-encoded-words): New variable.
14237
14238         * gnus-group.el (gnus-group-select-group): Doc fix.
14239
14240         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14241
14242         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14243         to nil.
14244
14245         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14246
14247         * nnheader.el (nnheader-get-lines-and-char): New function.
14248
14249 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * gnus-msg.el (gnus-summary-followup-with-original): Document
14252         yanking of region when active.
14253
14254 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14257         groups if the group level is higher than the specified value.
14258
14259 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14262         (gnus-group-jump-to-group): Added prefix argument using
14263         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14264         non-active group.
14265
14266         * compface.el (uncompface): Be verbose when changing
14267         `uncompface-use-external'.
14268
14269         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14270         handle manual section.
14271
14272 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14273
14274         * gnus-art.el (gnus-button-alist): Revert previous change.
14275
14276 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14279
14280 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14281
14282         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14283         whether backend can accept message.
14284
14285         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14286
14287 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14288
14289         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14290         Avoid creating directory when nntp-marks-is-evil is true.
14291         Reported by Reiner Steib.
14292
14293 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * gnus-picon.el (gnus-picon-style): New variable.
14296         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14297         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14298         Jesper Harder <harder@ifa.au.dk>.
14299
14300 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14301
14302         * message.el (message-fill-field): Return point.
14303         (message-generate-headers): Go to end of field.
14304
14305         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14306         stuff for non-living groups.
14307
14308 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14309
14310         * gnus-art.el (gnus-article-followup-with-original)
14311         (gnus-article-reply-with-original): gnus-mark-active-p ->
14312         gnus-region-active-p.
14313
14314 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14315
14316         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14317         only when there is spam or ham to be processed.
14318
14319 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14320
14321         * mail-source.el (mail-source-delete-crash-box): Refactor.
14322         (mail-source-fetch): Use it.
14323         (mail-source-fetch-file): Ditto.
14324         (mail-source-fetch-directory): Run postscript in loop.
14325         (mail-source-fetch-pop): Delete.
14326         (mail-source-fetch-maildir): Ditto.
14327         (mail-source-fetch-imap): Ditto.
14328
14329         * imap.el (imap-authenticators): Comment out sasl.
14330
14331         * message.el (message-skip-to-next-address): New function.
14332         (message-fill-header-address): Refactor.
14333         (message-fill-address): Use it.
14334         (message-delete-address): Use it.
14335         (message-fill-header-general): Refactor.
14336         (message-fill-field-address): Rename.
14337         (message-narrow-to-field): Find the start of the header.
14338         (message-header-format-alist): Don't pre-fill.
14339         (message-fill-header): Removed.
14340         (message-insert-header): New function.
14341         (message-shorten-references): Use it.
14342
14343         * rfc2047.el (rfc2047-field-value): Strip props.
14344
14345         * mail-parse.el (mail-header-make-address): New alias.
14346
14347         * ietf-drums.el (ietf-drums-make-address): New function.
14348
14349         * imap.el: Add compiler directives.
14350
14351         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14352
14353         * gnus-art.el (article-decode-idna-rhs): Don't use
14354         message-idna-inside-rhs-p.
14355
14356 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14357
14358         * message.el (message-idna-inside-rhs-p): Removed.
14359         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14360
14361         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14362         false positives.
14363
14364 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14365
14366         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14367
14368 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14369
14370         * nneething.el (nneething-file-name): Don't create spurious
14371         files.
14372
14373         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14374         (gnus-inews-do-gcc): Remove sleep.
14375
14376         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14377         part under point.
14378
14379         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14380         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14381
14382 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14383
14384         * spam.el (spam-summary-prepare-exit): Fixed (length).
14385
14386 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14387
14388         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14389         as expired without moving it" message when there are spam
14390         messages left.
14391
14392 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14393
14394         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14395         header is not nil.
14396
14397 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14398
14399         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14400         nntp-possibly-create-directory, not nntp-possibly-change-group.
14401         (nntp-marks-changed-p): New arg SERVER.
14402         (nntp-request-update-info): Adjust caller.
14403
14404 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14405
14406         * nntp.el (nntp-save-marks): Pass missing arg.
14407
14408 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14409
14410         * nntp.el: Support marks.
14411         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14412         (nntp-marks-modtime, nntp-marks-directory): New variables.
14413         (nntp-request-set-mark, nntp-request-update-info)
14414         (nntp-possibly-create-directory, nntp-marks-changed-p)
14415         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14416         functions.
14417
14418 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14419
14420         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14421         (gnus-xmas-redefine): Rename.
14422
14423         * gnus-score.el (gnus-score-insert-help): Use
14424         gnus-select-lowest-window.
14425
14426         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14427         appt-select-lowest-window and rename to gnus-select-lowest-window.
14428
14429         * gnus.el: do.
14430
14431 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14432
14433         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14434         encodings of MIME-encoded words, in order to improve
14435         interoperability with several broken MUAs.
14436
14437 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14438
14439         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14440         tags, only when charsets are not specified in headers.
14441         (mm-inline-text-html-render-with-w3m): Ditto.
14442
14443         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14444         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14445
14446 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14447
14448         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14449         instead of MIME-decoded from fields when checking
14450         `gnus-article-address-banner-alist'.
14451
14452 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14453
14454         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14455         description rather than subject.
14456
14457 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14458
14459         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14460
14461 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14462
14463         * gnus.el (gnus-version-number): Bump.
14464
14465 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14466
14467         * gnus.el: No Gnus v0.2 is released.
14468
14469 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14470
14471         * gnus-agent.el (gnus-agent-read-agentview): Inline
14472         gnus-uncompress-range.
14473
14474 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14475
14476         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14477         `exec-installed-p'.
14478
14479 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14480
14481         * gnus.el (spam-process, spam-autodetect-methods): Add
14482         bsfilter and bsfilter-headers.
14483
14484         * spam.el (spam-bsfilter): New customize group.
14485         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14486         (spam-bsfilter-header, spam-bsfilter-probability-header)
14487         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14488         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14489         (spam-bsfilter-database-directory): New options.
14490         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14491         (spam-list-of-statistical-checks, spam-registration-functions):
14492         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14493         (spam-bsfilter-score): New command.
14494         (spam-check-bsfilter-headers, spam-check-bsfilter)
14495         (spam-bsfilter-register-with-bsfilter)
14496         (spam-bsfilter-register-spam-routine)
14497         (spam-bsfilter-unregister-spam-routine)
14498         (spam-bsfilter-register-ham-routine)
14499         (spam-bsfilter-unregister-ham-routine): New functions.
14500         (spam-generic-score): Support bsfilter; Accept an optional argument
14501         to recalcurate spam score even if scoring header has already been
14502         added.
14503         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14504         optional argument to recalcurate spam score even if scoring header
14505         has already been added.
14506
14507 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14508
14509         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14510         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14511         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14512         link is missing.
14513
14514 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14515
14516         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14517         (html2text-get-attr): Rewrite.
14518
14519         * message.el (message-setup-1): Remove redundant put-text-property
14520         on mail-header-separator.
14521
14522 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14523
14524         * gnus-registry.el (gnus-registry-cache-whitespace)
14525         (gnus-registry-action, gnus-registry-spool-action)
14526         (gnus-registry-split-fancy-with-parent): Change message levels
14527         from 5 to 3 or 7, as needed.
14528
14529         * spam.el (spam-summary-prepare-exit)
14530         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14531         (spam-split, spam-find-spam, spam-log-undo-registration)
14532         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14533         level from 5 to 6.
14534
14535 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14538         2004-03-04 change).
14539
14540 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14541
14542         * sieve-manage.el (sieve-manage-open):
14543         * nnweb.el (nnweb-insert-html):
14544         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14545         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14546         * nnspool.el (nnspool-request-group):
14547         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14548         * nnml.el (nnml-request-update-info):
14549         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14550         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14551         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14552         (nnimap-request-set-mark):
14553         * nnfolder.el (nnfolder-request-update-info):
14554         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14555         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14556         * gnus-uu.el (gnus-uu-find-articles-matching):
14557         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14558         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14559         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14560         * gnus-nocem.el (gnus-nocem-scan-groups):
14561         * gnus-int.el (gnus-start-news-server):
14562         * gnus-group.el (gnus-group-make-kiboze-group)
14563         (gnus-group-browse-foreign-server):
14564         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14565         Use mapc when appropriate.
14566
14567 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14568
14569         FIXME: Make separate entries for each person.
14570
14571         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14572         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14573         <shields@msrl.com>:
14574
14575         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14576         may need for spam sorting and scoring.
14577         (spam-user-format-function-S): Add user format function suitable for
14578         general use.
14579         (spam-article-sort-by-spam-status): Add sorting function for summary
14580         sorting.
14581         (spam-extra-header-to-number): Add function to get a score from a
14582         header.
14583         (spam-summary-score): Add function to get a numeric score from the
14584         headers.
14585         (spam-generic-score): Fix function doc, was in wrong place.
14586         (spam-initialize): Take symbols when it's run, and install the
14587         extra headers that spam-necessary-extra-headers thinks we need.
14588
14589 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14590
14591         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14592         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14593
14594 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14595
14596         * gnus-sum.el (gnus-set-global-variables)
14597         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14598         (gnus-article-get-xrefs, gnus-summary-best-group)
14599         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14600         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14601         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14602         Use with-current-buffer.
14603
14604 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14605
14606         * spam.el (spam-summary-prepare-exit): Simplify logic.
14607         (spam-fetch-article-header): Read the article header if it's not
14608         available.
14609         (spam-list-articles): Simplify logic.
14610         (spam-filelist-register-routine): Fix bug with unregister-list.
14611
14612         * gnus-registry.el: Fix comments at beginning.
14613
14614 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14615
14616         * message.el (message-cater-to-broken-inn): Remove.
14617         (message-shorten-references): Make sure the total folded length of
14618         References is shorter than 998 characters to cater to a bug in INN
14619         2.3.  Also, don't pretend that references aren't folded -- this
14620         hasn't worked for a while.
14621
14622 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14623
14624         * gnus-agent.el (gnus-agentize):
14625         gnus-agent-send-mail-real-function no longer set to current value
14626         of message-send-mail-function but rather a lambda that calls
14627         message-send-mail-function.  The change makes the agent real-time
14628         responsive to user changes to message-send-mail-function.
14629
14630 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14631
14632         * legacy-gnus-agent.el
14633         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14634         help from Florian Weimer <fw@deneb.enyo.de>
14635
14636 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * nnmail.el (nnmail-cache-insert): Revert last change.
14639
14640 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * nnmail.el (nnmail-cache-insert): Always check whether
14643         nnmail-cache-ignore-groups matches a group name.
14644
14645 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14648         (spam-find-spam, spam-log-processing-to-registry)
14649         (spam-log-registered-p, spam-log-unregistration-needed-p)
14650         (spam-log-undo-registration): Use gnus-message instead of
14651         gnus-error, none of these errors are fatal.
14652
14653         * gnus-registry.el (gnus-registry-clean-empty-function)
14654         (gnus-registry-clean-empty): Remove only empty entries without
14655         extra data.
14656
14657 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14658
14659         * spam-stat.el (spam-stat-buffer-change-to-spam)
14660         (spam-stat-buffer-change-to-non-spam): Change (error) to
14661         (gnus-message 8) invocation.
14662
14663 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * nntp.el (nntp-via-netcat-command): New variable.
14666         (nntp-via-netcat-switches): New variable.
14667         (nntp-open-via-rlogin-and-netcat): New function.
14668         (nntp-open-connection-function): Doc fix.
14669         (nntp-telnet-command): Doc fix.
14670         (nntp-end-of-line): Doc fix.
14671         (nntp-via-rlogin-command): Doc fix.
14672         (nntp-via-user-name): Doc fix.
14673         (nntp-via-address): Doc fix.
14674
14675 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14678         error in Emacs 21.1.
14679
14680 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14683
14684 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14685
14686         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14687         (gnus-agent-with-refreshed-group): New macro.
14688         (gnus-agent-rename-group): New function.
14689         (gnus-agent-delete-group): New function.
14690         (gnus-agent-save-group-info): Use gnus-command-method when
14691         `method' parameter is nil.  Don't write nil entries into the
14692         active file.
14693         (gnus-agent-get-group-info): New function.
14694         (gnus-agent-fetch-articles): Use
14695         gnus-agent-update-files-total-fetched-for to increment disk space
14696         used.
14697         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14698         gnus-agent-update-view-total-fetched-for to increment disk space
14699         used.
14700         (gnus-agent-get-local): Added optional parameters to avoid calling
14701         gnus-group-real-name and gnus-find-method-for-group.
14702         (gnus-agent-set-local): Delete stored entry if either min, or max,
14703         are nil.
14704         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14705         quit, use gnus-agent-regenerate-group to record existance of any
14706         articles fetched to disk before the quit occurred.
14707         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14708         gnus-agent-update-view-total-fetched-for, and
14709         gnus-agent-update-files-total-fetched-for to decrement disk space
14710         used.
14711         (gnus-agent-retrieve-headers): Use
14712         gnus-agent-update-view-total-fetched-for to increment disk space
14713         used.
14714         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14715         with gnus-agent-update-files-total-fetched-for to decrement disk
14716         space and fresh group buffer.
14717         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14718         (gnus-agent-need-update-total-fetched-for): New variable.
14719         (gnus-agent-update-files-total-fetched-for): New function.
14720         (gnus-agent-update-view-total-fetched-for): New function.
14721         (gnus-agent-total-fetched-for): New function.
14722
14723         * gnus-cache.el (gnus-cache-save-buffers): Use
14724         gnus-cache-update-overview-total-fetched-for to change disk space
14725         used by this group.
14726         (gnus-cache-possibly-enter-article): Use
14727         gnus-cache-update-file-total-fetched-for to increment disk space
14728         used by this group.
14729         (gnus-cache-possibly-remove-article): Use
14730         gnus-cache-update-file-total-fetched-for to decrement disk space
14731         used by this group.
14732         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14733         (gnus-cache-rename-group): New function.
14734         (gnus-cache-delete-group): New function.
14735         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14736         (gnus-cache-need-update-total-fetched-for): New variable.
14737         (gnus-cache-with-refreshed-group): New macro.
14738         (gnus-cache-update-file-total-fetched-for): New function.
14739         (gnus-cache-update-overview-total-fetched-for): New function.
14740         (gnus-cache-rename-group-total-fetched-for): New function.
14741         (gnus-cache-delete-group-total-fetched-for): New function.
14742         (gnus-cache-total-fetched-for): New function.
14743
14744         * gnus-group.el: Require gnus-sum and autoload functions to
14745         resolve warnings when gnus-group.el compiled alone.
14746         (gnus-group-line-format): Documented new %F.
14747         (size of Fetched data) group line format; identifies disk space
14748         used by agent and cache.
14749         (gnus-group-line-format-alist): Defined new F format.
14750         (gnus-total-fetched-for): New function.
14751         (gnus-group-delete-group): No longer update
14752         gnus-cache-active-altered as gnus-request-delete-group now keeps
14753         the cache in sync.
14754         (gnus-group-list-active): Let the agent store a server's active
14755         list if currently plugged.
14756
14757         * gnus-int.el (gnus-request-delete-group):
14758         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14759         local disk in sync with the server.
14760         (gnus-request-rename-group):
14761         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14762         local disk in sync with the server.
14763
14764         * gnus-start.el (gnus-get-unread-articles):
14765         Cosmetic simplification to logic.
14766
14767         * gnus-util.el (gnus-rename-file): New function.
14768
14769 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14770
14771         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14772
14773 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14774
14775         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14776         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14777
14778 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14779
14780         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14781         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14782
14783 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14784
14785         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14786
14787 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14788
14789         * spam.el (spam-set-difference): Add function to replace
14790         gnus-set-difference in spam.el.
14791         (spam-summary-prepare-exit): Use spam-set-difference.
14792
14793 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14794
14795         * gnus-registry.el (gnus-registry-cache-file): Update to use
14796         gnus-dribble-directory OR gnus-home-directory OR ~.
14797         (gnus-registry-split-fancy-with-parent): Fix doc.
14798
14799 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * message.el (message-exchange-point-and-mark): Use
14802         message-mark-active-p.  Suggested by Jesper Harder
14803         <harder@ifa.au.dk>.
14804
14805 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * message.el (message-exchange-point-and-mark): Don't activate
14808         region if it was inactive.  Suggested by Hiroshi Fujishima
14809         <pooh@nature.tsukuba.ac.jp>.
14810
14811 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-art.el (article-display-face): Display Faces in the same
14814         order as X-Faces.
14815
14816 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14819
14820 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14823         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14824         (gnus-article-mime-hierarchy): Remove.
14825         (gnus-article-mime-hierarchy-next): Remove.
14826         (gnus-article-mode): Revert 2004-03-19 change.
14827         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14828         (gnus-insert-mime-button): Revert 2004-03-19 change.
14829         (gnus-mime-accumulate-hierarchy): Remove.
14830         (gnus-mime-enter-multipart): Remove.
14831         (gnus-mime-leave-multipart): Remove.
14832         (gnus-mime-display-part): Revert 2004-03-19 change.
14833         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14834
14835         * mml.el (mml-preview): Revert 2004-03-19 change.
14836
14837 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14838
14839         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14840
14841 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14844         t while entering a file name using the mm-with-multibyte macro.
14845         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14846
14847         * mm-util.el (mm-with-multibyte): New macro.
14848
14849 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14852         user option.
14853         (gnus-mime-multipart-functions): Doc and customization fix.
14854         (gnus-article-mime-hierarchy): New variable.
14855         (gnus-article-mime-hierarchy-next): New variable.
14856         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14857         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14858         gnus-article-mime-hierarchy-next to nil.
14859         (gnus-insert-mime-button): Show hierarchy numbers.
14860         (gnus-mime-accumulate-hierarchy): New function.
14861         (gnus-mime-enter-multipart): New function.
14862         (gnus-mime-leave-multipart): New function.
14863         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14864         (gnus-mime-display-alternative): Show hierarchy numbers.
14865
14866         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14867         gnus-article-mime-hierarchy-next to nil.
14868
14869 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14870
14871         * dns.el: Don't require gnus-xmas.
14872
14873 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14874
14875         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14876         inline PGP.
14877         (mml-menu): Disable mml-quote-region if mark is inactive.
14878
14879 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14882         when the group's active is not available.
14883
14884 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14887         error.
14888
14889 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * imap.el (imap-store-password): New variable.
14892         (imap-interactive-login): Use it.
14893         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14894
14895 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14898         window-start and hscroll to summary window.
14899
14900 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14901
14902         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14903         conversion message to newsrc-dribble when an actual conversion is
14904         performed.
14905
14906 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14907
14908         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14909
14910 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * mm-decode.el (mm-complicated-handles): New function reviving
14913         former definition of mm-multiple-handles.
14914
14915         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14916         (gnus-mime-delete-part): Use it.
14917
14918 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14919
14920         * gnus-agent.el (gnus-agent-read-local): Bind
14921         nnheader-file-coding-system to gnus-agent-file-coding-system to
14922         avoid the implicit assumption that they will always be equal.
14923         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14924         coding-system-for-write, as the with-temp-file macro first prints
14925         to a buffer then saves the buffer.
14926
14927 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-art.el (gnus-article-edit-part): New function.
14930         (gnus-mime-save-part-and-strip): Use it; do query instead of
14931         signaling an error; don't use mm-multiple-handles.
14932         (gnus-mime-delete-part): Ditto.
14933
14934 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14935
14936         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14937         old file versions.
14938         (gnus-group-prepare-hook): Removed function that converted list
14939         form of gnus-agent-expire-days to group properties.
14940
14941         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14942         (gnus-request-accept-article): Re-indented.
14943
14944         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14945         converters to handle old agent file formats.  Added logic for a
14946         "backup before upgrading warning".
14947         (gnus-convert-mark-converter-prompt): Developers can mark
14948         functions as needing (default), or not needing,
14949         gnus-convert-old-newsrc's "backup before upgrading warning".
14950         (gnus-convert-converter-needs-prompt): Tests whether the user
14951         should be protected from potentially irreversable changes by the
14952         function.
14953
14954         * legacy-gnus-agent.el: New.  Provides converters that are only
14955         loaded when gnus-convert-old-newsrc needs to call them.
14956
14957 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * mail-source.el (mail-source-touch-pop): Doc fix.
14960
14961         * message.el (message-smtpmail-send-it): Doc fix.
14962
14963 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14964
14965         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14966
14967         * nnmail.el (nnmail-split-fancy): do.
14968
14969         * gnus-kill.el (gnus-kill, gnus-execute): do.
14970
14971 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14972
14973         * gnus-sum.el (gnus-widget-reversible-match)
14974         (gnus-widget-reversible-to-internal)
14975         (gnus-widget-reversible-to-external): New functions.
14976         (gnus-widget-reversible): New widget.
14977         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14978
14979 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14980
14981         * gnus-sum.el (gnus-thread-sort-functions)
14982         (gnus-article-sort-functions): Document `(not F)' items.
14983
14984 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * spam.el (spam-use-gmane-xref): Add new backend.
14987         (spam-gmane-xref-spam-group): Add variable to control the name of the
14988         Gmane spam group.
14989         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14990         (spam-regex-headers-spam, spam-regex-headers-ham)
14991         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14992         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14993         backends and checks.
14994         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14995
14996         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14997         an autodetect method.
14998
14999 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15000
15001         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15002         articles are being added to a group.
15003         (gnus-request-replace-article): Inform the agent that articles
15004         need to be uncached as the cached contents are no longer valid.
15005
15006 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * binhex.el: Don't autoload executable-find.
15009
15010         * canlock.el: Don't autoload mail-fetch-field.
15011
15012         * dgnushack.el: Autoload c-mode for XEmacs.
15013
15014         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15015
15016         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15017         rmail-dont-reply-to and rmail-output.
15018
15019         * gnus-score.el: Don't autoload ffap-string-at-point.
15020
15021         * gnus-setup.el: Don't autoload sc-cite-original.
15022
15023         * imap.el: Don't autoload base64-decode-string,
15024         base64-encode-string and md5.
15025
15026         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15027         and rmail-msg-restore-non-pruned-header.
15028
15029         * mm-decode.el: Don't autoload executable-find.
15030
15031         * mm-url.el: Don't autoload executable-find.
15032
15033         * mm-view.el: Don't autoload diff-mode.
15034
15035         * nndb.el: Don't autoload news-reply-mode, news-setup,
15036         cancel-timer and telnet.
15037
15038         * password.el: Don't autoload run-at-time for Emacs.
15039
15040         * sha1-el.el: Don't autoload executable-find.
15041
15042         * sieve-mode.el: Don't autoload c-mode.
15043
15044         * uudecode.el: Don't autoload executable-find.
15045
15046 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15047
15048         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15049         (gnus-agent-possibly-alter-active): Avoid null in numeric
15050         comparison.
15051         (gnus-agent-set-local): Refuse to save null in local object table.
15052         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15053         list of articles that will be marked as unread.
15054
15055 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15058
15059 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15060
15061         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15062         language tags.
15063
15064 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15065
15066         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15067         Don't bind "obarray".
15068
15069         * gnus-sum.el (gnus-thread-sort-functions): Added
15070         `gnus-thread-sort-by-most-recent-number' and
15071         `gnus-thread-sort-by-most-recent-date'.
15072         Reported by Kai Grossjohann <kai@emptydomain.de>.
15073
15074 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15077
15078 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15079
15080         * gnus-cus.el (gnus-agent-customize-category): Removed
15081         ignore-errors macro reference that required cl to be loaded at
15082         run-time.
15083
15084         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15085         single-interval range of the form (min . max).  Previously the
15086         range had to look like ((min . max)).  Likewise, return
15087         (min . max) rather than ((min . max)).
15088         (gnus-range-map): Use gnus-range-normalize to accept
15089         single-interval range.
15090
15091         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15092         the cache, but not the agent, now appear with their usual face.
15093
15094         * dgnushack.el (loaddir): New variable that is bound to the
15095         directory containing the dgnushack.el file. Use loaddir, rather
15096         than srcdir, to update load-path. Change lets dgnushack compile
15097         code in directories other than GNUS/lisp.
15098
15099 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * lpath.el: Don't bind w3m-safe-url-regexp.
15102
15103         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15104         w3m-safe-url-regexp variable buffer-local.
15105
15106         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15107
15108 2004-02-27  Simon Josefsson  <jas@extundo.com>
15109
15110         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15111         gnus-group-real-prefix.
15112         (gnus-summary-move-article): Use it, instead of
15113         gnus-group-real-prefix.
15114
15115 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * lpath.el: Bind w3m-safe-url-regexp.
15118
15119         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15120         w3m-safe-url-regexp variable buffer-local and set it as the value
15121         of mm-w3m-safe-url-regexp.
15122
15123         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15124
15125         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15126         parsing gnus-posting-styles when the message is not for replying.
15127
15128         * dgnushack.el: Autoload sgml-mode for XEmacs.
15129
15130         * nnrss.el (nnrss-opml-export): Use
15131         mm-set-buffer-file-coding-system instead of
15132         set-buffer-file-coding-system.
15133
15134 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15135
15136         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15137         of checkdoc.el).
15138         * nnrss.el: do.
15139         * gnus-mlspl.el: do.
15140         * gnus-ml.el: do.
15141         * gnus-srvr.el: do.
15142
15143         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15144
15145 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15146
15147         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15148         Corrections to custom-manual links.
15149
15150         * gnus-art.el (gnus-article): Ditto.
15151
15152         * mm-decode.el (mime-display, mime-security): Ditto.
15153
15154 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15155
15156         * flow-fill.el: Typo.
15157
15158 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15159
15160         * spam-wash.el: New file.
15161
15162 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15163
15164         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15165
15166 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15167
15168         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15169         to be run with new-articles as LIST1, not LIST2.
15170         (spam-registration-functions): Add spam-use-ham-copy as a nil
15171         registration backend.
15172
15173 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15174
15175         * spam-stat.el (spam-stat-washing-hook): New option.
15176         (spam-stat-buffer-words): Use it.
15177         (spam-stat-process-directory, spam-stat-test-directory): Use
15178         insert-file-contents-literally.
15179         (spam-stat-coding-system): New variable.
15180         (spam-stat-load, spam-stat-save): Use it.
15181
15182 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * spam-report.el (spam-report-plug-agent): Quote
15185         spam-report-url-to-file and spam-report-url-ping-plain.
15186
15187 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15190         / in mailto URLs.
15191
15192 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15193
15194         * spam-report.el (spam-report-process-queue): Fix interactive use.
15195         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15196         (spam-report-unplug-agent): Doc fixes.
15197         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15198         (spam-report-agentize, spam-report-deagentize): Autoload.
15199
15200 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15203
15204         * message.el (message-setup-fill-variables): Add mml tags to
15205         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15206         <ajk@iu.edu>.
15207         (message-mode): Don't modify paragraph-separate there.
15208
15209 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * compface.el (uncompface-use-external): Default to undecided.
15212         (uncompface-use-external-threshold): New variable.
15213         (uncompface-float-time): New macro.
15214         (uncompface): Determine whether to use the external decoder if
15215         uncompface-use-external is undecided.
15216
15217 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15218
15219         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15220         after images.
15221
15222         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15223
15224 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15225
15226         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15227
15228         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15229
15230         * gnus-sum.el (gnus-summary-limit-to-age)
15231         (gnus-summary-limit-children): do.
15232
15233         * gnus-int.el (gnus-request-scan): do.
15234
15235         * gnus-group.el (gnus-group-suspend): do.
15236
15237         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15238
15239         * gnus-cite.el (gnus-cite-parse-attributions): do.
15240
15241         * gnus-agent.el (gnus-summary-set-agent-mark)
15242         (gnus-agent-regenerate-group): do.
15243
15244         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15245
15246         * binhex.el (binhex-decode-region-internal): do.
15247
15248 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-fun.el (gnus-face-properties-alist): New user option.
15251         (gnus-display-x-face-in-from): Use it.
15252
15253         * gnus-art.el (article-display-face): Ditto.
15254
15255         * compface.el (uncompface-use-external): Default to nil.
15256
15257 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15258
15259         * nntp.el (nntp-erase-buffer): New function.
15260         (nntp-retrieve-data, nntp-send-command)
15261         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15262         (nntp-possibly-change-group): Use it.
15263
15264         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15265         with-current-buffer.
15266
15267 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15268
15269         * compface.el: Merge the ELisp-based uncompface program.
15270         (compface): New customization group.
15271         (uncompface-use-external): New user option.
15272         (uncompface): Call uncompface-internal if uncompface-use-external
15273         is nil.
15274         (uncompface-internal): New function.  Note that there are also
15275         some other functions and variables added for this function.
15276
15277 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15278
15279         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15280         if necessary.
15281
15282 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15283
15284         * spam-report.el (spam-report-unplug-agent)
15285         (spam-report-plug-agent, spam-report-deagentize)
15286         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15287         Add support for the Agent in spam-report: when unplugged, report to a
15288         file; when plugged, submit all the requests.
15289
15290         * spam.el (spam-register-routine): Fix message about
15291         registration.
15292
15293 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15294
15295         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15296         dependencies.
15297         (rfc2047-encode): Use it.
15298
15299         * gnus-art.el (gnus-button-marker-list): Move before first
15300         reference.
15301
15302         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15303         (imap-parse-body): Fix format string mismatch.
15304
15305         * gnus-score.el (gnus-summary-increase-score): do.
15306
15307         * nnrss.el (nnrss-close): New function.
15308
15309 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15310
15311         * nnrss.el (nnrss-make-filename): New function.
15312         (nnrss-request-delete-group, nnrss-read-server-data)
15313         (nnrss-save-server-data, nnrss-read-group-data)
15314         (nnrss-save-group-data): Use it.
15315         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15316         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15317         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15318
15319 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15320
15321         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15322
15323 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15324
15325         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15326         files.
15327
15328         * message.el (message-generate-headers-first): Don't quote nil
15329         and t in docstrings.
15330
15331         * imap.el (imap-id): do.
15332
15333         * gnus-agent.el (gnus-agent-consider-all-articles)
15334         (gnus-agent-queue-mail): do.
15335
15336 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * spam-report.el (spam-report-process-queue): New function.
15339         Process requests from `spam-report-requests-file'.
15340         (spam-report-process-queue): Doc fix.
15341
15342 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15343
15344         * spam.el (spam-register-routine)
15345         (spam-log-processing-to-registry, spam-log-registered-p)
15346         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15347         Change "check" to "spam-check" for semi-clarity.
15348
15349 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15350
15351         * pop3.el: Require nnheader.
15352
15353         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15354
15355         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15356
15357         * gnus-picon.el: Require cl.
15358
15359         * gnus-fun.el: Require gnus-ems and gnus-util.
15360
15361         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15362
15363         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15364
15365         * gnus-art.el (gnus-article-edit-mode): Define before first
15366         reference.
15367
15368 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15371         (gnus-uu-post-encoded): Use point-at-bol.
15372
15373         * gnus-topic.el (gnus-group-active-topic-p): do.
15374
15375         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15376
15377         * gnus-group.el (gnus-group-kill-region): do.
15378
15379         * gnus-art.el (article-date-ut): do.
15380
15381         * message.el (message-fetch-field): Remove redundant
15382         case-fold-search binding.
15383         (message-narrow-to-field): Simplify.
15384
15385 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * spam.el (spam-directory): Derive from `gnus-directory'.
15388
15389         * spam-report.el (spam-report-url-to-file)
15390         (spam-report-requests-file): New function and variable for offline
15391         reporting.
15392         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15393         and user defined function.
15394         (spam-report-url-ping-mm-url): Remove doubled slash.
15395
15396 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15397
15398         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15399
15400 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15401
15402         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15403         format string mismatch.
15404
15405         * sieve.el (sieve-deactivate-all): do.
15406
15407         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15408
15409         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15410
15411         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15412
15413         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15414
15415 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15416
15417         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15418         the list of checks.
15419
15420 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15421
15422         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15423         padding.
15424
15425 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15426
15427         * mm-view.el (mm-fill-flowed): New variable.
15428         (mm-inline-text): Use it.
15429
15430 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15431
15432         * spam.el (spam-spamassassin-register-ham-routine)
15433         (spam-spamassassin-register-spam-routine): Fix function names.
15434
15435 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * gnus.el (gnus-tmp-grouplens): Remove.
15438         (gnus-summary-line-format): Remove grouplens.
15439
15440         * gnus-group.el (gnus-group-line-format): Ditto.
15441
15442         * gnus-spec.el (gnus-format-specs): Ditto.
15443         (gnus-update-format-specifications): Flush the group format spec
15444         cache if there's the grouplens stuff.
15445         (gnus-parse-simple-format): Replace %l with the empty string.
15446
15447 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15448
15449         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15450         omission.
15451
15452 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15455         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15456
15457 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15458
15459         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15460         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15461         New macros and functions.
15462         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15463         Handle > NLINK_MAX messages.
15464         * nnmaildir.el (nnmaildir-request-set-mark): Use
15465         nnmaildir--emlink-p and nnmaildir--eexist-p.
15466
15467 2004-01-25  Alex Schroeder  <alex@gnu.org>
15468
15469         * spam-stat.el (spam-stat-process-directory-age): New option.
15470         (spam-stat-process-directory): Use it.
15471
15472 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15473
15474         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15475         (spam-stat-save): Accept prefix argument.
15476
15477 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15478
15479         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15480         links" error.
15481
15482 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15485         the rest of the and/or forms.
15486
15487 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15488
15489         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15490         compatibility with old .newsrc.eld files.
15491
15492         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15493
15494         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15495
15496         * gnus-start.el (gnus-1): do.
15497
15498         * gnus-group.el (gnus-group-line-format-alist): do.
15499
15500         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15501
15502         * gnus-gl.el: Remove.
15503
15504 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15505
15506         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15507         marks consisting of a single range {for example, (3 . 5)} rather
15508         than a list of a single range { ((3 . 5)) }.
15509
15510 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15511
15512         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15513         with-current-buffer.
15514         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15515         avoid consing a string.
15516
15517         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15518         Remove obsolete entries for big5 and gb2312.
15519
15520 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15521
15522         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15523         uncompressed list.
15524
15525 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15526
15527         * spam-stat.el (spam-stat-strip-xref): New function.
15528         (spam-stat-process-directory): Use it.
15529
15530         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15531         here -- it's done in message-fetch-field.
15532
15533 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15534
15535         * gnus-agent.el (gnus-agent-queue-mail)
15536         (gnus-agent-prompt-send-queue): New variables.
15537         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15538         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15539         "nndraft:queue" along to gnus-draft-send.  Use
15540         gnus-agent-prompt-send-queue.
15541         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15542         is "nndraft:queue".  Suggested by Gaute Strokkenes
15543         <gs234@srcf.ucam.org>
15544
15545         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15546         (agent-enable-undownloaded-faces): Added.
15547         (gnus-agent-cat-groups): Use eval-and-compile, not
15548         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15549         method of gnus-agent-cat-groups even when the buffer has been
15550         evaled.
15551         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15552         delete gnus-agent-save-active-1.
15553         (gnus-agent-save-groups): Deleted.  Identical to
15554         gnus-agent-save-active.
15555         (gnus-agent-write-active): No longer adjust agent's copy of active
15556         file as agent's adjustments are now stored in their own
15557         file.  Removed optional parameter.
15558         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15559         servers.  Add use of min/max range limits from server's local
15560         file.
15561         (gnus-agent-save-alist): Removed unused optional argument.
15562         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15563         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15564         (gnus-agent-set-local): A per-server file that keeps min/max range
15565         limits for articles known to the agent.  Provides a fast mechanism
15566         for altering many active ranges.
15567         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15568         active file (local makes it unnecessary).
15569         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15570
15571         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15572         (agent-enable-undownloaded-faces): Added.
15573
15574         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15575         disable it when sending to "nndraft:queue".
15576         (gnus-group-send-queue): Add safety check to avoid sending queue
15577         when unplugged.
15578
15579         * gnus-group.el (gnus-group-catchup): Use new
15580         gnus-sequence-of-unread-articles, not
15581         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15582         numbers of articles.  Use gnus-range-map to avoid having to
15583         uncompress the unread list.
15584         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15585         Fixed invalid ange-ftp reference.
15586
15587         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15588         (gnus-sorted-range-intersection): Intersection of two ranges
15589         without requiring that they first be uncompressed.
15590
15591         * gnus-start.el (gnus-activate-group): Unless blocked by the
15592         caller, possibly expand the active range to include both cached
15593         and agentized articles.
15594         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15595         multiple version-dependent converters.
15596         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15597         gnus-agent-save-active.
15598         (gnus-save-newsrc-file): Save dirty agent range limits.
15599
15600         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15601         gnus-agent-possibly-alter-active.
15602         (gnus-adjust-marked-articles): Faster handling of simple lists.
15603
15604 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15605
15606         * spam-stat.el (spam-stat-test-directory): New optional argument
15607         displays a list of files detected.  Suggested by Andrew Cohen
15608         <cohen@andy.bu.edu>.
15609         (spam-stat-buffer-words-with-scores): Don't narrow and change
15610         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15611
15612 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15613
15614         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15615         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15616         (spam-spamassassin-arguments)
15617         (spam-spamassassin-spam-flag-header)
15618         (spam-spamassassin-positive-spam-flag-header)
15619         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15620         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15621         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15622         (spam-list-of-processors, spam-list-of-checks)
15623         (spam-list-of-statistical-checks, spam-registration-functions)
15624         (spam-check-spamassassin-headers, spam-check-spamassassin)
15625         (spam-spamassassin-score)
15626         (spam-spamassassin-register-with-sa-learn)
15627         (spam-spamassassin-register-spam-routine)
15628         (spam-spamassassin-register-ham-routine)
15629         (spam-assassin-register-spam-routine)
15630         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15631         (spam-bogofilter-score): Fix to show article before scoring.
15632
15633 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15634
15635         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15636         default scoring function.
15637         (spam-generic-score): Call spam-spamassassin-score if
15638         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15639         spam-bogofilter-score otherwise.
15640
15641         * gnus.el (spam-process, spam-autodetect-methods): Add
15642         spamassassin and spamassassin-headers.
15643
15644 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15645
15646         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15647         Suppress unnecessary messages.
15648
15649 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15650
15651         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15652         make-hash-table.
15653
15654 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * canlock.el (base64-encode-string): Don't autoload it.
15657
15658 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * run-at-time.el: Remove useless (require 'itimer),
15661         eval-and-compile and (featurep 'xemacs).
15662
15663 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15664
15665         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15666         GROUP is a virtual group.
15667
15668 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15669
15670         * gnus.el: Autoload `message-y-or-n-p'.
15671
15672 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15673
15674         * pgg-parse.el: Remove unnecessary (require 'custom).
15675
15676         * pgg-def.el: do.
15677
15678         * nnmail.el: do.
15679
15680         * gnus-undo.el: do.
15681
15682         * gnus-picon.el: do.
15683
15684         * gnus-util.el: do.
15685
15686 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15689
15690 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15693         handle, as well as a list.
15694
15695         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15696         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15697         (mm-w3m-cid-retrieve): Simplify.
15698
15699 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15700
15701         * message.el (message-kill-to-signature): Allow prefix arg to
15702         specify number of lines to keep before signature.
15703
15704 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15705
15706         * message.el (message-kill-to-signature): Change docstring.
15707
15708 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * canlock.el: Always require sha1-el.
15711         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15712
15713         * message.el: Autoload sha1 only when compiling.
15714
15715         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15716         eudc-expand-inline for XEmacs.
15717
15718 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * message.el (message-canlock-generate): Require sha1-el.
15721
15722 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15723
15724         * message.el (message-expand-name): Silence the byte compiler.
15725
15726         * lpath.el: Add detect-coding-system.
15727
15728         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15729         cus-edit.
15730
15731 2004-01-13  Simon Josefsson  <jas@extundo.com>
15732
15733         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15734         Invoke gnus-score-mode.  Reported by
15735         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15736
15737         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15738         Jim Blandy <jimb@redhat.com> (tiny change).
15739
15740 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15741
15742         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15743
15744 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15745
15746         * spam.el (spam-get-article-as-string): Update to use
15747         gnus-request-article-this-buffer, much simpler.
15748         (spam-get-article-as-buffer): Remove.
15749
15750 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15751
15752         * message.el (message-expand-name): Use EUDC if the user uses that.
15753
15754 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15755
15756         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15757         character for the encoding to avoid consing a string.
15758
15759         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15760         unnecessarily.
15761
15762         * mm-util.el (mm-replace-chars-in-string): Remove.
15763
15764         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15765         of mm-replace-chars-in-string.
15766
15767 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15768
15769         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15770
15771         * mm-util.el (mm-subst-char-in-string): Support inplace.
15772
15773         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15774         a new string in every iteration.  Use shy groups.
15775
15776 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15777
15778         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15779         * gnus-soup.el (gnus-soup-group-brew):
15780         * gnus-msg.el (gnus-put-message):
15781         * gnus-move.el (gnus-group-move-group-to-server):
15782         * gnus-kill.el (gnus-batch-score):
15783         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15784         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15785         (gnus-group-update-group, gnus-group-read-group)
15786         (gnus-group-make-group, gnus-group-make-help-group)
15787         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15788         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15789         (gnus-group-sort-by-unread, gnus-group-catchup)
15790         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15791         (gnus-group-yank-group, gnus-group-set-info)
15792         (gnus-group-list-groups):
15793         * gnus.el (gnus-generate-new-group-name):
15794         * gnus-delay.el (gnus-delay-send-queue):
15795         * nnvirtual.el (nnvirtual-catchup-group):
15796         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15797         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15798         (gnus-group-prepare-topics, gnus-topic-check-topology):
15799         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15800         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15801         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15802         (gnus-group-make-articles-read):
15803         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15804         (gnus-group-change-level, gnus-kill-newsgroup)
15805         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15806         (gnus-get-unread-articles, gnus-make-articles-unread)
15807         (gnus-make-ascending-articles-unread): Use accessor
15808         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15809         to get group information for improved readability.
15810
15811
15812 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15813
15814         * gnus-art.el (article-decode-mime-words, article-babel)
15815         (gnus-article-highlight-signature, gnus-article-add-buttons)
15816         (gnus-signature-toggle): Use gnus-with-article-buffer.
15817
15818         * gnus-art.el (gnus-article-highlight-headers)
15819         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15820
15821         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15822         (gnus-article-set-globals, gnus-request-article-this-buffer)
15823         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15824         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15825         (gnus-mime-display-alternative): Use with-current-buffer.
15826
15827 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15828
15829         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15830         also under 80 char limit, and call gnus-error if needed.
15831         (spam-fetch-article-header): Fix - it was a
15832         buffer-local variable (gnus-newsgroup-data).
15833         (spam-find-spam): Use spam-generate-fake-headers, forget about
15834         spam-insert-fake-headers.
15835         (spam-insert-fake-headers): Remove.
15836
15837 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15838
15839         * deuglify.el (gnus-article-outlook-unwrap-lines)
15840         (gnus-outlook-rearrange-article)
15841         (gnus-outlook-repair-attribution-outlook)
15842         (gnus-outlook-repair-attribution-block)
15843         (gnus-outlook-repair-attribution-other): Remove redundant
15844         save-excursion.
15845
15846 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15847
15848         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15849         (spam-fetch-field-subject-fast)
15850         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15851         (spam-fetch-article-header): Add functions to deal with Gnus
15852         internals for fast retrieval of article header data.
15853         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15854
15855 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15856
15857         * pop3.el (pop3-md5): Remove.
15858         (pop3-apop): Replace pop3-md5 with md5.
15859
15860         * mm-bodies.el: base64 is always built-in.
15861
15862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15863         with-current-buffer.
15864
15865 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * canlock.el (canlock-insert-header): Remove excessive grouping in
15868         regexp.
15869
15870         * gnus-sum.el (gnus-summary-read-document): Ditto.
15871
15872         * gnus-uu.el (gnus-uu-part-number): Ditto.
15873
15874         * html2text.el (html2text-remove-tags): Ditto.
15875         (html2text-format-tags): Ditto.
15876         (html2text-format-single-elements): Ditto.
15877
15878         * mml.el (mml-parse-1): Ditto.
15879
15880 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15881
15882         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15883
15884         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15885
15886         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15887
15888         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15889
15890 2003-11-15  Simon Josefsson  <jas@extundo.com>
15891
15892         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15893         (pgg-gpg-lookup-key): Use regexp match instead of
15894         split-string (split-string is different between emacs 21.2 and
15895         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15896
15897 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15898
15899         * gnus-art.el (gnus-mime-view-all-parts)
15900         (gnus-article-part-wrapper, gnus-article-view-part): Use
15901         with-current-buffer.
15902
15903 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * spam.el (spam-disable-spam-split-during-ham-respool)
15906         (spam-spamoracle-database, spam-cache-lookups)
15907         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15908         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15909         (spam-group-ham-marks, spam-group-spam-marks)
15910         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15911         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15912         also add spam-use-blackholes to the statistical checks.
15913         (spam-fetch-field-fast): Add interface to fetching fields, may
15914         become a macro.
15915         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15916         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15917         (spam-insert-fake-headers): Fake an article when needed.
15918         (spam-find-spam): Fake article when possible.
15919         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15920         (spam-check-bogofilter-headers): Use message-fetch-field instead
15921         of nnmail-fetch-field.
15922
15923 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15924
15925         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15926
15927 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15928
15929         * spam.el (spam-split): Do not require spam-use-CHECK to be
15930         enabled if that check is passed to spam-split explicitly; also
15931         fix so 'spam doesn't get converted to spam-split-group when
15932         spam-split-symbolic-return is t.
15933         (spam-find-spam): Find registrations of the article and use those
15934         instead of re-running spam-split to find the spam/ham
15935         classification of the article.
15936         (spam-log-processing-to-registry, spam-log-registered-p)
15937         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15938         Use gnus-error instead of gnus-message.
15939         (spam-log-registration-type): Add function to determine the
15940         classification of a message based on registry entries; will
15941         return nil if both 'spam and 'ham are found.
15942         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15943         a reasonably fast local cache without the loading errors.
15944         (spam-cache-lookups): Set to t by default.
15945         (spam-find-spam): Don't try to guess spam-cache-lookups.
15946         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15947         spam-caches entry.
15948         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15949         caching of whitelist/blacklist entries.
15950         (spam-check-whitelist, spam-check-blacklist): Invoke
15951         spam-from-listed-p with a type, not a cache variable.
15952         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15953
15954 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15955
15956         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15957
15958         * nnmail.el (nnmail-split-fancy): do.
15959
15960         * mml.el (mml-parse): do.
15961
15962         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15963         (gnus-score-adaptive): do.
15964
15965 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15968         (gnus-mime-button-map): Don't set keymap parent.
15969         (gnus-button-ctan-directory-regexp): Use shy grouping.
15970         (gnus-prev-page-map): Don't set keymap parent.
15971         (gnus-prev-page-map): Remove duplicated one.
15972         (gnus-next-page-map): Don't set keymap parent.
15973         (gnus-mime-security-button-map): Ditto.
15974
15975         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15976         version number.
15977
15978         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15979
15980 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * canlock.el (canlock-sha1-function): Remove.
15983         (canlock-sha1-function-for-verify): Remove.
15984         (canlock-openssl-program): Remove.
15985         (canlock-openssl-args): Remove.
15986         (canlock-ignore-errors): Remove.
15987         (canlock-sha1-with-openssl): Remove.
15988         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15989         (canlock-verify): Don't use canlock-ignore-errors.
15990
15991         * sha1-el.el (sha1-string-external): Make it can return a string
15992         in binary form.
15993         (sha1-region-external): Ditto.
15994         (sha1-string-internal): Ditto.
15995         (sha1-region-internal): Ditto.
15996         (sha1-region): Ditto.
15997         (sha1-string): Ditto.
15998         (sha1): Ditto.
15999
16000 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16001
16002         * spam.el (spam-report-articles-gmane): New command.
16003
16004 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16007
16008         * run-at-time.el (run-at-time-saved): Remove.
16009         (run-at-time): Doc fix.
16010
16011 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16012
16013         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16014         (gnus-summary-limit-map): Add it.
16015         (gnus-summary-make-menu-bar): do.
16016
16017 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16018
16019         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16020         Make attempt at some caching support (done for BBDB only now).
16021         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16022         addresses to be checked.
16023         (spam-clear-cache-BBDB): Add function, to be invoked by
16024         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16025         (spam-check-BBDB): Check and use the caches, if
16026         spam-cache-lookups is on, remove superfluous (provide).
16027
16028 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16029
16030         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16031
16032 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16033
16034         * run-at-time.el (run-at-time-saved): Move to after the definition
16035         of `run-at-time'.
16036
16037         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16038
16039 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16042         mm-w3m-local-map-property.
16043
16044         * mm-view.el (mm-w3m-mode-map): Remove.
16045         (mm-w3m-local-map-property): Remove.
16046         (mm-inline-text-html-render-with-w3m): Don't use
16047         mm-w3m-local-map-property.
16048
16049 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16050
16051         * run-at-time.el: New file.
16052
16053         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16054         under Emacs.
16055
16056         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16057         of gnus-set-text-properties.
16058
16059         * gnus-uu.el (gnus-uu-save-article): Ditto.
16060
16061         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16062
16063         * gnus-cite.el (gnus-cite-parse): Ditto.
16064
16065         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16066         of gnus-.
16067
16068         * gnus-xmas.el (run-at-time): Require run-at-time.
16069
16070         * gnus.el: Changed calls to nnheader-run-at-time and
16071         password-run-at-time throughout to use run-at-time directly.
16072
16073         * password.el: Removed definition of run-at-time.
16074
16075         * nnheaderxm.el: Remove definition of run-at-time.
16076
16077 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16078
16079         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16080         in prompt.
16081
16082 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16083
16084         * messagexmas.el (message-xmas-redefine): Alias
16085         `message-make-caesar-translation-table' to
16086         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16087         version.
16088
16089         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16090         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16091         `gnus-xmas-set-text-properties'.
16092         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16093         `gnus-xmas-completing-read'.
16094         (gnus-xmas-completing-read): Removed.
16095         (gnus-xmas-open-network-stream): Removed.
16096
16097         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16098         XEmacs version.
16099
16100         * dns.el (dns-make-network-process): Use `open-network-stream'
16101         instead of `gnus-xmas-open-network-stream'.
16102
16103         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16104
16105         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16106
16107 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16108
16109         * gnus-art.el (gnus-mime-display-alternative)
16110         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16111         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16112         Don't use gnus-local-map-property.
16113
16114         * gnus-util.el (gnus-local-map-property): Remove.
16115
16116         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16117         gnus-completing-read-maybe-default with completing-read.
16118
16119         * gnus-util.el (gnus-completing-read): do.
16120         (gnus-completing-read-maybe-default): Remove.
16121
16122 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16123
16124         * password.el: Only autoload `run-at-time' if not XEmacs.
16125         Only autoload the itimer functions if XEmacs.
16126
16127 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16130         XEmacsen.
16131
16132         * dgnushack.el: Autoload executable-find for XEmacs.
16133
16134 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16135
16136         * gnus-art.el (gnus-read-string): Remove.
16137         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16138         read-string.
16139
16140 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16141
16142         * netrc.el: Autoload password-read.
16143         (netrc): Add configuration group.
16144         (netrc-encoding-method, netrc-openssl-path): Add
16145         variables for encoding and decoding of files with symmetric
16146         ciphers.
16147         (netrc-encode): Add assistant function to encode a file with
16148         netrc-encoding-method.
16149         (netrc-parse): Add interactive parameter, added optional
16150         decoding if netrc-encoding-method is non-nil but otherwise
16151         behavior is standard.
16152         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16153         Do s/encode/encrypt/ everywhere.
16154
16155         * spam.el: Remove executable-find autoload.
16156
16157 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16158
16159         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16160
16161         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16162
16163 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * gnus-art.el (gnus-treat-ansi-sequences)
16166         (article-treat-ansi-sequences): New variable and function.
16167         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16168
16169         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16170         Use it.
16171
16172 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * mm-util.el (mm-quote-arg): Remove.
16175
16176         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16177         shell-quote-argument.
16178
16179         * gnus-uu.el (gnus-uu-command): do.
16180
16181         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16182
16183         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16184         with make-char.
16185
16186         * mm-util.el (mm-make-char): Remove.
16187
16188         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16189         add-minor-mode.
16190
16191         * gnus-undo.el (gnus-undo-mode): do.
16192
16193         * gnus-topic.el (gnus-topic-mode): do.
16194
16195         * gnus-sum.el (gnus-dead-summary-mode): do.
16196
16197         * gnus-start.el (gnus-slave-mode): do.
16198
16199         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16200
16201         * gnus-ml.el (gnus-mailing-list-mode): do.
16202
16203         * gnus-gl.el (gnus-grouplens-mode): do.
16204
16205         * gnus-draft.el (gnus-draft-mode): do.
16206
16207         * gnus-dired.el (gnus-dired-mode): do.
16208
16209         * gnus-ems.el (gnus-add-minor-mode): Remove.
16210
16211         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16212         Replace gnus-char-width with char-width.
16213
16214         * gnus-ems.el (gnus-char-width): Remove.
16215
16216         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16217         Replace gnus-char-width with char-width.
16218
16219         * gnus-ems.el (gnus-char-width): Remove.
16220
16221         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16222         definition.
16223         Remove Emacs 20 hash table compatibility code.
16224
16225         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16226         20 compatibility code.
16227
16228         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16229
16230         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16231
16232         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16233         with point-at-{eol,bol}.
16234
16235         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16236
16237         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16238
16239         * flow-fill.el (fill-flowed-point-at-bol)
16240         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16241
16242         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16243         Replace with point-at-{eol,bol} throughout all files.
16244
16245 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * ntlm.el (ntlm-string-as-unibyte): New macro.
16248         (ntlm-build-auth-response): Use it.
16249
16250         Remove Emacs 20 stuff:
16251         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16252         (butlast, mapc, remove): Remove the compiler macros.
16253         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16254         of delq and copy-sequence.
16255         * gnus-art.el (popup-menu): Remove the compiler macro.
16256         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16257         Emacs 20.
16258
16259 2004-01-05  Simon Josefsson  <jas@extundo.com>
16260
16261         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16262         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16263         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16264         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16265         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16266         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16267         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16268         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16269         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16270         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16271         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16272         string-xor into ntlm-string-xor.  Suggested by
16273         Jesper Harder <harder@myrealbox.com>.
16274
16275         * ntlm.el: Don't include poem.
16276
16277         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16278         Jesper Harder <harder@myrealbox.com>.
16279
16280         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16281
16282         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16283         probably breaks emacs with DL patch, but do we care? Is anyone
16284         still using the DL stuff?)
16285
16286         * sieve-manage.el: Use the password package.
16287         (sieve-manage-read-passwd): Remove.
16288         (sieve-manage-interactive-login): Use password.  Re-add
16289         condition-case around loop.
16290
16291         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16292         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16293         the password package.
16294
16295 2003-02-19  Simon Josefsson  <jas@extundo.com>
16296
16297         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16298         token.
16299
16300 2002-08-07  Simon Josefsson  <jas@extundo.com>
16301
16302         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16303         (sieve-manage-authenticators):
16304         (sieve-manage-authenticator-alist): Add some SASL mechs.
16305         (sieve-sasl-auth): New function.
16306         (sieve-manage-cram-md5-auth):
16307         (sieve-manage-plain-auth): Rewrite using SASL library.
16308         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16309         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16310         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16311         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16312
16313 2004-01-05  Simon Josefsson  <jas@extundo.com>
16314
16315         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16316         New files.
16317
16318 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16319
16320         * gnus-group.el (gnus-no-groups-message): Update.
16321
16322         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16323
16324 2003-11-09  Simon Josefsson  <jas@extundo.com>
16325
16326         * imap.el: Support for ID IMAP extension (RFC 2971).
16327         (imap-local-variables): Add imap-id.
16328         (imap-id): New variable.
16329         (imap-id): New function.
16330         (imap-parse-response): Parse untagged ID response.
16331         * nnimap.el (nnimap-id): New variable.
16332         (nnimap-open-connection): Use it.
16333
16334 2003-12-28  Simon Josefsson  <jas@extundo.com>
16335
16336         * gnus-score.el (gnus-score-edit-all-score): New.
16337         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16338
16339 2004-01-04  Simon Josefsson  <jas@extundo.com>
16340
16341         * password.el: Add.
16342
16343 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16344
16345         * dns.el (dns-query-types): Fix typo.
16346         (dns-query-types): New function.
16347         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16348         PTR and SOA replies, see RFC 1035.
16349
16350 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16351
16352         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16353
16354         * Moved to Changelog.2.
16355
16356 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16357
16358         * gnus.el (gnus-version-number): Bump version.
16359
16360 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16361
16362         * gnus.el: No Gnus v0.1 is released.
16363
16364 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16365
16366         * gnus.el: No Gnus v0.0 is released.
16367
16368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16369
16370         * gnus.el (gnus-version-number): Bump.
16371         (gnus-version): No.
16372
16373 See ChangeLog.2 for earlier changes.
16374
16375     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16376       Free Software Foundation, Inc.
16377
16378   This file is part of GNU Emacs.
16379
16380   GNU Emacs is free software: you can redistribute it and/or modify
16381   it under the terms of the GNU General Public License as published by
16382   the Free Software Foundation, either version 3 of the License, or
16383   (at your option) any later version.
16384
16385   GNU Emacs is distributed in the hope that it will be useful,
16386   but WITHOUT ANY WARRANTY; without even the implied warranty of
16387   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16388   GNU General Public License for more details.
16389
16390   You should have received a copy of the GNU General Public License
16391   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16392
16393 ;; Local Variables:
16394 ;; coding: utf-8
16395 ;; fill-column: 79
16396 ;; add-log-time-zone-rule: t
16397 ;; End: