9f98123dfd1c5de189d46a747f998ffc0053ec90
[gnus] / lisp / ChangeLog
1 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4         (nnimap-fetch-partial-articles): New variable.
5         (nnimap-open-connection): When looking for credentials, also use the
6         nnimap-server-port.
7         (nnimap-request-article): Return the group/article number, so that Gnus
8         `^' works as expected.
9
10         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11         comments.
12         (gnus-methods-sloppily-equal): New function.
13         (gnus): When using the development version of Gnus, load the gnus-load
14         file.
15
16         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
17         `gnus-open-server' on each method before trying to scan them etc.  This
18         ensures that all the backend parameters are set correctly.
19
20         * nnimap.el (nnimap-authenticator): New variable.
21         (nnimap-open-connection): Allow anonymous login.
22         (nnimap-transform-headers): The chars header is called Chars not
23         Bytes.
24         (nnimap-wait-for-response): Don't infloop if the IMAP connection
25         drops.
26
27         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
28         patch, found by Knut Anders Hatlen.
29
30 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
31
32         * gnus-agent.el (gnus-agent-batch-confirmation)
33         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
34         to gnus-message.
35         * gnus-art.el (gnus-article-describe-briefly): Likewise.
36         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
37         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
38         * gnus-int.el (gnus-open-server): Likewise.
39         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
40         (gnus-score-check-syntax): Likewise.
41         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
42         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
43         Likewise.
44         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
45
46 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
49         calling conventions so that prefetch doesn't bug out.
50
51 2010-09-19  Julien Danjou  <julien@danjou.info>
52
53         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
54         rather than `subst-char-in-region' in order to be able to replace ASCII
55         char by UTF-8 ones.
56
57         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
58         than curl.
59         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
60         the right URL and ALT text on images.
61         (gnus-html-wash-tags): Fix tag case.
62         Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
63         (gnus-article-html): Add -o display_ins_del=2 option.
64         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
65
66 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
69         the extra mail headers, which sometimes seem to happen for unknown
70         reasons.
71
72         * mail-parse.el (mail-header-encode-parameter): Define as
73         rfc2045-encode-string instead of as rfc2231-encode-string, since some
74         (or most, perhaps?) mail readers don't understand the latter, but do
75         understand the former.
76
77         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
78         to nil, so that no methods are automatically agentized.  I think this
79         is probably what most users want.
80
81         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
82         from url-retrieve, for instance about invalid URLs.
83
84         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
85         groups that have no articles.
86         (nnimap-request-article): Check that we really got an article when we
87         requested one.
88
89         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
90         doesn't exist.
91
92         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
93         nntp buffer so the agent can save it.
94         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
95         that CRLF doesn't get translated to \n.
96         (nnimap-open-connection): Don't make 'shell commands only send \n.
97
98 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
99
100         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
101         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
102         Update var name.
103         (nnml-generate-nov-file): Use dolist.
104         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
105         Use with-current-buffer.
106
107 2010-09-18  Julien Danjou  <julien@danjou.info>
108
109         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
110         parallel.
111
112 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * nnimap.el (nnimap-update-info): When doing partial marks update, get
115         the range update right.
116         (nnimap-request-group): Don't make `M-g' bug out on group with no
117         marks.
118         (nnoo): Required, so that other packages can require nnimap.
119         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
120         command we're looking for.  This helps when the server sends more
121         responses after we've gotten everything we expected.
122         (nnimap): Add a `newlinep' field to keep track of end-of-line
123         conventions.
124         Don't send CRLF to things that don't want it.
125         (nnimap-request-accept-article): Ditto.
126
127 2010-09-18  Julien Danjou  <julien@danjou.info>
128
129         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
130         than curl to retrieve images.
131
132 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * nnimap.el (nnimap-update-info): Extend the info so that we can set
135         the marks.
136         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
137         (nnimap-wait-for-connection): New function.
138         (nnimap-open-connection): If we have PREAUTH, don't query for login
139         credentials.
140         (nnimap-update-info): Fix off-by-one error when concatenating ranges
141         when doing a partial update.
142
143 2010-09-18  Julien Danjou  <julien@danjou.info>
144
145         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
146         tags.
147
148 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * nnimap.el (nnimap-credentials): New function.
151         (nnimap-open-connection): Use the new function to look for credentials
152         also on the numeric equivalents of "imap" and "imaps".
153
154         * gnus-start.el (gnus-activate-group): Send the info to
155         gnus-request-group.
156
157         * nnimap.el (nnimap-request-group): Have the "check" version of the
158         function parse flags and update the info, so that a `M-g' get a total
159         resync of all flags from the group.
160
161         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
162         to allow backends to alter the info on group selection.  Also alter all
163         the backend -request-group functions to take the parameter.
164
165         * nnimap.el (nnimap-store-info): New function.
166         (nnimap-update-info): Store the info for later usage.
167         (nnimap-request-group): Use the stored info for the dont-check case, so
168         that we don't retrieve all marks when we enter a group.
169
170         * nnimap.el: Use deffoo instead of defun for interface functions.
171
172         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
173         update the group info.  This makes the nndraft groups, for instance, go
174         back to their old behaviour.
175
176         * gnus-sum.el (gnus-select-newsgroup): Indent.
177
178         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
179         in.
180         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
181         nothing.
182
183         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
184         from methods that are denied.
185
186         * gnus-int.el (gnus-method-denied-p): New function.
187
188         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
189         store the password instead of netrc.
190         (nnimap-open-connection): Don't error out when we can't make a
191         connections.
192
193         * auth-source.el (auth-source-create): In the password prompt, say what
194         we're querying for.  Also prompt for user name if that hasn't been
195         given.
196
197         * nnimap.el (nnimap-with-process-buffer): Removed.
198
199 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
202         method when we're reading from the agent.
203
204         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
205
206         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
207         that's probably most useful for users.
208
209         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
210         "failed" all the time.
211
212         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
213         ...)) with (with-current-buffer ... ).
214
215         * nntp.el (nntp-open-server): Return whether the open was successful or
216         not.
217
218         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
219         select an unread unseen article first.
220
221         * nnimap.el (nnimap-open-connection): If the user doesn't have a
222         /etc/services, supply some sensible port defaults.
223
224         * dgnushack.el: Define netrc-credentials.
225
226 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
227
228         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
229
230 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
231
232         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
233         doesn't have any parameters.
234
235 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
238         only upcased checks.
239
240         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
241
242         * nnimap.el (nnimap-open-shell-stream): New function.
243         (nnimap-open-connection): Use it.
244         (nnimap-transform-headers): Get the number of lines in each message.
245         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
246         number of lines.
247         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
248         problem.
249
250         * utf7.el (utf7-encode): Autoload.
251
252         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
253         to allow the mail splitting to not return a default group.  This is
254         useful for nnimap, which will leave unmatched mail in the inbox.
255
256         * nnimap.el: Rewritten.
257
258         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
259         nnimap usage.
260
261         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
262         if the move is internal, so that nnimap can do fast internal moves.
263
264         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
265         data.
266         (gnus-read-active-for-groups): Support finishing the early retrieval of
267         data.
268
269         * gnus-range.el (gnus-range-nconcat): New function.
270
271         * gnus-int.el (gnus-finish-retrieve-group-infos)
272         (gnus-retrieve-group-data-early): New functions.
273
274 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
275
276         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
277         (nnrss-retrieve-groups):
278         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
279         (pop3-quit): Use with-current-buffer.
280
281 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
284         instead of nnheader-accept-process-output.
285
286         * dgnushack.el (dgnushack-compile): Add comment.
287
288         * lpath.el: No need to fbind propertize for XEmacs 21.4.
289
290         * gnus-html.el (gnus-html-schedule-image-fetching)
291         (gnus-html-prefetch-images): Replace process-kill-without-query by
292         gnus-set-process-query-on-exit-flag.
293
294 2010-09-16  Romain Francoise  <romain@orebokech.com>
295
296         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
297
298 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-registry.el (gnus-registry-install-shortcuts): The second
301         parameter to unintern is mandatory-ish in Emacs 24.
302
303         * gnus-html.el (gnus-html-schedule-image-fetching)
304         (gnus-html-prefetch-images): Check for curl before using it.
305
306         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
307         depend on curl, which isn't essential.
308
309         * imap.el: Revert back to version
310         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
311         seem problematic.
312
313 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
314
315         * gnus-registry.el (gnus-registry-install-shortcuts):
316         Explicitly pass `obarray' to `unintern' to avoid a warning.
317
318 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
321         change.
322
323         * nnrss.el (nnrss-request-list): Removed this function and related
324         functions, including the moreover stuff.
325
326 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * nnrss.el (nnrss-retrieve-groups): New function.
329
330 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
331
332         * .dir-locals.el: Add no-byte-compile cookie.
333
334 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * time-date.el (format-seconds): Comment fix.
337
338         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
339         for back end that doesn't support request-scan.
340
341 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
344         then do request scans from the backends.
345
346         * netrc.el (netrc-credentials): New conveniency function.
347
348         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
349         avoid running a hook per line, since this takes a lot of time,
350         profiling shows.
351         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
352         directly if gnus-visual-p is true.
353
354 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
357         groups; replace mapcar with dolist which is a bit faster; pass groups
358         info to gnus-read-active-file-1.
359         (gnus-read-active-file-1): Scan only specified groups if the new
360         optional arg `infos' is given.
361
362 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
365
366         * pop3.el (pop3-movemail): Removed.
367         (pop3-streaming-movemail): Renamed to pop3-movemail.
368
369         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
370         don't restrict end-tag searches to the end of the line.
371
372 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
375         articles of every unchecked group to t, which means unknown since the
376         server has never been opened.
377
378 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-html.el (gnus-html-show-alt-text): New command.
381         (gnus-html-browse-image): Ditto.
382         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
383         to browse the image directly.
384         (gnus-html-wash-tags): Search for images first, so that <a><img> works
385         better.
386
387         * gnus-async.el (gnus-async-article-callback): Call
388         `gnus-html-prefetch-images' unconditionally.
389
390         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
391         before feeding URLs to curl.
392
393 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
396         internal images as deletable by `W D D'.
397
398         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
399         (gnus-async-article-callback): Fix typo.
400
401 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
404         current line to work around bugs in the output from w3m.
405
406         * gnus-async.el (gnus-async-article-callback): Always prefetch images
407         for groups that want that.
408
409         * nntp.el (nntp-wait-for-string): Supply a timeout for
410         accept-process-output to ensure progress.
411
412         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
413         level to get unread articles from, then use that for foreign groups,
414         too.
415
416         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
417         confuses the rest of the function.
418
419         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
420         for the methods that support -retrieve-groups, too.
421
422         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
423
424 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
427         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
428
429         * pop3.el: Require cl when compiling.
430         (pop3-number-of-responses): Search for "+OK", not "+OK ".
431
432 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
435         that aren't going to be activated.
436         (gnus-get-unread-articles): Fix up the last commit.
437
438         * gnus-html.el (gnus-article-html): Allow calling without specifying
439         the handle.  In that case, dissect the buffer first.
440
441         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
442
443         * nnimap.el (nnimap-open-connection): Revert the change that would look
444         into authinfo for imaps instead of imap.
445
446         * gnus-start.el (gnus-activate-group): Take an optional parameter to
447         say that you don't want to call gnus-request-group with don-check, but
448         do check the reponse.  This is for virtual groups only.
449         (gnus-get-unread-articles): Count the archive groups as secondary, so
450         that they're activated the same way as before.
451
452         * imap.el (imap-message-map): Removed optional buffer parameter, since
453         no callers use it.
454         (imap-message-get): Ditto.
455         (imap-message-put): Ditto.
456         (imap-mailbox-map): Ditto.
457         (imap-mailbox-put): Ditto.
458         (imap-mailbox-get): Ditto.
459         (imap-mailbox-get): Revert last change for this function.
460
461         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
462         case-insensitively.
463         (nnimap-debug): Removed.
464
465         * imap.el (imap-fetch-safe): Removed function, and altered all callers
466         to use `imap-fetch' instead.  According to the comments, this should be
467         safe, since all other IMAP clients use the 1:* syntax.
468         (imap-enable-exchange-bug-workaround): Removed.
469         (imap-debug): Removed -- doesn't seem very useful.
470
471         * mail-source.el (mail-source-fetch): Don't message if we're fetching
472         mail from a file, and the file doesn't exist.
473
474         * imap.el (imap-log): New convenience function used throughout instead
475         of repeating the same code all over the place.
476
477         * pop3.el (pop3-streaming-movemail): Return t for success.
478
479         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
480         .authinfo if we're using ssl connection.
481
482         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
483         already have if we're in a main Gnus `g' run.
484
485         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
486
487 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
490
491         * nnmh.el (nnmh-request-list-1): Bind `file'.
492
493         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
494         alias to set-process-query-on-exit-flag or process-kill-without-query.
495         (pop3-open-server): Use it.
496
497 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * mail-source.el (mail-source-delete-crash-box): Always move the crash
500         box to the Incoming file.  Fixes mistake in previous checkin.
501
502         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
503         request loop (for debugging purposes) removed.
504
505         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
506         culprit is more visible.
507         (nnml-save-incremental-nov, nnml-open-incremental-nov)
508         (nnml-add-incremental-nov): New functions to do "incremental" nov
509         updates, where we just append to the end of the existing nov files
510         without reading/writing them in full.
511
512         * mail-source.el (mail-source-delete-crash-box): Really only check the
513         incoming files once in a while.
514
515         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
516
517         * mail-source.el (mail-source-delete-crash-box): Only check the
518         incoming files for deletion once per day to save a lot of file
519         accesses.
520
521         * pop3.el (pop3-logon): Fix up unbound variable typo.
522
523         * mail-source.el (pop3-streaming-movemail): Autoload.
524
525         * pop3.el (pop3-streaming-movemail): Respect
526         pop3-leave-mail-on-server.
527
528         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
529         retrieval.
530
531         * pop3.el (pop3-process-filter): Removed unused function.
532         (pop3-streaming-movemail, pop3-send-streaming-command)
533         (pop3-wait-for-messages, pop3-write-to-file)
534         (pop3-number-of-responses): New functions for streaming pop3
535         retrieval.
536
537         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
538         come from no known methods.
539         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
540         list.
541
542         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
543         message sizes.
544         (pop3-movemail): Use erase-buffer instead of looping and deleting
545         regions, which seems rather odd.
546
547         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
548         file once per `g' run.
549
550         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
551         directories.  This makes the draft queue directory work.
552
553         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
554         data from the backends, so that we only request the list of groups from
555         each method once.  This should speed things up considerably.
556
557         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
558         detect that it's not implemented.
559
560         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
561         we actually do recurse down into the tree, but don't stat all leaf
562         nodes.
563
564         * gnus-html.el (gnus-html-show-images): If there are no images to show,
565         then say so instead of bugging out.
566
567         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
568         files exist before trying to read them.
569
570         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
571         around <pre_int>.
572
573         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
574
575         * nnmh.el (nnmh-request-list-1): Optimize for speed.
576
577 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * mm-util.el (mm-image-load-path): Just return the image directories,
580         not all directories in the path in addition to the image directories.
581         (mm-image-load-path): Maintain a cache of the image directories so that
582         the `g' command in Gnus doesn't have to stat dozens of directories each
583         time.
584
585         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
586         (gnus-html-wash-tags): Add a new `i' command to insert images.
587         (gnus-html-insert-image): New command and keystroke.
588         (gnus-html-redisplay-with-images): New command and keystroke.
589         (gnus-html-show-images): Renamed command.
590         (gnus-html-wash-tags): Remove more white space before <pre_int> image
591         spacers.
592         (gnus-html-wash-tags): Decode entities at the end, so that entities
593         inside the tags don't mess up the rest of the "parsing".
594
595         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
596         so that nnimap methods aren't agentized by default.  There's apparently
597         many problems related to agent/imap behaviour.
598
599         * gnus-art.el (gnus-article-copy-string): New command and key binding.
600
601         * gnus-html.el: Doc fix.
602
603 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
606         specifier-spec-list for Emacs 21.
607
608         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
609         glyph-width and glyph-height instead of display-graphic-p and
610         image-size; make avoidance of displaying small images work for XEmacs.
611
612         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
613         for XEmacs.
614
615         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
616         of symbol that holds plist data.
617         (gnus-process-plist): Remove plist of process after getting it.
618
619 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * message.el (message-generate-hashcash): Change default to
622         'opportunistic if hashcash is installed.
623
624         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
625         (gnus-html-put-image): Only call image-size once, since it's somewhat
626         time-consuming on remote X servers.
627
628 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
631         type on data, not a file name.
632
633         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
634         window-pixel-edges for Emacs 21.
635
636         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
637         decoded contents.
638         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
639
640 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
643         group line format, since it isn't very interesting.
644
645         * gnus-agent.el (gnus-agent-short-article),
646         (gnus-agent-long-article): Increase values for these two variables,
647         since most people are likely to have more network connection and
648         storage than before.
649
650         * gnus.el (gnus-refer-article-method): Change default to 'current.
651         When referring an article, the common behaviour is to refer it from the
652         current select method, not the native select method.  The chances of
653         the native select method having the message in question is rather slim
654         these days.
655
656         * gnus-sum.el (gnus-auto-select-subject): Change default to
657         `unseen-or-unread'.  I think it's likely that most people want to
658         select an unseen article over a previously seen, but unread one.
659
660         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
661         means that in the article buffer none of the minor mode elements will
662         be shown, usually, and this is not desirable in most cases.
663
664         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
665         that commands like `d' (and the like) go to the next line in the
666         buffer, instead of the next unread article.  I think this is the
667         behaviour that is most natural for most users.
668         (gnus-single-article-buffer): Change default to nil, so that people can
669         have as many article buffers open as they have summary buffer.  I think
670         this is the most natural way for the groups to behave.
671
672         * message.el (message-generate-new-buffers): Change default to
673         `unsent', so that all new message buffers start their names with the
674         string "*unsent", and it's easier to find the buffers if you move from
675         them.
676
677 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
680         small. They're probably tracking images.
681         (gnus-html-wash-tags): Remove all <pre_int> place holders.
682         (gnus-html-rescale-image): Yet another try at getting the image sizing
683         right.
684
685         * nntp.el (nntp-request-set-mark): Refuse to do marks if
686         nntp-marks-file-name is nil.
687
688 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
689
690         * gnus-html.el (gnus-html-wash-tags)
691         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
692         Better logging.
693
694 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
697
698         * gnus-html.el (gnus-html-wash-tags): Check the value of
699         gnus-blocked-images in the summary buffer.
700
701 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
702
703         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
704
705 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
708         like "a", it seems like.
709         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
710         since it needs to be picked from the correct buffer.
711
712         * nnwfm.el: Removed.
713
714         * nnlistserv.el: Removed.
715
716 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
717
718         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
719         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
720
721 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * nnkiboze.el: Removed.
724
725         * nndb.el: Removed.
726
727         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
728         alt text.
729         (gnus-html-rescale-image): Try to get the rescaling logic right for
730         images that are just wide and not tall.
731
732         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
733         overshadow variable bindings.
734
735 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
736
737         * gnus-html.el (gnus-html-wash-tags)
738         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
739         extra logging.
740
741 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
744         (gnus-max-image-proportion): New variable.
745         (gnus-html-rescale-image): New function.
746         (gnus-html-put-image): Rescale images.
747
748 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
749
750         Fix up some byte-compiler warnings.
751         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
752         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
753         (gnus-article-fill-cited-article, gnus-article-hide-citation)
754         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
755         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
756         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
757         (gnus-group-update-group): Use save-excursion and with-current-buffer.
758
759 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-html.el (gnus-article-html): Decode contents by charset.
762
763 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
766         (gnus-html-frame-width, gnus-blocked-images)
767         * message.el (message-prune-recipient-rules): Add custom version.
768         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
769
770         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
771         functions.
772
773         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
774         gnus-process-get.
775
776 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
777
778         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
779         instead of lsub directly.
780
781 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * nnwarchive.el: Removed.
784
785         * gnus-soup.el: Removed.
786
787         * nnsoup.el: Removed.
788
789         * nnultimate.el: Removed.
790
791         * gnus-html.el (gnus-blocked-images): New variable.
792
793         * message.el (message-prune-recipients): New function.
794         (message-prune-recipient-rules): New variable.
795
796         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
797         guess whether a long line is natural text or not.
798
799         * gnus-html.el (gnus-html-schedule-image-fetching): Use
800         gnus-process-plist and friends for compatibility.
801
802 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
803
804         * gnus-html.el: Require packages that define macros used in this file.
805         (gnus-article-mouse-face): Declare to silence byte-compiler.
806         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
807         process-get.
808         (gnus-html-put-image): Use plist-get to avoid getf.
809         (gnus-html-prefetch-images): Use with-current-buffer.
810
811 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * gnus-ems.el: Provide compatibility functions for
814         gnus-set-process-plist.
815
816         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
817         header-line-format for XEmacs 21.4.
818
819         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
820         * gnus.el (gnus-valid-select-methods)
821         * message.el (message-send-mail-partially-limit)
822         * mm-decode.el (mm-text-html-renderer)
823         * mml.el (mml-insert-mime-headers-always)
824         * smiley.el (smiley-regexp-alist): Bump custom version.
825
826 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-html.el: require mm-url.
829         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
830         with the url to `url'.
831         (gnus-html-wash-tags): Support cid: URLs/images.
832
833 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
836         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
837         bindings, as they aren't useful at all. `w' is moved to `W w'.
838
839         * gnus-move.el: Removed file, since it doesn't really work.
840
841         * gnus-html.el (gnus-article-html): Tell w3m that the input is
842         UTF-8. This seems to fix problems with some German web feeds.
843
844         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
845         at the top so that the proper colours are applied.
846
847         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
848         don't have dots in their names.
849
850         * gnus-art.el (gnus-article-view-part): Doc fix.
851
852         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
853         XEmacs-compatible.
854         (gnus-html-put-image): Don't do images on non-graphic displays.
855
856         * nnslashdot.el: Removed this unused backend.
857
858         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
859         actions.
860         (gnus-undo-register-1): Revert last change.
861
862         * gnus-group.el (gnus-group-completing-read): Protect against not
863         having completion-styles bound.
864
865         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
866         make broken recipients happier.
867
868         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
869
870         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
871         point parameter.
872
873         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
874
875         * gnus-group.el (gnus-group-completing-read): Add 'substring to
876         completion-styles for group selection.
877
878 2009-02-04  Andreas Schwab  <schwab@suse.de>
879
880         * gnus-score.el (gnus-score-string): Fix regex for matching extra
881         headers and regexp-quote the match if necessary.
882
883 2009-03-24  Miles Bader  <miles@gnu.org>
884
885         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
886         the blinking smiley.
887
888 2009-03-24  Simon Josefsson  <simon@josefsson.org>
889
890         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
891         blink smiley.
892
893 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
896         where the dribbel file lives exists.
897
898         * message.el (message-send-mail-partially-limit): Change the default to
899         nil, since most people don't want this.
900
901         * mm-url.el (mm-url-decode-entities): Also decode entities like
902         &#x3212.
903
904 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
905
906         * gnus-sum.el (gnus-summary-idna-message):
907         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
908         Hyperlink urls in docstrings with URL `...'.
909
910 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
911
912         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
913         functions.
914
915 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
918         say what the mouseover text should be.
919
920         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
921         version of the mm-w3m-safe-url-regexp variable to only download images
922         in the groups where we want that to happen.
923
924         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
925
926         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
927         easier debugging.
928         (gnus-article-beginning-of-window): Add kludge to allow spacing past
929         big pictures in the article buffer.
930
931         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
932         gnus-article-html.
933         (mm-text-html-renderer): gnus-article-html needs curl in addition to
934         w3m.
935
936         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
937
938 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
941         which doesn't exist.
942
943         * message.el (message-inhibit-ecomplete): New variable to allow some
944         function to inhibit ecomplete address storage.
945         (message-resend): Disable ecomplete message storage when resending
946         messages.
947
948         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
949
950 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
953         Save excursion while copying, moving, and deleting articles in order to
954         prevent the cursor from jumping to unforeseen place.
955
956 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * lpath.el: No need to bind bookmark-current-buffer,
959         bookmark-yank-point and bookmark-make-record-function.
960
961 2010-08-17  Glenn Morris  <rgm@gnu.org>
962
963         * gnus-sync.el: Require gnus components whose functions are used.
964
965         * gnus-art.el (bookmark-make-record-function):
966         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
967         Declare for compiler.
968
969         * mm-url.el (mml-compute-boundary): Autoload.
970
971 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
974
975 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
976
977         Typo fix "hoo4a" -> "hook".
978
979         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
980
981 2010-08-14  Glenn Morris  <rgm@gnu.org>
982
983         * gnus-sync.el (gnus-sync): Fix defgroup version.
984
985 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         Doc fixes and keep unknown groups (ammended for nunion bug fix).
988
989         * gnus-sync.el: Fix docs.
990         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
991         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
992
993 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         Optimizations for gnus-sync.el.
996
997         * gnus-sync.el: Add docs about gnus-sync-backend
998         possibilities.
999         (gnus-sync-save): Remove unnecessary message.
1000         (gnus-sync-read): Optimize and show what groups were skipped.
1001
1002 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1003
1004         Minor bug fixes for gnus-sync.el.
1005
1006         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1007         read the sync on get-new-news.
1008
1009         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1010         quiet.
1011
1012         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1013
1014 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1015
1016         Make saving and restoring of hidden threads work with overlays.
1017         Patch applied by Ted Zlatanov.
1018
1019         * gnus-sum.el (gnus-hidden-threads-configuration)
1020         (gnus-restore-hidden-threads-configuration): Update to deal with text
1021         properties, rather than searching for a magic character.
1022
1023 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1024
1025         New gnus-sync.el library for synchronization of marks.
1026
1027         * gnus-sync.el: New library for synchronization of marks.
1028
1029         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1030         renamed from `gnus-registry-grep-in-list'.
1031
1032         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1033
1034         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1035
1036 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1039         determining charset of text fails.
1040
1041 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * nnmail.el (nnmail-get-new-mail-1): Revert.
1044
1045         * nnml.el (nnml-active-number): Make sure names of newly created groups
1046         in nnml-group-alist are encoded.
1047
1048 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1051         containing non-ASCII characters in active file for nnml back end.
1052
1053 2010-07-24  David Engster  <dengste@eml.cc>
1054
1055         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1056         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1057
1058 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1059
1060         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1061         tag (Bug#6654).
1062
1063 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1066         the article buffer, not the summary buffer.
1067
1068 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1071         Emacs 23 as well.
1072
1073 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1076         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1077
1078 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1079
1080         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1081         Patch applied by Karl Fogel.
1082
1083         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1084         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1085
1086 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1087
1088         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1089         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1090         C-w still not working correctly from Article buffers; Thierry's
1091         patch to fix that will be applied after this.
1092
1093         * gnus-art.el (bookmark-make-record-function): New local variable.
1094
1095         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1096         article buffer.
1097         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1098
1099 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1100
1101         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1102         on changes in bookmark.el.
1103
1104 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1107         `no-log' instead of message not to log prompt string.
1108
1109 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1110
1111         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1112         the *other* type of HTML form submission.
1113
1114 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1115
1116         * auth-source.el (auth-source-pick): If choice does not contain a
1117         questioned keyword, set the check to t.
1118
1119 2010-06-12  Romain Francoise  <romain@orebokech.com>
1120
1121         * gnus-util.el (gnus-date-get-time): Move up before first use.
1122
1123 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1126         (gnus-article-edit-part): Bind it to make last part that is substituted
1127         or deleted visible.
1128         (gnus-mime-display-single): Buttonize part of which id equals to
1129         gnus-mime-buttonized-part-id.
1130
1131 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1132
1133         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1134         (gnus-dd-mmm): Use gnus-date-get-time.
1135         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1136         simplify logic.
1137         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1138         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1139
1140 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1141
1142         * auth-source.el (top): Autoload `secrets-list-collections',
1143         `secrets-create-item', `secrets-delete-item'.
1144         (auth-sources): Fix tag string.
1145         (auth-get-source, auth-source-retrieve, auth-source-create)
1146         (auth-source-delete): New defuns.
1147         (auth-source-pick): Rewrite in order to avoid 2 passes.
1148         (auth-source-forget-user-or-password): New parameter USERNAME.
1149         (auth-source-user-or-password): New parameters CREATE-MISSING and
1150         DELETE-EXISTING.  Retrieve password interactively, if needed.
1151
1152 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1153
1154         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1155         deleting unused directories when gnus-expert-user is t.
1156
1157 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1160         for each temp file when gnus-article-browse-delete-temp is ask.
1161
1162 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1163
1164         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1165         Lisp calls to delete-backward-char by calls to delete-char.
1166
1167 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1168
1169         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1170
1171 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1172
1173         * password-cache.el (password-cache-remove): Fix docstring.
1174
1175 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1178         article unless decoding article to be saved.
1179
1180 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1183         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1184         generated within the mm-with-unibyte-current-buffer macro.
1185
1186 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1189         to nil when we're in a mml-preview buffer and no group is selected.
1190
1191 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1192
1193         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1194         when catching the `C-g'.  Reported by "Leo".
1195
1196 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * message.el (message-forward-make-body-plain)
1199         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1200         multibyte-string-p.
1201
1202         * lpath.el: Revert.
1203
1204 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * message.el (message-forward-make-body-mml): Assume original message
1207         is multibyte string; error on unibyte.
1208         (message-forward-make-body-plain): Ditto; don't add excessive newline
1209         in body end.
1210
1211         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1212
1213 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1214
1215         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1216         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1217
1218 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * mm-extern.el (mm-extern-url): Don't use
1221         mm-with-unibyte-current-buffer.
1222         (mm-extern-cache-contents): Use with-current-buffer instead of
1223         save-excursion + set-buffer.
1224
1225 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * mm-util.el (mm-emacs-mule): Remove.
1228
1229 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1230
1231         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1232         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1233         change.
1234
1235 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1238         bind the default value of enable-multibyte-characters to nil.
1239
1240 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * message.el (message-forward-make-body-plain)
1243         (message-forward-make-body-mml):
1244         Don't use mm-with-unibyte-current-buffer.
1245
1246 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1247
1248         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1249
1250 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1251
1252         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1253         (Bug#5592).
1254
1255 2010-05-07  Julien Danjou  <julien@danjou.info>
1256
1257         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1258         it to mm-pipe-part.
1259
1260         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1261         it is given.
1262
1263 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * binhex.el (binhex-decode-region-internal)
1266         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1267         (dns-query)
1268         * nnweb.el (nnweb-gmane-search)
1269         * pgg-parse.el (pgg-parse-armor)
1270         * pgg.el (pgg-verify-region)
1271         * sha1.el (sha1-string-external)
1272         * uudecode.el (uudecode-decode-region-internal)
1273         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1274         XEmacs.
1275
1276         * gnus-art.el (gnus-article-browse-html-parts)
1277         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1278         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1279         make-temp-file.
1280
1281         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1282         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1283         compiling.
1284
1285         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1286         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1287         XEmacs when compiling.
1288
1289         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1290         gnus-pick-mode-off-hook for XEmacs when compiling.
1291         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1292         gnus-binary-mode-off-hook for XEmacs when compiling.
1293
1294         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1295         nil if char-charset is not available.
1296
1297         * imap.el (imap-disable-multibyte)
1298         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1299         macros.
1300
1301         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1302         instead of encode-coding-string.
1303
1304         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1305         'xemacs) instead of mm-emacs-mule to switch function definitions.
1306         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1307
1308         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1309         bind temporary-file-directory for XEmacs;
1310         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1311         timer-set-function for XEmacs 21.4 and SXEmacs;
1312         bind timer-list for XEmacs 21.4 and SXEmacs;
1313         fbind char-charset and find-charset-region for non-Mule XEmacs;
1314         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1315         encode-coding-region and encode-coding-string for XEmacs having no
1316         file-coding feature.
1317
1318 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1319
1320         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1321
1322 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1325         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1326
1327 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1328
1329         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1330         alias `jka-compr-delete-temp-file' no longer exists.
1331
1332 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1333
1334         Use define-minor-mode in Gnus where applicable.
1335         * mml.el (mml-mode): Use define-minor-mode.
1336         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1337         (gnus-undo-mode): Use define-minor-mode.
1338         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1339         (gnus-dead-summary-mode): Use define-minor-mode.
1340         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1341         Initialize in declaration.
1342         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1343         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1344         (gnus-mailing-list-mode): Use define-minor-mode.
1345         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1346         (gnus-draft-mode): Use define-minor-mode.
1347         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1348         (gnus-dired-mode): Use define-minor-mode.
1349
1350 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1351
1352         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1353         handles on recursive mml-to-mime translation and check them for
1354         boundary delimiter collisions.  Reported by Greg Troxel.
1355
1356 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1359
1360 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1361
1362         * mm-util.el (mm-find-buffer-file-coding-system):
1363         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1364
1365 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1366
1367         * message.el (message-generate-headers): Record insertion of optional
1368         headers as well.  Otherwise the check to prevent repeated insertion of
1369         optional headers is a no-op.
1370
1371 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1372
1373         * smime.el: Don't mention CVS.
1374
1375         * nnrss.el (nnrss-fetch): Don't mention CVS.
1376
1377         * nnir.el: Don't mention CVS.
1378
1379 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1380
1381         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1382
1383 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * lpath.el: Fbind bookmark-default-handler,
1386         bookmark-get-bookmark-record, bookmark-make-record-default,
1387         bookmark-prop-get for Emacs <23 and XEmacs.
1388
1389 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1390
1391         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1392         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1393         Use with-current-buffer to silence the byte-compiler.
1394         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1395         bother to require `gnus'.
1396         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1397
1398 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1399
1400         * gnus-sum.el (gnus-summary-bookmark-make-record)
1401         (gnus-summary-bookmark-jump): New functions.
1402         (gnus-summary-mode): Setup bookmark support.
1403
1404 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1405
1406         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1407         if set.
1408
1409 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1412         gnus-article-browse-html-save-cid-image; make it work recursively for
1413         forwarded messages as well.
1414         (gnus-article-browse-html-parts): Work when prefix arg is given.
1415         (gnus-article-browse-html-article): Doc fix.
1416
1417 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1418
1419         * message.el (message-default-mail-headers):
1420         (message-default-headers): Carry the value mail-default-headers over
1421         into message-default-mail-headers, rather than message-default-headers.
1422
1423 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1424
1425         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1426         charset.
1427
1428         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1429         charset into the <meta> tag when the article is encoded to utf-8.
1430
1431 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1434         directories as well.
1435         (gnus-article-browse-html-parts): Work for images that do not specify
1436         file names; delete temp directory when quitting; insert header at the
1437         right place; use file: scheme for image files.
1438
1439 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1440
1441         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1442         (gnus-article-browse-html-parts): Use it to make temporary cid image
1443         files in addition to html file so that browser may display them.
1444
1445 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1448
1449 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1450
1451         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1452
1453 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1454
1455         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1456         about Secret Service API sources.  Improve Customize options.
1457         (auth-source-pick): Change to accept any number of search parameters.
1458         Implement fallbacks iteratively, not recursively.  Add scoring on the
1459         second pass and sort by score.  Call Secret Service API when needed.
1460         (auth-source-user-or-password): Use it.  Call Secret Service API
1461         directly when needed to get the user name and the password.
1462
1463 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1464
1465         * message.el (message-interactive): Doc fix.
1466         (message-qmail-inject-args): Reflow.
1467         (message-kill-to-signature): Fix typo in docstring.
1468
1469         * smiley.el (smiley-buffer): Fix typo in docstring.
1470
1471 2010-03-24  Glenn Morris  <rgm@gnu.org>
1472
1473         * mail-source.el (gnus-message): Declare.
1474         (mail-source-delete-old-incoming): Require gnus-util.
1475
1476 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1479
1480         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1481
1482         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1483         password-cache's default if it is not bound.
1484         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1485         password-cache-expiry's default if it is not bound.
1486
1487         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1488         available in Emacs 21.
1489
1490         * lpath.el: Suppress compiler warnings for:
1491         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1492         XEmacs;
1493         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1494         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1495         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1496
1497 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1498
1499         * auth-source.el (auth-sources): Fix up definition so extra parameters
1500         are always inline.
1501
1502 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1503
1504         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1505         wasn't updated after mismatch.  Clear cached mailbox info correctly
1506         when uidvalidity changes.
1507         (nnimap-group-prefixed-name): New function to avoid some code
1508         duplication.
1509         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1510         (nnimap-request-group): Use it.
1511         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1512         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1513         with many imap folders.  This is done by caching the group status from
1514         the imap server persistently in a group parameter `imap-status'.  (This
1515         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1516         but not persistently, so every Gnus startup was still very slow.)
1517
1518 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1521         delete the extra newline.  Otherwise editing of :string and :number
1522         types don't work.
1523
1524 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1525
1526         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1527         secrets.el dependency.
1528         (auth-sources): Add optional user name.  Add secrets.el configuration
1529         choice (unused right now).
1530
1531 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1532
1533         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1534         `gnus-registry-install-shortcuts' fill in the functions.
1535
1536         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1537         warnings.
1538         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1539         (gnus-registry-install-shortcuts): Populate and use it in a
1540         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1541
1542 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1543
1544         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1545         In-place substitutions for the group name encoding/decoding.
1546         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1547         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1548         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1549         (nnimap-update-unseen, nnimap-request-list)
1550         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1551         (nnimap-request-set-mark, nnimap-split-to-groups)
1552         (nnimap-split-articles, nnimap-request-newgroups)
1553         (nnimap-request-create-group, nnimap-request-accept-article)
1554         (nnimap-request-delete-group, nnimap-request-rename-group)
1555         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1556         `encoded-mbx' for consistency.
1557         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1558         variable `imap-current-mailbox'.
1559
1560         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1561         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1562
1563 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1564
1565         * pop3.el (pop3-display-message-size-flag): Display message size byte
1566         counts during POP3 download.
1567         (pop3-movemail): Use it.
1568         (pop3-list): Implement listing of available messages.
1569
1570 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1571
1572         * nnir.el (nnir-get-article-nov-override-function): New function to
1573         override the normal NOV retrieval.
1574         (nnir-retrieve-headers): Use it.
1575
1576 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1577
1578         * auth-source.el (netrc-machine-user-or-password): Autoload.
1579
1580 2010-03-19  Glenn Morris  <rgm@gnu.org>
1581
1582         Stop message.el from loading about 40 libraries it doesn't always need.
1583         The general approach is to autoload rather than require, and to
1584         require in the specific functions rather than the file.  (Bug#5642)
1585
1586         * gmm-utils.el: Don't require wid-edit.
1587         (widget-create-child-value, widget-convert, widget-default-get):
1588         Autoload.
1589
1590         * gnus-util.el: Don't require time-date, netrc.
1591         (message-fetch-field, gnus-group-name-decode): Declare rather than
1592         autoloading.
1593         (gnus-fetch-field): Require message.
1594         (gnus-decode-newsgroups): Require gnus-group.
1595
1596         * ietf-drums.el: Don't require time-date.
1597
1598         * message.el: Don't require hashcash, canlock, ecomplete.
1599         Do require mail-utils.  Require nnheader only when compiling.
1600         (smtpmail-default-smtp-server): Remove declaration.
1601         (message-send-mail-function): Check smtpmail-default-smtp-server
1602         is bound rather than requiring smtpmail.
1603         (message-auto-save-directory, message-insert-signature): Use
1604         expand-file-name rather than nnheader-concat.
1605         (nnheader-insert-file-contents): Autoload.
1606         (hashcash-wait-async): Declare.
1607         (message-send-mail): Only call gnus-setup-posting-charset if
1608         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1609         (message-send-mail-with-sendmail): Require sendmail.
1610         (canlock-password, canlock-password-for-verify): Declare.
1611         (message-canlock-password): Require canlock.
1612         (nnheader-get-report): Autoload.
1613         (gnus-setup-posting-charset): Declare.
1614         (message-send-news): Require gnus-msg.
1615         (message-make-references, message-make-in-reply-to): Use mail-header-id
1616         rather than the alias mail-header-message-id.
1617         (ecomplete-add-item, ecomplete-save): Declare.
1618         (message-put-addresses-in-ecomplete): Require ecomplete.
1619         (ecomplete-display-matches): Autoload.
1620
1621         * mm-decode.el: Don't require mailcap, gnus-util.
1622         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1623         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1624         Autoload.
1625         (mailcap-mime-extensions): Declare.
1626
1627         * mm-encode.el: Don't require mailcap.
1628         (mailcap-extension-to-mime): Autoload.
1629
1630         * mml-sec.el: Don't require password-cache.
1631
1632         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1633         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1634         (mml-minibuffer-read-type): Require mailcap.
1635         (mml-preview): Require gnus-msg.
1636
1637         * mml1991.el: Require password-cache.
1638         (password-cache-expiry): Remove declaration.
1639
1640         * mml2015.el: Require password-cache.
1641         (password-cache-expiry): Remove declaration.
1642
1643         * nneething.el (mailcap): Require mailcap.
1644
1645         * nnheader.el (declare-function): Add compatibility stub.
1646         (message-remove-header): Declare rather than autoload.
1647         (nnheader-replace-header): Require message.
1648
1649         * nnimap.el (declare-function): Add compatibility stub.
1650         (netrc-parse, netrc-machine-user-or-password): Declare.
1651         (nnimap-open-connection): Require netrc.
1652
1653         * nntp.el (declare-function): Add compatibility stub.
1654         (netrc-parse, netrc-machine, netrc-get): Declare.
1655         (nntp-send-authinfo): Require netrc.
1656
1657         * rfc2047.el: Don't require qp.
1658         (quoted-printable-encode-region, quoted-printable-decode-string):
1659         Autoload.
1660
1661         * sieve-mode.el: Don't require easymenu.
1662         (easy-menu-add-item): Autoload it.
1663
1664         * spam-stat.el (time-to-number-of-days): Autoload it.
1665
1666 2010-03-19  Glenn Morris  <rgm@gnu.org>
1667
1668         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1669
1670 2010-03-18  Glenn Morris  <rgm@gnu.org>
1671
1672         * hashcash.el (declare-function): Remove duplicate definition.
1673
1674 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1675
1676         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1677         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1678         value if any backslash escapes).
1679
1680 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1683         if it is available.  (bug#5647)
1684
1685         * lpath.el: Suppress compiler warning for coding-system-from-name for
1686         Emacs 21 and XEmacs.
1687
1688 2010-03-14  Juri Linkov  <juri@jurta.org>
1689
1690         * hmac-def.el:
1691         * hmac-md5.el:
1692         * netrc.el: Fix keywords.
1693
1694 2010-02-26  Glenn Morris  <rgm@gnu.org>
1695
1696         * message.el (message-send-mail-function): Change the default, so that
1697         it inherits from a customized send-mail-function.  (Bug#5643)
1698
1699 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1700
1701         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1702         shell-command-to-string signals an error (bug#5299).
1703
1704 2010-02-24  Glenn Morris  <rgm@gnu.org>
1705
1706         * message.el (message-smtpmail-send-it)
1707         (message-send-mail-with-mailclient): Doc fixes.
1708
1709 2010-02-16  Glenn Morris  <rgm@gnu.org>
1710
1711         * message.el (message-default-mail-headers): Change the default value
1712         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1713
1714 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1717         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1718
1719 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1720
1721         * time-date.el (date-to-time): Doc fix (Bug#5408).
1722
1723 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1724
1725         * message.el (message-mail): Just pass yank-action on to message-setup.
1726         (message-setup): Handle (FUN . ARGS) form of yank-action.
1727         (message-with-reply-buffer, message-widen-reply)
1728         (message-yank-original): Handle non-buffer values of
1729         message-reply-buffer (Bug#4080).
1730         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1731
1732 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1733
1734         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1735         Fix typo in docstring.
1736
1737 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1738
1739         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1740         response.
1741
1742 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1745
1746         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1747
1748         * message.el (message-check-news-header-syntax): Protect against a
1749         string that `rfc822-addresses' returns when parsing fails.
1750
1751 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1754         (gnus-previous-char-property-change): New functions.
1755
1756         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1757
1758 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1759
1760         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1761         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1762
1763 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1764
1765         * message.el (message-exchange-point-and-mark): Rework last change to
1766         avoid using optional arg of exchange-point-and-mark, for backward
1767         compatibility.
1768
1769 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1770
1771         * message.el (message-exchange-point-and-mark): Call
1772         exchange-point-and-mark with an argument rather than setting
1773         mark-active by hand (Bug#5175).
1774
1775 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * nntp.el (nntp-service-to-port): Work for service expressed with
1778         numeric string; replace [:digit:] with [0-9] for XEmacs.
1779
1780 2009-12-17  Glenn Morris  <rgm@gnu.org>
1781
1782         * gnus-group.el (gnus-bug-group-download-format-alist):
1783         Change emacs entry to debbugs.gnu.org.  Bump :version.
1784
1785 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1786
1787         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1788
1789 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1790
1791         * message.el (message-info): Explain why we use `Info-goto-node'.
1792
1793 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1796
1797 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1798
1799         * message.el (message-completion-in-region): New compatibility function.
1800         (message-expand-group): Use it.
1801
1802 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1805         with no unread article should be listed if the 2nd arg `predicate' is
1806         given.
1807
1808 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1811
1812 2009-11-29  Juri Linkov  <juri@jurta.org>
1813
1814         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1815         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1816         on `gnus-recenter'. (Bug#4698, Bug#4981)
1817
1818 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1819
1820         * sha1.el (sha1-string-external): default-directory "/" in case
1821         otherwise non-existent.  process-connection-type pipe for touch of
1822         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1823
1824 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1825
1826         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1827         it's comms related and sgml-mode.el has "comm" on that basis too.
1828
1829 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1832         containing tspecial characters if they have been already quoted.
1833
1834 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1835
1836         * dns-mode.el (auto-mode-alist): Purecopy string.
1837
1838 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1839
1840         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1841
1842 2009-10-24  Glenn Morris  <rgm@gnu.org>
1843
1844         * gnus-art.el (help-xref-stack-item): Define for compiler.
1845
1846 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1847
1848         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1849
1850 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1853
1854 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1857         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1858
1859 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1862         (gnus-overlays-in): New alias to overlays-in.
1863
1864         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1865         gnus-overlay-get, and gnus-delete-overlay.
1866         (gnus-summary-show-thread): Make it work as well for systems in which
1867         next-single-char-property-change is not available.
1868         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1869
1870         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1871         (gnus-overlay-get): New alias to extent-property.
1872         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1873
1874         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1875         SXEmacs.
1876
1877         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1878         SXEmacs.
1879
1880 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1881
1882         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1883
1884 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1885
1886         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1887         and XEmacs that don't have `remove-overlays'.
1888
1889 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1890
1891         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1892         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1893         selective display.  Use overlays instead.
1894
1895 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1896
1897         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1898
1899 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1900
1901         * spam-stat.el (spam-stat-load): Fix typo in message.
1902
1903 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1904
1905         * dig.el (dig-invoke): Fix typo in docstring.
1906         (query-dig): Reflow docstring.
1907
1908 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1909
1910         * gnus-art.el (gnus-article-encrypt-body):
1911         * message.el (message-check-recipients):
1912         * mm-util.el (mm-codepage-setup):
1913         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1914         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1915
1916 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1917
1918         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1919         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1920         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1921         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1922         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1923
1924 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1925
1926         * dig.el: Add "Keywords: comm", as per net-utils.el.
1927
1928 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1929
1930         * dig.el (dig-mode): Use define-derived-mode.
1931
1932 2009-09-19  Glenn Morris  <rgm@gnu.org>
1933
1934         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1935
1936 2009-09-18  Glenn Morris  <rgm@gnu.org>
1937
1938         * gnus-diary.el (gnus-diary-check-message):
1939         * message.el (message-insert-formatted-citation-line):
1940         * nnbabyl.el (top-level):
1941         * nndiary.el (nndiary-schedule):
1942         Fix typos in condition-case handlers.
1943
1944 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1947         configuration that provides the sole article window in a frame;
1948         position point correctly after deleting a part.
1949
1950 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1951
1952         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1953         (spam-resolve-registrations-routine): Use it to unregister articles
1954         that change status.
1955
1956 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1959         with XEmacs.
1960         (parse-time-string-chars): Use it.
1961
1962 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1963
1964         * imap.el (imap-interactive-login): Better messages.
1965         (imap-open): Fix bug with renamed buffer on reconnect.
1966         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1967         for easier debugging and cleaner code.  On successful (guessed based on
1968         server capabilities) secondary authentication, set imap-state
1969         correctly.
1970         (imap-last-authenticator): Define imap-last-authenticator as a variable
1971         to avoid warnings.
1972
1973 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * nnrss.el (nnrss-request-article): Remove binding of
1976         default-enable-multibyte-characters that has gotten needless by
1977         the 2007-07-13 change in rfc2047-encode-message-header.
1978
1979         * mml.el (mml-insert-multipart): Error on the message header.
1980         (mml-insert-part): Error on the message header; position point at
1981         the end of a MIME tag.
1982
1983 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * time-date.el (autoload): Expand define-obsolete-function-alias into
1986         defalias and make-obsolete for old Emacsen that Gnus supports.
1987         (with-no-warnings): Define it for old Emacsen.
1988         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1989         is available.
1990         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1991         float-time is available; suppress compile warning for time-to-seconds.
1992
1993         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1994         (gnus-float-time): Alias to float-time if it exists.
1995
1996         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1997         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1998         float-time is available; suppress compile warning for time-to-seconds.
1999
2000         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2001         XEmacs.
2002
2003 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2004
2005         * imap.el (imap-message-map): Docstring fix.
2006
2007 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2010         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2011         Add the optional argument `encoding' that overrides the default.
2012
2013         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2014         mm-encode-buffer.
2015
2016 2009-09-04  Glenn Morris  <rgm@gnu.org>
2017
2018         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2019         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2020         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2021         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2022         * mm-util.el (mm-with-unibyte-current-buffer)
2023         (mm-find-buffer-file-coding-system):
2024         * yenc.el (yenc-decode-region): Use default-value rather than
2025         default-enable-multibyte-characters.
2026
2027 2009-09-03  Glenn Morris  <rgm@gnu.org>
2028
2029         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2030         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2031         than default-enable-multibyte-characters.
2032
2033 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2034
2035         * gnus-art.el (gnus-article-read-summary-keys):
2036         Fix gnus-buffer-configuration's value temporarily used.
2037
2038 2009-09-02  Glenn Morris  <rgm@gnu.org>
2039
2040         * gnus-util.el (gnus-float-time): New function.
2041         * gnus-delay.el (gnus-delay-article):
2042         * gnus-sum.el (gnus-thread-latest-date):
2043         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2044         * nnspool.el (nnspool-request-newgroups):
2045         Use gnus-float-time rather than time-to-seconds.
2046         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2047
2048         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2049         (gnus-header-subject-face, gnus-header-newsgroups-face)
2050         (gnus-header-name-face, gnus-header-content-face):
2051         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2052         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2053         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2054         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2055         (gnus-cite-face-11):
2056         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2057         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2058         (gnus-server-closed-face, gnus-server-denied-face)
2059         (gnus-server-offline-face):
2060         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2061         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2062         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2063         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2064         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2065         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2066         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2067         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2068         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2069         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2070         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2071         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2072         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2073         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2074         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2075         (gnus-summary-high-undownloaded-face)
2076         (gnus-summary-low-undownloaded-face)
2077         (gnus-summary-normal-undownloaded-face)
2078         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2079         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2080         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2081         (gnus-splash-face):
2082         * message.el (message-header-to-face, message-header-cc-face)
2083         (message-header-subject-face, message-header-newsgroups-face)
2084         (message-header-other-face, message-header-name-face)
2085         (message-header-xheader-face, message-separator-face)
2086         (message-cited-text-face, message-mml-face):
2087         * sieve-mode.el (sieve-control-commands-face)
2088         (sieve-action-commands-face, sieve-test-commands-face)
2089         (sieve-tagged-arguments-face):
2090         * spam.el (spam-face):
2091         Mark face aliases with "-face" in the name as obsolete.
2092
2093 2009-09-01  Glenn Morris  <rgm@gnu.org>
2094
2095         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2096         than goto-line.
2097
2098 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2101         Don't move point if the command is invoked inside the message header.
2102
2103 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2104
2105         * imap.el (imap-send-command): Simplify.
2106         (imap-wait-for-tag): point-max -> buffer-size.
2107
2108 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2109
2110         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2111         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2112         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2113         * nnir.el (nnir-swish-e-index-file):
2114         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2115         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2116         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2117         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2118         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2119         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2120
2121 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2124         Don't save excursion.
2125
2126 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2127
2128         * nnheader.el (nnheader-find-file-noselect):
2129         * mm-util.el (mm-insert-file-contents):
2130         Use (default-value 'major-mode) instead of default-major-mode.
2131
2132 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2133
2134         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2135
2136 2009-08-26  Glenn Morris  <rgm@gnu.org>
2137
2138         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2139         than placing in files.el.
2140
2141 2009-08-25  Glenn Morris  <rgm@gnu.org>
2142
2143         * nnir.el (top-level): Don't require cl at run-time.
2144         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2145         Replace cl-function substitute with gnus-replace-in-string.
2146         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2147         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2148         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2149         simplified expansions.
2150
2151 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2152
2153         * dig.el (dig): Add autoload cookie.
2154
2155 2009-08-22  Glenn Morris  <rgm@gnu.org>
2156
2157         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2158         goto-line.
2159
2160 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2161
2162         * parse-time.el (parse-time-string-chars): Save match data.
2163
2164 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2165
2166         * parse-time.el (parse-time-string-chars): Compute using character
2167         classes, to handle non-ascii characters (Bug#3190).
2168
2169 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2172
2173         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2174         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2175         (gnus-mm-display-part, gnus-mime-display-single)
2176         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2177         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2178
2179         * gnus-sum.el
2180         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2181         (gnus-summary-move-article): Add expirable mark to articles copied or
2182         moved to group that has auto-expire turned on if the option is non-nil.
2183
2184 2009-07-24  Glenn Morris  <rgm@gnu.org>
2185
2186         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2187         Fix typo.  (Bug#3903)
2188
2189 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2192         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2193         that should not be used for draft articles.
2194         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2195         that has no concern in minor mode keys.
2196         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2197         Abolish.
2198
2199 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2202         article without making inquiry to a user for unknown encoding.
2203
2204         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2205         (nnmaildir--scan): Assume i-node and device number that file-attributes
2206         returns might be cons-cell.
2207
2208         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2209
2210         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2211
2212 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2213
2214         * auth-source.el: Remove docs now in auth.texi.  Don't use
2215         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2216         `auth-source-hide-passwords' and use them.
2217
2218 2009-07-15  Glenn Morris  <rgm@gnu.org>
2219
2220         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2221
2222 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2225         excessive whitespace from the default values of title and description.
2226
2227 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2230         mail-fetch-field to fetch Content-Description header in order to
2231         exclude newlines.
2232
2233 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2234
2235         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2236         format used by GnuPG 2.0.11.
2237
2238 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2241         to deleted part.
2242
2243 2009-05-30  David Engster  <dengste@eml.cc>
2244
2245         * nnmairix.el: Remove old documentation in the commentary block.
2246         (nnmairix-request-group): Do not update active file for nnml back ends.
2247         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2248         end so that overview files are ignored.
2249         (nnmairix-update-groups): Make updating the groups more robust by using
2250         marks.
2251         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2252         with dollar characters in message-id.
2253
2254 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2255
2256         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2257         2008-12-25 in dns.el.
2258
2259 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2260
2261         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2262         could happen if the text is only composed of spaces and/or tabs.
2263
2264 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2265
2266         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2267         when sending a queued message to avoid extra mml tags.
2268
2269 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2272
2273 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2276         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2277         rmail-toggle-header for XEmacs;
2278         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2279
2280 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * gnus-dired.el: Remove autoload for gnus-setup-message.
2283         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2284         displaying Gnus logo; always use compose-mail.
2285
2286 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2289
2290 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2293         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2294         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2295         available.
2296         (gnus-nocem-epg-verify): New function.
2297
2298 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2299
2300         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2301
2302 2009-02-15  Glenn Morris  <rgm@gnu.org>
2303
2304         * gnus-util.el (rmail-insert-rmail-file-header)
2305         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2306         autoloads.
2307         (rmail-default-rmail-file): Remove unnecessary declaration.
2308         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2309
2310 2009-02-14  Glenn Morris  <rgm@gnu.org>
2311
2312         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2313         variable (only used in gnus-util, which declares it anyway).
2314         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2315         which was only needed by gnus-art (changed to not use it any more).
2316         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2317         only used in gnus-util, which autoloads it itself.
2318         (rmail-update-summary): Fix autoload.
2319
2320         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2321         rather than rmail-output-to-rmail-file.
2322
2323 2009-02-07  Glenn Morris  <rgm@gnu.org>
2324
2325         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2326         autoload of function that no longer exists.
2327         (rmail-toggle-header): Declare.
2328         (message-forward-rmail-make-body): Handle mbox Rmail.
2329
2330 2009-01-31  Glenn Morris  <rgm@gnu.org>
2331
2332         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2333         2009-01-09 change.
2334
2335 2009-01-31  Dave Love  <fx@gnu.org>
2336
2337         * imap.el (imap-fetch-safe): Bind debug-on-error.
2338         (imap-debug): Add imap-fetch-safe.
2339
2340 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2341
2342         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2343         (auth-source-forget-all-cached): New convenience function.
2344         (auth-source-user-or-password): Accept list of modes or a single mode.
2345
2346         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2347         auth-source modes.
2348
2349         * netrc.el (netrc-machine-user-or-password): Use list of
2350         auth-source modes.
2351
2352         * nnimap.el (nnimap-open-connection): Use list of
2353         auth-source modes.
2354
2355         * nntp.el (nntp-send-authinfo): Use list of
2356         auth-source modes.
2357
2358 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2359
2360         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2361         now.
2362
2363 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2366         coding system in XEmacs; add a workaround for XEmacs.
2367
2368         * lpath.el: Fbind coding-system-aliasee.
2369
2370 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2373         of current-language-environment.
2374
2375 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2376
2377         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2378         available at runtime.
2379
2380 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2383
2384 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2385
2386         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2387         the greatest positive fixnum value doesn't work under an XEmacs with
2388         bignum support; use the most-positive-fixnum constant instead,
2389         available since Emacs 21.1 with cl and XEmacs 21.1.
2390
2391 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2394         XEmacs gets not to work.
2395
2396 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * mm-util.el (mm-coding-system-priorities): Allow the value like
2399         "Japanese (UTF-8)" of current-language-environment.
2400
2401 2009-01-09  Glenn Morris  <rgm@gnu.org>
2402
2403         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2404         with last-command-event.
2405
2406 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2407
2408         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2409         in the doc string.
2410
2411         * message.el (message-fix-before-sending): Amend comment.
2412
2413 2009-01-08  Dave Love  <fx@gnu.org>
2414
2415         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2416
2417 2009-01-07  David Engster  <dengste@eml.cc>
2418
2419         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2420         simplified server definitions by converting it via
2421         gnus-server-to-method.
2422
2423 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2426         parameter's operands.
2427
2428 2009-01-06  David Engster  <dengste@eml.cc>
2429
2430         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2431         primary select method (for gnus-group-mark-article-as-read).
2432
2433 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2434
2435         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2436         `(gnus)Face', not `(gnus)X-Face'.
2437
2438 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * mm-util.el (mm-ucs-to-char): New function.
2441
2442         * mm-url.el (mm-url-decode-entities): Use it.
2443
2444         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2445         unicode-to-char.
2446
2447 2009-01-05  Dave Love  <fx@gnu.org>
2448
2449         * time-date.el: Require cl for `declare'.
2450
2451 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2452
2453         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2454         Dave Love.
2455
2456 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * message.el (message-fix-before-sending): Add `eight-bit' to
2459         illegible-text check.
2460
2461 2009-01-03  Michael Olson  <mwolson@gnu.org>
2462
2463         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2464         `headers' is nil.  This can occur if the IMAP server does not have
2465         permissions to read messages from a folder, but can write new messages
2466         to the folder.
2467         (nnimap-request-article-part): Do not insert `data' if it is nil.
2468
2469         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2470         characters which will confuse `read', so skip past them.
2471
2472 2009-01-01  Dave Love  <fx@gnu.org>
2473
2474         * imap.el (imap-string-to-integer): Fix typo.
2475         (imap-fetch-safe): New function.
2476         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2477
2478         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2479
2480         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2481         (imap-parse-greeting): Fix doc strings.
2482         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2483         (imap-parse-flag-list): Make messages unique.
2484         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2485
2486         * nnimap.el: Fix author email.
2487         (nnimap-split-rule): Add FIXME comment.
2488         (nnimap-debug): Fix doc string.
2489
2490 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2491
2492         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2493
2494 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2495
2496         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2497         nslookup if resolv.conf isn't available.
2498         (dns-query): Rename from query-dns.
2499         (dns-query-cached): Rename from query-dns-cached.
2500
2501 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2504         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2505         to check if those variables exist (first appeared in Emacs 18.50).
2506
2507 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * mm-util.el (mm-line-number-at-pos): New function.
2510
2511         * spam-report.el (spam-report-process-queue): Use it.
2512
2513 2008-12-24  David Engster  <dengste@eml.cc>
2514
2515         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2516         parameters that haven't existed as variables as buffer-local variables.
2517
2518 2008-12-23  Dave Love  <fx@gnu.org>
2519
2520         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2521         cadar.
2522
2523         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2524         imap-starttls-p.
2525         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2526
2527 2008-12-22  Dave Love  <fx@gnu.org>
2528
2529         * imap.el: Fix author email.  Doc fixes.
2530         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2531         reply.
2532
2533 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * spam-report.el (spam-report-gmane-max-requests): New constant.
2536         (spam-report-gmane-wait): New variable.
2537         (spam-report-gmane-ham, spam-report-gmane-spam)
2538         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2539         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2540         the server.
2541
2542         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2543         Add explanations.
2544
2545         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2546         nnheader-accept-process-output and nnheader-read-timeout if available.
2547         (pop3-movemail): Use it.
2548
2549         * message.el (message-check-news-body-syntax): Fix signature check if
2550         there's an attachment.
2551
2552 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * mm-util.el: Add comments to the mm- emulating functions.
2555
2556 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2557
2558         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2559         by Stephen Berman <stephen.berman@gmx.net>.
2560
2561 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * mm-util.el (mm-substring-no-properties): New function.
2564         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2565         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2566         (mm-string-to-multibyte): Doc fix.
2567
2568         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2569
2570 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2571
2572         * mml.el (mml-attach-file): Strip text properties from file name.
2573         (Bug#1574)
2574
2575 2008-12-16  Glenn Morris  <rgm@gnu.org>
2576
2577         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2578
2579 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2582         knows since the charset specified might be a bogus alias that
2583         mm-charset-synonym-alist provides.
2584
2585 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2586
2587         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2588         "ISO_8859-1".
2589
2590         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2591
2592 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * mm-util.el (mm-charset-eval-alist):
2595         Define it before mm-charset-to-coding-system.
2596         (mm-charset-to-coding-system): Add optional argument `silent';
2597         define it before mm-charset-override-alist.
2598         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2599         default value if it can be used in Emacs currently running;
2600         silence mm-charset-to-coding-system.
2601
2602 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2605         `allow-override' which says whether to use `mm-charset-override-alist'.
2606         (rfc2047-decode-encoded-words): Use it.
2607
2608         * mm-util.el (mm-charset-override-alist): Fix custom type;
2609         add `(gb2312 . gbk)' to choices.
2610
2611 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2614         fast.
2615
2616         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2617
2618         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2619
2620 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2621
2622         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2623         on links.
2624
2625         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2626
2627 2008-12-03  Lute Kamstra  <lute@gnu.org>
2628
2629         * sha1.el: Remove leading * from docstrings of defcustoms,
2630         deffaces, defconsts and defuns.
2631
2632 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2635         users' addresses that don't have domain parts.
2636         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2637         rather than message-narrow-to-head since there will be the message
2638         header separator.
2639
2640 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2641
2642         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2643         since the result is inserted in a unibyte buffer anyway.
2644         (nnimap-demule-use-string-to-multibyte): Remove.
2645         (nnimap-demule): Alias it to mm-string-to-multibyte.
2646
2647 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2650         variable for debugging bug#464 and bug#1174.
2651         (nnimap-demule): Use it.
2652
2653 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2656         score calculation correctly.
2657
2658 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2659
2660         * message.el (message-send-mail): Just set the buffer to unibyte
2661         rather than use mm-with-unibyte-current-buffer which does a lot more.
2662         (message-send-mail-partially): Don't bother with
2663         mm-with-unibyte-current-buffer since it's already been made unibyte by
2664         message-send-mail.
2665
2666 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2667
2668         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2669
2670 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2671
2672         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2673
2674 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2677         require itself and to remove `with-no-warnings'.
2678
2679 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2680
2681         * starttls.el (starttls-any-program-available): Get the name of the
2682         available TLS layer program.
2683         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2684         well as the host name in the "opening" message.
2685
2686         * auth-source.el (auth-source-cache, auth-source-do-cache)
2687         (auth-source-user-or-password): Cache passwords and logins by default,
2688         allow override with `auth-source-do-cache'.
2689         (auth-source-forget-user-or-password): Allow users to remove cache
2690         entries if needed.
2691
2692 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2693
2694         * md4.el (md4-buffer): Fix typo in docstring.
2695         (md4, md4-64): Doc fixes.
2696         (md4-pack-int32): Reflow docstring.
2697
2698 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2699
2700         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2701         condition-case to only the forward-sexp call.
2702
2703 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2704
2705         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2706         quotes contained.  Make it more robust regardless by an extra
2707         condition-case wrapper.
2708
2709 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2712
2713 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * nnml.el (nnml-request-expire-articles): Check if the function set to
2716         `nnmail-expiry-target' returns the symbol `delete'.
2717
2718         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2719
2720         * nnmail.el (nnmail-expiry-target): Fix custom type.
2721
2722 2008-10-02  Glenn Morris  <rgm@gnu.org>
2723
2724         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2725         Silence compiler warning.
2726
2727 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2728
2729         * tls.el (open-tls-stream): Show the actual command being
2730         executed, instead of the format string.
2731
2732 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * lpath.el: Fbind codepage-setup for Emacs 23.
2735
2736 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2737
2738         * mml.el (mml-menu): Don't assume mml2015 is bound.
2739
2740 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2743         exists.
2744
2745 2008-09-27  Glenn Morris  <rgm@gnu.org>
2746
2747         * gnus-util.el (mail-header-remove-comments): Autoload it.
2748
2749 2008-09-27  Andreas Schwab  <schwab@suse.de>
2750
2751         * gnus-util.el (gnus-split-references): Strip comments.
2752         (gnus-parent-id): Likewise.
2753
2754 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2755
2756         * message.el (message-confirm-send): Fix version.
2757
2758 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * message.el (message-idna-to-ascii-rhs-1): Use
2761         mail-extract-address-components rather than mail-header-parse-addresses
2762         that is an alias by default to ietf-drums-parse-addresses that does not
2763         support non-ASCII names in headers' contents.
2764
2765 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * message.el (message-confirm-send): Fixed variable documentation to
2768         avoid the "y/n" wording.
2769
2770 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2771
2772         * message.el (message-set-auto-save-file-name): Save to a different
2773         filename so multiple messages (especially drafts) can be recovered.
2774
2775 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * message.el (message-confirm-send): Add appropriate version.
2778
2779 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2780
2781         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2782         defvar.
2783
2784 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2785
2786         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2787         (mm-pkcs7-enveloped-magic): Ditto.
2788
2789 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2790
2791         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2792         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2793
2794 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2795
2796         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2797         default, it's better.
2798
2799 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2800
2801         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2802         summary line gnus-number property and ignore them (with a warning
2803         message).
2804
2805 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2808         macro caddr in the interactive form since it won't be expanded.
2809
2810 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2813         `charset'; fix name of function called recursively.
2814         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2815
2816 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2819         (gnus-mime-set-charset-parameters): New function.
2820         (gnus-mime-view-part-as-charset): Use it to correctly display part
2821         specifying wrong charset.
2822
2823 2008-09-08  David Engster  <dengste@eml.cc>
2824
2825         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2826         in completing-read for back end server.
2827
2828 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2829
2830         * message.el (message-confirm-send): New variable to confirm sending a
2831         message.
2832         (message-send): Use it.
2833
2834 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2835
2836         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2837
2838 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2841
2842 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2843
2844         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2845         prevent tracking too many groups.
2846         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2847         Use it.
2848
2849 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2850
2851         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2852         moving point to the bottom of the window in order to avoid recentering.
2853
2854 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2857
2858         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2859         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2860         (gnus-article-beginning-of-window): Fix calculation.
2861
2862 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-msg.el (gnus-summary-supersede-article)
2865         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2866         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2867         message header.
2868
2869 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2870
2871         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2872         pending output coming after the status change.
2873
2874 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2875
2876         * message.el:
2877         * gnus-start.el:
2878         * gnus-registry.el: Remove VMS support.
2879
2880 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2883         macro.
2884         (rfc2104-hash): Use it.
2885
2886 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2887
2888         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2889         (gnus-summary-sort-by-most-recent-date): New commands.
2890         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2891         and menu entries.
2892
2893 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2896         don't redisplay article for raw contents; remove plural articles stuff.
2897
2898         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2899         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2900         on gnus-summary-save-article; display results properly.
2901
2902 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * lpath.el: No need to fbind ns-focus-frame.
2905
2906 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2909
2910 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2913         gnus-save-all-headers.
2914
2915 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2916
2917         * gnus-util.el (ns-focus-frame): Remove declaration.
2918         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2919         like x.
2920
2921 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2922
2923         * rfc2104.el (rfc2104-zero): Delete defconst.
2924         (rfc2104-hex-alist): Likewise.
2925         (rfc2104-hex-to-int): Delete func.
2926         (rfc2104-hexstring-to-bitstring): Likewise.
2927         (rfc2104-nybbles): New defconst.
2928         (rfc2104-hash): Rewrite for speed.
2929
2930 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * tls.el (open-tls-stream): Make it work with the 2nd argument
2933         BUFFER that is a string but does not exist as a buffer object, as
2934         mentioned in the doc-string.
2935
2936 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2939         SXEmacs.
2940
2941 2008-07-16  Glenn Morris  <rgm@gnu.org>
2942
2943         * gnus-util.el (ns-focus-frame): Declare for compiler.
2944
2945 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2948         set as a group parameter.
2949         (gnus-summary-save-in-pipe): Work when it is called independently.
2950         (gnus-summary-pipe-to-muttprint): Don't modify
2951         gnus-summary-pipe-output-default-command.
2952
2953 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2954
2955         * message.el (message-send-mail-with-sendmail):
2956         Display the error message.
2957
2958 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus-art.el (gnus-default-article-saver):
2961         Add gnus-summary-save-in-pipe to choices.
2962         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2963         gnus-summary-pipe-output-default-command as the default command.
2964         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2965         instead of gnus-last-shell-command.
2966
2967         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2968         New user option.
2969         (gnus-summary-muttprint-program): Mention the value will be changed.
2970         (gnus-summary-save-article): Force showing of all headers.
2971         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2972
2973 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2974
2975         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2976
2977 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2978
2979         * nnimap.el (nnimap-id):
2980         * sieve-manage.el (sieve-manage-open): Doc fixes.
2981
2982 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2983
2984         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2985         if available.
2986
2987 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2988
2989         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2990
2991         * nnkiboze.el (nnkiboze-generate-group):
2992         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2993
2994         * nnmairix.el: Require CL.
2995
2996 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * dgnushack.el: Autoload get-display-table and put-display-table for
2999         XEmacs 21.5.
3000
3001         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3002         21.4 and SXEmacs.
3003
3004 2008-06-15  David Engster  <dengste@eml.cc>
3005
3006         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3007
3008 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3009
3010         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3011         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3012         runtime choice under XEmacs.
3013
3014         * gnus-sum.el (gnus-summary-set-display-table):
3015         Use `gnus-put-display-table', `gnus-get-display-table',
3016         `gnus-set-display-table' for the display table, instead of `aset'.
3017
3018         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3019         Use `gnus-put-display-table', `gnus-get-display-table',
3020         `gnus-set-display-table' for the display table.
3021
3022 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3023
3024         * nnmairix.el: Add autoloads.
3025
3026 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3027
3028         * nnmairix.el (nnmairix-delete-recreate-group)
3029         (nnmairix-update-and-clear-marks): Fix error messages.
3030
3031 2008-06-14  David Engster  <dengste@eml.cc>
3032
3033         * nnmairix.el: Upgrade to version 0.6.
3034         (nnmairix-group-toggle-propmarks-this-group)
3035         (nnmairix-group-toggle-readmarks-this-group)
3036         (nnmairix-group-delete-recreate-this-group)
3037         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3038         (nnmairix-remove-tick-mark-original-article): New commands.
3039         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3040         (nnmairix-propagate-marks-to-nnmairix-groups)
3041         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3042         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3043         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3044         functions needed for marks propagation and manipulation of read marks.
3045         (nnmairix-update-groups): New function.
3046         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3047         (nnmairix-determine-original-group-from-registry)
3048         (nnmairix-determine-original-group-from-path)
3049         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3050         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3051         New helper functions.
3052         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3053         keystrokes for new commands.
3054         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3055         (nnmairix-request-group): Check allow-fast group parameter.
3056         (nnmairix-request-create-group): Set allow-fast group parameter if
3057         nnmairix-allowfast-default is set.
3058         (nnmairix-close-group): Propagate marks upon closing if needed.
3059         (nnmairix-group-toggle-threads-this-group): Use new.
3060         nnmairix-group-toggle-parameter helper function.
3061         (nnmairix-search): Better check for empty search result.
3062         (nnmairix-goto-original-article): Use new helper functions for
3063         determining original article.
3064         (nnmairix-show-original-article): Make sure message-id is in brackets.
3065         (nnmairix-call-mairix-binary): Change variable name.
3066         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3067         helper function.
3068         (nnmairix-widget-toggle-activate): Fix doc string.
3069
3070 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * nnir.el: Require edmacro when compiling with XEmacs.
3073         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3074         available in Emacs 21.
3075
3076 2008-06-11  Glenn Morris  <rgm@gnu.org>
3077
3078         * gnus-util.el (x-focus-frame):
3079         * gnus.el (image-size):
3080         * mm-decode.el (image-size): Declare.
3081
3082         * gnus-picon.el (declare-function): Add compat definition.
3083         (image-size): Declare.
3084
3085         * gnus-group.el (tool-bar-map):
3086         * gnus-sum.el (tool-bar-map): Define for compiler.
3087
3088         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3089
3090         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3091
3092         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3093         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3094         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3095         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3096         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3097         * sieve-manage.el, spam-report.el, spam.el:
3098         Remove unnecessary eval-and-compile of autoloads.
3099
3100 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3101
3102         * auth-source.el: Precise Tramp doc.
3103
3104 2008-06-07  Glenn Morris  <rgm@gnu.org>
3105
3106         * nnmairix.el: Remove unnecessary eval-when-compile.
3107
3108 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * lpath.el: Fbind propertize for XEmacs 21.4.
3111
3112 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3113
3114         * nnir.el: Move here from ../contrib.
3115
3116 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3117
3118         * gnus-util.el (gnus-read-shell-command): New function.
3119         * mm-decode.el (mm-pipe-part):
3120         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3121
3122 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3125
3126 2008-06-03  Glenn Morris  <rgm@gnu.org>
3127
3128         * pop3.el (nnheader-accept-process-output): Autoload it.
3129
3130 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3133         are not 2-digit hexadecimal characters that follow `%'s.
3134
3135 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * message.el (message-bogus-recipient-p): Fix type in doc string.
3138         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3139         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3140         Improve custom options.
3141         (message-bogus-recipient-p): Adjust accordingly.
3142
3143 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3144
3145         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3146         long-form month and day names.
3147
3148 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * dgnushack.el: Autoload debug, eudc-expand-inline and
3151         pgg-snarf-keys-region for XEmacs.
3152
3153         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3154
3155         * nnmairix.el: Require edmacro when compiling with XEmacs.
3156
3157 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3158
3159         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3160         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3161
3162 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3163
3164         * auth-source.el: Add more docs.
3165
3166         * netrc.el (netrc-machine): Always match if the port is not given.
3167
3168 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3171         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3172         retrieval faster in some cases, but might make CPU usage larger.  If
3173         this has any bad side effects, we might revert this change.
3174
3175         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3176         seems to make mail retrieval much, much faster.
3177         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3178         unconditionally.
3179
3180         * gnus-draft.el (gnus-group-send-queue): Bind
3181         message-send-mail-partially-limit to nil to avoid being prompted.
3182
3183 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3186
3187         * message.el (message-bogus-address-regexp): Fix and improve custom
3188         type.
3189         (message-setup-hook): Add message-check-recipients as custom option.
3190
3191 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3192
3193         * message.el (message-cite-function): Remove bogus autoload which crept
3194         in during merge from v5-10.
3195
3196 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3197
3198         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3199
3200         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3201
3202         * auth-source.el: Preliminary Tramp docs.
3203         (auth-sources): Change the default auth-sources to use
3204         EPA .gpg files.
3205
3206 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3207
3208         * nntp.el: Autoload `auth-source-user-or-password'.
3209         (nntp-send-authinfo): Use it.
3210
3211         * nnimap.el: Autoload `auth-source-user-or-password'.
3212         (nnimap-open-connection): Use it.
3213
3214         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3215         for the gnus-message function.
3216         (auth-source-user-or-password): Use it.
3217
3218 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3219
3220         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3221         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3222         (rfc2104-hash): Use it.
3223
3224 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3225
3226         * gnus-art.el (gnus-article-toggle-truncate-lines):
3227         Don't use `iff' in docstring.
3228
3229 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3230
3231         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3232
3233         * gnus-util.el (gnus-extract-address-component-name)
3234         (gnus-extract-address-component-email): Convenience functions around
3235         `gnus-extract-address-components'.
3236
3237         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3238         Use `gnus-extract-address-component-email' to fix bug of comparing full
3239         sender name to `user-mail-address'.
3240
3241 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3242
3243         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3244         catch/throw to optimize.
3245         (gnus-registry-find-keywords): Just use member to find a keyword.
3246
3247 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3248
3249         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3250         is current before calling gnus-server-prepare.
3251         (gnus-server-setup-buffer, gnus-server-update-server)
3252         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3253
3254 2008-05-04  Juri Linkov  <juri@jurta.org>
3255
3256         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3257         (mailcap-file-default-commands): Use mailcap-replace-in-string
3258         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3259         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3260
3261 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3262
3263         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3264
3265 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3266
3267         * gnus.el: Bump version to 0.11.
3268
3269 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3270
3271         * gnus.el: No Gnus v0.10 is released.
3272
3273 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3276         hooks.
3277         (gnus-update-read-articles): Speed up non-marks-using users.
3278         (gnus-use-marks): Define gnus-use-marks.
3279         (gnus-propagate-marks): Rename variable to something more sensible.
3280
3281 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3282
3283         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3284         (gmm-image-load-path-for-library): Fix typos in docstrings.
3285         (gmm-message): Reflow docstring.
3286
3287 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3288
3289         * mail-source.el (mail-source-set-1, mail-source-bind):
3290         Move auth-source code out of the macro to clean it up and fix bugs.
3291
3292 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3293
3294         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3295         by sender if it's equal to user-mail-address, it's likely to be
3296         useless.
3297
3298         * mail-source.el (mail-source-bind): Don't use user or password if they
3299         are not bound.  Unintern them if they are nil.  Don't use server unless
3300         it's bound, and default it to empty string otherwise.
3301
3302 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3303
3304         * mail-source.el: Load auth-source.el.
3305         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3306         get user name or password, if auth-sources is set up.
3307
3308         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3309         strategy of splitting with parent.
3310         (gnus-registry-split-fancy-with-parent)
3311         (gnus-registry-post-process-groups): Use it and fix prior
3312         bug (returning a list as the split result).
3313
3314         * auth-source.el (auth-sources): Remove server parameter.
3315         (auth-source-pick, auth-source-user-or-password)
3316         (auth-source-user-or-password-imap)
3317         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3318         (auth-source-user-or-password-sftp)
3319         (auth-source-user-or-password-smtp): Remove server parameter.
3320
3321 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3322
3323         * smime.el (smime-sign-region, smime-encrypt-region)
3324         (smime-decrypt-region):
3325         Remove redundant calls to `generate-new-buffer-name'.
3326
3327 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3328
3329         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3330         Don't use QP for message/rfc822.
3331         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3332
3333 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3334
3335         * sieve-manage.el (sieve-string-bytes): Remove.
3336         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3337         correct byte-length only if the process's coding-system is the same as
3338         the one used internally by Emacs to represent strings.
3339
3340 2008-04-22  Juri Linkov  <juri@jurta.org>
3341
3342         * mailcap.el (mailcap-file-default-commands): New function.
3343
3344 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3345
3346         * message.el (message-signature-separator, message-cite-function):
3347         Change custom version.
3348
3349 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3350
3351         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3352         commands.
3353         (tls-checktrust): Ditto.
3354
3355 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3356
3357         * mm-decode.el (mm-display-external): Make temp file read-only.
3358
3359 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3362         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3363         `C-c C-f d'.
3364
3365 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3366
3367         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3368
3369 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3370
3371         * gnus.el: Bump version to 0.9.
3372
3373 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * gnus.el: No Gnus v0.8 is released.
3376
3377 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3378
3379         * mail-source.el (mail-source-value):
3380         Prefer fboundp to functionp so it works with macros as well.
3381
3382 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3383
3384         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3385         Fix last change in case the element is not even a symbol.
3386
3387 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3388
3389         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3390         Prefer fboundp to functionp so it works with macros as well.
3391
3392 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3393
3394         * auth-source.el: Added docs.
3395         (auth-sources): Modify format to support server.
3396         (auth-source-pick, auth-source-user-or-password)
3397         (auth-source-user-or-password-imap)
3398         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3399         (auth-source-user-or-password-sftp)
3400         (auth-source-user-or-password-smtp): Add server parameter.
3401
3402 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3403
3404         * gnus-registry.el: Initialize the registry when gnus-registry-install
3405         is t.
3406
3407 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * compface.el (uncompface): Make buffer unibyte.
3410
3411 2008-04-05  Glenn Morris  <rgm@gnu.org>
3412
3413         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3414
3415 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3416
3417         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3418         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3419
3420         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3421         multibyteness after rather than before erasing it.
3422
3423         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3424         mm-with-multibyte.
3425         (gnus-request-article-this-buffer): Make sure the proper decoding is
3426         used if gnus-original-article-buffer happens to be unibyte.
3427
3428         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3429         default-enable-multibyte-characters.
3430
3431         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3432         default-enable-multibyte-characters.
3433
3434         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3435
3436         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3437
3438 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3439
3440         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3441         (imap-message-copyuid-1): Use it.
3442         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3443         J. Williams in
3444         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3445
3446         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3447         imap-enable-exchange-bug-workaround.
3448         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3449
3450 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3451
3452         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3453         a 100 byte status-checks into a 2-3MB transfer for each group.
3454         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3455         to enable bug workaround or not.
3456         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3457
3458 2008-03-31  Glenn Morris  <rgm@gnu.org>
3459
3460         * message.el (mml2015-use): Declare for compiler.
3461         (message-info): Require mml2015 when appropriate.
3462
3463 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3466         whitespace.
3467
3468 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3469
3470         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3471         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3472         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3473         (nntp-service-to-port): New function.
3474         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3475         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3476         (nntp-open-netcat-stream): New function.
3477         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3478
3479 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3480
3481         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3482
3483 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3484
3485         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3486
3487 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3488
3489         * dns.el (dns-write): Use set-buffer-multibyte.
3490
3491 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3492
3493         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3494
3495 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3496
3497         * message.el (message-signature-separator): Change default.
3498         Improve custom type.
3499         (message-cite-function): Change default to
3500         message-cite-original-without-signature.
3501
3502         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3503         toggle.
3504
3505         * message.el (message-check-news-body-syntax): Fix signature check.
3506         (message-setup-1): Mark buffer as unmodified _after_ running
3507         message-setup-hook and handling message-alternative-emails.
3508         (message-shorten-references): Be more strict when building list of
3509         valid references to comply with GNKSA.
3510
3511         * gnus-group.el (gnus-read-ephemeral-bug-group)
3512         (gnus-read-ephemeral-debian-bug-group)
3513         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3514
3515         * message.el (message-info): Don't use booleanp which isn't supported
3516         in Emacs 21 and XEmacs.
3517
3518 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3521         gnus-group-gmane-group-download-format.
3522         (gnus-group-read-ephemeral-gmane-group): Rename from
3523         gnus-group-read-ephemeral-gmane-group.
3524         (gnus-read-ephemeral-gmane-group-url): Rename from
3525         gnus-group-read-ephemeral-gmane-group-url.
3526         (gnus-bug-group-download-format-alist): New variable.
3527         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3528         (gnus-read-ephemeral-emacs-bug-group): New commands.
3529
3530 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3533         (gnus-visible-headers): Improve custom type.
3534
3535 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * mml.el (mml-menu): Add workarounds for XEmacs.
3538
3539         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3540         X-Boundary header.
3541
3542         * message.el (message-simplify-recipients): Fix previous commit.
3543
3544 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3545
3546         * mm-util.el (mm-set-buffer-multibyte): New function.
3547         * mm-decode.el (mm-copy-to-buffer): Use it.
3548
3549 2008-03-19  Glenn Morris  <rgm@gnu.org>
3550
3551         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3552         Accidentally removed in the sync process with Emacs.
3553
3554 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * message.el (message-alter-recipients-discard-bogus-full-name):
3557         New function.
3558         (message-alter-recipients-function): New variable.
3559         (message-get-reply-headers): Use it.
3560         (message-replace-header): New helper function.
3561         (message-recipients-without-full-name): New variable.
3562         (message-simplify-recipients): New command.
3563
3564         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3565
3566         * message.el (message-info): Handle EasyPG manual.
3567
3568         * mml.el (mml-menu): Add entry for EasyPG.
3569
3570 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3571
3572         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3573         parameter.
3574
3575         * message.el (message-disassociate-draft): Specify drafts group name
3576         fully.
3577
3578 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3579
3580         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3581         unnecessary duplicates from the match list.
3582
3583 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3586
3587         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3588
3589         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3590         args of `how-many' of which the XEmacs version doesn't take; declare
3591         Info-index-next as function.
3592
3593 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3594
3595         * gnus-score.el (gnus-score-headers): Fix handling of
3596         gnus-inhibit-slow-scoring.
3597
3598         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3599         string.
3600         (gnus-button-url-regexp): Improve handling of parenthesis.
3601         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3602         (gnus-button-handle-info-keystrokes): Handle index entries.
3603
3604 2008-03-15  Glenn Morris  <rgm@gnu.org>
3605
3606         * parse-time.el (parse-time-string): Simplify.
3607
3608 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3611         Incoming* files.
3612
3613 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3614
3615         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3616         (auth-source-pick): Use it.
3617
3618 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3619
3620         * binhex.el (binhex-decode-region-internal):
3621         * uudecode.el (uudecode-decode-region-internal):
3622         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3623         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3624         setting default-enable-multibyte-characters.
3625
3626 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3627
3628         * auth-source.el (auth-source-protocols)
3629         (auth-source-protocols-customize, auth-source-choices): Added and
3630         modified variable customizations and defaults.
3631         (auth-source-pick, auth-source-user-or-password)
3632         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3633         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3634         (auth-source-user-or-password-sftp)
3635         (auth-source-user-or-password-smtp): Use new variables and provide an
3636         interface to netrc.el.
3637
3638 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3641         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3642         Make sure the nntp port to specify is a string.
3643
3644 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3645
3646         * nntp.el: Use with-current-buffer.
3647         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3648         dubious mm-with-unibyte-current-buffer.
3649         (nntp-with-open-group-function): New function extracted from
3650         nntp-with-open-group macro.
3651         (nntp-with-open-group): Use the function, so it's easier to debug.
3652         Add indentation and debugging info.
3653         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3654         the use of the netcat alternatives.
3655
3656         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3657         Avoid mm-string-as-multibyte as well.
3658
3659         * nnweb.el (nnweb-insert-html):
3660         Remove use of nnheader-string-as-multibyte.
3661
3662         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3663         (nnheader-string-as-multibyte): Remove.
3664
3665         * mm-view.el: Use inhibit-read-only.
3666         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3667         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3668         or unibyte-string.
3669
3670         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3671         (mm-uu-yenc-extract): Use with-current-buffer.
3672
3673         * gnus-soup.el (gnus-soup-send-packet): Don't use
3674         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3675
3676         * nnmh.el: Use with-current-buffer.
3677         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3678         mm-string-as-multibyte on the output of mm-encode-coding-string.
3679
3680         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3681         (nnimap-request-move-article): Use with-current-buffer.
3682
3683         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3684         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3685         conversion uses string-make-unibyte rather than string-as-unibyte.
3686
3687         * gnus-msg.el: Use with-current-buffer.
3688
3689         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3690
3691 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3692
3693         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3694         string for caching if it is 'PIN.
3695
3696 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * lpath.el: Consider the case without Emacs/W3.
3699
3700 2008-03-08  Glenn Morris  <rgm@gnu.org>
3701
3702         * time-date.el (date-to-time, time-subtract, time-add)
3703         (safe-date-to-time): Doc fixes.
3704
3705 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3706
3707         * mail-source.el (mail-source-delete-old-incoming-confirm):
3708         Change default to nil.
3709         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3710
3711 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * lpath.el: Rearrange.
3714
3715         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3716         (gnus-article-goto-prev-page): Work for articles having ^L's.
3717
3718         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3719
3720         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3721
3722 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3723
3724         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3725         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3726         (gnus-bookmark-jump): Adjust some variable names.
3727
3728 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3729
3730         * auth-source.el: New package.
3731         (auth-source-choices): Add customization entry point variable.
3732
3733         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3734         bug.
3735
3736 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3737
3738         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3739         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3740         (gnus-registry-install-shortcuts): Rename from
3741         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3742         the `gnus-registry-mark-map' keymap dynamically from
3743         `gnus-registry-marks'.  The generated functions update the summary line
3744         when a registry mark is added or deleted, and will call
3745         `gnus-registry-install-p' (see the comments in the code).
3746         (gnus-registry-user-format-function-M): Use concat intelligently.
3747
3748         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3749         the registry mark functions.
3750
3751 2008-03-05  Glenn Morris  <rgm@gnu.org>
3752
3753         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3754         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3755         gnus-art.
3756         (top-level): No need to load own source when compiling.
3757
3758 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3759
3760         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3761         Suggested by <chris.anderton@zetnet.co.uk>.
3762
3763 2008-03-04  Glenn Morris  <rgm@gnu.org>
3764
3765         * gnus-sum.el (top-level): No need to require gnus when compiling,
3766         since unconditionally required near start of file.
3767         (gnus-summary-display-while-building): Move definition before use.
3768
3769 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3770
3771         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3772         formatting function.
3773
3774 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3775
3776         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3777         with plists.
3778         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3779         Use new format.
3780
3781 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3784         `where-is-internal' that returns a range of key sequences.
3785
3786 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3787
3788         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3789
3790         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3791         (gnus-summary-jump-to-group): Consider windows on other displayed
3792         frames as well.  Similar changes might be needed elsewhere, but that's
3793         the one I've bumped into during my use.
3794
3795         * nndoc.el (nndoc-oe-dbx-type-p):
3796         * gnus-msg.el (gnus-debug):
3797         * gnus-group.el (gnus-update-group-mark-positions):
3798         Use mm-string-to-multibyte.
3799
3800 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3803         doesn't handle NotDashEscaped.
3804
3805         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3806         (mml-dnd-attach-options): Fix typo in custom choice.
3807
3808         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3809         nndoc-article-type to mbox.
3810         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3811
3812         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3813         to nil, instead of html2text.
3814
3815         * imap.el (imap-debug): Add `imap-ping-server'.
3816
3817         * gnus-bookmark.el: Add FIXMEs.
3818
3819         * message.el (message-form-letter-separator)
3820         (message-send-form-letter-delay): New variables.
3821         (message-send-form-letter): Use them.  New command to send form
3822         letters.  Requested by Uwe Siart.
3823         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3824
3825 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3826
3827         * Update copyright years.
3828
3829 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3830
3831         Sync from EMACS_22_BASE.
3832
3833         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3834
3835 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3836
3837         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3838         empty author.
3839
3840 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3841
3842         * gnus-registry.el (gnus-registry-marks): Add variable for
3843         customization of marks and their appearance.
3844         (gnus-registry-read-mark): Use it.
3845         (gnus-registry-do-marks): Add utility function to loop through
3846         `gnus-registry-marks'.
3847         (gnus-registry-install-shortcuts-and-menus): Add function to install
3848         shortcuts and menus.
3849         (gnus-registry-initialize): Use it.
3850         (gnus-registry-default-mark): Clarify documentation.
3851
3852 2008-02-29  Glenn Morris  <rgm@gnu.org>
3853
3854         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3855         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3856         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3857         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3858         Change defcustom :version from 23.0 to 23.1.
3859
3860 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3861
3862         * gnus-registry.el (gnus-registry-follow-group-p)
3863         (gnus-registry-post-process-groups): Add functions to aid registry
3864         splitting and improve logging.  Clarify behavior in function
3865         documentation.
3866         (gnus-registry-split-fancy-with-parent): Use them.
3867
3868 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3869
3870         * gnus-art.el: Use with-current-buffer.
3871
3872 2008-02-27  David Engster  <dengste@eml.cc>
3873
3874         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3875         Express real group name in the response.
3876
3877 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3880         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3881         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3882         autoload gnus-registry-fetch-group when compiling.
3883         (nnmairix-request-group-with-article-number-correction): Remove
3884         unreferenced argument passed to nnmairix-call-backend.
3885
3886 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3887
3888         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3889         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3890         Wilde.
3891
3892 2008-02-27  Glenn Morris  <rgm@gnu.org>
3893
3894         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3895         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3896         variables to defconsts.  Convert comments to doc-strings.
3897         (nnmairix-last-server, nnmairix-current-server): Convert from free
3898         variables to defvars.  Convert comments to doc-strings.
3899         (gnus-registry-fetch-group): Autoload.
3900         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3901         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3902         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3903         caddr.
3904         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3905         nnmairix-request-group-with-article-number-correction call.
3906         (nnmairix-fast, nnmairix-group): New, less general names, for free
3907         variables passed from nnmairix-request-group to
3908         nnmairix-request-group-with-article-number-correction.  Declare.
3909         (nnmairix-request-group-with-article-number-correction):
3910         Use nnmairix-fast, nnmairix-group rather than fast, group.
3911
3912 2008-02-26  David Engster  <dengste@eml.cc>
3913
3914         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3915         version 0.5.
3916
3917 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3918
3919         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3920         instead of making an extra function call.  Don't add the current group
3921         to articles only when they have the group.  Use
3922         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3923         Reported by David <de_bb@arcor.de>.
3924
3925 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3928         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3929
3930 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3931
3932         * mail-source.el (mail-source-delete-incoming): Change default.
3933         Supplement doc string.
3934
3935         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3936
3937 2008-02-14  Glenn Morris  <rgm@gnu.org>
3938
3939         * time-date.el (format-seconds): New function.
3940
3941 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3942
3943         * nnmail.el (nnmail-message-id-cache-file): Derive from
3944         `gnus-home-directory'.
3945
3946 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3947
3948         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3949         Document negative prefix.
3950
3951         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3952
3953 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * message.el (message-unsent-separator): Add the Exim bounce
3956         separator.
3957
3958 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3959
3960         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3961         list.
3962         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3963         recipient/signer list.
3964
3965 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * Makefile.in (datarootdir): Define.
3968         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3969         name that might contain whitespace.
3970
3971 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3972
3973         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3974         fbound (Emacs 23 unicode), signal an error.
3975
3976 2008-02-08  Glenn Morris  <rgm@gnu.org>
3977
3978         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3979
3980 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3981
3982         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3983         ports to the calls to `netrc-machine-user-or-password' in addition to
3984         "imap" and "imaps".
3985
3986 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3987
3988         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3989
3990         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3991
3992 2008-02-01  Kenichi Handa  <handa@m17n.org>
3993
3994         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3995         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3996         (rfc2104-hash): Convert the result of concat to unibyte string.
3997
3998 2008-02-01  Dave Love  <fx@gnu.org>
3999
4000         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4001         coding-system-for-read.
4002         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4003
4004 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4007         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4008         <hanche@math.ntnu.no>.
4009
4010 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4013
4014         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4015
4016 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4017
4018         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4019         * message.el (message-beginning-of-line): Use featurep instead of bound
4020         tests in order to resolve conditionals at compile time.
4021
4022 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4023
4024         * mail-source.el (mail-sources): Add `group' choice.
4025
4026         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4027         parameter `in-group' to control into which group the articles go.
4028         Add treatment of `group' mail-source.
4029
4030 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4033
4034         * mm-decode.el (mm-dissect-buffer): Decode description.
4035
4036         * mml.el (mml-to-mime): Encode message header first.
4037
4038 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4041         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4042
4043         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4044         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4045
4046 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4049
4050 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4053         prefix keys.
4054         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4055         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4056         gnus-xmas.el.
4057
4058         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4059         (gnus-xmas-article-describe-bindings): New function.
4060         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4061         gnus-xmas-article-describe-bindings.
4062
4063         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4064
4065 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4066
4067         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4068         Add new variables for article mark management.
4069         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4070         list of extra data entries which, when present, will indicate that the
4071         article ID should not be trimmed from the registry.
4072         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4073         functions.
4074         (gnus-registry-read-mark): New function to read a mark name from the
4075         user.
4076         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4077         (gnus-registry-set-article-mark-internal): New functions to add and
4078         remove marks.
4079         (gnus-registry-get-article-marks): New function to show the marks for
4080         an article, or retrieve them for further use.
4081
4082 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4085         keys when no argument is given.
4086
4087 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * imap.el (imap-ping-server): New variable.
4090         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4091         (imap-ping-server): Minor doc string fixes.
4092
4093 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4094
4095         * imap.el (imap-ping-server): New function.
4096         (imap-opened): Call imap-ping-server.
4097
4098 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * gnus-sum.el (gnus-article-sort-by-random)
4101         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4102         jidanni@jidanni.org.
4103
4104 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * gnus-art.el (gnus-article-describe-bindings): New function.
4107         (gnus-article-read-summary-keys): Use it.
4108         (gnus-article-mode-map): Bind `C-h b' to it.
4109
4110 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4113         XEmacs.
4114         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4115         against non-character events.
4116
4117         * lpath.el: Fbind map-keymap for Emacs 21.
4118
4119 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4120
4121         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4122         command.
4123         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4124         instead of END.  Change name of the temp file.
4125         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4126         customizable.
4127
4128 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4131         bind `S W' to gnus-article-wide-reply-with-original; set default
4132         binding to gnus-article-read-summary-send-keys.
4133         (gnus-article-read-summary-keys): Fix the order of keys; display
4134         continuation keys correctly in the echo area; describe bindings
4135         correctly when keys end with `C-h'.
4136         (gnus-article-read-summary-send-keys): New function.
4137         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4138         for gnus-article-read-summary-send-keys; display continuation keys
4139         correctly in the echo area.
4140         (gnus-article-reply-with-original): Ignore prefix argument.
4141         (gnus-article-wide-reply-with-original): New function.
4142
4143         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4144         Emacs 21.
4145
4146 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4149         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4150
4151 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4152
4153         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4154         (gnus-group-read-ephemeral-gmane-group): New command.
4155
4156 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4157
4158         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4159
4160 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * message.el (message-send-mail-function): Increase custom version.
4163
4164         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4165         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4166
4167 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4168
4169         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4170         for the cases where imap-authenticate is called with a nil buffer
4171         parameter.
4172
4173 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4176         html parts correctly; support forwarded messages.
4177         (gnus-article-browse-html-article): Remove work buffers.
4178
4179         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4180         compiling.
4181         (netrc-bound-and-true-p): New macro.
4182         (netrc-parse): Use it instead of bound-and-true-p that is not available
4183         in XEmacs 21.4.
4184
4185 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * gnus-registry.el (gnus-registry-mark-article)
4188         (gnus-registry-article-marks): Add functionality to mark articles
4189         through the Gnus registry.
4190
4191         * encrypt.el: Clarify documentation for the new pgg method.
4192         (encrypt-file-alist): Add PGG option.
4193         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4194         functionality.  Abstract password key and messaging to external
4195         functions.
4196         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4197         (encrypt-message-method-and-cipher): Add new convenience external
4198         functions.
4199         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4200         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4201
4202         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4203         (netrc-parse): Use encrypt-file-alist to determine if
4204         encrypt-find-model or encrypt-insert-file-contents should be used.
4205
4206         * encrypt.el: Clarify documentation.  Load password-cache or
4207         password, whichever one is found first, instead of autoloading.
4208
4209 2007-12-19  Glenn Morris  <rgm@gnu.org>
4210
4211         * mml.el (message-options-set, message-narrow-to-head)
4212         (message-in-body-p, message-mail-p, message-encode-message-body):
4213         Autoload.
4214         (message-remove-header, message-narrow-to-headers-or-head)
4215         (message-subscribed-p, message-make-mail-followup-to)
4216         (message-position-on-field, message-news-p)
4217         (message-options-set-recipient, message-generate-headers)
4218         (message-sort-headers): Declare as functions.
4219
4220 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4221
4222         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4223         convention in doc string.
4224
4225 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4228         title to html parts.
4229         (gnus-article-browse-html-article): Pass message header to it.
4230
4231         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4232
4233 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4234
4235         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4236         or password compatible with XEmacs.
4237
4238 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4239
4240         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4241         format document.
4242         (gnus-mime-delete-part): Don't write description line if empty.
4243         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4244
4245 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4246
4247         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4248         (gnus-summary-mark-read-and-unread-as-read)
4249         (gnus-summary-mark-current-read-and-unread-as-read)
4250         (gnus-summary-mark-unread-as-ticked): Doc fix.
4251         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4252
4253 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4254
4255         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4256         Christoph Conrad <christoph.conrad@gmx.de>.
4257
4258 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4259
4260         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4261         yes-or-no-p.
4262
4263 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * mm-decode.el (mm-add-meta-html-tag): New function.
4266         (mm-save-part-to-file, mm-pipe-part): Use it.
4267
4268         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4269         gnus-y-or-n-p instead of y-or-n-p.
4270         (gnus-article-browse-html-parts): Work with message/external-body; use
4271         mm-add-meta-html-tag.
4272
4273 2007-12-11  Glenn Morris  <rgm@gnu.org>
4274
4275         * gnus-cache.el: Require gnus-sum not just when compiling.
4276
4277         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4278
4279         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4280         definitions before use.
4281
4282         * mm-decode.el: Require gnus-util.
4283         (mm-remove-part): Only call delete-annotation on XEmacs.
4284
4285         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4286
4287         * nnmail.el: Require gnus-int.
4288
4289         * spam.el: Move `require's before `eval-when-compile's.
4290
4291         * gnus-ems.el (gnus-alive-p):
4292         * gnus-fun.el (message-goto-eoh):
4293         * gnus-util.el (gnus-group-name-decode):
4294         * mail-source.el (gnus-compress-sequence):
4295         * message.el (Info-goto-node, format-spec):
4296         * mm-bodies.el (message-options-get):
4297         * mm-decode.el (mm-view-pkcs7):
4298         * mm-util.el (gmm-write-region):
4299         * mml-smime.el (mml-compute-boundary)
4300         (gnus-completing-read-with-default):
4301         * mml.el (widget-button-press, gnus-make-hashtable):
4302         * mml1991.el (mm-decode-content-transfer-encoding)
4303         (mm-encode-content-transfer-encoding)
4304         (message-options-get, message-options-set):
4305         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4306         * nnfolder.el (gnus-request-group):
4307         * nnheader.el (ietf-drums-unfold-fws):
4308         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4309         * smime.el (gnus-run-mode-hooks):
4310         * spam-stat.el (gnus-message): Autoload.
4311
4312         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4313         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4314         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4315         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4316         Add declare-function compatibility definition.
4317
4318         * gnus-cache.el (nnvirtual-find-group-art):
4319         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4320         (gnus-add-image, gnus-add-wash-type):
4321         * gnus-group.el (nnkiboze-score-file):
4322         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4323         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4324         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4325         (message-tokenize-header, gnus-get-buffer-create)
4326         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4327         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4328         * gnus.el (gnus-group-decoded-name):
4329         * mail-source.el (imap-capability):
4330         * mm-bodies.el (message-options-set):
4331         * mm-decode.el (gnus-configure-windows):
4332         * mm-extern.el (message-goto-body):
4333         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4334         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4335         (epg-sub-key-validity, message-options-set):
4336         * mml.el (widget-event-point, gnus-configure-windows):
4337         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4338         * mml2015.el (epg-check-configuration, epg-configuration)
4339         (message-options-set):
4340         * nndb.el (nndb-request-article):
4341         * nnfolder.el (gnus-request-create-group):
4342         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4343         * nnmaildir.el (gnus-group-mark-article-read):
4344         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4345         * rfc1843.el (message-fetch-field):
4346         * spam.el (gnus-extract-address-components):
4347         Declare as functions.
4348
4349 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4352
4353         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4354
4355         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4356         bind show-trailing-whitespace for XEmacs.
4357
4358 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4361         new no-op macro for backward compatibility.
4362
4363         * imap.el (imap-string-to-integer): New function.
4364
4365 2007-12-09  Glenn Morris  <rgm@gnu.org>
4366
4367         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4368
4369         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4370         * message.el, mm-view.el, sieve-manage.el, smime.el:
4371         Add declare-function compatibility definition.
4372
4373         * gnus-art.el (w3-region, w3m-region, Info-menu):
4374         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4375         * gnus-sum.el (gnus-get-predicate):
4376         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4377         * message.el (mail-abbrev-in-expansion-header-p):
4378         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4379         (w3m-detect-meta-charset, w3m-region):
4380         * sieve-manage.el (password-read, password-cache-add)
4381         (password-cache-remove):
4382         * smime.el (password-read-and-add): Declare as functions.
4383
4384 2007-12-08  David Kastrup  <dak@gnu.org>
4385
4386         * gnus-sum.el (gnus-summary-simplify-subject-query):
4387         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4388         `message'.
4389
4390 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4393         it to bind idna-program, installation-directory, defined-colors, and
4394         face-attribute for XEmacs of the version that compiles defcustom forms.
4395
4396 2007-12-07  Glenn Morris  <rgm@gnu.org>
4397
4398         * gnus-art.el (article-make-date-line): Revert previous change.
4399
4400 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4403
4404 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4405
4406         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4407         Call gnus-add-to-range ranges only once with a prepared article-list.
4408
4409 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4410
4411         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4412         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4413         group names with backslashes.  Reported by Tassilo Horn
4414         <tassilo@member.fsf.org>.
4415
4416 2007-12-06  Deepak Goel  <deego3@gmail.com>
4417
4418         * gnus-art.el (article-make-date-line):
4419         * gnus-start.el (gnus-load):
4420         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4421
4422 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-art.el (gnus-use-idna)
4425         * gnus-start.el (gnus-site-init-file)
4426         * message.el (message-use-idna)
4427         * mm-uu.el (mm-uu-hide-markers)
4428         * smiley.el (smiley-style): Revert changes that suppress warnings.
4429
4430 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4433         specify charset to html source.  Reported by Christoph Conrad
4434         <christoph.conrad@gmx.de>.
4435
4436 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4439         idna-program in order to suppress byte compile warning issued by XEmacs
4440         that came to byte compile the default value section of defcustom forms
4441         recently.
4442
4443         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4444         value of installation-directory.
4445
4446         * message.el (message-use-idna): Don't directly refer to the value of
4447         idna-program.
4448
4449         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4450
4451         * smiley.el (smiley-style): Don't directly call face-attribute.
4452
4453 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4456
4457         * gnus-dired.el: Reduce Gnus dependencies.
4458         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4459         require.  Use autoloads instead.
4460         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4461         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4462         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4463         (gnus-dired-mode): Adjust doc string.
4464         (gnus-dired-mail-mode): New variable.
4465         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4466         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4467         (gnus-dired-mail-buffers): New function.  Return mail or message
4468         composition buffers.
4469         (gnus-dired-attach): Use it.
4470         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4471         NO-DECODE.
4472         (gnus-dired-print): Use `gnus-print-buffer' depending on
4473         `gnus-dired-mail-mode'.
4474
4475 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * rfc2047.el (rfc2047-encoded-word-regexp)
4478         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4479         explaining what regexp patterns are for.
4480
4481 2007-12-04  Glenn Morris  <rgm@gnu.org>
4482
4483         * password.el: Move to password-cache.el.
4484
4485         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4486         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4487         * mml-smime.el (password-read, password-cache-add)
4488         (password-cache-remove):
4489         No need to autoload, since mml-sec requires password.
4490
4491         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4492         * message.el (gnus-extract-address-components):
4493         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4494
4495         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4496         password.
4497
4498 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4499
4500         * mailcap.el: Reduce dependencies.
4501         (mail-header-parse-content-type): Autoload.
4502         (mailcap-delete-duplicates): New alias.
4503         (mailcap-mime-info): Add optional argument NO-DECODE.
4504         (mailcap-mime-types): Use mailcap-delete-duplicates.
4505
4506         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4507
4508 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4509
4510         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4511         (imap-parse-status): Upcase status-att for servers that sends them
4512         lower-case (e.g., MS Exchange 2007).
4513
4514 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4517         function.
4518
4519         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4520         (gnus-uu-yenc-article): New function.
4521
4522         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4523
4524         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4525         buffer.
4526
4527 2007-12-02  Glenn Morris  <rgm@gnu.org>
4528
4529         * binhex.el (binhex): New custom group.
4530         (binhex-decoder-program, binhex-decoder-switches)
4531         (binhex-use-external): Move to the binhex custom group.
4532
4533         * uudecode.el (uudecode): New custom group.
4534         (uudecode-decoder-program, uudecode-decoder-switches)
4535         (uudecode-use-external): Move to the uudecode custom group.
4536
4537         * netrc.el (top-level): Don't load `encrypt' features.
4538         (netrc-parse): Don't use encrypt.
4539         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4540
4541         * encrypt.el: Remove file.
4542
4543 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4544
4545         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4546         matches on patches.
4547
4548         * gnus-art.el (gnus-article-browse-html-article): Mention
4549         `mm-text-html-renderer' in the doc string.
4550
4551         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4552         string.  Add comments.
4553
4554         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4555         if rhs is ASCII.
4556
4557 2007-12-01  Glenn Morris  <rgm@gnu.org>
4558
4559         * mail-source.el (top-level): Require format-spec before
4560         eval-when-compile.
4561
4562 2007-11-30  Glenn Morris  <rgm@gnu.org>
4563
4564         * encrypt.el: Require password, rather than autoloading password-read.
4565
4566 2007-11-29  Glenn Morris  <rgm@gnu.org>
4567
4568         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4569         (sasl-make-client, sasl-next-step, sasl-step-data)
4570         (sasl-step-set-data): Declare as functions.
4571
4572 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4573
4574         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4575
4576 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4577
4578         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4579         certs should be verified and what is to be done in the event of a
4580         verification failure.
4581
4582         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4583         caller can indicate whether the cache should be disregarded for this
4584         call.  This way the result of the call is reproducible at all times and
4585         can be considered a canonical server name for the supplied method.
4586         (gnus-agent-method-p): Canonicalize server names by pushing their
4587         method through `gnus-method-to-server' using the no-cache argument.
4588
4589         * gnus-srvr.el (gnus-server-insert-server-line): Call
4590         `gnus-method-to-server' with `no-cache' argument.
4591
4592         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4593         gnus-agent-possibly-synchronize-flags as this should be called when the
4594         server is actually being opened.
4595         (gnus-agent-possibly-synchronize-flags)
4596         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4597         flags file of an agentized server to the latter function.
4598
4599         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4600         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4601         after a connection has been established successfully.
4602
4603 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-art.el (article-display-face): Force to display face if called
4606         interactively; check if gnus-article-x-face-too-ugly matches author.
4607         (article-display-x-face): Display face even if From header is missing
4608         as article-display-face does.
4609
4610 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4611
4612         * hashcash.el (message-narrow-to-headers-or-head)
4613         (message-fetch-field, message-goto-eoh)
4614         (message-narrow-to-headers): Declare as functions.
4615
4616 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * mail-source.el (mail-sources): Default to fetch from file for
4619         compatibility with default of nnmail-spool-file.
4620
4621 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4624         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4625         to look for encoded word that should be encoded again.
4626         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4627         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4628         encoding pattern.
4629         (rfc2047-decode-region): Switch strict regexp and loose one according
4630         to rfc2047-allow-irregular-q-encoded-words.
4631
4632 2007-11-25  Romain Francoise  <romain@orebokech.com>
4633
4634         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4635
4636 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * tls.el (tls-program): Provide more custom choices from
4639         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4640         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4641
4642 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4643
4644         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4645         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4646
4647         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4648         `nnmail-spool-file'.
4649
4650         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4651         `nnmail-spool-file'.
4652
4653         * gnus-move.el (gnus-change-server): Ditto.
4654
4655         * gnus-kill.el (gnus-batch-score): Ditto.
4656
4657         * gnus-cache.el (gnus-jog-cache): Ditto.
4658
4659         * gnus-msg.el (gnus-summary-reply):
4660         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4661
4662 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4663
4664         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4665         version.  Minor improvement to doc strings.
4666         (tls-program): Add comment.
4667
4668 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4669
4670         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4671         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4672         mismatch between the hostname provided in the certificate and the name
4673         of the host connnecting to.
4674         (open-tls-stream): Use them.  Check certificates against trusted root
4675         certificates.
4676
4677 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4678
4679         * gnus-cache.el (gnus-cache-generate-nov-databases):
4680         Use nnml-generate-nov-databases-directory instead of
4681         nnml-generate-nov-databases-1.
4682
4683 2007-11-24  Glenn Morris  <rgm@gnu.org>
4684
4685         * message.el (message-tool-bar-retro): Update for rename
4686         mail_send.xpm->mail-send.xpm.
4687
4688 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4691         `smime-ldap-search' for Emacs 22 and up.
4692
4693 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4694
4695         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4696
4697         * message.el (message-send-mail-function): Fix error convention.
4698         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4699         (message-widen-reply, message-send-mail, message-talkative-question)
4700         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4701         (message-clone-locals, message-send-news): Use with-current-buffer.
4702         (message-insert-or-toggle-importance): Remove unused var `valid'.
4703         (message-make-references): Remove unused var `new-references'.
4704         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4705
4706 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4707
4708         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4709         (spam-split-symbolic-return-positive): Reflow docstring.
4710         (spam-backends, spam-summary-exit-behavior)
4711         (spam-mark-ham-unread-before-move-from-spam-group)
4712         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4713         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4714         (spam-clear-cache, spam-backend-check, spam-install-backend)
4715         (spam-install-statistical-backend, spam-list-of-processors)
4716         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4717         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4718         (spam-check-crm114, spam-initialize, spam-unload-hook):
4719         Fix typos in docstrings.
4720
4721 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4724         been checked if they have never been read and those group levels are
4725         higher than the one that a user specified.
4726
4727 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4730         foreign groups unless a group level is specified by a user.
4731         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4732
4733 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * message.el (message-send-mail-function): Require sendmail.
4736
4737 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4738
4739         * message.el (message-send-mail-function): Check for smtpmail too.
4740
4741         * utf7.el (utf7-encode, utf7-decode): Use coding system
4742         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4743
4744         * message.el (message-send-mail-function): New function.
4745         (message-send-mail-function): Set default using
4746         message-send-mail-function.  Adjust doc string.
4747         (message-send-mail-with-mailclient): New function.
4748
4749 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4750
4751         * smime.el (from):
4752         * rfc2047.el (message-posting-charset):
4753         * qp.el (mm-use-ultra-safe-encoding):
4754         * pop3.el (parse-time-months):
4755         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4756         * nnml.el (files):
4757         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4758         (jka-compr-compression-info-list, ange-ftp-path-format)
4759         (efs-path-regexp):
4760         * nndiary.el (files):
4761         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4762         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4763         (epg-digest-algorithm-alist, inhibit-redisplay)
4764         (password-cache-expiry):
4765         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4766         (pgg-output-buffer, password-cache-expiry):
4767         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4768         (efs-path-regexp):
4769         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4770         (inhibit-redisplay):
4771         * mm-uu.el (file-name, start-point, end-point, entry)
4772         (gnus-newsgroup-name, gnus-newsgroup-charset):
4773         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4774         (latin-unity-ucs-list):
4775         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4776         (mm-uu-binhex-decode-function):
4777         * message.el (gnus-message-group-art, gnus-list-identifiers)
4778         (rmail-enable-mime-composing, gnus-local-organization)
4779         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4780         (gnus-read-active-file, facemenu-add-face-function)
4781         (facemenu-remove-face-function, gnus-article-decoded-p)
4782         (tool-bar-mode):
4783         * mail-source.el (display-time-mail-function):
4784         * gnus-util.el (nnmail-pathname-coding-system)
4785         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4786         (gnus-original-article-buffer, gnus-user-agent)
4787         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4788         (xemacs-codename, sxemacs-codename, emacs-program-version):
4789         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4790         * gnus-start.el (gnus-agent-covered-methods)
4791         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4792         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4793         (gnus-newsgroup-headers, gnus-group-list-mode)
4794         (gnus-group-mark-positions, gnus-newsgroup-data)
4795         (gnus-newsgroup-unreads, nnoo-state-alist)
4796         (gnus-current-select-method, mail-sources)
4797         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4798         (nnmail-spool-file, gnus-cache-active-hashtb):
4799         * gnus-mh.el (mh-lib-progs):
4800         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4801         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4802         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4803         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4804         (gnus-group-buffer):
4805         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4806         (font-lock-set-defaults):
4807         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4808         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4809         (gnus-summary-post-menu, total-parts, type, condition, length):
4810         * gnus-agent.el (gnus-agent-read-agentview):
4811         * flow-fill.el (show-trailing-whitespace):
4812         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4813         eval-and-compile wrappers for byte compiler pacifiers.
4814
4815         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4816         (mm-display-inline-fontify): Check for featurep 'xemacs not
4817         extent-list.
4818
4819         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4820         itimer-list.
4821         (mm-create-image-xemacs): Only do something for XEmacs.
4822         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4823
4824         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4825
4826         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4827         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4828
4829 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4830
4831         * nnimap.el (nnimap-split-download-body):
4832         * gnus-demon.el (gnus-demon):
4833         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4834
4835 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4838         macros.
4839         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4840         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4841         copy data from unibyte buffer to multibyte current buffer.
4842         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4843         to copy data from unibyte current buffer to multibyte buffer.
4844         (nntp-make-process-buffer): Make process buffer unibyte.
4845
4846         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4847
4848 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4849
4850         * pop3.el (pop3-open-server): Accept and process data more robustly at
4851         connexion start to avoid spurious "POP SSL connexion failed" errors.
4852
4853 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4856         read group names.
4857
4858 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4861
4862 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4865         (nnmail-save-active): Use a unibyte buffer when saving active file,
4866         which may contain non-ASCII group names.
4867
4868         * nnml.el (nnml-request-group): Decode group names in messages.
4869
4870 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4871
4872         * message.el (message-citation-line-function)
4873         (message-insert-formatted-citation-line): Fix spelling of
4874         `message-insert-formated-citation-line'.
4875
4876 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4879
4880 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4883         nnmail-pathname-coding-system.
4884
4885         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4886         that a user enters; decode group names in messages.
4887
4888         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4889
4890 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4893
4894         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4895
4896         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4897         risky local variable.
4898
4899         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4900
4901 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4902
4903         * encrypt.el: Improve documentation to fix function name typo.
4904         Reported by Daiki Ueno <ueno@unixuser.org>.
4905
4906 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4909         even if the point is not in the last page of an article.
4910         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4911         back to the previous page.
4912
4913 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4914
4915         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4916
4917 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4920
4921 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4922
4923         * message.el (message-check-news-body-syntax): Avoid
4924         mm-string-as-multibyte.
4925         (message-hide-headers): Don't assume (point-min)==1.
4926
4927 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * message.el (message-remove-blank-cited-lines): Fix if remove is
4930         given.
4931         (message-bogus-address-regexp): New variable.
4932         (message-bogus-recipient-p): New function.
4933         (message-check-recipients): New command.
4934         (message-syntax-checks): Add `bogus-recipient'.
4935         (message-fix-before-sending): Add `bogus-recipient'.
4936
4937         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4938         (gnus-treat-body-boundary): Don't test window-system.
4939
4940 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4941
4942         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4943
4944 2007-10-28  Miles Bader  <miles@gnu.org>
4945
4946         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4947         at compile-time too.
4948
4949 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * gnus-msg.el (gnus-message-setup-hook): Add
4952         `message-remove-blank-cited-lines' to options.
4953
4954 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4955
4956         * message.el (message-remove-blank-cited-lines): New function.
4957         Suggested by Karl Plästerer.
4958
4959 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4962         mapc.
4963
4964         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4965         (top-level): Use mapc to set functions to be traced for debugging.
4966
4967         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4968         called for effect with while loop.
4969
4970         * message.el (message-talkative-question): Replace mapcar called for
4971         effect with mapc.
4972
4973         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4974         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4975         called for effect with dolist.
4976
4977         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4978
4979         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4980         gnus-extra-headers and nnmail-extra-headers.
4981
4982         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4983         called for effect with dolist.
4984         (top-level): Use mapc to set functions to be traced for debugging.
4985
4986         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4987         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4988         dolist.
4989
4990         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4991         Replace mapcar called for effect with mapc.
4992         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4993         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4994         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4995         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4996
4997         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4998         remove-if that's a cl function.
4999
5000         * webmail.el (webmail-debug): Replace mapcar called for effect with
5001         dolist.
5002
5003         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5004         with mapc.
5005
5006 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5009         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5010         with while loop.
5011
5012         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5013         functions from article-* functions.
5014         (gnus-multi-decode-header): Replace mapcar called for effect with
5015         dolist.
5016
5017         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5018         (gnus-bookmark-show-details): Replace mapcar called for effect with
5019         while loop.
5020
5021         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5022         called for effect with while loop.
5023
5024         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5025         with dolist.
5026
5027         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5028         mapcar called for effect with dolist.
5029
5030         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5031
5032         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5033         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5034         Replace mapcar called for effect with dolist.
5035         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5036         mapc.
5037
5038         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5039         Replace mapcar called for effect with dolist.
5040         (gnus-topic-list): Replace mapcar called for effect with mapc.
5041
5042         * gnus.el: Use mapc instead of mapcar to add autoloads.
5043
5044 2007-10-23  Richard Stallman  <rms@gnu.org>
5045
5046         * gnus-group.el (gnus-group-highlight): Mark as risky.
5047
5048 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus.el (gnus-server-to-method): Return method found first in
5051         gnus-newsrc-alist.
5052
5053         * gnus-art.el (gnus-article-highlight-signature)
5054         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5055         button overlay without the front stickiness.
5056
5057 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5058
5059         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5060         overview buffer needed a catch to receive its throw.
5061         (gnus-agent-flush-cache): Declared as interactive to make this function
5062         easier to use.
5063
5064 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5065
5066         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5067         `next-line'.
5068
5069 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5072         exclude address matching message-dont-reply-to-names.
5073
5074 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-util.el (gnus-string<): New function.
5077
5078         * gnus-sum.el (gnus-article-sort-by-author)
5079         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5080
5081 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5084         the frame-focus tag is set in gnus-buffer-configuration.
5085
5086 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5089         the front stickiness.
5090
5091 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5094         url pattern; remove duplicate one.
5095         (gnus-article-extend-url-button): New function.
5096         (gnus-article-add-buttons): Use it.
5097         (gnus-button-push): Use concatenated url that it makes.
5098
5099 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5100
5101         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5102
5103 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5104
5105         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5106         Don't hardcode point-min==1.
5107
5108 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5109
5110         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5111         Fix comment about "iso8859-1".
5112
5113 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5114
5115         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5116         ones returned from the verify-function.
5117
5118         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5119         mml2015-extract-cleartext-signature if extraction failed.
5120
5121 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5122
5123         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5124         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5125         failed.
5126
5127 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5130
5131 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5132
5133         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5134         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5135         recommends to use EasyPG instead of PGG.
5136
5137         * pgg.el: Revert to revision 6.23.2.16.
5138
5139         * pgg-def.el: Revert to revision 6.6.2.14.
5140
5141         * pgg-gpg.el: Revert to revision 6.23.2.34.
5142
5143 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5146         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5147         thread for both the null and zero (kill/expire thread) universal prefix
5148         cases.
5149         (gnus-summary-expire-thread): Add new function to expire a thread,
5150         using gnus-summary-kill-thread.
5151         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5152         shortcuts for gnus-summary-expire-thread.
5153         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5154         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5155
5156 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5159         extras value, so an extras entry can be deleted.
5160         (gnus-registry-delete-extra-entry): Use it.
5161         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5162         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5163         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5164         storage through the gnus-registry, and provide an appropriate API for
5165         it.
5166
5167 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5170         Suggested by Leo <sdl.web@gmail.com>.
5171
5172         * gnus.el: Do.
5173
5174 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5177         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5178
5179         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5180
5181         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5182         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5183
5184 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5187         newline.
5188         (nnmbox-request-accept-article): Don't change article in source buffer;
5189         narrow to header to use message-fetch-field rather than
5190         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5191         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5192         as delimiters; make sure article ends with newline.
5193         (nnmbox-delete-mail): Correct last position of article to be deleted;
5194         ignore X-Gnus-Newsgroup header in article body.
5195         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5196         positions; make sure article ends with newline.
5197
5198         * message.el (message-display-abbrev): Don't infloop when a user
5199         inserts SPC in the beginning of header.
5200
5201         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5202         coding-system-for-read and coding-system-for-write for XEmacs having no
5203         file-coding feature.
5204
5205         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5206
5207 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5210         list of groups not followed by default.  Fix type to be regexp.
5211         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5212
5213 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5214
5215         * hmac-def.el (define-hmac-function): Switch from old-style to
5216         new-style backquotes.
5217
5218         * md4.el (md4-make-step): Likewise.
5219
5220 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5223         raw-text coding system when saving .newsrc file, which may contain
5224         non-ASCII group names.
5225
5226 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-cus.el (gnus-score-extra): New widget.
5229         (gnus-score-extra-convert): New function.
5230         (gnus-score-customize): Use it for Extra.
5231
5232 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5233
5234         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5235         (mml2015-mailcrypt-clear-verify): Use it.
5236         (mml2015-gpg-clear-verify): Use it.
5237         (mml2015-pgg-clear-verify): Use it.
5238         (mml2015-epg-clear-verify): Replace the current part with the output
5239         from GnuPG; don't extract the plaintext by itself.
5240
5241         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5242         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5243         mml2015-clear-verify-function; don't touch the armor headers or
5244         dash-escaped text here.
5245
5246 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5249         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5250         parts, or application/octet-stream as a last resort.
5251         (gnus-mime-view-part-as-type): Don't toggle display.
5252         (gnus-mime-view-part-as-charset): Don't turn off display before
5253         querying charset.
5254
5255         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5256         stuff to undisplayer function in Emacs.
5257         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5258
5259         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5260         text/calendar parts.
5261
5262 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5265         decoding text/calendar parts.
5266
5267         * message.el (message-forward-make-body-mime): Always mark body as
5268         having no illegible text; remove signed-or-encrypted argument.
5269         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5270
5271         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5272         (mml-generate-mime-1): Don't encode body if it is specified to be in
5273         raw form; don't make buffer be unibyte when inserting multibyte string.
5274
5275 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5276
5277         * sha1.el: Fix up comment style.
5278         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5279         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5280
5281         * hex-util.el: Fix up comment style.
5282         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5283
5284         * gnus-salt.el: Use with-current-buffer.
5285         (gnus-pick-setup-message): Fix long-standing typo.
5286
5287 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * imap.el (imap-logout-timeout): New variable.
5290         (imap-logout, imap-logout-wait): New functions.
5291         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5292
5293         * nnimap.el (nnimap-logout-timeout): New server variable.
5294         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5295         nnimap-logout-timeout.
5296
5297         * gnus-art.el (gnus-article-summary-command-nosave)
5298         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5299
5300 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus.el (gnus-maximum-newsgroup): New variable.
5303
5304         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5305         according to gnus-maximum-newsgroup.
5306
5307         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5308         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5309         Limit the range of articles according to gnus-maximum-newsgroup.
5310
5311 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5312
5313         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5314         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5315         Don't perform gnus-configure-windows here; reuse existing sticky
5316         article buffer.
5317
5318         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5319         it doesn't exist in gnus-article-mode.
5320
5321 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5324         (gnus-agent-decoded-group-name): New function.
5325         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5326         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5327
5328 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5329
5330         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5331         Add binding for gnus-sticky-article.
5332         (gnus-summary-exit): Don't kill sticky article buffers.
5333
5334         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5335         article buffer.
5336         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5337         (gnus-kill-sticky-article-buffers): New commands.
5338
5339 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * nntp.el (nntp-xref-number-is-evil): New server variable.
5342         (nntp-find-group-and-number): If it is non-nil, don't trust article
5343         numbers in the Xref header.
5344
5345 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-agent.el (gnus-agent-read-group): New function.
5348         (gnus-agent-flush-group, gnus-agent-expire-group)
5349         (gnus-agent-regenerate-group): Use it.
5350         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5351         nnmail-pathname-coding-system.
5352
5353 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5356
5357         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5358         that are unread as unread, and also as selected so that information of
5359         marks having been changed by a user may be updated when exiting group.
5360
5361 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5364         calculated ignoring signature parts to gnus-treat-article.
5365
5366 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5369         a point here in order to keep the window start.
5370         (gnus-insert-mime-security-button): Make a button overlay without the
5371         front stickiness.
5372         (gnus-mime-display-security): Goto the end of a button.
5373
5374         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5375
5376 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5379         group-name-at-point.
5380         (gnus-group-completing-read): New function that offers decoded
5381         non-ASCII group names for completion.
5382         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5383         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5384         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5385         (gnus-group-fetch-control): Use it.
5386         (gnus-fetch-group): Use group-name-at-point for the initial value
5387         rather than the default value; use gnus-alive-p.
5388
5389         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5390         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5391         (gnus-summary-post-news): Use gnus-group-completing-read.
5392
5393         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5394         (gnus-read-move-group-name): Decode group name for completion.
5395
5396 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5397
5398         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5399         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5400         Yamaoka slightly modified the code).
5401
5402 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5405         (nnmail-split-incoming): Bind it.
5406
5407         * nnml.el (nnml-group-name-charset): New function.
5408         (nnml-decoded-group-name): Use it; don't decode group name if
5409         nnmail-group-names-not-encoded-p is non-nil.
5410         (nnml-encoded-group-name): New function.
5411         (nnml-group-pathname): Inline nnml-decoded-group-name.
5412         (nnml-request-expire-articles): Decode group name in message.
5413         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5414         nnmail-pathname-coding-system.
5415         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5416         not decoded ones according to nnmail-group-names-not-encoded-p.
5417         (nnml-generate-active-info): Use nnml-encoded-group-name.
5418
5419 2007-08-08  Glenn Morris  <rgm@gnu.org>
5420
5421         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5422         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5423         doc-strings and comments.
5424
5425 2007-07-25  Glenn Morris  <rgm@gnu.org>
5426
5427         * Relicense all FSF files to GPLv3 or later.
5428
5429 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-sum.el (gnus-summary-move-article): Make
5432         gnus-summary-respool-article work.
5433
5434 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5435
5436         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5437         string.
5438
5439 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5440
5441         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5442         that should be ignored when comparing distant RSS articles with local
5443         ones.
5444         (nnrss-make-hash-index): New function.  Create a hash index according
5445         to the ignored fields.
5446         (nnrss-check-group): Use it.
5447
5448 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5451
5452         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5453
5454         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5455         the new optional argument ENCODED is non-nil.
5456         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5457         coding system for encoding group name.
5458         (gnus-group-make-rss-group): Pass un-encoded group name to
5459         gnus-group-make-group.
5460         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5461         encoded.
5462
5463         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5464         Encode group name to which articles are moved or copied.
5465         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5466         coding system for encoding Newsgroup, Followup-To and Xref headers.
5467
5468         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5469         marks; use nnheader-file-coding-system to write a file.
5470         (nnagent-retrieve-headers): Bind file-name-coding-system to
5471         nnmail-pathname-coding-system.
5472
5473         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5474
5475         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5476         (nnml-request-article, nnml-request-create-group)
5477         (nnml-request-rename-group, nnml-find-id)
5478         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5479         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5480         (nnml-save-marks): Use nnml-group-pathname instead of
5481         nnmail-group-pathname.
5482
5483         (nnml-request-create-group, nnml-request-expire-articles)
5484         (nnml-request-move-article, nnml-request-delete-group)
5485         (nnml-deletable-article-p, nnml-possibly-create-directory)
5486         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5487         (nnml-open-marks): Bind file-name-coding-system to
5488         nnmail-pathname-coding-system.
5489
5490         (nnml-request-article): Pass server argument to nnml-find-group-number.
5491         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5492         server argument to nnml-possibly-create-directory.
5493         (nnml-request-accept-article): Pass server argument to
5494         nnml-active-number and nnml-save-mail.
5495         (nnml-find-group-number): Pass server argument to nnml-find-id.
5496         (nnml-request-update-info): Pass server argument to
5497         nnml-marks-changed-p.
5498
5499         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5500         (nnml-save-mail, nnml-active-number): Add server argument.
5501
5502         (nnml-request-delete-group): Warn if group is missing.
5503         (nnml-get-nov-buffer): Decode group name.
5504         (nnml-generate-active-info): Encode group name.
5505         (nnml-open-marks): Decode group name in messages.
5506
5507 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5510         if it is not specified.
5511         (gnus-article-pipe-part, gnus-article-save-part)
5512         (gnus-article-interactively-view-part, gnus-article-copy-part)
5513         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5514         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5515         (gnus-article-replace-part, gnus-article-delete-part)
5516         (gnus-article-view-part-as-type): Pass raw prefix argument to
5517         gnus-article-part-wrapper.
5518
5519 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-agent.el (gnus-agent-save-active): Bind
5522         nnheader-file-coding-system to gnus-agent-file-coding-system.
5523
5524         * gnus-cache.el (gnus-cache-save-buffers)
5525         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5526         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5527         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5528         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5529         (gnus-cache-generate-active, gnus-cache-rename-group)
5530         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5531         (gnus-cache-update-overview-total-fetched-for): Bind
5532         file-name-coding-system to nnmail-pathname-coding-system.
5533         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5534         variables.
5535         (gnus-cache-decoded-group-name): New function.
5536         (gnus-cache-file-name): Use it.
5537         (gnus-cache-generate-active): Use non-decoded group name for active.
5538
5539         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5540         right place.
5541         (gnus-write-active-file): Don't break non-ASCII group names.
5542
5543         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5544         nnmail-pathname-coding-system.
5545
5546         * lpath.el: Bind default-file-name-coding-system,
5547         file-name-coding-system and language-info-alist for XEmacs.
5548
5549         * gnus-uu.el (gnus-uu-decode-save): Typo.
5550
5551 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5554
5555 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5558         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5559         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5560         (gnus-agent-flush-group, gnus-agent-flush-cache)
5561         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5562         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5563         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5564         (gnus-agent-regenerate-group)
5565         (gnus-agent-update-files-total-fetched-for)
5566         (gnus-agent-update-view-total-fetched-for): Bind
5567         file-name-coding-system to nnmail-pathname-coding-system.
5568         (gnus-agent-group-pathname): Don't encode file names by
5569         nnmail-pathname-coding-system.
5570         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5571         coding-system-for-write instead of buffer-file-coding-system to
5572         gnus-agent-file-coding-system.
5573
5574         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5575         Decode group name.
5576
5577         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5578
5579         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5580         (gnus-read-newsrc-el-file): Make group names unibyte.
5581
5582         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5583         nnmail-pathname-coding-system.
5584
5585         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5586         (nnrss-request-delete-group): Bind file-name-coding-system to
5587         nnmail-pathname-coding-system.
5588         (nnrss-read-server-data, nnrss-read-group-data): Bind
5589         file-name-coding-system correctly.
5590         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5591
5592         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5593         (nntp-server-to-method-cache): New variable.
5594         (nntp-group-pathname): New function that decodes non-ASCII group names.
5595         (nntp-possibly-create-directory, nntp-marks-changed-p)
5596         (nntp-save-marks, nntp-open-marks): Use it.
5597         (nntp-possibly-create-directory, nntp-open-marks):
5598         Bind file-name-coding-system to nnmail-pathname-coding-system.
5599         (nntp-open-marks): Decode group names when bootstrapping marks.
5600
5601         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5602         Newsgroups and Folowup-To headers.
5603
5604 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5607         (gnus-server-closed-face, gnus-server-denied-face)
5608         (gnus-server-offline-face): Remove variable.
5609         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5610
5611         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5612         of modifying message-stack directly for XEmacs.
5613
5614         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5615         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5616         if the coding-system argument is nil for XEmacs.
5617
5618         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5619         mm-charset-override-alist.
5620
5621         * rfc2047.el: Don't require base64; require rfc2045 for the function
5622         rfc2045-encode-string.
5623         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5624         to quote the parameter value.
5625
5626 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5629         form in gnus-group-name-charset-method-alist.
5630
5631         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5632         overrides the default layout edit-form.
5633
5634         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5635
5636         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5637
5638 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5641         as unfetched articles.
5642
5643 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5644
5645         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5646
5647 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5650         original back end that keeps marks in the local system.
5651
5652 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5655         arg of pop-to-buffer for XEmacs.
5656         (gnus-article-read-summary-keys): Ditto; don't restore window
5657         configuration if summary command ends up with neither article buffer
5658         nor summary buffer; describe bindings if summary keys end with C-h.
5659
5660 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * message.el (message-fix-before-sending): Skip raw message part to be
5663         forwarded while checking illegible text.
5664         (message-forward-make-body-mime, message-forward-make-body): Mark
5665         signed or encrypted raw message as having no illegible text.
5666
5667 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5670         (gnus-message-with-timestamp-1): New macro.
5671         (gnus-message-with-timestamp): New function.
5672         (gnus-message): Use them.
5673
5674         * nnheader.el (nnheader-message): Use them.
5675
5676 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5679         .newsrc.eld file.
5680
5681 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-agent.el (gnus-agent-fetch-headers)
5684         (gnus-agent-retrieve-headers): Bind
5685         gnus-decode-encoded-address-function to identity.
5686
5687         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5688         available also when the server returns simply a dot.
5689
5690         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5691
5692 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5695
5696 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-ems.el (gnus-x-splash): Make it work.
5699
5700         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5701         from being used.
5702
5703         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5704
5705 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5708         4th and the 5th arguments.
5709
5710         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5711         the front stickiness.
5712         (gnus-article-summary-command-nosave): Correct the order of the
5713         arguments passed to pop-to-buffer.
5714         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5715         summary command ends up with the article buffer.
5716
5717         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5718         the same faces.
5719
5720 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5721
5722         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5723
5724 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5725
5726         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5727         * gnus-sum.el (gnus-summary-highlight):
5728         * pgg.el (pgg-sign-region, pgg-sign):
5729         * mail-source.el (mail-source-delete-old-incoming-confirm):
5730         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5731
5732 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * gnus-art.el (gnus-mime-view-part-externally)
5735         (gnus-mime-view-part-internally): Fix predicate function passed to
5736         completing-read.
5737
5738         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5739
5740         * gnus.el (gnus-update-message-archive-method): Add :version.
5741
5742 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus.el (gnus-update-message-archive-method): New variable.
5745
5746         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5747         according to gnus-message-archive-method if
5748         gnus-update-message-archive-method is non-nil.
5749
5750 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5753         by Loic Dachary <loic@dachary.org>.
5754         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5755
5756 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * message.el (message-pop-to-buffer): Add switch-function argument.
5759         (message-mail): Pass switch-function argument to it.
5760
5761 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5764         Improve doc string.
5765
5766 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5769         (gnus-header-content)
5770         * gnus-cite.el (gnus-cite-10)
5771         * gnus-srvr.el (gnus-server-closed)
5772         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5773         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5774         (gnus-group-mail-3-empty, gnus-group-mail-low)
5775         (gnus-group-mail-low-empty, gnus-splash)
5776         * message.el (message-header-to, message-header-cc)
5777         (message-header-subject, message-header-other, message-header-name)
5778         (message-header-xheader, message-separator, message-cited-text)
5779         (message-mml): Lighten colors of faces used for dark background.
5780
5781 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5782
5783         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5784         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5785
5786 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * message.el (message-narrow-to-headers-or-head):
5789         Ignore mail-header-separator in the body.
5790
5791 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5794         same as window size.
5795
5796 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5797
5798         * message.el (message-font-lock-keywords): Use message-header-xheader
5799         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5800         ahead of the anything pattern, to get it recognised.
5801
5802 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5805         spam.el loads uses it in the compiled defadvice form.
5806
5807 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5808
5809         * gnus-sum.el (gnus-articles-to-read)
5810         (gnus-summary-insert-old-articles): Don't truncate group name for
5811         `read-string'.
5812
5813         * gnus-util.el (gnus-limit-string): Delete this function.
5814
5815         * gnus-sum.el (gnus-simplify-subject-fully): Use
5816         `truncate-string-to-width' instead.
5817
5818 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5819
5820         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5821         if, on summary exit, the next group has to be selected.
5822         (gnus-summary-exit): Use it.
5823
5824 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5827         non-break space.
5828
5829 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5832         Check if group is not a directory.
5833         (nnfolder-request-expire-articles): Don't delete articles if the target
5834         group is not available.
5835
5836         * nnml.el (nnml-request-create-group): Properly check if group is not a
5837         file.
5838         (nnml-request-expire-articles): Don't delete articles if the target
5839         group is not available.
5840
5841         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5842         Don't quote characters that are within parentheses.
5843
5844 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5847         (gnus-handle-ephemeral-exit): Select article according to it.
5848
5849 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5850
5851         * message.el (message-insert-formated-citation-line): Remove newline.
5852         (message-citation-line-format): Add final \n here so that the user can
5853         avoid a blank line.
5854
5855 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5856
5857         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5858         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5859         Update lanl/arXiv support.
5860
5861 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * gnus.el: Bump version number.
5864
5865 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus.el (gnus-version-number): Bump version.
5868
5869 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5870
5871         * gnus.el: No Gnus v0.6 is released.
5872
5873 2007-04-27  Didier Verna  <didier@xemacs.org>
5874
5875         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5876         * gmm-utils.el (gmm-regexp-concat): here.
5877         * message.el: Don't require 'gnus-util.
5878         (message-dont-reply-to-names): Handle name change above.
5879         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5880
5881 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5884         since the initial value varies according to the system.
5885
5886 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5889
5890 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5891
5892         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5893
5894 2007-04-24  Didier Verna  <didier@xemacs.org>
5895
5896         Improve the type of gnus-ignored-from-addresses.
5897         * gnus-util.el (gnus-orify-regexp): New function.
5898         * message.el (gnus-util): Require it.
5899         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5900         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5901         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5902
5903 2007-04-24  Didier Verna  <didier@xemacs.org>
5904
5905         * gnus-sum.el:
5906         * gnus-utils.el: Fix some trailing whitespaces.
5907
5908 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5911         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5912         article's Message-ID; refer parent article in summary buffer.
5913
5914         * message.el (message-bounce): Call mime-to-mml.
5915
5916         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5917         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5918         optimize and/or forms properly.
5919
5920 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5923         URL.
5924
5925 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5928
5929 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5932         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5933         displayed of multipart/alternative part if it is invoked from summary
5934         buffer.
5935
5936         * mm-view.el (mm-inline-text-html-render-with-w3m)
5937         (mm-inline-text-html-render-with-w3m-standalone)
5938         (mm-inline-render-with-function): Use mail-parse-charset by default.
5939
5940 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5941
5942         * parse-time.el (parse-time-string-chars): Check if CHAR
5943         is less than the length of parse-time-syntax.
5944
5945 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5948         from gnus-newsgroup-processable.
5949
5950 2007-04-16  Didier Verna  <didier@xemacs.org>
5951
5952         * gnus-msg.el (gnus-configure-posting-styles): Handle
5953         message-signature-directory properly with :file syntax.  Reported by
5954         "Leo".
5955
5956 2007-04-11  Didier Verna  <didier@xemacs.org>
5957
5958         New user option: message-signature-directory.
5959         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5960         * message.el (message-insert-signature): Ditto.
5961         * message.el (message-signature-file): Doc update.
5962         * message.el (message-signature-directory): New.
5963
5964 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-msg.el (gnus-inews-yank-articles): Use
5967         message-exchange-point-and-mark instead of exchange-point-and-mark.
5968
5969 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * message.el (message-yank-original): Make sure cited text ends with
5972         newline; don't exchange point and mark.
5973
5974 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5975
5976         * tls.el (open-tls-stream): Properly handle case where there
5977         is no associated buffer.
5978
5979 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5980
5981         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5982         message-yank-original, make sure (< mark TEXT point).
5983
5984 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5985
5986         * message.el (message-fill-column): New variable.
5987         (message-mode): Use it.  Add comment on a possible new hook.
5988
5989         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5990         (nnmail-get-new-mail): Reformat.
5991
5992         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5993
5994         * gmm-utils.el: Fix Commentary.
5995         (gmm-tool-bar-from-list): Fix typo in doc string.
5996
5997 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5998
5999         * message.el (message-yank-original): Don't switch point and mark
6000         unnecessarily to put point and mark as documented.
6001
6002 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003
6004         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6005         from the message heads.
6006
6007 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6008
6009         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6010         article buffer does not have a window.  This may not be the best
6011         solution but is certainly better than setting the start of the null,
6012         that is the current, window.
6013
6014 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6017         (gnus-draft-setup): Run it.
6018
6019         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6020         gnus-score-fast-scoring.  Allow regexp.
6021         (gnus-score-headers): Use it.
6022
6023         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6024         XEmacs.
6025
6026         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6027         string.
6028         (gnus-button-alist): Also catch `<f1> k ...'.
6029         (gnus-treat-display-x-face): Fix doc string.
6030
6031 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6032
6033         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6034         evaluation of gnus-extended-version to ensure correct generation of the
6035         User-Agent header when message-generate-headers-first is used.
6036
6037 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6038
6039         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6040         hashcash-path is nil.  Don't call callback with incorrect number of
6041         parameters if val is 0.
6042
6043 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6044
6045         * message.el (message-required-news-headers):
6046         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6047
6048 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6049
6050         * tls.el (open-tls-stream): In handshake-waiting loop,
6051         don't wait more if there is output available to process.
6052
6053 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6054
6055         * tls.el (tls-program): Doc fix.
6056
6057 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * message.el (message-generate-new-buffers): Change the meaning of the
6060         nil value; add `standard' to the choices; treat t as `unique'; improve
6061         doc string.
6062         (gnus-select-frame-set-input-focus): Autoload.
6063         (message-buffer-name): Search for the existing message buffer if
6064         message-generate-new-buffers is nil or `standard'; treat the value t of
6065         message-generate-new-buffers as `unique'.
6066         (message-pop-to-buffer): Raise the frame already displaying the message
6067         buffer; clear the echo area after querying.
6068         (message-setup): Pass the `continue' argument to compose-mail.
6069         (message-mail): Prefer `switch-function' if it is given; search for the
6070         existing message buffer if the `continue' argument is non-nil; pass
6071         continue and switch-function arguments to compose-mail by way of
6072         message-setup.
6073         (message-mail-other-window): Adjust argument of message-setup.
6074         (message-mail-other-frame): Ditto.
6075
6076 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6079         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6080         to turn font-lock on when turning gnus-message-citation-mode on.
6081
6082 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6083
6084         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6085         (mml-smime-function-alist): New variable; add epg as the backend.
6086         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6087         mml-smime- functions instead.
6088         * mm-view.el: Require smime.
6089
6090 2007-03-05  Didier Verna  <didier@xemacs.org>
6091
6092         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6093         instead of just inheritance for posting styles.
6094         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6095
6096 2007-02-24  Chris Moore  <dooglus@gmail.com>
6097
6098         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6099         * pgg-pgp.el (pgg-pgp-encrypt-region):
6100         * pgg-gpg.el (pgg-gpg-encrypt-region):
6101         Check pgg-encrypt-for-me if no other recipients.
6102
6103 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6104
6105         * tls.el (tls-certtool-program): Fix custom type.
6106
6107 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6110         and point-at-eol instead of line-(beginning|end)-position.
6111
6112         * assistant.el (assistant-parse-buffer): Ditto.
6113
6114         * netrc.el (netrc-parse-services): Ditto.
6115
6116 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6117
6118         * mml2015.el (mml2015-epg-find-usable-key): New function.
6119         (mml2015-epg-sign): Use it.
6120         (mml2015-epg-encrypt): Use it.
6121
6122 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * message.el (message-make-in-reply-to): Quote name containing
6125         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6126         if there are special characters.  Reported by NAKAJI Hiroyuki
6127         <nakaji@jp.freebsd.org>.
6128
6129 2007-02-27  Didier Verna  <didier@xemacs.org>
6130
6131         Include the group parameters as well as the topic ones in the
6132         inheritance filter process.
6133         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6134         argument GROUP-PARAMS-LIST.
6135         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6136
6137 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * nntp.el (nntp-never-echoes-commands)
6140         (nntp-open-connection-functions-never-echo-commands): New variables.
6141         (nntp-send-command): Use them.
6142
6143 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6144
6145         * mml2015.el (mml2015-epg-verify): Simplified.
6146
6147 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * mml.el (mml-content-disposition-alist): New user option.
6150         (mml-content-disposition): New function.
6151         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6152         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6153
6154 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6155
6156         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6157         verification.
6158
6159 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6160
6161         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6162         articles posted in the last 24 hours.
6163
6164 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6165
6166         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6167
6168 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6169
6170         * nntp.el (nntp-send-command): Don't wait for echoes when
6171         nntp-open-ssl-stream is used.
6172
6173 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6176         (gnus-message-add-citation-keywords)
6177         (gnus-message-remove-citation-keywords): Remove.
6178         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6179         directly, make the variables in font-lock-defaults buffer-local, add
6180         gnus-message-citation-keywords to them and then update the value of
6181         font-lock-keywords.
6182
6183 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * message.el (message-cite-original-1): Don't call
6186         gnus-article-highlight-citation.
6187
6188         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6189         citations; fix line count.
6190
6191 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6194         (gnus-message-add-citation-keywords)
6195         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6196         versions of font-lock-add-keywords and font-lock-remove-keywords to
6197         work with XEmacs correctly.
6198
6199 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-cite.el (gnus-cite-face-list): Set the values of
6202         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6203         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6204         (gnus-message-cite-prefix-regexp): New variable.
6205         (gnus-message-search-citation-line): Use it; protect against long
6206         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6207         the 0th match data for Emacs.
6208         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6209         (gnus-message-add-citation-keywords): Append keywords rather than
6210         prepending; emulate font-lock-add-keywords if it is not available.
6211         (gnus-message-remove-citation-keywords): Emulate
6212         font-lock-remove-keywords if it is not available.
6213
6214         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6215
6216         * message.el (message-cite-prefix-regexp): Set the value of
6217         gnus-message-cite-prefix-regexp.
6218
6219 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6220
6221         * nnweb.el (nnweb-google-parse-1): Update parser.
6222
6223 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6224
6225         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6226
6227 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6228
6229         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6230         regexp.
6231
6232 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6235         string-to-multibyte.
6236         (uudecode-decode-region-internal): Use it.
6237
6238         * lpath.el: Fbind string-as-multibyte for XEmacs.
6239
6240 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6243         custom choice.
6244
6245         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6246
6247 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6248
6249         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6250
6251         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6252         `write-region' to respect `mm-inhibit-file-name-handlers'.
6253
6254 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6255
6256         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6257         Use gnus-home-directory instead of "~/" or "$HOME".
6258
6259 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6260
6261         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6262         to mention filename.
6263         Add comments at beginning regarding usage.
6264         (encrypt-write-file-contents): Change interactive so a string is
6265         acceptable.  If the file has no associated model, show an error instead
6266         of a nonsense prompt.
6267
6268 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6269
6270         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6271         Thanks to Yoshihiko Yamada for kind notification of this typo.
6272
6273 2007-01-12  Kenichi Handa  <handa@m17n.org>
6274
6275         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6276         multibyte buffer.
6277
6278 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * gnus-score.el (gnus-score-fast-scoring): New variable.
6281         (gnus-score-headers): Use it.
6282
6283         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6284
6285         * message.el (message-cite-original-1): Call
6286         gnus-article-highlight-citation if requested.
6287         (message-make-from): Allow name and address as optional arguments.
6288
6289         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6290
6291         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6292         bugs to doc string.
6293         (gnus-button-alist): Add mid\\|message-id.
6294         (gnus-button-fetch-group): Extend for use in
6295         `browse-url-browser-function'.
6296         (gnus-button-url-regexp): Try to catch paired parentheses like in
6297         Wikipedia URLs.
6298
6299         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6300         Suggested by Simon Krahnke <overlord@gmx.li>.
6301
6302 2007-01-13  Romain Francoise  <romain@orebokech.com>
6303
6304         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6305         Update copyright.
6306
6307 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6308
6309         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6310
6311 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * gnus-registry.el (gnus-registry-unfollowed-groups)
6314         (gnus-registry-split-fancy-with-parent): Fix documentation.
6315
6316 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6319         from nnweb groups.
6320
6321 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6322
6323         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6324         Xref urls.  Erase buffer before requesting head.
6325
6326 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6329         customizable.
6330
6331 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6332
6333         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6334         no signing key is found.
6335         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6336         no encrypting and/or signing key is found.
6337
6338 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6341
6342 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6343
6344         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6345         headers read from disk with the ones newly found in the current search.
6346         This should no longer cause problems, because the article numbers in
6347         Gmane's `nov.php' output are ignored since the previous change.
6348
6349 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6350
6351         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6352
6353 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6356         replace-regexp-in-string; bind url-version; fbind display-images-p and
6357         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6358         find-face and set-itimer-function for Emacs; bind itimer-list for
6359         Emacs.
6360
6361         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6362
6363 2007-01-01  Romain Francoise  <romain@orebokech.com>
6364
6365         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6366
6367 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6368
6369         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6370         `define-minor-mode' macro definition expanded properly.
6371         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6372         exclude it there.
6373
6374         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6375         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6376         `fboundp' test.
6377         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6378         This is OK to autoload in (S)XEmacs now.
6379
6380 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6381
6382         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6383         keystroke.
6384         (gnus-summary-limit-to-singletons): Fix typo.
6385
6386         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6387         else fails.
6388
6389 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6390
6391         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6392         docstring.
6393
6394         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6395         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6396         (gnus-summary-insert-dormant-articles): Fix typo in message.
6397
6398 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6401         nil for XEmacs.
6402         (gnus-message-citation-mode): Don't autoload in XEmacs.
6403
6404         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6405
6406 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6407
6408         * nnimap.el (nnimap-expunge-search-string): Mention
6409         nnimap-search-uids-not-since-is-evil in docstring.
6410
6411 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * spam.el: Revert to make-obsolete-variable because
6414         define-obsolete-variable-alias is not supported in Emacs 21.
6415
6416         * spam.el (spam-ifile-path, spam-ifile-database-path)
6417         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6418         make-obsolete-variable.
6419         (spam-bsfilter-path, spam-bsfilter-program)
6420         (spam-spamassassin-path, spam-spamassassin-program)
6421         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6422         use "path" inappropriately.
6423         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6424         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6425         variable names.
6426
6427 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6428
6429         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6430         summary buffer.
6431
6432         * password.el (password-cache-remove): Use clear-string to burn
6433         password, if available.
6434
6435 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6438
6439         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6440
6441         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6442         (gnus-message-highlight-citation): Move defcustom here from
6443         gnus-cite.el.
6444         (gnus-message-citation-mode): Autoload.
6445
6446         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6447         checks to make it compile with XEmacs.
6448         (gnus-message-citation-mode): New minor mode.
6449         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6450         (gnus-message-highlight-citation): New variables.
6451         (gnus-message-search-citation-line)
6452         (gnus-message-add-citation-keywords)
6453         (gnus-message-remove-citation-keywords)
6454         (turn-on-gnus-message-citation-mode)
6455         (turn-off-gnus-message-citation-mode): New functions.
6456
6457 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6458
6459         * gnus-cite.el: Enable highlighting of different citation levels in
6460         message-mode.
6461
6462 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * message.el (message-make-fqdn): Fix comment.
6465         (message-bogus-system-names): Add ".local".
6466
6467         * spam.el (spam-ifile-path, spam-ifile-program)
6468         (spam-ifile-database-path, spam-ifile-database)
6469         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6470         Don't use "path" inappropriately.
6471         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6472         strings.
6473         (spam-check-ifile, spam-ifile-register-with-ifile)
6474         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6475         new variable names.
6476
6477         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6478         (gnus-treat-display-smileys): Simplify using
6479         gnus-image-type-available-p.
6480
6481         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6482         available.
6483
6484         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6485         `display-images-p' if available.
6486
6487 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6490         one after turning on the buffer's multibyteness instead of decoding
6491         them directly in the unibyte buffer that causes unexpected conversion
6492         in Emacs 23 (unicode).
6493
6494 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6495
6496         * message.el (message-generate-hashcash): Fix custom type.
6497
6498 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6501
6502 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6505         disconnect icons.  Add help text.
6506
6507 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6508
6509         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6510         negated to be consistent with the others we handle.
6511
6512 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6515         version of gnus-summary-buffer to something, so that we can use two
6516         article buffers at the same time.
6517
6518 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6519
6520         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6521         trigger all the extra headers.
6522         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6523         sorting.
6524
6525 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6526
6527         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6528         solid groups.
6529
6530 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6531
6532         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6533
6534 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * legacy-gnus-agent.el: Add Copyright notice.
6537
6538 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6539
6540         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6541
6542 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6545
6546         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6547         to make it work reliably in CVS Emacs.
6548         (gnus-summary-limit-strange-charsets-predicate)
6549         (gnus-summary-limit-to-predicate): New functions.
6550
6551 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6552
6553         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6554         specifying array size.
6555         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6556         array if it is too small.
6557         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6558         (gnus-sort-threads-loop): New function.
6559
6560 2006-12-06  Chris Moore  <dooglus@gmail.com>
6561
6562         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6563         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6564
6565 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6566
6567         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6568         options.
6569
6570 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6573         DOS-ing the recipient.
6574
6575         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6576         the headers when creating the mapping to avoid mismappings.
6577         (nnweb-gmane-create-mapping): Always nix out old mapping.
6578
6579 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6582         and mm-verify-option to never.
6583
6584 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * message.el (message-signed-or-encrypted-p): New function.
6587         (message-forward-make-body): Use it.
6588
6589         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6590         Replace encode-coding-string with mm-encode-coding-string.
6591
6592 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * nneething.el (nneething-decode-file-name): Replace
6595         decode-coding-string with mm-decode-coding-string.
6596
6597         * gnus-int.el (gnus-open-server): Say failed server's name.
6598
6599 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6600
6601         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6602         strings to a single string.  Quote `errors-file-name'.
6603         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6604         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6605         Adjust calls.  Use `shell-quote-argument'.
6606
6607 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6608
6609         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6610         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6611
6612         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6613         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6614         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6615         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6616         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6617         (gnus-subscribe-newsgroup, gnus-1):
6618         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6619         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6620         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6621         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6622
6623 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6626         keystroke.
6627         (gnus-summary-limit-to-bodies): Implement headersp.
6628
6629 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6632
6633 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6636
6637 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * message.el (message-generate-hashcash): Expand range of values to
6640         include `opportunistic'.
6641         (message-send-mail): Use it.
6642
6643 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6644
6645         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6646         and comment it.
6647
6648         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6649
6650 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * gnus-util.el (gnus-extract-address-components): Improve comment.
6653
6654 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-util.el (gnus-extract-address-components): Work with address in
6657         which the name portion contains @.
6658
6659         * lpath.el: Fbind custom-autoload.
6660
6661 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * gnus.el (gnus-start): Move custom group up.
6664         (gnus-select-method): Don't autoload, but make it available for
6665         `customize-variable'.
6666         (gnus-getenv-nntpserver): Don't autoload.
6667
6668 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6671
6672 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * message.el (message-sendmail-extra-arguments): New variable.
6675         (message-send-mail-with-sendmail): Use it.
6676
6677 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6680         mm-with-unibyte-current-buffer to make string unibyte.
6681
6682         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6683         mm-string-as-multibyte.
6684
6685 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6686
6687         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6688         Reported by Werner Koch <wk@gnupg.org>.
6689
6690 2006-11-14  Daiki Ueno  <ueno@p360>
6691
6692         * mml2015.el: Autoload epa-select-keys when compiling.
6693
6694 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6695
6696         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6697         message-options.
6698         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6699
6700 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6701
6702         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6703         EasyPG (< 0.0.6).
6704         (mml2015-always-trust): New user option.
6705         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6706         prompt.
6707
6708 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * nntp.el (nntp-authinfo-force): New variable.
6711         (nntp-send-authinfo): Use it.
6712
6713 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6716         decode encoded words.  Improve prompt.  Add comment about forwarding.
6717         (message-replacement-char): Move up.
6718
6719 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6720
6721         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6722         instead of gnus-intersection because arguments of gnus-sorted-nunion
6723         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6724
6725 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6728         (message-simplify-subject-functions): Enable
6729         message-strip-subject-encoded-words by default.
6730
6731 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * message.el (message-strip-subject-encoded-words): New function.
6734         (message-simplify-subject-functions): New variable.
6735         (message-simplify-subject): Use it.  Fix typo in doc string.
6736         Support message-strip-subject-encoded-words.
6737
6738 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6739
6740         * gnus-diary.el (gnus-diary-delay-format-function):
6741         * nndiary.el (nndiary-reminders):
6742         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6743
6744 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * gnus-art.el (article-hide-boring-headers): Fetch date from
6747         gnus-original-article-buffer to avoid problems with localized date
6748         strings.
6749
6750 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6753
6754 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6757         New variables.
6758         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6759         (mm-charset-synonym-alist): Move some entries to
6760         mm-codepage-iso-8859-list.
6761         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6762         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6763
6764 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6767
6768 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6771         with Emacs 21 and XEmacs.
6772
6773 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6774
6775         * spam.el (spam-parse-address): New function for better parsing,
6776         catching errors, etc.
6777         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6778
6779 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * mm-view.el: Add interactive arg to html2text autoload.
6782
6783 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6786
6787 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6790         variables.
6791         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6792         (mm-charset-synonym-alist): Move some entries to
6793         mm-codepage-iso-8859-list.
6794
6795         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6796
6797 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * message.el (message-citation-line-format)
6800         (message-insert-formated-citation-line): Fix implementation of %E, %N
6801         and %n according to the doc string.
6802
6803 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6804
6805         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6806         car-safe to avoid bad parses.
6807
6808 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6811         names.
6812
6813         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6814
6815 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6818         header.
6819
6820         * message.el (message-draft-headers): Add Date.
6821         (message-headers-to-generate): Fix typo in docstring.
6822
6823         * nndraft.el (nndraft-required-headers): New variable.
6824         (nndraft-generate-headers): Use it.
6825
6826         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6827
6828 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * gnus-registry.el (gnus-registry-wash-for-keywords)
6831         (gnus-registry-find-keywords): New functions to allow easy searching of
6832         articles that are in the registry.
6833
6834 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6837         ietf-drums-parse-address instead of gnus-extract-address-components.
6838         Reported by Damien Elmes <damien@repose.cx>.
6839
6840 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * gnus.el (gnus-mime): Remove unused custom group.
6843
6844 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6845
6846         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6847         "blank line" when searching for end of armor headers.
6848
6849 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gmm-utils.el (gmm-write-region): Fix variable name.
6852
6853 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * gmm-utils.el (gmm-write-region): New function based on compatibility
6856         code from `mm-make-temp-file'.
6857
6858         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6859
6860         * nnmaildir.el (nnmaildir--update-nov)
6861         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6862         Use `gmm-write-region'.
6863
6864 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6867         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6868
6869         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6870
6871         * message.el (message-replacement-char): New variable.
6872         (message-fix-before-sending): Use it.
6873         (message-simplify-subject): New function to remove duplicate code.
6874         (message-reply, message-followup): Use it.
6875
6876         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6877         gnus-summary-limit-to-articles.
6878
6879 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-util.el (gnus-with-local-quit): New macro.
6882
6883         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6884
6885 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6888         ignore non-string data.
6889
6890 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6893         non-string data (needs to be done in the registry too).
6894
6895 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6898         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6899         (gnus-registry-split-fancy-with-parent)
6900         (gnus-registry-fetch-simplified-message-subject-fast)
6901         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6902         Remove text properties on ingress into the registry and when it's saved.
6903         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6904         registry from entries with no groups.
6905
6906 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6907
6908         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6909         function to remove string properties.
6910
6911 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gmm-utils.el (gmm): Adjust custom version.
6914
6915         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6916         custom version.
6917
6918         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6919
6920 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * gnus-art.el (gnus-insert-prev-page-button)
6923         (gnus-insert-next-page-button): Simplify.  Reformat.
6924
6925 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6926
6927         * gnus-art.el (gnus-insert-prev-page-button)
6928         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6929
6930 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6931
6932         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6933
6934 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6935
6936         * gnus-art.el (gnus-insert-mime-button)
6937         (gnus-insert-mime-security-button):
6938         Apply gnus-article-button-face to MIME and security buttons.
6939
6940 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6941
6942         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6943         readable.
6944
6945 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6948
6949 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6950
6951         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6952         `browse-url-of-file' instead of `browse-url'.
6953
6954 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6955
6956         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6957         regexp.  Articles containing quotation were cut prematurely.
6958
6959 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * message.el (message-cite-original-1): Use nobody by default for the
6962         value of From header.
6963         (message-reply): Ditto.
6964
6965 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6966
6967         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6968         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6969         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6970
6971 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6974         mails in the doc string.  Add some URLs in comment.
6975         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6976
6977 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6980         backslashes handling and the way to find boundaries of quoted strings.
6981
6982 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6983
6984         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6985         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6986         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6987         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6988
6989 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6992         doc string.
6993         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6994
6995 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * lpath.el: Fbind epg-check-configuration.
6998
6999 2006-09-06  Simon Josefsson  <jas@extundo.com>
7000
7001         * mml2015.el (mml2015-use): Doc fix, mention epg.
7002
7003 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7004
7005         * mml2015.el (mml2015-use): Default to epg, if available.
7006
7007 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7008
7009         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7010         message-sender.
7011         (mml1991-epg-encrypt): Ditto.
7012         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7013         message-sender.
7014         (mml2015-epg-encrypt): Ditto.
7015
7016 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7017
7018         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7019         several common directories.
7020
7021 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7022
7023         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7024         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7025
7026 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-art.el (article-decode-encoded-words): Make it fast.
7029
7030 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7033
7034         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7035         in quoted string into `\'.
7036
7037 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7040         Use standard-syntax-table.
7041
7042 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-art.el (gnus-decode-address-function): New variable.
7045         (article-decode-encoded-words): Use it to decode headers which are
7046         assumed to contain addresses.
7047         (gnus-mime-delete-part): Remove useless `or'.
7048
7049         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7050         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7051         (gnus-nov-parse-line): Use it to decode From header.
7052         (gnus-get-newsgroup-headers): Ditto.
7053         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7054
7055         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7056         (mail-decode-encoded-address-string): New alias.
7057
7058         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7059         New function.
7060         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7061         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7062         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7063         (rfc2047-decode-string): Ditto.
7064         (rfc2047-decode-address-region): New function.
7065         (rfc2047-decode-address-string): New function.
7066
7067 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7068
7069         * message.el (message-caesar-buffer-body): Allow rotating headers.
7070
7071         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7072
7073         * message.el (message-insert-formated-citation-line): Fix %f.
7074         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7075
7076 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7079         (gnus-bookmark-mouse-available-p): New macro.
7080         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7081         (gnus-bookmark-bmenu-show-infos): Use it.
7082         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7083         (gnus-bookmark-bmenu-hide-infos): Ditto.
7084         (gnus-bookmark-remove-properties): New function.
7085         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7086         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7087         (gnus-bookmark-write-file): Bind coding-system-for-write.
7088         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7089         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7090         group before selecting it.
7091         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7092         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7093         quit-window if it is not available; use gnus-mouse-2 and bind it to
7094         gnus-bookmark-bmenu-select-by-mouse.
7095         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7096         (gnus-bookmark-bmenu-select-by-mouse): New function.
7097
7098 2006-08-13  Romain Francoise  <romain@orebokech.com>
7099
7100         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7101         space.
7102
7103 2006-08-10  Romain Francoise  <romain@orebokech.com>
7104
7105         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7106         (dns-mode-soa-auto-increment-serial): New user option.
7107         (dns-mode-soa-maybe-increment-serial): New function.
7108         (dns-mode): Add the latter to `write-contents-functions'.
7109
7110 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * compface.el (uncompface): Use binary rather than raw-text-unix.
7113
7114 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * compface.el (uncompface): Make sure the eol conversion doesn't take
7117         place when communicating with the external programs.  Reported by
7118         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7119
7120 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7123
7124 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7125
7126         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7127         Make it more robust by parsing author and date independently.
7128
7129 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7132
7133 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7134
7135         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7136         first matching secret key.
7137         (mml2015-epg-encrypt): Ditto.
7138
7139         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7140         first matching secret key.
7141         (mml1991-epg-encrypt): Ditto.
7142
7143         * mml2015.el (mml2015-encrypt-to-self): New user option.
7144         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7145         mml2015-epg-encrypt-to-self is set.
7146
7147         * mml1991.el (mml1991-encrypt-to-self): New variable.
7148         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7149         mml1991-epg-encrypt-to-self is set.
7150
7151         * mml2015.el (mml2015-signers): New user option.
7152         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7153         (mml2015-epg-encrypt): Allow to select signing keys.
7154
7155         * mml1991.el (mml1991-signers): New variable.
7156         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7157         (mml1991-epg-encrypt): Allow to select signing keys.
7158
7159 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * nnheader.el (nnheader-insert-head): Make it work even if the file
7162         uses CRLF for the line-break code.
7163
7164 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7165
7166         * mml2015.el: Require mml-sec instead of password.
7167         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7168         (mml2015-cache-passphrase): Inherit the default value from
7169         mml-secure-cache-passphrase.
7170         (mml2015-passphrase-cache-expiry): Inherit the default value from
7171         mml-secure-passphrase-cache-expiry.
7172
7173         * mml1991.el: Require mml-sec instead of password.
7174         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7175         (mml1991-cache-passphrase): Inherit the default value from
7176         mml-secure-cache-passphrase.
7177         (mml1991-passphrase-cache-expiry): Inherit the default value from
7178         mml-secure-passphrase-cache-expiry.
7179
7180         * mml-sec.el: Require password.
7181         (mml-secure-verbose): New user option.
7182         (mml-secure-cache-passphrase): New user option.
7183         (mml-secure-passphrase-cache-expiry): New user option.
7184
7185 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7186
7187         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7188         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7189         andreas@altroot.de (Andreas Vögele).
7190
7191         FIXME: Use `tiny change'?
7192
7193 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7194
7195         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7196         workaround for the url package included with Emacs.
7197
7198         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7199
7200 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7203         correctly.  This fixes a bug caused by the 2006-05-12 change.
7204
7205 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7206
7207         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7208         some information about the error when saying that the `bogus' mail
7209         group will be used.
7210
7211 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7214         string.
7215
7216 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7217
7218         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7219
7220 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7221
7222         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7223
7224 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7225
7226         * mml1991.el (mml1991-function-alist): Add epg.
7227         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7228         (mml1991-epg-encrypt): New functions.
7229
7230 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7231
7232         * mml2015.el (mml2015-verbose): New variable.
7233         (mml2015-cache-passphrase): Ditto.
7234         (mml2015-passphrase-cache-expiry): Ditto.
7235         (mml2015-function-alist): Add epg.
7236         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7237         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7238         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7239         functions.
7240
7241 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7242
7243         * message.el (message-cite-original-1): Preserve region when removing
7244         quoted text due to X-No-Archive in order to avoid bogus attribution
7245         when citing multiple messages.
7246
7247 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7248
7249         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7250         Kenneth Jacker <khj@be.cs.appstate.edu>.
7251
7252 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * gnus-diary.el (gnus-user-format-function-d)
7255         (gnus-user-format-function-D): Autoload.
7256
7257         * imap.el (Commentary): Fix typo.
7258
7259         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7260         2006-04-22 contribution.
7261
7262 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7263
7264         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7265         It didn't really fix the bogosity I'm seeing with solid web groups.
7266
7267 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7268
7269         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7270         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7271         created using server names.  If we use the feature without declaring
7272         it, Gnus does not properly manage server and group state.
7273
7274         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7275         bound.
7276
7277 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7278
7279         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7280         looking up the method using GROUP's prefix before inventing a new one.
7281         It is used on killed/unknown groups in various places where returning
7282         an all-new method isn't expected by the caller.
7283
7284         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7285         and match semantics of gnus-group-real-prefix.
7286
7287 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * nnmail.el (nnmail-broken-references-mailers): New variable.
7290         (nnmail-ignore-broken-references): New function generalizing
7291         nnmail-fix-eudora-headers.
7292         (nnmail-fix-eudora-headers): Now obsolete.
7293
7294         * gnus-art.el (gnus-button-handle-custom): Support
7295         `customize-apropos*'.
7296
7297 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7300
7301         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7302         articles.
7303
7304 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * message.el (message-cite-reply-above): New variable.
7307         (message-yank-original): Use it.
7308
7309 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7312
7313 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7316         as read.
7317
7318         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7319
7320 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7323         (gnus-bookmark-default-file): Use gnus-directory.
7324         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7325         Remove "*" in doc string.
7326         (gnus-bookmark-write-file): Simplify.
7327         (gnus-bookmark-maybe-sort-alist): Use `when'.
7328         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7329         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7330         FIXME about Emacs 21 and XEmacs compatibility.
7331         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7332         compatibility.
7333         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7334         compatibility.
7335         (gnus-bookmark-menu-heading): Fix version.
7336
7337 2006-06-19  Bastien Guerry  <bzg@altern.org>
7338
7339         * gnus-bookmark.el: New file.
7340
7341 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * message.el (message-syntax-checks): Doc fix.
7344
7345 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7346
7347         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7348         unsubscribed groups as if they were killed ones.  It causes duplicate
7349         entries in gnus-newsrc-alist.
7350
7351 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * message.el (message-syntax-checks): Doc fix.
7354         (message-send-mail): Add check for continuation headers.
7355         (message-check-news-header-syntax): Fix regexp used to check for
7356         continuation headers.
7357
7358 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7361
7362 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7365
7366 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7369         default-truncate-lines.
7370
7371 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7374         to fill the utf-8 entry.
7375
7376         * lpath.el: Fbind unicode-precedence-list.
7377
7378 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7379
7380         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7381
7382 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7383
7384         * gnus-agent.el (directory-files-and-attributes): Move all the way
7385         forward (the third and final move).
7386         (gnus-agent-read-agentview): Trap reconstruction errors due to
7387         nonexistant directory.  Handle by returning nil.
7388
7389 2006-05-30  Didier Verna  <didier@xemacs.org>
7390
7391         * message.el (message-dont-reply-to-names): Update the custom type.
7392         * message.el (message-dont-reply-to-names): New defsubst: potentially
7393         convert a list of regexps into a single one.
7394         * message.el (message-get-reply-headers): Use it.
7395         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7396
7397 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-agent.el (directory-files-and-attributes): Move forward.
7400
7401 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-ml.el (gnus-mailing-list-subscribe)
7404         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7405         (gnus-mailing-list-message): Fix doc strings.
7406
7407 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7408
7409         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7410         of doing it manually.
7411
7412 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7415         comment.
7416
7417 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7418
7419         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7420         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7421         (gnus-agent-read-local): All symbols allocated in my-obarray.
7422         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7423         (gnus-agent-regenerate-group): Check numeric names to see if they are
7424         messages or groups.
7425         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7426         better way of do this...)
7427
7428         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7429         'dummy.group' (there should be a better way of do this...)
7430
7431 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7434         (gnus-saved-headers): Ditto.
7435         (gnus-default-article-saver): Mention functions may have properties.
7436         (gnus-article-save): Override gnus-save-all-headers and
7437         gnus-saved-headers by :headers property which saver function may have.
7438         (gnus-summary-save-in-file): Add :headers property.
7439         (gnus-summary-write-to-file): Ditto.
7440
7441         * gnus-sum.el (gnus-summary-save-article): Bind
7442         gnus-prompt-before-saving to t when saving many articles in a file;
7443         always show all headers.
7444
7445         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7446
7447 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7450         marks.
7451
7452         * message.el (message-indent-citation): Add optional arguments to allow
7453         using it outside of message buffers.
7454
7455         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7456         (gnus-article-treat-unfold-headers): Use it.
7457         (gnus-article-truncate-lines): New variable.
7458         (gnus-article-mode): Use it.
7459         (gnus-article-toggle-truncate-lines): New function.
7460
7461         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7462         gnus-article-toggle-truncate-lines.
7463
7464         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7465         coding system in XEmacs, use binary.
7466
7467 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7470         after-load-alist.
7471
7472         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7473         this function should save decoded articles.
7474         (gnus-summary-write-to-file): Use property to specify this function
7475         should save decoded articles and specify gnus-summary-save-in-file
7476         should be used to save articles other than the first one when saving
7477         many articles.
7478         (gnus-summary-save-body-in-file): Use property to specify this
7479         function should save decoded articles.
7480         (gnus-summary-write-body-to-file): Use property to specify this
7481         function should save decoded articles and specify
7482         gnus-summary-save-body-in-file should be used to save articles other
7483         than the first one when saving many articles.
7484
7485         * gnus-sum.el (gnus-summary-save-article): Simplify.
7486
7487 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-art.el (gnus-default-article-saver): Add
7490         gnus-summary-write-body-to-file.
7491         (gnus-article-save-coding-system): Don't use coding system object
7492         in XEmacs.
7493         (gnus-read-save-file-name): Add optional `dir-var' argument which
7494         specifies directory in which files are saved; work even if optional
7495         `variable' argument is not specified.
7496         (gnus-summary-write-to-file): Read file name.
7497         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7498         (gnus-summary-write-body-to-file): New function.
7499
7500         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7501         (gnus-summary-local-variables): Add it.
7502         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7503         (gnus-summary-save-article): Remove optional `decode' argument;
7504         determine whether to decode articles by the value of
7505         gnus-default-article-saver; when saving many files using
7506         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7507         it first and use gnus-summary-save-in-file or
7508         gnus-summary-save-body-in-file thereafter unless
7509         gnus-prompt-before-saving is always; move point to article which
7510         will be saved.
7511         (gnus-summary-save-article-file): Revert.
7512         (gnus-summary-write-article-file): Revert.
7513         (gnus-summary-save-article-body-file): Revert.
7514         (gnus-summary-write-article-body-file): New function.
7515
7516 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-art.el (gnus-default-article-saver): Doc fix.
7519         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7520         from gnus-summary-save-article-coding-system, and default to a
7521         certain coding system.
7522         (gnus-output-to-file): Add coding cookie and encode text according
7523         to gnus-article-save-coding-system; don't use mm-append-to-file.
7524
7525         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7526         gnus-art.el and rename to gnus-article-save-coding-system.
7527         (gnus-summary-save-article): Require gnus-art; don't show all
7528         headers if it decodes articles; don't add coding cookie here;
7529         don't bind mm-text-coding-system-for-write.
7530         (gnus-summary-save-article-file): Save decoded articles.
7531         (gnus-summary-write-article-file): When saving many files, use
7532         gnus-summary-write-to-file first and gnus-summary-save-in-file
7533         thereafter unless gnus-prompt-before-saving is always.
7534         (gnus-summary-save-article-body-file): Save decoded articles.
7535
7536         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7537
7538 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * nnrss.el (nnrss-check-group): Bind hash-index.
7541
7542 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7543
7544         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7545         its hash index.  Store this hash in `nnrss-group-data'.
7546         (nnrss-read-group-data): Update accordingly.
7547
7548 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7551         entry.
7552
7553         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7554         gnus-article-browse-html-article.
7555
7556 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7557
7558         * gnus-sum.el (gnus-summary-mime-map): Add
7559         gnus-article-browse-html-article.
7560
7561         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7562
7563 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7566         suitable coding systems in customize.
7567
7568 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * mail-source.el (mail-sources): Fix custom type.
7571
7572 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7575         (gnus-summary-expire-articles-now): Shorten prompt.
7576
7577         * gmm-utils.el (wid-edit): Require.
7578         (defun-gmm): Renamed from `gmm-defun-compat'.
7579         (gmm-image-search-load-path): Use it.
7580         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7581
7582 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7585         variable.
7586         (gnus-summary-save-article): Add optional `decode' argument.  If
7587         it is set and gnus-summary-save-article-coding-system is non-nil,
7588         save decoded article.
7589         (gnus-summary-write-article-file): Save decoded article if
7590         gnus-summary-save-article-coding-system is non-nil.
7591
7592         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7593         type.
7594
7595 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7598
7599 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7602         first to test gnus-single-article-buffer which may be buffer-local.
7603
7604         * gnus-sum.el (gnus-summary-setup-buffer): Make
7605         gnus-single-article-buffer buffer-local and nil in ephemeral
7606         group; make gnus-article-buffer, gnus-article-current, and
7607         gnus-original-article-buffer always buffer-local.
7608         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7609         group.
7610         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7611
7612 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * nnml.el (nnml-request-compact-group): Compressed files might not
7615         have .gz extension.
7616
7617 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7618
7619         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7620         (mm-copy-to-buffer): Use with-current-buffer.
7621         (mm-display-part): Simplify.
7622         (mm-inlinable-p): Add optional arg `type'.
7623
7624 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7625
7626         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7627         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7628         Try harder to show the attachment internally or externally using
7629         gnus-mime-view-part-as-type.
7630
7631 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * message.el (message-from-style, message-signature-separator)
7634         (message-user-organization-file, message-send-mail-function)
7635         (message-citation-line-function, message-yank-prefix)
7636         (message-indent-citation-function, message-signature)
7637         (message-signature-file, message-signature-insert-empty-line):
7638         Remove autoloads.
7639
7640         * gnus-art.el (gnus-buttonized-mime-types): Remove
7641         "multipart/signed".  Revert 2006-04-26 change.
7642
7643 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644
7645         * gnus.el (gnus-version-number): Bump version.
7646
7647 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7648
7649         * gnus.el: No Gnus v0.5 is released.
7650
7651 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7652
7653         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7654         fetching articles by message-id.
7655
7656 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * message.el (hashcash): Require hashcash as normal.
7659
7660         * ecomplete.el (ecomplete-highlight-match-line): Use
7661         point-at-eol.
7662         (ecomplete-highlight-match-line): Use `highlight', because that
7663         face exists in both Emacs and XEmacs.
7664
7665         * message.el (message-display-abbrev): Use point-at-bol.
7666
7667         * mail-source.el: Don't require timer/timer-funcs.
7668
7669         * gnus-async.el: Ditto.
7670
7671         * password.el: Ditto.
7672
7673         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7674
7675         * mm-url.el: Ditto.
7676
7677         * gnus-xmas.el: Don't require timer-funcs.
7678
7679         * mm-util.el: Require timer/timer-funcs.
7680
7681 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7682
7683         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7684         Close.
7685
7686 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7689         unibyte after clear-decrypt function runs.
7690
7691         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7692         returns as a unibyte string.
7693
7694 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * lpath.el: Revert.
7697
7698         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7699         (pgg-gpg-process-sentinel): Revert.
7700
7701         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7702         (pgg-pgp-lookup-key): Revert.
7703
7704         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7705         (pgg-pgp5-lookup-key): Revert.
7706
7707         * pgg.el (pgg-fetch-key): Revert.
7708
7709 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * lpath.el: Fbind string-as-multibyte for XEmacs.
7712
7713         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7714         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7715         (mml1991-pgg-encrypt): Ditto.
7716
7717         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7718         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7719         a multibyte buffer.
7720
7721         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7722         (pgg-pgp-lookup-key): Ditto.
7723
7724         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7725         (pgg-pgp5-lookup-key): Ditto.
7726
7727         * pgg.el (pgg-fetch-key): Ditto.
7728
7729 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * message.el (message-user-organization-file): Check several
7732         locations of the organization file.
7733
7734         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7735         Add gnus-article-view-part-as-type.
7736
7737         * gnus-art.el (gnus-article-view-part-as-type): New function.
7738
7739         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7740         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7741
7742         * mml.el: Simplify autoload.
7743         (mml-mode): defvar dnd-protocol-alist instead of using
7744         symbol-value.
7745         (mml-default-directory): New variable.
7746         (mml-minibuffer-read-file): Use it.
7747         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7748
7749         * message.el (message-citation-line-format): New variable.
7750         (message-insert-formated-citation-line): New function.
7751         (message-citation-line-function): Add
7752         `message-insert-formated-citation-line' to custom type.
7753
7754         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7755         to doc string.
7756
7757         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7758         depending on mm-verify-option.
7759
7760 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7763         binding pgg-* variables; reimplement the section which prevents
7764         MIME header from being signed.
7765         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7766         pgg-text-mode; remove a blank line at the top of body.
7767
7768         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7769         lines at the top of body; use gnus-newsgroup-charset if there's no
7770         Charset header.
7771
7772 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * message.el (message-self-insert-commands): Doc fix.
7775
7776         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7777         (mm-uu-pgp-encrypted-test): Ditto.
7778         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7779         between header and body; return application/pgp-encrypted handle
7780         if decryption failed; decode decrypted body by charset.
7781
7782         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7783         element match to application/pgp-*.
7784
7785 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7786
7787         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7788         HTML.
7789
7790 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791
7792         * mail-source.el (mail-source-call-script): Message the error
7793         string.
7794
7795 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * gnus-util.el (gnus-byte-compile): Use it.
7798
7799 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7800
7801         * gnus-util.el (kill-empty-logs): New function.
7802
7803 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * message.el (message-mail-alias-type): Doc fix.
7806         (message-mail-alias-type-p): New function.
7807         (message-send): Use it.
7808         (message-mode): Ditto.
7809         (message-strip-forbidden-properties): Ditto.
7810
7811         * ecomplete.el (ecomplete-database-file-coding-system): New
7812         variable.
7813         (ecomplete-save): Use it.
7814         (ecomplete-setup): Use it.
7815
7816 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * message.el (message-self-insert-commands): New variable.
7819         (message-strip-forbidden-properties): Use it.
7820
7821 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7822
7823         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7824         that doesn't make XEmacs choke.
7825
7826 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7827
7828         * gnus-util.el (gnus-replace-in-string):
7829         Prefer replace-regexp-in-string over of replace-in-string.
7830
7831 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-util.el (gnus-select-frame-set-input-focus):
7834         Use select-frame-set-input-focus if it is available in XEmacs; use
7835         definition defined in Emacs 22 for old Emacsen.
7836
7837         * dgnushack.el: Autoload unmorse-region for XEmacs.
7838
7839         * lpath.el: Bind cursor-in-non-selected-windows and
7840         select-frame-set-input-focus for XEmacs.
7841
7842 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7845
7846 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7847
7848         * gnus-registry.el (gnus-registry-cache-save): Remove text
7849         properties when saving via the temp buffer.
7850
7851 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * message.el (message-generate-hashcash): Honor custom type.
7854
7855 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * message.el (message-generate-hashcash): Default to non-nil when
7858         hashcash is found.
7859
7860         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7861         (gnus-refer-thread-limit): Increase default to 500.
7862
7863         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7864
7865         * flow-fill.el (fill-flowed): Allow delete-space.
7866
7867 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7870         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7871         Remove autoloads.
7872
7873 2006-04-18  Simon Josefsson  <jas@extundo.com>
7874
7875         * message.el (message-generate-hashcash): Default to.
7876
7877 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7880         concatenating segments rather than before concatenating them.
7881
7882 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7885
7886 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7889
7890         * message.el (message-forward-make-body-plain): Allow
7891         message-forward-ignored-headers to be a list.
7892         (message-remove-ignored-headers): Factor out into function.
7893         (message-forward-make-body-mml): Use it.
7894
7895         * imap.el (imap-quote-specials): New function.
7896         (imap-login-auth): Quote specials.
7897
7898         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7899         (rfc2231-parse-string): Allow concatanation of parameters that
7900         aren't contiguous.  The test case is
7901           (mail-header-parse-content-type "message/external-body;
7902             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7903             access-type=LOCAL-FILE;
7904             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7905
7906 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7907
7908         * nntp.el (nntp-accept-process-output): Return the value of
7909         `nnheader-accept-process-output'.
7910
7911 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7914         (gnus-button-alist): Recognize more diff formats.
7915         (gnus-button-patch): Strip directory.
7916
7917 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7920         Emacs 22 when setting focus.
7921
7922 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * gnus-art.el (gnus-article-treat-types): Do treatment of
7925         text/x-verbatim parts.
7926         (gnus-button-patch): New command.
7927
7928         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7929         addresses that contain invalid characters.
7930
7931 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932
7933         * message.el (message-put-addresses-in-ecomplete): Use
7934         gnus-replace-in-string.
7935         (message-is-yours-p): Use the more correct
7936         mail-header-parse-address instead of
7937         mail-extract-address-components.
7938         (message-put-addresses-in-ecomplete): Fix typo.
7939
7940         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7941         keystroke.
7942
7943         * gnus-art.el (gnus-treatment-function-alist): Change order of
7944         newsgroups/generic header folding to avoid double-folding.
7945
7946         * message.el (message-hidden-headers): Add X-Draft-From.
7947
7948         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7949         command.
7950         (gnus-summary-repeat-search-article-backward): New command.
7951
7952         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7953         groups in the parent topic.
7954
7955 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7956
7957         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7958         (spam-extra-header-to-number): Return the CRM114 number as a
7959         number instead of a string.
7960
7961 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * gnus-art.el (gnus-face-properties-alist): Moved here from
7964         gnus-fun.
7965
7966         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7967
7968 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7969
7970         * message.el (message-strip-forbidden-properties): Only display on
7971         self-insert-command.
7972
7973         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7974         reindent.
7975         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7976
7977 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7978
7979         * smiley.el (smiley-style): Fix typo.
7980
7981 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * hashcash.el (hashcash-insert-payment-async-2): Use
7984         message-goto-eoh instead of doing it manually.
7985         (mail-add-payment): Use message-narrow-to-header instead of trying
7986         to do the same itself.
7987
7988         * message.el (message-hidden-headers): Add Face.
7989
7990         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7991         reparenting code.
7992         (gnus-summary-reparent-children): Refactored out code.
7993         (gnus-summary-thread-map): New keystroke.
7994         (gnus-summary-reparent-children): Make into command.
7995
7996         * smiley.el (smiley-style): Default to `medium' if using a large
7997         font.
7998
7999         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8000         does it itself.
8001
8002         * message.el (message-point-in-header-p): Simplify definition.
8003
8004 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * nnagent.el (nnagent-request-set-mark): Silence log file
8007         writing.
8008         (nnagent-request-set-mark): Use write-region instead of
8009         append-to-file.
8010
8011         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8012         strange select method.
8013
8014         * ecomplete.el (ecomplete-display-matches): Get highlightling
8015         right.
8016         (ecomplete-display-matches): Use literals.
8017         (ecomplete-display-matches): Disable message logging.
8018
8019         * message.el (message-display-abbrev): Small optimization.
8020
8021         * ecomplete.el (ecomplete-display-matches): Allow automatic
8022         display.
8023
8024         * message.el (message-strip-forbidden-properties): Display
8025         abbrevs.
8026         (message-display-abbrev): Get automatic display right.
8027
8028         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8029         keystrokes.
8030
8031 2006-04-13  Romain Francoise  <romain@orebokech.com>
8032
8033         TODO: Backport to v5-10!
8034
8035         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8036         Moved here (and renamed) from gnus-registry.el.
8037
8038         * gnus-registry.el: Require gnus-util.
8039         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8040
8041 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * gnus-group.el (gnus-group-catchup-current): Change
8044         if-then-else-if-then-else into cond.
8045         (gnus-group-catchup): Indent.
8046         (group-name-at-point): New function.
8047         (gnus-fetch-group): Provide default from thing at point.
8048
8049 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * message.el (message-display-abbrev): Fix regexp.
8052
8053         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8054         choosing.
8055         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8056         dead variables.
8057
8058         * message.el (message-newline-and-indent): Remove debugging.
8059         (message-display-abbrev): Use new implementation.
8060
8061 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-art.el (gnus-article-mode): Set
8064         cursor-in-non-selected-windows to nil.
8065
8066         * smiley.el: Revert previous change.
8067         (smiley-data-directory): defvar it before using it in the
8068         defcustom of `smiley-style'.
8069
8070 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * message.el (message-newline-and-indent): New function.
8073
8074         * ecomplete.el: Implement more bits.
8075
8076         * message.el (message-put-addresses-in-ecomplete): Clean up the
8077         string.
8078
8079         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8080
8081         * gnus-sum.el (gnus-summary-save-parts): Bind
8082         gnus-summary-save-parts-counter and use it to make unique file
8083         names.
8084
8085         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8086
8087         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8088         parameter to say whether to actually parse the individual
8089         addresses.
8090
8091         * message.el (message-put-addresses-in-ecomplete): New function.
8092         (ecomplete): Require.
8093         (message-mail-alias-type): Add ecomplete as an option.
8094
8095 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8096
8097         * flow-fill.el (fill-flowed): Remove trailing space from blank
8098         quoted lines.
8099
8100 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * smiley.el (smiley-style): Move definition later to avoid a
8103         compilation warning.
8104
8105 2006-04-12  Kenichi Handa  <handa@m17n.org>
8106
8107         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8108         buffer and then decode the buffer text if necessary.
8109         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8110         first, and after mm-encode-body, change the buffer to unibyte.
8111         Use mm-disable-multibyte instead of set-buffer-multibyte.
8112
8113 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8116         Content-Type header instead of Content-Disposition header.
8117         (gnus-mime-inline-part): Ditto.
8118         (gnus-mime-view-part-as-charset): Ignore charset that the part
8119         specifies.
8120
8121         * mm-decode.el (mm-display-part): Work with external parts and
8122         usual parts similarly.
8123
8124         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8125         instead of gnus-display-mime.
8126
8127         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8128         instead of with-temp-buffer.
8129
8130         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8131         tag to summarized topics part in order to encode non-ASCII text.
8132
8133 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * smiley.el (smiley-style): New variable.
8136         (smiley-directory): New function.
8137         (smiley-data-directory): Derive from `smiley-style' using
8138         `smiley-directory'.
8139         (smiley-regexp-alist): Add new entries.
8140
8141         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8142         (gnus-article-browse-delete-temp): Add :version.
8143
8144 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8145
8146         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8147         the sieve region.
8148
8149 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150
8151         * gnus.el (gnus-version-number): Bump version.
8152
8153 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * gnus.el: No Gnus v0.4 is released.
8156
8157 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8160         layout.
8161
8162         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8163         unknown charset.
8164
8165         * message.el (message-header-synonyms): Add Original-To to the
8166         default.
8167
8168         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8169         optional parameter.
8170
8171 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * gnus-fun.el (gnus): Require it for gnus-directory.
8174
8175 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8178
8179 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8180
8181         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8182
8183 2006-04-05  Simon Josefsson  <jas@extundo.com>
8184
8185         * password.el (password-reset): New function.
8186
8187 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8188
8189         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8190         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8191
8192 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8193
8194         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8195         Some whitespace was matched into the url, which broke browsing hits
8196         > 100 when mm-url-use-external was nil.
8197
8198 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8201         gnus-extra-headers for 'Newsgroups.
8202
8203         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8204         bound.
8205
8206 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8207
8208         * pgg-gpg.el: Clean up process buffers every time gpg processes
8209         complete.
8210
8211 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8214         doc string.
8215
8216 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8217
8218         * pgg-gpg.el (pgg-gpg-process-filter)
8219         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8220
8221         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8222         lines, temporary fix.
8223
8224 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8227
8228 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8229
8230         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8231         default-enable-multibyte-characters.  This reverts the change from
8232         revision 6.17 which is no longer necessary because the passphrase
8233         is sent separately now.  GnuPG messages are unreadable under
8234         multibyte locales with default-enable-multibyte-characters set to
8235         nil.
8236
8237 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * message.el (message-tool-bar-gnome): Move "spell".
8240
8241 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8244         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8245         instead.
8246
8247 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8248
8249         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8250         newsgroups handling for NNTP overviews which don't include
8251         Newsgroups.
8252
8253 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8254
8255         * message.el (message-resend): Bind message-generate-hashcash to nil.
8256
8257 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8258
8259         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8260         when searching for already-paid recipients.
8261
8262 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8263
8264         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8265         passphrases when it is not needed.
8266         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8267         passphrase stuff from gpg, should only be necessary when you use
8268         gpg with a smartcard.
8269
8270 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * mml.el (mml-insert-mime): Ignore cached contents of
8273         message/external-body part.
8274
8275         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8276         (mm-insert-part): Ditto.
8277
8278 2006-03-23  Simon Josefsson  <jas@extundo.com>
8279
8280         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8281         Reiner.
8282         (pgg-gpg-use-agent-p): Use it again.
8283
8284 2006-03-23  Simon Josefsson  <jas@extundo.com>
8285
8286         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8287         older emacsen.
8288         (pgg-gpg-use-agent-p): Don't use it.
8289
8290 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8293         if we can.
8294
8295 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8296
8297         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8298         (pgg-gpg-update-agent): New function.
8299         (pgg-gpg-use-agent-p): New function.
8300         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8301         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8302         (pgg-gpg-sign-region): Use it.
8303
8304 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8307         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8308
8309 2006-03-21  Simon Josefsson  <jas@extundo.com>
8310
8311         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8312         <wilde@sha-bang.de>.
8313         (pgg-gpg-use-agent): New variable.
8314         (pgg-gpg-process-region): Use it.
8315         (pgg-gpg-encrypt-region): Likewise.
8316         (pgg-gpg-encrypt-symmetric-region): Likewise.
8317         (pgg-gpg-decrypt-region): Likewise.
8318         (pgg-gpg-sign-region): Likewise.
8319         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8320
8321 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8324
8325         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8326         Add comment on version.
8327
8328 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * smiley.el: Add missing test smiley.
8331
8332 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * mm-decode.el (mm-with-part): New macro.
8335         (mm-get-part): Use it; work with message/external-body as well.
8336         (mm-save-part): Treat name and filename equally.
8337
8338         * mm-extern.el (mm-extern-cache-contents): New function.
8339         (mm-inline-external-body): Use it; force the part to be displayed;
8340         move undisplayer added to the cached handle to the parent.
8341
8342         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8343         (gnus-mime-view-part-as-type): Work with message/external-body.
8344
8345         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8346
8347 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8348
8349         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8350         images in image-load-path.  [Sync with image.el, revision 1.60, in
8351         Emacs.]
8352
8353 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8356         path rather than symbol.  Always return list of directories.
8357         Guarantee that image directory comes first.  [Sync with image.el,
8358         revision 1.59, in Emacs.]
8359
8360         * message.el (message-make-tool-bar): Adjust to new API of
8361         `gmm-image-load-path-for-library'.
8362
8363         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8364
8365         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8366
8367 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8368
8369         * gnus-art.el (gnus-article-only-boring-p):
8370         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8371         intangible text.
8372         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8373
8374 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8377         `defun' instead of `gmm-defun-compat'.
8378
8379 2006-03-14  Simon Josefsson  <jas@extundo.com>
8380
8381         * message.el (message-unique-id): Don't use message-number-base36
8382         if (user-uid) is a float.
8383         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8384
8385 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8388
8389         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8390         empty line between a part and a message part.
8391
8392 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * smiley.el: Add more test smileys.
8395         (smiley-data-directory, smiley-regexp-alist)
8396         (gnus-smiley-file-types): Fix doc strings.
8397         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8398         adding new elements.
8399         (smiley-mouse-map): Unused code.  Make it a comment.
8400
8401 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8404         scan latest NoCeM messages instead of old ones.
8405         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8406         delimiters that are recently used.
8407         (gnus-nocem-load-cache): Add autoload cookie.
8408
8409         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8410
8411         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8412         level which is larger than gnus-use-nocem is specified.
8413
8414         * gnus-group.el (gnus-group-get-new-news): Ditto.
8415
8416 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * gnus-util.el (gnus-tool-bar-update): New function.
8419
8420         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8421         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8422
8423         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8424
8425         * gnus-group.el (gnus-group-redraw-when-idle)
8426         (gnus-group-redraw-check): Remove.
8427         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8428
8429 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8432         if optional last element is specified in splits (FIELD VALUE...).
8433
8434 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8437         to gmm-image-load-path-for-library.  Call with no-error argument.
8438         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8439
8440         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8441
8442         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8443
8444         * gmm-utils.el (gmm-image-load-path): Remove alias.
8445
8446 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * gmm-utils.el (gmm-image-load-path): Add alias.
8449
8450         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8451         nnml-generate-nov-databases-1.
8452         (nnml-generate-nov-databases): Use it.
8453         (nnml-generate-nov-databases-directory): Document no-active
8454         argument.
8455
8456         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8457         directory if path is t.  Add no-error.
8458
8459         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8460         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8461
8462         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8463         resetting gnus-article-browse-html-temp-list.
8464
8465         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8466         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8467         Add example to docstring.  Rename local variables.  Move error
8468         checks to default case in cond and simplify.
8469
8470 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8473         handle is multipart when calling it recursively.
8474         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8475
8476 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8477
8478         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8479         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8480
8481 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8484         is loaded.
8485
8486         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8487         loaded.
8488
8489 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8492         to "Emacs 23 (unicode)" in doc string.
8493
8494         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8495         "Emacs 23 (unicode)" in comment.
8496
8497 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8500
8501         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8502         characters 160 through 255 in Emacs 23.
8503
8504 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8507         gnus-article-browse-html-temp.
8508         (gnus-article-browse-delete-temp): Make it customizable.  Add
8509         `file'.  Adjust doc string.
8510         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8511         query for each file.  Adjust doc string.
8512         (gnus-article-browse-html-parts): Add
8513         `gnus-article-browse-delete-temp-files' to
8514         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8515
8516 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8517
8518         * gnus-art.el (gnus-article-browse-html-temp)
8519         (gnus-article-browse-delete-temp): New variables.
8520         (gnus-article-browse-delete-temp-files): New function.
8521         (gnus-article-browse-html-parts): Use it.
8522
8523 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8526
8527         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8528         string.
8529
8530         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8531         gnus-summary-insert-new-articles when unplugged.  Remove
8532         gnus-summary-search-article-forward.
8533
8534         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8535         display-visual-class instead of display-color-cells.
8536
8537 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * dgnushack.el: Autoload customize-group for XEmacs.
8540
8541         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8542         message/* containing non-ASCII text properly.
8543
8544 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * message.el: Require gmm-utils, remove autoloads.
8547         (message-tool-bar): Set default based on
8548         gmm-tool-bar-style.
8549         (message-tool-bar-gnome): Add gmm-customize-mode.
8550
8551         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8552         gmm-tool-bar-style.
8553         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8554
8555         * gnus-group.el (gnus-group-tool-bar): Set default based on
8556         gmm-tool-bar-style.
8557         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8558
8559         * gmm-utils.el (gmm-image-directory): Rename variable from
8560         gmm-image-load-path.
8561         (gmm-image-load-path): Use gmm-image-directory.
8562         (gmm-customize-mode): New function.
8563         (gmm-tool-bar-style): New variable.
8564
8565         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8566         gnus-group-redraw-line-number.
8567         (gnus-group-redraw-check): Simplify.
8568         (gnus-group-tool-bar-update): Remove redraw check.
8569         (gnus-group-make-tool-bar): Add redraw check.
8570
8571 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8572
8573         * gnus-art.el (gnus-button): Add missing parentheses.
8574
8575 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * lpath.el: Fbind line-number-at-pos.
8578
8579 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8582
8583 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * gnus-art.el (gnus-button): New face.
8586         (gnus-article-button-face): Use it.
8587
8588         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8589         gnus-summary-next-page.  Re-order.
8590
8591         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8592         next-node are now included.
8593         (gnus-group-redraw-line-number): New internal variable.
8594         (gnus-group-redraw-check): Helper function for updating the tool
8595         bar.
8596         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8597
8598         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8599
8600         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8601         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8602         Use it to match format of Spamassassin 3.0 and later.  Reported by
8603         IRIE Tetsuya <irie@t.email.ne.jp>.
8604         (spam-check-bogofilter)
8605         (spam-bogofilter-register-with-bogofilter): Fix args of
8606         `gnus-error' calls.
8607
8608 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8611         unnecessary interaction when sending queued mails.  Reported by
8612         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8613
8614 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8617         first or last are nil.
8618
8619 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8620
8621         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8622
8623 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8626
8627 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628
8629         * dns.el (query-dns): Protect more against buggy tcp output.
8630
8631 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8634         nov.php.
8635
8636 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8637
8638         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8639         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8640         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8641         output on the server side.
8642         (nnweb-google-create-mapping): Update regexps and add some
8643         progress indication.
8644
8645 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8648         gnus-agent-toggle-plugged.  Re-order icons.
8649         (gnus-group-tool-bar-gnome): Add
8650         gnus-group-{prev,next}-unread-group.
8651         (gnus-group-tool-bar-gnome): Re-order icons.
8652
8653         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8654         gnus-summary-insert-new-articles.
8655
8656         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8657         comments.
8658
8659         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8660         also available in Emacs 21.3.
8661
8662         * message.el (message-fix-before-sending): Change "Emacs 22" to
8663         "Emacs 23 (unicode)" in comment.
8664
8665         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8666         "Emacs 23 (unicode)" in comment.
8667
8668         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8669         comment.
8670         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8671
8672         * mm-view.el (mm-fill-flowed): Add :version.
8673
8674 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8677         and load-path.
8678
8679 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * message.el: Autoload gmm-image-load-path.
8682         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8683         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8684         consitency.
8685
8686         * gmm-utils.el (gmm-image-load-path): Also search in
8687         "../etc/images".  Don't set gmm-image-load-path if we don't find
8688         the image.
8689
8690 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gmm-utils.el (gmm-image-load-path): Don't make
8693         `gmm-image-load-path' include subdirectories which the second arg
8694         `image' might specify.
8695
8696         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8697         subdirectory to icon file names.
8698
8699         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8700
8701 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8704         gmm-image-load-path calls.
8705
8706         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8707
8708         * message.el (message-make-tool-bar): Ditto.
8709
8710         * mml.el (mml-preview): Added comment concerning tool bar icons.
8711
8712         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8713         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8714
8715         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8716         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8717
8718         * message.el (message-tool-bar-gnome): Use new icon names.
8719         (message-make-tool-bar): Use `gmm-image-load-path'.
8720
8721         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8722         functions from MH-E.
8723         (gmm-image-load-path): New variable from MH-E.
8724         (gmm-image-load-path): New function from MH-E.  Added arguments
8725         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8726         *-image-load-path-called-flag.
8727
8728 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8729
8730         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8731
8732 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8733
8734         * nnimap.el (nnimap-request-move-article): Change folder back to
8735         source group before deleting.
8736
8737 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8740
8741         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8742         mm-url.
8743
8744         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8745
8746 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8749         coding system which mm-charset-to-coding-system returns for a
8750         given charset is valid.
8751
8752 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8753
8754         * html2text.el (html2text-remove-tag-list):
8755         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8756
8757 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8758
8759         * gnus-cus.el: Revert 2005-10-17 change.
8760
8761 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-art.el (article-strip-banner): Call
8764         article-really-strip-banner only when the regexp match is made.
8765
8766 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-art.el (article-strip-banner): Use
8769         gnus-extract-address-components instead of
8770         mail-header-parse-addresses to make it work with non-ASCII text;
8771         remove mail-encode-encoded-word-string.
8772
8773         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8774         values which are surrounded with \"...\"; make it never cause a
8775         Lisp error; give up parsing of parameters if it failed in
8776         extracting type.
8777
8778 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8779
8780         * smime.el (smime-cert-by-ldap-1): Fix bug where
8781         `smime-ldap-search' returns results without userCertificates.
8782
8783 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8786
8787 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * spam.el (spam-check-spamassassin-headers): Adapt format for
8790         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8791         <ari@mbf.ocn.ne.jp>.
8792         (spam-list-of-processors): Add spam-use-gmane.
8793
8794 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8797         make-temp-file; make it work with XEmacs as well.
8798
8799         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8800         mm-make-temp-file.
8801
8802         * mm-decode.el (mm-display-external): Use the 3rd arg of
8803         mm-make-temp-file.
8804         (mm-create-image-xemacs): Ditto.
8805
8806 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8809         with message-narrow-to-headers.
8810         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8811         (gnus-draft-check-draft-articles): New function.
8812         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8813
8814 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * gnus-art.el (gnus-article-browse-html-parts):
8817         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8818         Don't use suffix argument for mm-make-temp-file for Emacs 21
8819         compatibility.  Remove useless `format'.
8820
8821 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8822
8823         * nnweb.el (nnweb-google-wash-article): Update regexps.
8824         (nnweb-group-alist): Use defvoo instead of defvar.
8825
8826 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8829         re-loading nn* modules.
8830
8831 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8834         for `tool-bar-mode' and don't check it's default-value.
8835
8836         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8837
8838         * message.el (message-make-tool-bar): Ditto.
8839
8840         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8841         `substring'.  Shorten tmp-file name.
8842
8843         * gnus.el: Remove bogus comment.
8844
8845 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8846
8847         * gnus-art.el (gnus-article-browse-html-parts): New function.
8848         (gnus-article-browse-html-article): New function for viewing html
8849         articles with a browser.
8850
8851 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8852
8853         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8854         in elisp.
8855         (pgg-gpg-encrypt-symmetric-region): Ditto.
8856         (pgg-gpg-sign-region): Ditto.
8857
8858         * pgg-def.el (pgg-text-mode): New variable.
8859
8860         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8861         (mml2015-pgg-encrypt): Ditto.
8862
8863         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8864         (mml1991-pgg-encrypt): Ditto.
8865
8866 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8869         message-make-date instead of current-time-string.
8870
8871         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8872         to gnus-decoded which mm-uu might set.
8873
8874 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8877         don't decode quoted parameters; remove misimported Emacs code.
8878         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8879         (rfc2231-decode-encoded-string): Don't use split-string which
8880         behaves differently according to Emacs version; use
8881         mm-decode-coding-region to convert charset to coding-system.
8882         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8883         (rfc2231-encode-string): Remove misimported Emacs code.
8884
8885 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8888         when calling mail-header-parse-content-type.
8889         (article-de-quoted-unreadable): Ditto.
8890         (article-de-base64-unreadable): Ditto.
8891         (article-wash-html): Ditto.
8892
8893         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8894         calling mail-header-parse-content-type and
8895         mail-header-parse-content-disposition.
8896         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8897         mail-header-parse-content-type.
8898
8899         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8900         insert charset and format parameters; encode description after
8901         inserting it to buffer.
8902         (mml-insert-parameter): Fold lines properly even if a parameter is
8903         segmented into two or more lines; change the max column to 76.
8904
8905         * rfc1843.el (rfc1843-decode-article-body): Don't use
8906         ignore-errors when calling mail-header-parse-content-type.
8907
8908         * rfc2231.el (rfc2231-parse-string): Return at least type if
8909         possible; don't cause an error even if it fails in parsing of
8910         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8911         (rfc2231-encode-string): Don't break lines at the beginning, leave
8912         it to mml-insert-parameter.
8913
8914         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8915         calling mail-header-parse-content-type.
8916
8917 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * spam-report.el (spam-report-gmane-use-article-number):
8920         Improve doc string.
8921         (spam-report-gmane-internal): Check if a suitable header was found
8922         in the article.
8923
8924 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8927         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8928
8929 2006-02-05  Romain Francoise  <romain@orebokech.com>
8930
8931         Update copyright notices of all files in the gnus directory.
8932
8933 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8934
8935         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8936
8937 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8940         segmented lines of parameter value to cope with Thunderbird 1.5
8941         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8942         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8943         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8944
8945 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8946
8947         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8948         parts.
8949
8950 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8951
8952         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8953         there's only one active file for all servers.
8954         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8955         solid groups.  Gnus might have used a FAST request to select the group.
8956         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8957         and nnweb-search redundantly in the active file.
8958         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8959         (nnweb-request-create-group): Don't use ARGS.
8960         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8961         initialisations.  Let nnoo do the work.
8962
8963 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8966         Say the part has been decoded.
8967
8968         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8969
8970 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8971
8972         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8973         mailcap-viewer-test-cache when there's no 'test clause, since that
8974         will invert the meaning of a "nil" test previously determined by
8975         mailcap-mailcap-entry-passes-test.
8976
8977 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8980         compiling.
8981
8982         * gnus-sum.el: Ditto.
8983
8984         * message.el: Don't bind tool-bar-map when compiling.
8985
8986 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8989
8990 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8991
8992         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8993         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8994         current Google Groups.
8995
8996 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8999         and tool-bar-mode.
9000
9001         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9002         and tool-bar-mode.
9003
9004         * message.el (message-tool-bar-update): Simplify.
9005         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9006
9007         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9008         gnus-summary-buffer.
9009         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9010         gnus-summary-reply.
9011
9012         * gmm-utils.el (gmm): Add :version.
9013
9014 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * Makefile.in (clean): New rule.
9017         (distclean): Use it.
9018
9019 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9020
9021         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9022         autoload.
9023
9024 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gmm-utils.el (gmm-verbose): Add :group.
9027
9028 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * message.el: Change some comments WRT tool-bars.
9031
9032         * gnus-sum.el (gnus-summary-tool-bar)
9033         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9034         (gnus-summary-tool-bar-zap-list): New variables.
9035         (gnus-summary-make-tool-bar): Complete rewrite using
9036         `gmm-tool-bar-from-list'.
9037
9038         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9039         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9040         variables.
9041         (gnus-group-make-tool-bar): Complete rewrite using
9042         `gmm-tool-bar-from-list'.
9043         (gnus-group-tool-bar-update): New function.
9044
9045         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9046
9047 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9050         is dissected into a single part of which the type is the same as
9051         the given one; decode charset.
9052
9053 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9054
9055         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9056         into alists as symbol not string, since that's what
9057         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9058         look for.
9059
9060 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9063         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9064
9065         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9066
9067 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9070         (gnus-xmas-mime-security-button-menu): New function.
9071
9072         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9073         (gnus-mime-security-button-menu): New definition.
9074         (gnus-mime-security-button-map): Use them.
9075         (gnus-mime-security-button-menu): New function.
9076         (gnus-insert-mime-security-button): Addition to help echo.
9077         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9078         (gnus-mime-security-pipe-part): New functions.
9079
9080         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9081         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9082
9083         * mm-decode.el (mm-handle-set-disposition): Remove.
9084         (mm-handle-set-description): Remove.
9085
9086 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9089         (mm-w3m-standalone-supports-m17n-p): New function.
9090         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9091         w3m usage.
9092
9093         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9094         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9095
9096 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * message.el (message-tool-bar-zap-list): Use
9099         gmm-tool-bar-zap-list as custom type.
9100         (message-tool-bar-update): New function.
9101         (message-tool-bar, message-tool-bar-gnome)
9102         (message-tool-bar-retro): Add message-tool-bar-update.
9103         (message-tool-bar-gnome): Add flyspell-buffer.
9104
9105         * gnus-util.el (gnus-error): Describe `args'.
9106
9107         * gmm-utils.el (gmm-error): Describe `args'.
9108         (gmm-tool-bar-zap-list): New widget.
9109         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9110
9111 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9114         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9115         the number of recursive calls.
9116
9117         * mm-decode.el (mm-handle-set-disposition): New macro.
9118         (mm-handle-set-description): New macro.
9119
9120 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9123         encoding.
9124
9125 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * message.el (message-tool-bar-zap-list, message-tool-bar)
9128         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9129         (message-tool-bar-local-item-from-menu): Remove.
9130         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9131         (message-make-tool-bar): New function.
9132         (message-mode): Use `message-make-tool-bar'.
9133
9134         * gmm-utils.el: New file.
9135         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9136         (gmm-lazy): New widget copied from `nnmail.el'.
9137         (gmm-tool-bar-from-list): New function for creating customizable
9138         tool bars.
9139         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9140         output.
9141         (gmm): Add :prefix to defgroup.
9142
9143 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9144
9145         * gmm-utils.el (gmm-widget-p): New function.
9146
9147 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * mml.el (mml-attach-file): Describe `description' in doc string.
9150         (mml-menu): Add Emacs MIME manual and PGG manual.
9151
9152 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9153
9154         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9155
9156 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9157
9158         * nntp.el (nntp-end-of-line): Doc fix.
9159
9160 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9161
9162         * imap.el (imap-open): Handle case where buffer is a buffer
9163         object.
9164
9165 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9166
9167         * gnus-delay.el (gnus-delay): Don't autoload.
9168         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9169         to be re-loaded when customizing the `gnus-delay' group.
9170
9171 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9172
9173         * message.el (message-insert-citation-line): Use newlines.
9174
9175 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9176
9177         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9178         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9179         these routines, so the passphrase can be managed externally and
9180         passed in to the system.
9181         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9182         pgg-add-passphrase-to-cache function.
9183
9184         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9185         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9186         these routines, so the passphrase can be managed externally and
9187         passed in to the system.
9188         (pgg-pgp5-sign-region): Use new name of
9189         pgg-add-passphrase-to-cache function.
9190
9191 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9192
9193         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9194         part of the decoded armor to find the key-identifier.
9195         (pgg-gpg-lookup-key-owner): New function to return the
9196         human-readable identifier of a key owner.
9197         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9198         itself.
9199         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9200         the key value) if we have a key and can match it against a secret
9201         key.  Also, added a note pointing out fact that the prompt only
9202         indicates the first matching key.
9203
9204         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9205         pgg-decrypt-region.
9206         (pgg-add-passphrase-to-cache): Rename from
9207         `pgg-add-passphrase-cache' to reduce confusion (all callers
9208         changed).
9209         (pgg-remove-passphrase-from-cache): Rename from
9210         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9211         changed).
9212         (pgg-read-passphrase, pgg-add-passphrase-cache)
9213         (pgg-remove-passphrase-cache): Add informative docstrings.
9214         (pgg-decrypt): Convey provided passphrase in subordinate call to
9215         pgg-decrypt-region.
9216
9217 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9218
9219         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9220         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9221         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9222         'passphrase' argument, so the passphrase can be managed externally
9223         and then passed in to the system.
9224
9225         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9226         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9227         so the passphrase cache can be used reliably with identifiers
9228         besides a pgp packet's key id.
9229
9230         * pgg-gpg.el (pgg-gpg-encrypt-region)
9231         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9232         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9233         these routines, so the passphrase can be managed externally and
9234         passed in to the system.
9235
9236         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9237         'notruncate' argument, so the passphrase cache can be used
9238         reliably with identifiers besides a pgp packet's key id.
9239
9240 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9241
9242         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9243         symmetric encryption.
9244         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9245         encrypted session key.
9246         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9247         message ask for the passphrase in a proper way.
9248
9249         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9250         New user commands for symmetric encryption.
9251
9252 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9255
9256         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9257
9258 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9259
9260         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9261
9262 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * mm-decode.el (mm-inlined-types): Add application/pgp.
9265         (mm-automatic-display): Ditto.
9266
9267         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9268         part as text.
9269
9270 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * nnrss.el: Update copyright.
9273         (nnrss-opml-import): Query whether to subscribe to each entry.
9274
9275         * gnus-art.el:
9276         * gnus-sum.el:
9277         * gnus-xmas.el:
9278         * messagexmas.el:
9279         * mm-uu.el:
9280         * mm-view.el: Update copyright.
9281
9282 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * message.el (message-info): New function.
9285         (message-mode-menu): Add it.
9286         Update copyright.
9287
9288         * ChangeLog: Fix and update copyright.
9289
9290 2006-01-13  Romain Francoise  <romain@orebokech.com>
9291
9292         * message.el (message-forward-subject-name-subject): Prefer the
9293         address to 'nowhere' if the sender has no name.
9294         Fix typo.  Update copyright year.
9295
9296 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-art.el (article-wash-html): Use
9299         gnus-summary-show-article-charset-alist if a numeric arg is given.
9300         (gnus-article-wash-html-with-w3m-standalone): New function.
9301
9302         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9303         mm-inline-text-html-render-with-w3m-standalone.
9304         (mm-text-html-washer-alist): Map w3m-standalone to
9305         gnus-article-wash-html-with-w3m-standalone.
9306         (mm-inline-text-html-render-with-w3m-standalone): New function.
9307
9308 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9311         Improve LaTeX.
9312
9313 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9316         (nnrss-request-article): Render text/plain parts as HTML.
9317
9318         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9319         the buffer.
9320
9321 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9324         custom definition of `gnus-posting-styles'.
9325
9326         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9327         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9328
9329 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9332         Use nntp for bug archive.
9333
9334 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9337         parts.
9338         (nnrss-normalize-date): New function converts ISO 8601 date into
9339         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9340         (nnrss-check-group): Use it.
9341
9342 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9345
9346         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9347         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9348         (nnrss-insert-w3): Ditto.
9349
9350 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9353         the articles to be forwarded including the case where neither a
9354         number of articles nor a region is specified.
9355
9356 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * nnrss.el (nnrss-request-article): Fix last change; fill
9359         text/plain parts.
9360
9361 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9364         in text/plain part.
9365         (nnrss-check-group): Don't add excessive newline to dc:subject.
9366
9367 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9368
9369         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9370         article.
9371
9372 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9375         (nnml-use-compressed-files, nnml-save-mail): Support other
9376         comression programs such as bzip2.
9377
9378 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * dns.el (query-dns): Make sure we check the buffer size before
9381         removing tcp headers.
9382
9383 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9386         remove MIME buttons associated with multipart/alternative parts.
9387         (gnus-mime-display-alternative): Tag buttons using `article-type'
9388         text property.
9389
9390         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9391         associated with multipart/alternative parts.
9392
9393         * gnus-art.el (gnus-signature-separator): Fix custom type.
9394
9395         * mm-decode.el (mm-inlined-types): Fix custom type.
9396         (mm-keep-viewer-alive-types): Ditto.
9397         (mm-automatic-display): Ditto.
9398         (mm-attachment-override-types): Ditto.
9399         (mm-inline-override-types): Ditto.
9400         (mm-automatic-external-display): Ditto.
9401
9402 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * spam-report.el (spam-report-user-mail-address)
9405         (spam-report-user-agent): New variables.
9406         (spam-report-url-ping-plain): Use spam-report-user-agent.
9407
9408 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9409
9410         * gnus-art.el (gnus-button-handle-custom): Do not just use
9411         `customize-apropos' for any "M-x customize-*" button but the
9412         function called for.  Accept both the function name and its
9413         argument in order to achieve this.
9414         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9415         function name to `gnus-button-handle-custom' in case of "M-x
9416         customize-*" buttons.
9417
9418 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9421         multipart/alternative and add xref to mm-discouraged-alternatives
9422         in doc string.
9423
9424         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9425         gnus-buttonized-mime-types in doc string.
9426
9427 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9430         Suggest image/.* in the doc string.
9431
9432 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9435         message-marks (Debian bug #342521).
9436
9437 2005-12-12  Simon Josefsson  <jas@extundo.com>
9438
9439         * password.el (password-read-from-cache): Add.
9440         (password-read): Use it.
9441
9442 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9445         us-ascii as a MIME charset.
9446
9447         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9448         against the case where the 2nd arg TYPE is nil.
9449
9450 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * pop3.el (pop3-stream-type): Fix custom version.
9453
9454         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9455
9456 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9457
9458         * mm-decode.el (mm-display-external): Add missing cdr.
9459
9460 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9463         RFC1524) if it is in mailcap or add a suffix according to
9464         mailcap-mime-extensions when generating a temp filename; postpone
9465         deleting a temp file for 2 seconds for some wrappers, shell
9466         scripts, and so on, which might exit right after having started a
9467         viewer command as a background job.
9468
9469 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * nntp.el (nntp-marks-directory): Fix custom group.
9472
9473         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9474         steps when < 10.
9475
9476         * gnus-start.el (gnus-no-server-1): Mention
9477         `gnus-level-default-subscribed' in doc string.
9478
9479 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9480
9481         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9482         parens.
9483
9484 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-xmas.el (gnus-use-toolbar): Revert.
9487         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9488         gnus-use-toolbar is default.
9489
9490         * messagexmas.el (message-use-toolbar): Revert.
9491         (message-setup-toolbar): Use global default-toolbar if
9492         message-use-toolbar is default.
9493
9494 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9497         according to default-toolbar-visible-p.
9498
9499         * messagexmas.el (message-use-toolbar): Ditto.
9500
9501 2005-11-26  Dave Love  <fx@gnu.org>
9502
9503         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9504         (tls-program, tls-success): Provide openssl alternative.
9505
9506         * starttls.el: Doc fixes.
9507         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9508         SERVICE to PORT.
9509
9510         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9511         port null or service name.
9512         (starttls-negotiate): Autoload.
9513
9514 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * message.el (message-kill-to-signature): Fix interactive spec.
9517
9518 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * pop3.el (pop3-open-server): Recognize a string as a service name.
9521
9522 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9523
9524         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9525
9526 2005-11-23  Dave Love  <fx@gnu.org>
9527
9528         Add pop3s, pop3/starttls.
9529
9530         * pop3.el (pop3-authentication-scheme): Clarify doc.
9531         (open-tls-stream, starttls-open-stream): Autoload.
9532         (pop3-stream-type): New.
9533         (pop3-open-server): Use it.
9534
9535         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9536         for POP.
9537         (mail-source-keyword-map): Add :stream for POP.
9538         (mail-source-fetch-pop): Use pop3-stream-type.
9539
9540 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9543         of current-time-string.
9544
9545 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9546
9547         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9548         date header.
9549
9550 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9551
9552         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9553         it can seriously impact performance as it bypasses the agent's
9554         local caches.
9555
9556 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9557
9558         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9559         must be explicitly online rather than "not explicitly offline" for
9560         its flags to be synchronized.
9561
9562         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9563         that gnus-uu-unmark-thread will function correctly.
9564
9565         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9566         1024K is instead displayed as 1M.
9567
9568 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9571
9572 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9573
9574         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9575
9576 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9577
9578         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9579         error message to display actual error condition.
9580         (gnus-agent-save-local): Avoid saving symbols that are bound to
9581         nil as they simply result in a warning message in
9582         gnus-agent-read-local.
9583
9584 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9587         rather than make-variable-buffer-local for file-precious-flag.
9588
9589 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9590
9591         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9592         for duplicates which are removed.  The invalid sort check then
9593         triggers a rescan after the sort as sorting may have moved
9594         duplicate entries such that they can be cheaply detected.
9595
9596 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9599
9600 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9601
9602         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9603         internal variable to a custom variable.  Changed default value
9604         from compressed(2) to uncompressed(1).
9605         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9606         support for uncompressed agentview files.  Taken together, reading
9607         the agentview file should now be 6-7 times faster.
9608
9609 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9610
9611         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9612         as a buffer-local variable.  This avoids creating truncated
9613         dribble files as a result of a hang up, eg.
9614
9615 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9616
9617         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9618         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9619         XEmacs.
9620
9621 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * gnus-start.el (gnus-start-draft-setup): Enforce
9624         `gnus-draft-mode' for nndraft:drafts at startup.
9625
9626         * gnus.el (gnus-splash): Change custom group.
9627         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9628         allow-list argument.
9629
9630         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9631         string.
9632
9633 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * gnus-art.el (gnus-default-article-saver): Add user-defined
9636         `function' to custom type.
9637
9638 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9639
9640         * imap.el (imap-open): Handle case where buffer is a buffer
9641         object.
9642
9643 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9646         long lines.
9647         (gnus-cache-delete-group): Wrap doc strings.
9648
9649         * gnus-agent.el (gnus-agent-rename-group)
9650         (gnus-agent-delete-group): Wrap doc strings.
9651
9652 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * messagexmas.el (message-use-toolbar): Change the valid values
9655         into default, top, bottom, left, and right.
9656         (message-toolbar-thickness): New variable.
9657         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9658         well.
9659         (message-setup-toolbar): Make it work.
9660
9661         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9662         (gnus-use-toolbar): Change the valid values into default, top,
9663         bottom, left, and right.
9664         (gnus-toolbar-thickness): New variable.
9665         (gnus-xmas-setup-toolbar): New function.
9666         (gnus-xmas-setup-group-toolbar): Use it.
9667         (gnus-xmas-setup-summary-toolbar): Use it.
9668
9669 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * gnus-start.el (gnus-1): Add "native" to
9672         gnus-predefined-server-alist.
9673
9674         * gnus.el (gnus-method-to-server): Don't add "native" to the
9675         lists here, because that leads to problems when
9676         gnus-select-method is bound.
9677
9678 2005-11-09  Simon Josefsson  <jas@extundo.com>
9679
9680         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9681         use (not sort-by-date) instead.
9682
9683 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9684
9685         * gnus-delay.el (gnus-delay-group): Don't autoload.
9686         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9687         to be re-loaded when customizing the `gnus-delay' group.
9688
9689 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9690
9691         * message.el: Revert last changes.
9692         (message-insert-citation-line): Use newlines.
9693
9694 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9695
9696         * message.el (message-courtesy-message)
9697         (message-mark-insert-begin, message-mark-insert-end)
9698         (message-elide-ellipsis, message-cancel-message)
9699         (message-add-header, message-change-subject)
9700         (message-cross-post-followup-to-header)
9701         (message-cross-post-insert-note, message-reduce-to-to-cc)
9702         (message-widen-reply, message-delete-not-region)
9703         (message-kill-to-signature, message-insert-signature)
9704         (message-insert-importance-high, message-insert-importance-low)
9705         (message-insert-or-toggle-importance)
9706         (message-insert-disposition-notification-to)
9707         (message-indent-citation, message-yank-original)
9708         (message-cite-original-without-signature, message-cite-original)
9709         (message-insert-citation-line, message-position-on-field)
9710         (message-fix-before-sending, message-send-mail-partially)
9711         (message-send-mail, message-send-mail-with-sendmail)
9712         (message-send-mail-with-qmail, message-send-news)
9713         (message-check-news-header-syntax, message-generate-headers)
9714         (message-insert-courtesy-copy, message-fill-address)
9715         (message-fill-header, message-shorten-references)
9716         (message-setup-1, message-cancel-news)
9717         (message-forward-make-body-plain, message-forward-make-body-mime)
9718         (message-forward-make-body-mml, message-encode-message-body)
9719         (message-forward-make-body-digest-plain)
9720         (message-forward-make-body-digest-mime)
9721         (message-use-alternative-email-as-from): Insert `hard-newline'
9722         instead of ordinary newlines.
9723
9724 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * message.el (message-generate-headers): Downcase the argument
9727         given to message-check-element.
9728
9729 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9730
9731         * nntp.el (nntp-authinfo-rejected): New error condition.
9732         (nntp-wait-for): Use new error condition to signal authentication
9733         error.
9734         (nntp-retrieve-data): Rethrow new error condition to break out of
9735         recursive call to nntp-send-authinfo.
9736
9737 2005-11-08  Romain Francoise  <romain@orebokech.com>
9738
9739         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9740         (gnus-summary-exit-map): Bind to `Z p'.
9741         (gnus-summary-make-menu-bar): Add menu item.
9742
9743 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9746         (gnus-treat-*): Add `first' in all doc strings.
9747
9748         * gnus-group.el (gnus-group-compact-group): Fix typo.
9749
9750 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * gnus.el (gnus-parameters-case-fold-search): New variable.
9753         (gnus-parameters-get-parameter): Use it.
9754
9755         * gnus-score.el (gnus-home-score-file): Doc fix.
9756
9757 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9758
9759         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9760
9761 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * mm-util.el (mm-special-display-p): New function.
9764
9765         * mml.el (mml-preview): Use it; doc fix.
9766
9767 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9768
9769         * imap.el (imap-open): Handle case where buffer is a buffer object.
9770
9771 2005-10-29  Romain Francoise  <romain@orebokech.com>
9772
9773         * message.el (message-fix-before-sending): Fix comment.
9774
9775 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9776
9777         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9778
9779 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9780
9781         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9782         Used in gnus-score.el.
9783
9784 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9787
9788 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9791         whitespace removed in revision 7.8.  Use concatenated string to
9792         protect trailing whitespace.
9793
9794 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9795
9796         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9797         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9798         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9799         Courier IMAP ("some version from 2004").  Mostly based on similar
9800         code in the same function.
9801
9802 2005-10-26  Didier Verna  <didier@xemacs.org>
9803
9804         * gnus-group.el (gnus-group-compact-group): Invalidate original
9805         article buffer.
9806         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9807         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9808         NOV database and in article itself.
9809         Invalidate article backlog.
9810
9811 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9814
9815 2005-10-26  Simon Josefsson  <jas@extundo.com>
9816
9817         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9818         part of 2004-07-25 change.
9819
9820 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * message.el (message-display-completion-list): New function.
9823         (message-expand-group): Use it; make sure the Completions buffer
9824         is modifiable.
9825 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9826
9827         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9828         user-mail-name is an empty string.
9829
9830 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9833         depending on gnus-score-decay-constant.
9834
9835         * encrypt.el (encrypt-insert-file-contents)
9836         (encrypt-write-file-contents): Don't use `gnus-message'.
9837
9838         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9839         arguments.
9840         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9841         arguments to mm-uu-verbatim-marks-extract.
9842         (mm-uu-hide-markers): New variable.
9843         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9844
9845         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9846         (gnus-convert-image-to-face-command): Use "convert" by default to
9847         allow other input image formats.
9848         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9849         accordingly.
9850
9851 2005-10-23  Simon Josefsson  <jas@extundo.com>
9852
9853         * imap.el (imap-gssapi-program): Align command line parameters
9854         with latest GNU SASL.
9855         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9856
9857 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9858
9859         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9860         HTML.
9861         (nnslashdot-request-article): Ditto.
9862
9863         * lpath.el (featurep): Add nobreak-char-display.
9864
9865 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9866
9867         * mail-source.el (mail-source-fetch-pop): Require pop3.
9868         (mail-source-check-pop): Ditto.
9869
9870 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9873         errors.
9874
9875 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9878         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9879
9880         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9881
9882         * mm-bodies.el (mm-decode-string): Call
9883         `mm-charset-to-coding-system' with allow-override argument.
9884
9885 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9888         (rfc2047-charset-to-coding-system): New function.
9889         (rfc2047-decode-encoded-words): New function.
9890         (rfc2047-decode-region): Use them.
9891         (rfc2047-decode-cte): Remove.
9892         (rfc2047-parse-and-decode): Remove.
9893         (rfc2047-decode): Remove.
9894
9895 2005-10-15  Kenichi Handa  <handa@m17n.org>
9896
9897         * rfc2047.el (rfc2047-decode-cte): New function.
9898         (rfc2047-decode-region): Change the way to decode successive
9899         encoded-words: decode B- or Q-encoding in each encoded-word,
9900         concatenate them, and decode it as charset.
9901
9902 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * lpath.el: Fbind codepage-setup for XEmacs.
9905
9906 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9907
9908         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9909         widget-move-and-invoke.
9910         (gnus-custom-mode): Use gnus-custom-map.
9911
9912 2005-10-15  Bill Wohler  <wohler@newt.com>
9913
9914         * message.el (message-tool-bar-map): Renamed image file from
9915         mail_send to mail/send.
9916
9917 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9918
9919         * message.el (message-expand-group): Pass the common
9920         prefix substring of completion to `display-completion-list'.
9921
9922 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * mml-sec.el (mml-secure-method): New internal variable.
9925         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9926         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9927         functions using mml-secure-method.
9928
9929         * mml.el (mml-mode-map): Add key bindings for those functions.
9930         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9931         Harder <harder@myrealbox.com>.
9932         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9933         end of message if point is the headers of the message.
9934
9935         * message.el (message-in-body-p): New function.
9936
9937         * assistant.el: Autoload gnus-util and netrc.
9938
9939         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9940         Use `mm-charset-override-alist' only when decoding.
9941
9942         * mm-bodies.el (mm-decode-body): Call
9943         `mm-charset-to-coding-system' with allow-override argument.
9944
9945         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9946         `filename' from Content-Disposition if Content-Type doesn't
9947         provide `name'.
9948         (gnus-mime-view-part-as-type): Set default instead of
9949         initial-input.
9950
9951 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9952
9953         * format-spec.el (format-spec): Propagate text properties of % spec.
9954
9955 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9956
9957         * gnus-art.el (gnus-treat-predicate): Add `first'.
9958
9959 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9962         (mm-charset-override-alist): New variable.
9963         (mm-charset-to-coding-system): Use it.
9964         (mm-codepage-setup): New helper function.
9965         (mm-charset-eval-alist): New variable.
9966         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9967         about unknown charsets.
9968
9969         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9970
9971 2005-10-04  David Hansen  <david.hansen@gmx.net>
9972
9973         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9974         (nnrss-check-group): Ditto.
9975
9976 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9979         Rename x-gnus-verbatim to x-verbatim.
9980         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9981
9982         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9983         x-verbatim.
9984
9985         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9986
9987         * gnus-util.el (gnus-remove-duplicates): Remove.
9988
9989         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9990         instead of gnus-remove-duplicates.
9991
9992         * message.el (message-remove-duplicates): Remove.
9993         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9994         message-remove-duplicates.
9995
9996         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9997         available, else use implementation from `delete-dups'.
9998
9999         * message.el (message-insert-expires): New function.
10000         (message-mode-map): Add key binding.
10001         (message-mode-field-menu): Add menu entry.
10002         (message-mode): Document it.
10003         (message-make-expires-date): Use `message-make-date'.
10004
10005 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10006
10007         * message.el (message-make-expires-date): New function.
10008
10009 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * Makefile.in (list-installed-shadows): New entry.
10012         (install): Use it.
10013         (remove-installed-shadows): New entry.
10014
10015         * dgnushack.el (dgnushack-default-load-path): New variable.
10016         (dgnushack-find-lisp-shadows): New function.
10017         (dgnushack-remove-lisp-shadows): New function.
10018
10019 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * Makefile.in (install-el-elc): New entry.
10022         (install): Use it so that .el files are necessarily installed.
10023
10024 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10027
10028 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10029
10030         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10031         function rather than the diff-mode.el package.
10032         (mm-display-external): Use with-current-buffer.
10033         (mm-viewer-completion-map, mm-viewer-completion-map):
10034         Move initialization inside declaration.
10035
10036 2005-09-29  Simon Josefsson  <jas@extundo.com>
10037
10038         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10039         autoload mail-check-payment.
10040         (spam-check-hashcash): Define unconditionally, since hashcash.el
10041         is part of Gnus now.  Ignore errors from payment checking.
10042
10043 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * message.el (message-bold-region, message-unbold-region): Rename
10046         from `bold-region' and `unbold-region'.
10047
10048         * message.el: Remove useless autoloads.
10049
10050 2005-09-28  Simon Josefsson  <jas@extundo.com>
10051
10052         * message.el (message-use-idna): Default to t.
10053         (message-use-idna): Test whether encoding works too.  Doc fix.
10054
10055 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * nntp.el (nntp-warn-about-losing-connection): Remove.
10058
10059 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10062         customizable.  Change default value.
10063         (mm-uu-diff-groups-regexp): Change default value.
10064         (mm-uu-type-alist): Add doc string.
10065         (mm-uu-configure): Add doc string.  Make it interactive.
10066         (mm-uu-tex-groups-regexp): New variable.
10067         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10068         (mm-uu-type-alist): Add LaTeX documents.
10069         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10070         of "text/verbatim".
10071         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10072
10073         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10074         instead of "text/verbatim".
10075
10076         * message.el (message-mark-inserted-region)
10077         (message-mark-insert-file): Use slrn style marks when called with
10078         prefix argument.
10079
10080 2005-09-27  Simon Josefsson  <jas@extundo.com>
10081
10082         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10083
10084 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10085
10086         * message.el (message-remove-duplicates): New function.
10087         Implementation borrowed from `gnus-remove-duplicates'.
10088         (message-idna-to-ascii-rhs): Also encode idna addresses in
10089         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10090         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10091         only ask about the same idna domain once per header and also tell
10092         in what header to replace the idna domain.
10093
10094         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10095         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10096         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10097         a header is decoded and not just the last one.
10098
10099 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10102         has been decoded.
10103
10104         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10105         (mm-insert-part): Don't modify text if it has been decoded.
10106
10107         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10108         decoded.
10109
10110         * mm-view.el (mm-inline-text): Don't strip text props unless
10111         decoding enriched or richtext parts.
10112
10113 2005-09-25  Romain Francoise  <romain@orebokech.com>
10114
10115         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10116         * gnus-start.el (gnus-subscribe-interactively):
10117         * gnus-uu.el (gnus-uu-grab-articles):
10118         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10119         space.
10120
10121 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10122
10123         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10124         * mm-view.el (mm-view-pkcs7-decrypt):
10125         * gnus-sum.el (gnus-summary-limit-to-extra)
10126         (gnus-summary-respool-article, gnus-read-move-group-name):
10127         * gnus-score.el (gnus-summary-increase-score):
10128         * gnus-util.el (gnus-completing-read-with-default):
10129         * gnus-art.el (gnus-read-save-file-name)
10130         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10131         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10132         * message.el (message-check-news-header-syntax):
10133         Follow convention for reading with the minibuffer.
10134
10135 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * spam-report.el (spam-report-url-ping-plain):
10138         Use gnus-extended-version as User-Agent.
10139
10140         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10141         default value is nil.
10142
10143         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10144         (mm-uu-verbatim-marks-extract): New function.
10145         (mm-uu-extract): New face.
10146         (mm-uu-copy-to-buffer): Use it.
10147
10148         * spam-report.el (spam-report-gmane-ham): Renamed from
10149         `spam-report-gmane-unspam'.
10150         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10151         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10152
10153         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10154         Autoload.
10155         (spam-report-gmane-unregister-routine): Renamed
10156         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10157
10158 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10159
10160         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10161         (spam-report-gmane-unregister-routine): Add support for gmane
10162         unregistration.
10163
10164         * spam-report.el (spam-report-gmane-unspam)
10165         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10166         (spam-report-gmane): Change to take a single article and do unspam
10167         registration.
10168
10169 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * mm-url.el (mm-url-decode-entities): Fix regexp.
10172
10173 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10176         default to nil, to be able to use Gnus at all.  If the default
10177         switches to something else, then the function should be fixed not
10178         be exceedingly slow.
10179
10180 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10181
10182         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10183         fail hard.
10184
10185         * spam-report.el: Add better Keywords line.
10186
10187         * spam.el: Add Maintainer and better Keywords line.
10188
10189 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * gnus-art.el (gnus-article-replace-part)
10192         (gnus-mime-replace-part): New functions.
10193         (gnus-mime-action-alist, gnus-mime-button-commands)
10194         (gnus-mime-save-part-and-strip): Added file argument.
10195         (gnus-article-part-wrapper): Added interactive argument.
10196
10197         * gnus-sum.el (gnus-summary-mime-map): Add
10198         `gnus-article-replace-part'.
10199
10200 2005-09-19  Didier Verna  <didier@xemacs.org>
10201
10202         The nnml compaction feature:
10203         * nnml.el (nnml-request-compact-group): New function.
10204         * nnml.el (nnml-request-compact): New function.
10205         * gnus-int.el (gnus-request-compact-group): New function.
10206         * gnus-int.el (gnus-request-compact): New function.
10207         * gnus-group.el (gnus-group-compact-group): New function.
10208         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10209         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10210         * gnus-srvr.el (gnus-server-compact-server): New function.
10211         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10212         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10213
10214 2005-09-18  Deepak Goel  <deego@gnufans.org>
10215
10216         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10217         format spec.
10218
10219 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10222
10223 2005-09-15  Romain Francoise  <romain@orebokech.com>
10224
10225         * message.el (message-fill-paragraph): Clarify docstring.
10226
10227 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-art.el (gnus-mime-display-part): Protect against broken
10230         MIME messages.
10231
10232 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10235         before parsing header.
10236
10237 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10238
10239         * html2text.el (html2text-replace-list): Add new entities.
10240
10241 2005-09-11  Romain Francoise  <romain@orebokech.com>
10242
10243         * message.el (message-alternative-emails): Improve docstring.
10244         (message-setup-1): Call `message-use-alternative-email-as-from'
10245         after `message-setup-hook' to give it precedence over posting
10246         styles, etc.
10247         (message-use-alternative-email-as-from): Add docstring.  Remove
10248         the original From header if present.
10249
10250         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10251         (nnml-save-mail): Use it.
10252
10253         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10254         articles.  Add new argument `silent'.
10255         (gnus-uu-mark-all): Report the total number of marked articles.
10256
10257 2005-09-10  Romain Francoise  <romain@orebokech.com>
10258
10259         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10260         (gnus-uu-mark-series): Likewise.
10261
10262 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * spam-report.el (spam-report-gmane): Fix generation of spam
10265         report URL.
10266
10267 2005-09-10  Simon Josefsson  <jas@extundo.com>
10268
10269         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10270         t, based on discussion on the ding list with Robert Epprecht
10271         <epprecht@solnet.ch>.
10272
10273 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * spam-report.el (spam-report-gmane): Make it work without
10276         X-Report-Spam header.  Gmane now only provides Archived-At.
10277         This is only used if `spam-report-gmane-use-article-number' is nil.
10278         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10279
10280         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10281         make `gnus-summary-sort-by-recipient' work with threading.
10282
10283         * nnweb.el (nnweb-google-wash-article): Print a message if article
10284         is not available.
10285
10286 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10287
10288         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10289         change.  Decode text/* parts content before displaying.
10290
10291 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10294
10295 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10298
10299         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10300         url-package-name, url-package-version,
10301         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10302         w3m-display-inline-images, and w3m-minor-mode-map.
10303
10304 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * message.el (message-tab-body-function): Fix mismatched custom type.
10307
10308         * gnus.el (gnus-group-change-level-function): Ditto.
10309
10310         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10311
10312         * gnus-art.el (gnus-signature-limit)
10313         (gnus-article-mime-part-function): Ditto.
10314
10315 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * mml.el (mml-mode): Silence the byte compiler.
10318
10319         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10320         using `(sit-for 0)' before moving the point to the specified part;
10321         skip unbuttonized parts.
10322         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10323         return to the summary window if gnus-auto-select-part is non-nil.
10324
10325 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10326
10327         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10328         variables.
10329         (mml-dnd-attach-file, mml-mode): Use them.
10330
10331         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10332         Make fetching article by MID work again for Google Groups.  Added
10333         FIXME concerning gnus-group-make-web-group.
10334
10335         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10336         Don't depend on Gnus by using mail-extract-address-components if
10337         gnus-extract-address-components is not bound.
10338
10339 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340
10341         * gnus-art.el (gnus-mime-display-security): Don't display the
10342         signature, but only the signed part.
10343
10344 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10347
10348         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10349         list, not listp.
10350
10351 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10352
10353         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10354         when encoding.
10355
10356         * mm-bodies.el (mm-decode-content-transfer-encoding):
10357         De-canonicalize CRLF for all text content types, not just
10358         text/plain.
10359
10360 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10363         valid article; point arrow and cursor at the MIME button.
10364
10365 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10368         Suggested by Dan Christensen <jdc@uwo.ca>.
10369
10370         * mm-decode.el (mm-save-part): Enable change of prompt.
10371
10372 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10373
10374         * gnus-msg.el (gnus-inews-add-send-actions): Made
10375         `message-post-method' lambda parameter ARG `&optional'.
10376
10377 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * gnus-sum.el (gnus-summary-mime-map): Added
10380         gnus-article-save-part-and-strip, gnus-article-delete-part and
10381         gnus-article-jump-to-part.
10382
10383         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10384         (gnus-article-edit-part): Use it.
10385         (gnus-article-part-wrapper): Added no-handle argument.
10386         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10387         functions.
10388
10389 2005-08-29  Romain Francoise  <romain@orebokech.com>
10390
10391         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10392         docstring.
10393         (gnus-face-from-file): Likewise.
10394
10395 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10398         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10399         non-nil.
10400         (gnus-auto-select-part): New variable.
10401         (gnus-article-jump-to-part): New function.
10402         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10403         (gnus-mime-delete-part): Allow selecting specified part after
10404         deleting or stripping parts.
10405         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10406         part if argument is bogus.
10407
10408 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10409
10410         * gnus-art.el (w3m-minor-mode-map):
10411         * gnus-spec.el (gnus-newsrc-file-version):
10412         * gnus-util.el (nnmail-active-file-coding-system)
10413         (gnus-original-article-buffer, gnus-user-agent):
10414         * gnus.el (gnus-ham-process-destinations)
10415         (gnus-parameter-ham-marks-alist)
10416         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10417         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10418         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10419         * mm-decode.el (gnus-current-window-configuration):
10420         * mm-extern.el (gnus-article-mime-handles):
10421         * mm-url.el (url-current-object, url-package-name)
10422         (url-package-version):
10423         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10424         (smime-keys, w3m-cid-retrieve-function-alist)
10425         (w3m-current-buffer, w3m-display-inline-images)
10426         (w3m-minor-mode-map):
10427         * mml-smime.el (gnus-extract-address-components):
10428         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10429         (gnus-newsrc-hashtb, message-default-charset)
10430         (message-deletable-headers, message-options)
10431         (message-posting-charset, message-required-mail-headers)
10432         (message-required-news-headers):
10433         * mml1991.el (mc-pgp-always-sign):
10434         * mml2015.el (mc-pgp-always-sign):
10435         * nnheader.el (nnmail-extra-headers):
10436         * rfc1843.el (gnus-decode-encoded-word-function)
10437         (gnus-decode-header-function, gnus-newsgroup-name):
10438         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10439
10440 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10441
10442         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10443         the end of the date treatments.
10444
10445 2005-08-15  Simon Josefsson  <jas@extundo.com>
10446
10447         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10448         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10449         Capello and Romain Francoise.
10450         (pgg-fetch-key-function): Removed, not used?
10451         (pgg-insert-url-with-w3): Require url, to get
10452         url-insert-file-contents regardless of where it is defined.
10453
10454 2005-08-13  Romain Francoise  <romain@orebokech.com>
10455
10456         * message.el (message-cite-original-1): New function.
10457         (message-cite-original): Use it.
10458         (message-cite-original-without-signature): Ditto.
10459
10460 2005-08-08  Romain Francoise  <romain@orebokech.com>
10461
10462         * message.el (message-yank-empty-prefix): New variable.
10463         (message-indent-citation): Use it.
10464         (message-cite-original-without-signature): Respect X-No-Archive.
10465
10466 2005-08-08  Simon Josefsson  <jas@extundo.com>
10467
10468         * pgg.el: Autoload url-insert-file-contents instead of loading
10469         w3/url.
10470         (pgg-insert-url-with-w3): Don't load url here.
10471
10472 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10473
10474         * message.el (message-kill-to-signature): Don't insert newline at
10475         bol.
10476         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10477
10478 2005-08-06  Romain Francoise  <romain@orebokech.com>
10479
10480         * message.el (message-user-fqdn): Fix typo in docstring.
10481
10482 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10483
10484         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10485
10486         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10487
10488 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * mm-bodies.el (mm-encode-body): Use coding system rather than
10491         charset to encode text.
10492
10493         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10494         number of charsets if utf-8 is available (XEmacs).
10495
10496 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10499         taken from `gnus-button-mid-or-mail-regexp'.
10500         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10501         (gnus-button-alist): Improve regexp for domain part of the MIDs
10502         for news:localpart@domain buttons.
10503         (gnus-button-ctan-directory-regexp): Update.
10504
10505 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * sieve-manage.el (sieve-manage-interactive-login): Use
10508         make-local-variable rather than make-variable-buffer-local.
10509         (sieve-manage-open): Ditto.
10510         (sieve-manage-authenticate): Ditto.
10511
10512         * mml.el (mml-generate-mime-1): Make the content type default to
10513         text/plain if the filename is not specified.
10514
10515 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10518         instead of insert-buffer.
10519
10520         * message.el (message-yank-original): Ditto; set the mark at the
10521         end of the yanked message.
10522
10523 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10526         lines to scroll rather than to stop it.
10527
10528         * mml.el (mml-generate-default-type): Add doc string.
10529         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10530         default to application/octet-stream when determining the content
10531         type if it is not specified for the part or the mml contents; add
10532         a comment about mml-generate-default-type.
10533
10534 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10537         make it default to application/octet-stream when determining the
10538         content type if it is not specified for the external contents.
10539
10540 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10543         segmented parameter but also other parameters might be there.
10544
10545 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * mm-decode.el (mm-display-external): Delete temp file, directory
10548         and buffer immediately if the external process is exited.
10549
10550 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10553         fewer lines than that of scroll-margin.
10554         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10555
10556 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-art.el (gnus-article-next-page): Revert.
10559         (gnus-article-beginning-of-window): New macro.
10560         (gnus-article-next-page-1): Use it.
10561         (gnus-article-prev-page): Ditto.
10562         (gnus-article-edit-part): Use insert-buffer-substring instead of
10563         insert-buffer.
10564         (gnus-article-edit-exit): Ditto.
10565
10566         * gnus-util.el (gnus-beginning-of-window): Remove.
10567         (gnus-end-of-window): Remove.
10568
10569         * lpath.el: Don't bind header-line-format and scroll-margin.
10570
10571 2005-07-25  Simon Josefsson  <jas@extundo.com>
10572
10573         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10574         to have the url package without w3.  Reported by Daiki Ueno
10575         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10576
10577 2005-07-20  Didier Verna  <didier@xemacs.org>
10578
10579         * gnus-diary.el: Remove the description comment (nndiary is now
10580         properly documented in the Gnus manual).
10581         Fix the spelling of "Back End".
10582         * nndiary.el: Ditto.
10583         Fix the copyright notice.
10584
10585 2005-07-18  Romain Francoise  <romain@orebokech.com>
10586
10587         * gnus-sum.el (gnus-summary-to-prefix)
10588         (gnus-summary-newsgroup-prefix): New variables.
10589         (gnus-summary-from-or-to-or-newsgroups): Use them.
10590
10591 2005-07-17  Romain Francoise  <romain@orebokech.com>
10592
10593         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10594         space as it's generally not especially interesting to the user.
10595
10596 2005-07-16  Romain Francoise  <romain@orebokech.com>
10597
10598         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10599         nil to avoid prompting and file modification if one of the
10600         messages at the top of the nnfolder file contains a copyright
10601         notice.
10602         Update copyright notice.
10603
10604         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10605         instead of `current-time-string' as the latter creates a time
10606         string that is not RFC 2822 compliant (it lacks the zone).
10607         Update copyright notice.
10608
10609 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10610
10611         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10612         for text/rtf.  Display default in prompt.  Pass default for M-n.
10613
10614         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10615
10616 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617
10618         * gnus-msg.el (gnus-button-mailto): Remove
10619         save-selected-window-window hackery because it relies on
10620         save-selected-window internals.
10621
10622 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10625         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10626         (gnus-article-prev-page): Ditto.
10627
10628         * gnus-util.el (gnus-beginning-of-window): New function.
10629         (gnus-end-of-window): New function.
10630
10631         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10632
10633 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10634
10635         * gnus-score.el (gnus-score-edit-all-score): Set
10636         gnus-score-edit-exit-function to gnus-score-edit-done and call
10637         gnus-message.
10638
10639 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640
10641         * gnus-msg.el (gnus-button-mailto): Remove
10642         save-selected-window-window hackery because it relies on
10643         save-selected-window internals.
10644
10645 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10648         add-minor-mode.
10649         (gnus-binary-mode): Ditto.
10650
10651         * gnus-topic.el (gnus-topic-mode): Ditto.
10652
10653 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10654
10655         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10656         (gnus-article-prev-page): Take scroll-margin into consideration.
10657
10658 2005-07-04  Lute Kamstra  <lute@gnu.org>
10659
10660         Update FSF's address in GPL notices.
10661
10662 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10663
10664         * gnus.el (gnus-exit):
10665         * gnus-group.el (gnus-group-icons):
10666         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10667
10668         * gnus-nocem.el (gnus-nocem):
10669         * message.el (message-various, message-buffers, message-sending)
10670         (message-interface, message-forwarding, message-insertion)
10671         (message-headers, message-news, message-mail):
10672         * pgg-gpg.el (pgg-gpg):
10673         * pgg-parse.el (pgg-parse):
10674         * pgg-pgp.el (pgg-pgp):
10675         * pgg-pgp5.el (pgg-pgp5):
10676         * pop3.el (pop3): Finish `defgroup' description with period.
10677
10678 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * gnus-art.el (article-display-face): Improve the efficiency.
10681         (article-display-x-face): Ditto; remove grey x-face stuff.
10682
10683 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-art.el (article-display-face): Correct the position in
10686         which Faces are inserted.
10687
10688 2005-06-29  Didier Verna  <didier@xemacs.org>
10689
10690         * gnus-art.el (article-display-face): Display faces in correct
10691         order.
10692
10693 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10696         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10697         (gnus-nocem-check-article): Fetch the Type header.
10698         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10699         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10700         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10701         make sure gnus-nocem-hashtb is initialized.
10702         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10703         (gnus-nocem-unwanted-article-p): Ditto.
10704
10705         * pgg.el (pgg-verify): Return the verification result.
10706
10707 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708
10709         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10710         is ascii.
10711
10712 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10713
10714         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10715         `show-nonbreak-escape'.
10716
10717 2005-06-23  Lute Kamstra  <lute@gnu.org>
10718
10719         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10720
10721         * dig.el (dig-mode):
10722         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10723
10724 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10725
10726         * nnimap.el (nnimap-split-download-body): Fix spellings.
10727
10728 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10729
10730         * gnus-art.el (gnus-article-encrypt-body):
10731         * gnus-cus.el (gnus-score-customize):
10732         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10733         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10734
10735 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10736
10737         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10738         header by looking for magic "MII" at the beginnig.
10739
10740 2005-06-16  Miles Bader  <miles@gnu.org>
10741
10742         * gnus-xmas.el (gnus-xmas-group-startup-message):
10743         Use renamed gnus-splash face.
10744
10745         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10746         (assistant-field-face): New backward-compatibility alias for renamed
10747         face.
10748         (assistant-render-text): Use renamed assistant-field face.
10749
10750         * spam.el (spam): Remove "-face" suffix from face name.
10751         (spam-face): New backward-compatibility alias for renamed face.
10752         (spam-face, spam-initialize): Use renamed spam face.
10753
10754         * message.el (message-header-to, message-header-cc)
10755         (message-header-subject, message-header-newsgroups)
10756         (message-header-other, message-header-name)
10757         (message-header-xheader, message-separator, message-cited-text)
10758         (message-mml): Remove "-face" suffix from face names.
10759         (message-header-to-face, message-header-cc-face)
10760         (message-header-subject-face, message-header-newsgroups-face)
10761         (message-header-other-face, message-header-name-face)
10762         (message-header-xheader-face, message-separator-face)
10763         (message-cited-text-face, message-mml-face):
10764         New backward-compatibility aliases for renamed faces.
10765         (message-font-lock-keywords): Use renamed message faces.
10766
10767         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10768         (sieve-test-commands, sieve-tagged-arguments):
10769         Remove "-face" suffix from face names.
10770         (sieve-control-commands-face, sieve-action-commands-face)
10771         (sieve-test-commands-face, sieve-tagged-arguments-face):
10772         New backward-compatibility aliases for renamed faces.
10773         (sieve-control-commands-face, sieve-action-commands-face)
10774         (sieve-test-commands-face, sieve-tagged-arguments-face):
10775         Use renamed sieve faces.
10776
10777         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10778         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10779         (gnus-group-news-3-empty, gnus-group-news-4)
10780         (gnus-group-news-4-empty, gnus-group-news-5)
10781         (gnus-group-news-5-empty, gnus-group-news-6)
10782         (gnus-group-news-6-empty, gnus-group-news-low)
10783         (gnus-group-news-low-empty, gnus-group-mail-1)
10784         (gnus-group-mail-1-empty, gnus-group-mail-2)
10785         (gnus-group-mail-2-empty, gnus-group-mail-3)
10786         (gnus-group-mail-3-empty, gnus-group-mail-low)
10787         (gnus-group-mail-low-empty, gnus-summary-selected)
10788         (gnus-summary-cancelled, gnus-summary-high-ticked)
10789         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10790         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10791         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10792         (gnus-summary-low-undownloaded)
10793         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10794         (gnus-summary-low-unread, gnus-summary-normal-unread)
10795         (gnus-summary-high-read, gnus-summary-low-read)
10796         (gnus-summary-normal-read, gnus-splash):
10797         Remove "-face" suffix from face names.
10798         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10799         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10800         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10801         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10802         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10803         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10804         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10805         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10806         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10807         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10808         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10809         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10810         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10811         (gnus-summary-normal-ticked-face)
10812         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10813         (gnus-summary-normal-ancient-face)
10814         (gnus-summary-high-undownloaded-face)
10815         (gnus-summary-low-undownloaded-face)
10816         (gnus-summary-normal-undownloaded-face)
10817         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10818         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10819         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10820         (gnus-splash-face):
10821         New backward-compatibility aliases for renamed faces.
10822         (gnus-group-startup-message): Use renamed gnus faces.
10823
10824         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10825         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10826         (gnus-server-agent): Remove "-face" suffix from face names.
10827         (gnus-server-agent-face, gnus-server-opened-face)
10828         (gnus-server-closed-face, gnus-server-denied-face)
10829         (gnus-server-offline-face):
10830         New backward-compatibility aliases for renamed faces.
10831         (gnus-server-agent-face, gnus-server-opened-face)
10832         (gnus-server-closed-face, gnus-server-denied-face)
10833         (gnus-server-offline-face): Use renamed gnus faces.
10834
10835         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10836         Remove "-face" suffix from face names.
10837         (gnus-picon-xbm-face, gnus-picon-face):
10838         New backward-compatibility aliases for renamed faces.
10839
10840         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10841         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10842         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10843         (gnus-cite-11): Remove "-face" suffix from face names.
10844         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10845         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10846         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10847         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10848         New backward-compatibility aliases for renamed faces.
10849         (gnus-cite-attribution-face, gnus-cite-face-list)
10850         (gnus-article-boring-faces): Use renamed gnus faces.
10851
10852         * gnus-art.el (gnus-signature, gnus-header-from)
10853         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10854         (gnus-header-content): Remove "-face" suffix from face names.
10855         (gnus-signature-face, gnus-header-from-face)
10856         (gnus-header-subject-face, gnus-header-newsgroups-face)
10857         (gnus-header-name-face, gnus-header-content-face):
10858         New backward-compatibility aliases for renamed faces.
10859         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10860
10861         * gnus-sum.el (gnus-summary-selected-face)
10862         (gnus-summary-highlight): Use renamed gnus faces.
10863         * gnus-group.el (gnus-group-highlight): Likewise.
10864
10865 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10866
10867         * gnus-sieve.el (gnus-sieve-article-add-rule):
10868         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10869         * spam-stat.el (spam-stat-buffer-change-to-spam)
10870         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10871
10872         * message.el (message-is-yours-p):
10873         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10874
10875 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * mm-view.el (mm-inline-text): Withdraw the last change.
10878
10879 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10882         executing enriched-decode.
10883
10884 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10887         charset of tar files.
10888
10889 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10890
10891         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10892
10893 2005-06-04  Lute Kamstra  <lute@gnu.org>
10894
10895         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10896         information is never recorded.
10897
10898 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10899
10900         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10901
10902 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * pop3.el (pop3-apop): Run md5 in the binary mode.
10905
10906         * starttls.el (starttls-set-process-query-on-exit-flag):
10907         Use eval-and-compile.
10908
10909 2005-05-31  Simon Josefsson  <jas@extundo.com>
10910
10911         * smime.el (smime-replace-in-string): Define.
10912         (smime-cert-by-ldap-1): Use it.
10913
10914 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-art.el (article-display-x-face): Replace
10917         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10918
10919         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10920         set-process-query-on-exit-flag or process-kill-without-query.
10921
10922         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10923         loop instead of replace-regexp.
10924
10925         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10926         instead of process-kill-without-query if it is available.
10927
10928         * lpath.el: Fbind ldap-search-entries.
10929
10930         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10931         instead of find-file-hooks if it is available.
10932
10933         * mml1991.el: Bind pgg-default-user-id when compiling.
10934
10935         * mml2015.el: Bind pgg-default-user-id when compiling.
10936
10937         * nndraft.el (nndraft-request-associate-buffer):
10938         Use write-contents-functions instead of write-contents-hooks if it is
10939         available.
10940
10941         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10942         instead of find-file-hooks if it is available.
10943
10944         * nntp.el (nntp-open-connection): Replace
10945         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10946         (nntp-open-ssl-stream): Ditto.
10947         (nntp-open-tls-stream): Ditto.
10948
10949         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10950         set-process-query-on-exit-flag or process-kill-without-query.
10951         (starttls-open-stream-gnutls): Use it instead of
10952         process-kill-without-query.
10953         (starttls-open-stream): Ditto.
10954
10955 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10956
10957         * smime.el (smime-cert-by-ldap-1): Don't use
10958         replace-regexp-in-string.
10959
10960 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10961
10962         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10963
10964         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10965         in PEM format.  Adjust to the XEmacs compability.
10966
10967 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10970         by `string-to-number'.
10971         * gnus-agent.el (gnus-agent-regenerate-group)
10972         (gnus-agent-fetch-articles): Ditto.
10973         * gnus-art.el (gnus-button-fetch-group): Ditto.
10974         * gnus-cache.el (gnus-cache-generate-active)
10975         (gnus-cache-articles-in-group): Ditto.
10976         * gnus-group.el (gnus-group-set-current-level)
10977         (gnus-group-insert-group-line): Ditto.
10978         * gnus-score.el (gnus-score-set-expunge-below)
10979         (gnus-score-set-mark-below, gnus-summary-score-effect)
10980         (gnus-summary-score-entry): Ditto.
10981         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10982         (gnus-soup-pack): Ditto.
10983         * gnus-spec.el (gnus-xmas-format): Ditto.
10984         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10985         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10986         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10987         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10988         * nndb.el (nndb-get-remote-expire-response): Ditto.
10989         * nndiary.el (nndiary-parse-schedule-value)
10990         (nndiary-string-to-number, nndiary-request-replace-article)
10991         (nndiary-request-article): Ditto.
10992         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10993         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10994         * nneething.el (nneething-make-head): Ditto.
10995         * nnfolder.el (nnfolder-request-article)
10996         (nnfolder-retrieve-headers): Ditto.
10997         * nnheader.el (nnheader-file-to-number): Ditto.
10998         * nnkiboze.el (nnkiboze-request-article): Ditto.
10999         * nnmail.el (nnmail-process-unix-mail-format)
11000         (nnmail-process-babyl-mail-format): Ditto.
11001         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11002         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11003         (nnmh-request-create-group, nnmh-request-list-1)
11004         (nnmh-request-group, nnmh-request-article): Ditto.
11005         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11006         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11007         * nnsoup.el (nnsoup-make-active): Ditto.
11008         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11009         * nntp.el (nntp-find-group-and-number)
11010         (nntp-retrieve-headers-with-xover): Ditto.
11011         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11012         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11013         (pgg-format-key-identifier): Ditto.
11014         * pop3.el (pop3-last, pop3-stat): Ditto.
11015         * qp.el (quoted-printable-decode-region): Ditto.
11016
11017         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11018         of concat.
11019
11020 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11023
11024         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11025
11026         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11027
11028         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11029
11030         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11031
11032         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11033
11034         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11035         (gnus-carpal-mode): Ditto.
11036
11037         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11038         (gnus-browse-mode): Ditto.
11039
11040         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11041
11042         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11043
11044 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11045
11046         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11047
11048 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-util.el (gnus-run-mode-hooks): New function.
11051
11052         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11053
11054         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11055         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11056
11057 2005-05-27  Lute Kamstra  <lute@gnu.org>
11058
11059         * dns-mode.el (dns-mode): Specify customization group.
11060
11061 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11062
11063         * gnus-agent.el (gnus-agent-make-mode-line-string):
11064         Use mode-line-highlight as mouse-face.
11065
11066 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * canlock.el (canlock): Change the parent group to news.
11069
11070         * deuglify.el (gnus-outlook-deuglify): Add :group.
11071
11072         * dig.el (dig): Add :group.
11073
11074         * dns-mode.el (dns-mode): Add :group.
11075
11076         * encrypt.el (encrypt): Add :group.
11077
11078         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11079         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11080         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11081         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11082         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11083
11084         * gnus-diary.el (gnus-diary): Add :group.
11085
11086         * gnus.el (gnus-group-news-1-face): Add :group.
11087         (gnus-group-news-1-empty-face): Ditto.
11088         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11089         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11090         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11091         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11092         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11093         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11094         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11095         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11096         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11097         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11098         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11099         (gnus-summary-high-ticked-face): Ditto.
11100         (gnus-summary-low-ticked-face): Ditto.
11101         (gnus-summary-normal-ticked-face): Ditto.
11102         (gnus-summary-high-ancient-face): Ditto.
11103         (gnus-summary-low-ancient-face): Ditto.
11104         (gnus-summary-normal-ancient-face): Ditto.
11105         (gnus-summary-high-undownloaded-face): Ditto.
11106         (gnus-summary-low-undownloaded-face): Ditto.
11107         (gnus-summary-normal-undownloaded-face): Ditto.
11108         (gnus-summary-high-unread-face): Ditto.
11109         (gnus-summary-low-unread-face): Ditto.
11110         (gnus-summary-normal-unread-face): Ditto.
11111         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11112         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11113
11114         * hashcash.el (hashcash): New custom group.
11115         (hashcash-default-payment): Add :group.
11116         (hashcash-payment-alist): Ditto.
11117         (hashcash-default-accept-payment): Ditto.
11118         (hashcash-accept-resources): Ditto.
11119         (hashcash-path): Ditto.
11120         (hashcash-extra-generate-parameters): Ditto.
11121         (hashcash-double-spend-database): Ditto.
11122         (hashcash-in-news): Ditto.
11123
11124         * message.el (message-minibuffer-local-map): Add :group.
11125
11126         * netrc.el (netrc): Add :group.
11127
11128         * sieve-manage.el (sieve-manage-log): Add :group.
11129         (sieve-manage-default-user): Diito.
11130         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11131         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11132         (sieve-manage-authenticators): Ditto.
11133         (sieve-manage-authenticator-alist): Ditto.
11134         (sieve-manage-default-port): Ditto.
11135
11136         * sieve-mode.el (sieve-control-commands-face): Add :group.
11137         (sieve-action-commands-face): Ditto.
11138         (sieve-test-commands-face): Ditto.
11139         (sieve-tagged-arguments-face): Ditto.
11140
11141         * smime.el (smime): Add :group.
11142
11143         * spam-report.el (spam-report): Add :group.
11144
11145         * spam.el (spam, spam-face): Add :group.
11146
11147 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11148
11149         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11150         return \n.\n.\n at the end of articles.  Protect against that.
11151         (nntp-with-open-group): Allow debugging.
11152
11153         * nnheader.el (mail-header-set-extra): Make into a function
11154         because I just could't understand how to quote the list properly.
11155
11156         * dns.el (query-dns-cached): New function.
11157
11158 2005-05-26  Lute Kamstra  <lute@gnu.org>
11159
11160         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11161
11162 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11165
11166         * gnus-art.el: Don't autoload mail-extract-address-components.
11167
11168         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11169         eval-and-compile to evaluate it.
11170
11171         * hashcash.el: Don't autoload executable-find.
11172
11173         * nndb.el: Don't declare the nndb back end two or more times; don't
11174         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11175
11176         * nntp.el: Autoload format-spec instead of format; use
11177         eval-and-compile to evaluate autoload forms.
11178
11179 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11180
11181         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11182
11183 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * gnus.el (gnus-version-number): Bump version.
11186
11187 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11188
11189         * gnus.el: No Gnus v0.3 is released.
11190
11191 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11192
11193         * lpath.el (featurep): Bind show-nonbreak-escape.
11194
11195 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-art.el (gnus-article-edit-part): Disable undo.
11198
11199 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11202         gnus-article-date-lapsed-new-header is t if date timer is active;
11203         skip headers in which the original date value is empty.
11204         (gnus-article-save-original-date): Redefine it as a macro.
11205         (gnus-display-mime): Use it.
11206
11207 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-art.el (article-date-ut): Support converting date in
11210         forwarded parts as well.
11211         (gnus-article-save-original-date): New function.
11212         (gnus-display-mime): Use it.
11213
11214 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11215
11216         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11217         enclosure element of <item>.
11218
11219 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * message.el (message-kill-buffer-query): Renamed from
11222         `message-kill-buffer-query-if-modified'.  Added :version.
11223
11224 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11227         window layout.
11228
11229 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * mml.el: Autoload dnd when compiling.
11232
11233 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11234
11235         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11236         x-dnd-*.
11237
11238 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * qp.el (quoted-printable-encode-region): Save excursion.
11241
11242 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11243
11244         * message.el (message-kill-buffer-query-if-modified): Add new variable
11245         so the user can kill a modified message buffer quickly.
11246         (message-kill-buffer): Use it.
11247
11248 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * lpath.el: Fbind display-time-event-handler; don't fbind
11251         string-to-multibyte.
11252
11253         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11254
11255 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11258         contained in text because xml.el decodes entities) with LFs.
11259
11260 2005-04-11  Lute Kamstra  <lute@gnu.org>
11261
11262         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11263         differently.
11264
11265 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11266
11267         * mm-util.el (mm-detect-coding-region): Typo.
11268
11269 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11272
11273 2005-04-06  Deepak Goel  <deego@gnufans.org>
11274
11275         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11276         user-function allow user modifications of the scores.
11277         (spam-stat-score-buffer-user): New function, to allow
11278         user-computed modifications to the score.
11279         (spam-stat-score-buffer-user-functions): List of additional
11280         scoring functions.
11281         (spam-stat-error-holder): Global temporary error holder.
11282         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11283         variable.
11284
11285 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * gnus-registry.el (gnus-registry-clean-empty-function)
11288         (gnus-registry-trim, gnus-registry-fetch-groups)
11289         (gnus-registry-delete-group): Groups that match
11290         `gnus-registry-ignored-groups' are removed from the registry
11291         entries, not just ignored for splitting.  This helps clean up the
11292         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11293         to get all the groups a message ID is in.
11294
11295         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11296         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11297         (spam-stat-score-buffer-user-functions): Add :number custom type.
11298
11299 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11302         argument in XEmacs.
11303
11304         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11305         (nnrss-request-group): Decode group name first.
11306         (nnrss-request-article): Make a text/plain article if mml-to-mime
11307         failed.
11308         (nnrss-get-encoding): Return a compatible encoding according to
11309         nnrss-compatible-encoding-alist.
11310         (nnrss-find-el): Use consp instead of listp.
11311         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11312
11313 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11316         which Emacs 20 doesn't support.
11317         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11318
11319 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11322         silence the byte compiler inside the defun.
11323
11324         * gnus-demon.el (parse-time-string): Add autoload.
11325
11326         * gnus-delay.el (parse-time-string): Add autoload.
11327
11328         * gnus-art.el (parse-time-string): Add autoload.
11329
11330         * nnultimate.el (parse-time): Require for `parse-time-string'.
11331
11332 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11335
11336         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11337
11338         * smime.el (smime-ldap-host-list): Add :version.
11339
11340 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11343         pass it to `gnus-browse-read-group'.
11344         (gnus-browse-read-group): Add NUMBER argument and pass it to
11345         `gnus-group-read-ephemeral-group'.
11346
11347         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11348         argument and pass it to `gnus-group-read-group'.
11349
11350 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11351
11352         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11353         mm-xemacs-find-mime-charset-1 if we have the mule feature
11354         available at runtime.
11355
11356 2005-03-25  Werner Lemberg  <wl@gnu.org>
11357
11358         * nnmaildir.el: Replace `illegal' with `invalid'.
11359
11360 2005-03-23  Lute Kamstra  <lute@gnu.org>
11361
11362         * time-date.el: Add comment on time value formats.
11363         Don't require parse-time.
11364         (with-decoded-time-value): New macro.
11365         (encode-time-value): New function.
11366         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11367         (days-to-time): Return a valid time value when arg is huge.
11368         (time-since): Use time-subtract.
11369         (time-to-number-of-days): Use time-to-seconds.
11370
11371 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11372
11373         * gnus-start.el (gnus-display-time-event-handler):
11374         Check display-time-timer at runtime rather than only at load time
11375         in case display-time-mode is turned off in the mean time.
11376
11377 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11380         used.
11381
11382         * nneething.el (nneething-map-file-directory): Derive from
11383         `gnus-directory'.
11384
11385         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11386         the To/Cc button.
11387
11388 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * nnmaildir.el (nnmaildir-request-accept-article):
11391         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11392
11393 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11394
11395         * gnus-async.el: Require timer-funcs at compile time when in
11396         XEmacs for `run-with-idle-timer'.
11397
11398 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11399
11400         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11401         autoloaded function.
11402
11403 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11404
11405         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11406
11407 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11408
11409         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11410
11411 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412
11413         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11414         gnus-expert-user to default.
11415
11416 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11417
11418         * nnimap.el (nnimap-open-server): Ditto.
11419
11420         * imap.el (imap-authenticate): Fix typo.
11421
11422 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11423
11424         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11425         buffer (since IMAP server might return FETCH response out of
11426         order, and the nntp buffer must be sorted).
11427
11428 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11429
11430         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11431         comparison on string.
11432
11433         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11434         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11435         (gnus-agent-summary-fetch-series): Modified to protect against
11436         gnus-agent-summary-fetch-group clearing processable flags.
11437         (gnus-agent-synchronize-group-flags): Update live group buffer as
11438         synchronization may occur due to the user toggle the plugged
11439         status.
11440         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11441         successfully downloaded.
11442         (gnus-agent-expire-group-1): Avoid using markers when the overview
11443         is in ascending order; greatly improves performance.
11444         (gnus-agent-regenerate-group): Use
11445         gnus-agent-synchronize-group-flags to reset read status in both
11446         gnus and server.
11447         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11448
11449 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * message.el: Don't autoload former message-utils variables.
11452         (message-strip-subject-trailing-was): Change doc string.
11453
11454         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11455         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11456         (nnweb-google-search): Add "hl=en" here.
11457         (nnweb-google-parse-1, nnweb-google-create-mapping):
11458         Don't hardcode URL.
11459
11460 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * message.el (message-get-reply-headers, message-followup):
11463         Mention related variables `message-use-followup-to' and
11464         `message-use-mail-followup-to', in the information buffer.
11465
11466         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11467         of broken groups(-beta).google.com.
11468
11469 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11470
11471         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11472         parameter to invoked gnus-request-move-article; remove the
11473         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11474         all at once instead of once per article.
11475         (gnus-summary-remove-process-mark): Accept a list of articles as
11476         well as a single article for processing.
11477
11478         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11479         parameter.
11480
11481         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11482
11483         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11484
11485         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11486         parameter.
11487
11488         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11489         parameter.
11490
11491         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11492         parameter and remove the gnus-sum-hint-move-is-internal variable.
11493
11494         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11495         parameter.
11496
11497         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11498         parameter.
11499
11500         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11501         parameter.
11502
11503         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11504
11505         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11506         parameter.
11507
11508         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11509         parameter.
11510
11511 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11512
11513         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11514         a more conservative way.
11515
11516 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11517
11518         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11519         buffer, so it moves the window's cursor.
11520
11521 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11522
11523         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11524         `mm-dissect-multipart' and receive the from field as an (optional)
11525         argument from `mm-dissect-multipart'.
11526         (mm-dissect-multipart): Receive the from field as an argument and
11527         pass it on when we call `mm-dissect-buffer' on MIME parts.
11528         Fixes verification/decryption of signed/encrypted MIME parts.
11529
11530 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11531
11532         * gnus-sum.el (gnus-summary-move-article): Set
11533         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11534         whatever it calls (right now, only nnimap-request-move article
11535         respects it).
11536
11537         * nnimap.el (nnimap-request-move-article): When
11538         gnus-sum-hint-move-is-internal is set, don't do the extra
11539         nnimap-request-article.
11540
11541 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11544
11545         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11546         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11547
11548         * gnus-sum.el (gnus-summary-caesar-message):
11549         Apply `gnus-treat-article' after rotation.
11550
11551         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11552         doc string.
11553
11554 2005-02-22  Simon Josefsson  <jas@extundo.com>
11555
11556         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11557         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11558         <arne@arnested.dk>.
11559         (encrypt): Add password-cache and password-cache-expiry as group
11560         members.
11561
11562 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11563
11564         * smime.el (smime-ldap-host-list): Doc fix.
11565         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11566         cache) password.
11567         (smime-sign-region): Use it.
11568         (smime-decrypt-region): Use it.
11569         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11570         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11571         fails.
11572         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11573         certificate from DER to PEM format rather than calling openssl.
11574
11575         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11576
11577         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11578         for signing/encryption.
11579
11580         * mml.el (mml-parse-1): Use them.
11581
11582 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11583
11584         * nnrss.el (nnrss-verbose): Removed.
11585         (nnrss-request-group): Use `nnheader-message' instead.
11586
11587 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11588
11589         * nnrss.el (nnrss-verbose): New variable.
11590         (nnrss-request-group): Make it say nnrss is requesting a group.
11591
11592 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11595         Handle news URL with given port correctly.
11596
11597 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11600         containing special characters.
11601
11602         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11603
11604         * mml.el (mime-to-mml): Ditto.
11605
11606         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11607         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11608         (rfc2047-decode-region): Quote decoded words containing special
11609         characters when rfc2047-quote-decoded-words-containing-tspecials
11610         is non-nil.
11611
11612 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11613
11614         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11615
11616         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11617
11618 2005-02-15  Simon Josefsson  <jas@extundo.com>
11619
11620         * nnimap.el (nnimap-debug): Doc fix.
11621
11622         * imap.el (imap-debug): Doc fix.
11623
11624 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11627
11628 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11629
11630         * gnus.el (spam-contents): Improve docs for spam-contents
11631         parameter in its variable incarnation.
11632
11633 2005-02-14  Simon Josefsson  <jas@extundo.com>
11634
11635         * smime-ldap.el: Use require instead of load-library for ldap.
11636         (smime-ldap-search): Indent.
11637         (smime-ldap-search-internal): Shorten line.
11638
11639         * smime.el (smime-cert-by-dns): Add doc-string.
11640         (smime-cert-by-ldap-1): Indent.
11641
11642         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11643         mml-smime-get-dns-ldap.
11644         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11645
11646 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11647
11648         * smime.el: Require smime-ldap.
11649         (smime-ldap-host-list): New variable.
11650         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11651
11652         * mml-smime.el (mml-smime-encrypt-query): New function.
11653         (mml-smime-encrypt-query): Use it.
11654
11655         * smime-ldap.el: New file.
11656
11657 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11660
11661 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11664         argument in doc string.  Make query for type more clear.
11665
11666 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * gnus.el (gnus-group-startup-message): Search for gnus images in
11669         etc/images/gnus.
11670         * mm-util.el (mm-image-load-path): Likewise.
11671         * smiley.el (smiley-data-directory): Search for smilies in
11672         etc/images/smilies.
11673
11674 2005-02-09  Kim F. Storm  <storm@cua.dk>
11675
11676         Change Emacs release version from 21.4 to 22.1 throughout.
11677         Change Emacs development version from 21.3.50 to 22.0.50.
11678
11679 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11682
11683         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11684         non-Mule XEmacs as well.
11685         (mm-decompress-buffer): Signal an error intentionally if it does
11686         not decompress compressed data because auto-compression-mode is
11687         disabled.
11688
11689 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11690
11691         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11692         an ID in the registry even if it has no groups.
11693
11694 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11697         merge it into mm-decompress-buffer.
11698         (gnus-mime-copy-part): Use the MIME part charset, the value which
11699         a user specified or gnus-newsgroup-charset for decoding, like
11700         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11701         save-buffer what was used.  Suggested by Kevin Ryde
11702         <user42@zip.com.au>.
11703         (gnus-mime-inline-part): Allow the name parameter as well as the
11704         filename parameter; force decompressing of compressed data; always
11705         display contents being not decoded as unibyte.
11706
11707         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11708         as well as the filename parameter.
11709
11710         * mm-util.el (mm-decompress-buffer): Merge
11711         gnus-mime-jka-compr-maybe-uncompress.
11712         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11713         of compressed data.
11714
11715 2005-02-08  Simon Josefsson  <jas@extundo.com>
11716
11717         * imap.el (imap-log): Doc fix.
11718
11719 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11722         the coding cookies; decompress compressed parts.
11723
11724         * mml.el (mml-generate-mime-1): Add the charset parameter according
11725         to the value which a user specified manually or the coding cookie.
11726
11727         * mm-util.el (mm-string-to-multibyte): New function.
11728         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11729         (mm-coding-system-to-mime-charset): New function.
11730         (mm-decompress-buffer): New function.
11731         (mm-find-buffer-file-coding-system): New function.
11732
11733         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11734         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11735         parts.
11736
11737 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11738
11739         * mm-view.el (mm-display-inline-fontify): Decode a part according
11740         to the charset parameter.
11741
11742 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11745         prefix arg is neither nil nor a number, as info specifies.
11746
11747 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11750         timestamps.
11751
11752 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11753
11754         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11755         groups error checking and notify user.
11756
11757 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11758
11759         * message.el (message-send-mail-function): Check existence of
11760         sendmail-program first before using default value
11761         `message-send-mail-with-sendmail'.  Otherwise use more generic
11762         `smtpmail-send-it'.
11763
11764 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * nntp.el (nntp-request-update-info): Always return nil.
11767
11768 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11769
11770         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11771
11772 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11773
11774         * message.el (message-beginning-of-line): Change the behavior when
11775         invoked between BOL and : so that it first moves backward.
11776
11777 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11780         article buffer when editing of the article is discarded.
11781         (gnus-article-prepare): Revert.
11782
11783 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-art.el (gnus-article-prepare):
11786         Remove message-strip-forbidden-properties from the local hook.
11787
11788 2005-01-27  Simon Josefsson  <jas@extundo.com>
11789
11790         * password.el (password-cache-add): Only start one timer per key.
11791         Reported by Derek Atkins <warlord@MIT.EDU>.
11792
11793 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11794
11795         * run-at-time.el: Removed.  It is no longer needed as
11796         timer-funcs.el in the xemacs-base package has a working version of
11797         `run-at-time'.
11798
11799         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11800
11801         * password.el: Require timer-funcs instead of run-at-time in
11802         XEmacs.
11803         Remove `password-run-at-time' macro.
11804         (password-cache-add): Use `run-at-time' instead of
11805         `password-run-at-time'.
11806
11807         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11808         Remove `nnheader-cancel-function-timers' alias,
11809         `cancel-function-timers' exists in XEmacs in timer-funcs.
11810
11811         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11812         for `run-with-idle-timer'.
11813
11814         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11815         for `run-at-time'.
11816
11817         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11818         for `with-timeout'.
11819
11820         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11821         the same as for XEmacs 21.4.
11822         No need to ignore `run-with-idle-timer', this function exists in
11823         XEmacs now in timer-funcs.el in the xemacs-base package.
11824         (dgnushack-compile): No need to delete
11825         run-at-time.el from the list of files to compile because it
11826         doesn't exist anymore.
11827
11828 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11831         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11832
11833 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11834
11835         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11836         sensitively.
11837
11838 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11839
11840         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11841
11842 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11845         which will be inserted according to the multibyteness of a buffer
11846         rather than the type of contents.  Suggested by ARISAWA Akihiro
11847         <ari@mbf.ocn.ne.jp>.
11848
11849         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11850         of string which old xml.el may return rather than a string.
11851
11852 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11855
11856 2005-01-16  Simon Josefsson  <jas@extundo.com>
11857
11858         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11859         idn/idna.el isn't available.
11860         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11861         <michael@waxrat.com>.
11862
11863         * hashcash.el: Remove non-FSF copyright header.
11864
11865         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11866         (hashcash-generate-payment): Use it.
11867         (hashcash-generate-payment-async): Use it.
11868
11869 2005-01-15  Simon Josefsson  <jas@extundo.com>
11870
11871         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11872         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11873
11874         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11875         gnus-summary-idna-message.
11876         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11877         (gnus-summary-idna-message): New function.
11878
11879 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11882         gnus-novice-user.
11883
11884 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * nnrss.el (nnrss-request-delete-group): Delete entries in
11887         nnrss-group-alist as well.
11888         (nnrss-save-server-data): Insert newline.
11889
11890 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * gnus.el (gnus-user-agent): Use list of symbols instead of
11893         symbols.  Display full version number for (S)XEmacs.  Optionally
11894         display (S)XEmacs codename.
11895
11896         * gnus-util.el (gnus-emacs-version): Update for new
11897         `gnus-user-agent'.
11898
11899         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11900         Gnus version.
11901
11902 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11905         which is unreadable in some setups.
11906
11907 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-spec.el (gnus-update-format-specifications): Flush the
11910         group format spec cache if it doesn't support decoded group names.
11911
11912 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11915         Allow to apply decay on score files matching a regexp.
11916
11917 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11920         compatibility in %g and %c.
11921
11922 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11925         name for only %g and %c.
11926         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11927         of gnus-tmp-group to decoded group name.
11928         (gnus-group-make-rss-group): Exclude `/'s from group names.
11929
11930 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * nnrss.el (nnrss-get-encoding): Fix regexp.
11933
11934 2004-12-27  Simon Josefsson  <jas@extundo.com>
11935
11936         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11937         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11938         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11939
11940 2004-12-17  Kim F. Storm  <storm@cua.dk>
11941
11942         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11943
11944         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11945
11946 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11947
11948         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11949
11950 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * nnrss.el: Require rfc2047 and mml.
11953         (nnrss-file-coding-system): New variable.
11954         (nnrss-format-string): Redefine it as an inline function.
11955         (nnrss-decode-group-name): New function.
11956         (nnrss-string-as-multibyte): Remove.
11957         (nnrss-retrieve-headers): Decode group name; don't use
11958         nnrss-format-string.
11959         (nnrss-request-group): Decode group name.
11960         (nnrss-request-article): Decode group name; allow a Message-ID as
11961         well as an article number; don't use nnrss-format-string; encode a
11962         Message-ID string which may contain non-ASCII characters; use
11963         mml-to-mime to compose a MIME article.
11964         (nnrss-request-expire-articles): Decode group name.
11965         (nnrss-request-delete-group): Decode group name.
11966         (nnrss-fetch): Clarify error message.
11967         (nnrss-read-server-data): Use insert-file-contents instead of load;
11968         bind file-name-coding-system; use multibyte buffer.
11969         (nnrss-save-server-data): Bind coding-system-for-write to the
11970         value of nnrss-file-coding-system; bind file-name-coding-system;
11971         add coding cookie.
11972         (nnrss-read-group-data): Use insert-file-contents instead of load;
11973         bind file-name-coding-system; use multibyte buffer.
11974         (nnrss-save-group-data): Bind coding-system-for-write to the
11975         value of nnrss-file-coding-system; bind file-name-coding-system.
11976         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11977         make it work with non-ASCII text.
11978         (nnrss-find-el): Make it work with old xml.el as well.
11979
11980 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11981
11982         * nnrss.el (nnrss-get-encoding): New function.
11983         (nnrss-fetch): Use unibyte buffer initially; bind
11984         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11985         decode contents according to the encoding attribute.
11986         (nnrss-save-group-data): Add coding cookie.
11987         (nnrss-mime-encode-string): New function.
11988         (nnrss-check-group): Use it to encode subject and author.
11989
11990 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11991
11992         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11993         imaginary variable.
11994
11995 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11998         correctly even if there are wide characters.
11999
12000 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12001
12002         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12003         downcased symbol names; make a new cache instead of reusing
12004         bbdb-hashtable.
12005
12006 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12009         concatenating segments rather than before concatenating them.
12010         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12011
12012         * message.el (message-get-reply-headers): Bind `extra'.
12013
12014 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12015
12016         * message.el (message-extra-wide-headers): New variable.
12017         (message-get-reply-headers): Use it.
12018
12019 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12022         (gnus-agent-group-pathname): Ditto.
12023
12024         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12025
12026         * gnus-group.el (gnus-group-make-group): Decode group name.
12027         (gnus-group-make-rss-group): Register the group data after opening
12028         the nnrss group.
12029
12030 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12031
12032         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12033         by expiry now get marked as read.
12034
12035 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12038
12039 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12040
12041         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12042         unify Latin characters in XEmacs.
12043         (mm-find-mime-charset-region): Use it.
12044
12045 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * gnus-util.el (gnus-delete-directory): New function.
12048
12049         * gnus-agent.el (gnus-agent-delete-group): Use it.
12050
12051         * gnus-cache.el (gnus-cache-delete-group): Use it.
12052
12053 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12056         names.
12057
12058 2004-12-16  Simon Josefsson  <jas@extundo.com>
12059
12060         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12061
12062 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12065
12066         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12067         (gnus-group-set-current-level): Decode group name.
12068
12069 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12070
12071         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12072         failed.
12073
12074 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-group.el (gnus-group-delete-group): Decode group name.
12077         (gnus-group-make-rss-group): Encode group name.
12078         (gnus-group-catchup-current): Decode group name.
12079         (gnus-group-kill-group): Decode group name.
12080
12081 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12082
12083         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12084
12085 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-group.el (gnus-group-make-rss-group):
12088         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12089
12090         * gnus-start.el (gnus-setup-news): Honor user's setting to
12091         gnus-message-archive-method.  Suggested by Lute Kamstra
12092         <lute@gnu.org>.
12093
12094 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12095
12096         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12097         global counterparts of the buffer-local variables.
12098
12099 2004-11-16  Romain Francoise  <romain@orebokech.com>
12100
12101         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12102         counterparts of the buffer-local variables.
12103
12104 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * message.el (message-forbidden-properties): Fixed typo in doc
12107         string.
12108
12109 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * gnus-util.el (gnus-replace-in-string): Added doc string.
12112
12113         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12114         to avoid problems when splitting mails with many recipients.
12115
12116 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12117
12118         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12119         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12120
12121 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12122
12123         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12124         if there is no hashtable in memory or file modification time is
12125         newer than cached timestamp.
12126
12127 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12130         not-matching option.
12131
12132 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12135         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12136         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12137         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12138         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12139         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12140
12141 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * message.el (message-forward-make-body-mml): Remove headers
12144         according to message-forward-ignored-headers if a message is decoded.
12145
12146 2004-12-02  Romain Francoise  <romain@orebokech.com>
12147
12148         * message.el (message-forward-make-body-plain): Always remove
12149         headers according to message-forward-ignored-headers.
12150
12151 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12152
12153         * spam.el (spam-summary-prepare-exit): Remove the
12154         gnus-summary-limit pop for now, it has problems with ham marks for
12155         me.
12156
12157 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12158
12159         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12160         correctly.
12161
12162 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12163
12164         * format-spec.el (format-spec): Message the char.
12165
12166 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12167
12168         * gnus-art.el (gnus-split-methods): Reformat comments.
12169
12170         * spam.el (spam-summary-prepare-exit): Remove article limits
12171         before exiting the summary buffer.
12172
12173 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12176         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12177
12178         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12179         order to silence the byte compiler.
12180
12181         * spam.el: Fix the way to silence the byte compiler, which
12182         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12183         bbdb-search-simple, spam-BBDB-register-routine,
12184         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12185         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12186         spam-stat-buffer-is-spam, spam-stat-load,
12187         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12188         spam-stat-save and spam-stat-split-fancy.
12189
12190 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12193         which may confuse users.
12194         (canlock-password-for-verify): Ditto.
12195
12196         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12197
12198         * gnus-art.el (gnus-emphasis-alist): Ditto.
12199
12200         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12201
12202         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12203
12204         * gnus-start.el (gnus-save-killed-list): Ditto.
12205
12206         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12207         (gnus-sum-thread-tree-root): Ditto.
12208         (gnus-sum-thread-tree-false-root): Ditto.
12209         (gnus-sum-thread-tree-single-indent): Ditto.
12210
12211         * message.el (message-courtesy-message): Ditto.
12212         (message-archive-note): Ditto.
12213         (message-subscribed-address-file): Ditto.
12214         (message-user-fqdn): Ditto.
12215
12216         * spam-report.el (spam-report-gmane-regex): Ditto.
12217
12218         * spam.el (spam-blackhole-good-server-regex): Ditto.
12219
12220 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * mml.el (mml-preview): Widen the message buffer before copying
12223         the contents to the preview buffer; sort headers before previewing.
12224
12225         * message.el (message-hidden-headers): Fix the way to avoid a bug
12226         in the `repeat' widget in Emacs 21.3 or earlier.
12227
12228 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * message.el (message-hidden-headers): Default to "^References:".
12231         Improve customization type.  Suggested by Reiner Steib
12232         <Reiner.Steib@gmx.de>.
12233
12234 2004-11-25  Romain Francoise  <romain@orebokech.com>
12235
12236         * message.el (message-strip-forbidden-properties): Remove check for
12237         obsolete `message-hidden' text property, hidden headers are not
12238         accessible in the buffer anymore.
12239
12240 2004-11-22  Romain Francoise  <romain@orebokech.com>
12241
12242         * message.el (message-header-format-alist): Add `From' in list
12243         so that it can be sorted.
12244         (message-fix-before-sending): Widen and sort headers before
12245         sending.
12246         (message-hide-headers): Use narrowing to hide headers by moving
12247         them to the top of the buffer and narrowing to the region
12248         underneath.
12249
12250 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12251
12252         * message.el (message-strip-forbidden-properties): Bind
12253         buffer-read-only (etc) to nil.
12254
12255 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12258         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12259
12260 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12261
12262         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12263
12264 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12265
12266         * dns.el (query-dns): Use sit-for to time instead of
12267         accept-process-output, since that doesn't seem to work on udp
12268         sockets.
12269
12270 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12273
12274 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12275
12276         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12277         doc string.  Improve doc string.
12278
12279 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * nntp.el (nntp-request-update-info): Return nil if
12282         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12283         may not call gnus-activate-group which uselessly issues the GROUP
12284         commands for all nntp groups and wastes time.  Reported by Romain
12285         Francoise <romain@orebokech.com>.
12286
12287         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12288
12289 2004-11-15  Simon Josefsson  <jas@extundo.com>
12290
12291         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12292         headers separately.
12293         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12294         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12295
12296 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * gnus-start.el (gnus-convert-old-newsrc):
12299         Assign legacy-gnus-agent to 5.10.7.
12300
12301 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12302
12303         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12304         start of the lines.
12305
12306 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12307
12308         * hashcash.el (hashcash-default-payment): Change default to 20.
12309         (hashcash-default-accept-payment): Change default to 20.
12310         (hashcash-process-alist): New variable.
12311         (hashcash-generate-payment-async): Add.
12312         (hashcash-already-paid-p): Add.
12313         (hashcash-insert-payment): Don't generate payments twice.
12314         (hashcash-insert-payment-async): Add.
12315         (hashcash-insert-payment-async-2): Add.
12316         (hashcash-cancel-async): Add.
12317         (hashcash-wait-async): Add.
12318         (hashcash-processes-running-p): Add.
12319         (hashcash-wait-or-cancel): Add.
12320         (mail-add-payment): New optional argument.  Conditionally start
12321         asynchronous calculation.
12322         (mail-add-payment-async): Add.
12323
12324         * message.el (message-send-mail): Wait for asynchronous hashcash
12325         results.  Don't clobber existing X-Hashcash headers.
12326         (message-setup-1): Call mail-add-payment-async when
12327         message-generate-hashcash is non-nil.
12328
12329 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12330
12331         * message.el (message-use-alternative-email-as-from): Examine the
12332         From header as well; use message-make-from in order to include a
12333         user's full name.
12334
12335 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12338         default; improve customization type.
12339         (gnus-emphasis-custom-with-format): New macro.
12340         (gnus-emphasis-custom-value-to-external): New function.
12341         (gnus-emphasis-custom-value-to-internal): New function.
12342
12343 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12344
12345         * dns.el (query-dns): Resolve reverse addresses.
12346
12347 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12348
12349         * gnus-group.el (gnus-group-get-new-news): Use it.
12350
12351         * gnus-start.el (gnus-check-reasonable-setup): New function.
12352
12353 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12356         "Args out of range" error.  Reported by Arnaud Giersch
12357         <arnaud.giersch@free.fr>.
12358
12359 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12360
12361         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12362
12363 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12364
12365         * spam.el (spam group): Add :version.
12366
12367         * pgg-def.el (pgg group): Add :version.
12368
12369 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-art.el (gnus-article-edit-article): Don't associate the
12372         article buffer with a draft file.  This is a temporary measure
12373         against the 2004-08-22 change to gnus-article-edit-mode.
12374
12375 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12378         (html2text-format-tags): Remove unused variable `attr'.
12379
12380 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12383
12384         * tls.el (tls-process-connection-type, tls-success)
12385         (tls-certtool-program): Add :version.
12386
12387         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12388         (starttls-extra-arguments, starttls-process-connection-type)
12389         (starttls-connect, starttls-failure, starttls-success): Add :version.
12390
12391         * spam-stat.el (spam-stat): Add :version.
12392
12393         * sieve.el (sieve): Add :version.
12394
12395         * sha1.el (sha1): Add :version.
12396         (sha1-use-external): Remove redundant version.
12397
12398         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12399         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12400         (nnmail-split-fancy-match-partial-words)
12401         (nnmail-split-lowercase-expanded): Add :version.
12402
12403         * nndiary.el (nndiary): Add :version.
12404
12405         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12406
12407         * mml-sec.el (mml-default-sign-method)
12408         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12409         Add :version.
12410
12411         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12412
12413         * mm-url.el (mm-url-use-external, mm-url-program)
12414         (mm-url-arguments): Add :version.
12415
12416         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12417         (mm-attachment-file-modes, mm-decrypt-option)
12418         (mm-w3m-safe-url-regexp): Add :version.
12419
12420         * message.el (message-cite-prefix-regexp)
12421         (message-sendmail-envelope-from, message-minibuffer-local-map)
12422         (message-user-fqdn, message-completion-alist): Add :version.
12423
12424         * gnus-win.el (gnus-configure-windows-hook)
12425         (gnus-use-frames-on-any-display): Add :version.
12426
12427         * gnus-art.el (gnus-article-address-banner-alist)
12428         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12429         (gnus-treat-from-picon, gnus-treat-mail-picon)
12430         (gnus-treat-x-pgp-sig): Add :version.
12431
12432         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12433         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12434         (gnus-summary-article-delete-hook)
12435         (gnus-summary-display-while-building): Add :version.
12436
12437         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12438         (gnus-get-top-new-news-hook): Add :version.
12439
12440         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12441         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12442
12443         * gnus-registry.el (gnus-registry): Add :version.
12444
12445         * gnus-spec.el (gnus-use-correct-string-widths)
12446         (gnus-make-format-preserve-properties): Add :version.
12447
12448         * gnus.el (gnus-group-charter-alist)
12449         (gnus-group-fetch-control-use-browse-url)
12450         (gnus-install-group-spam-parameters): Add :version.
12451
12452         * gnus-diary.el (gnus-diary): Add :version.
12453
12454         * gnus-delay.el (gnus-delay): Add :version.
12455
12456         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12457         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12458         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12459         Add :version.
12460
12461         * gnus-agent.el (gnus-agent-max-fetch-size)
12462         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12463         (gnus-agent-prompt-send-queue): Add :version.
12464
12465         * deuglify.el (gnus-outlook-deuglify): Add :version.
12466
12467         * html2text.el: Beautify code.  Improve doc strings.  Some
12468         checkdoc cleanup.
12469         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12470
12471 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12472
12473         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12474
12475 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12476
12477         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12478         when package is loaded.
12479
12480         * spam.el (spam-summary-score-preferred-header): Add global preference
12481         for people who want to override the default SpamAssassin over
12482         Bogofilter preference (when both are set).
12483         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12484         (spam-user-format-function-S): Check
12485         spam-summary-score-preferred-header.
12486         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12487         (spam-user-format-function-S): Format the score correctly.
12488
12489 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12492         signature file.  Suggested by Manoj Srivastava
12493         <srivasta@golden-gryphon.com>.
12494
12495         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12496         iso-2022-jp even in the Japanese language environment.
12497         Suggested by Jason Rumney <jasonr@gnu.org>.
12498
12499 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12502         use the same characters as the dummy marks; make it free from
12503         getting affected by the language environment.
12504         (gnus-summary-read-group-1): Update mark positions only when the
12505         format spec is updated.
12506
12507         * gnus-spec.el (gnus-update-format-specifications): Return a list
12508         of updated types.
12509
12510 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12513         of boundp to check if display-warning is available.
12514
12515 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12516
12517         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12518
12519 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * nnspool.el (nnspool-spool-directory): Use news-path if the
12522         news-directory variable is not bound.
12523
12524         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12525         function instead of display-warning if it is not available.
12526
12527 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12530         v5-10: Use `point-at-bol'.
12531
12532 2004-10-26  Simon Josefsson  <jas@extundo.com>
12533
12534         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12535         <chenggao@gmail.com>.
12536
12537 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12540         instead.
12541
12542 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12543
12544         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12545         to remove a server from the nnimap-server-buffer-alist.
12546         (nnimap-open-connection, nnimap-close-server): Use it.
12547
12548         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12549
12550 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12553         running the major-mode function.
12554
12555 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12558         dummy marks in the right way.
12559
12560 2004-10-18  David Edmondson  <dme@dme.org>
12561
12562         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12563         excessively.
12564
12565 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12566
12567         * gnus-util.el (gnus-split-references): Accept a nil references
12568         string and go on blissfully.
12569
12570         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12571         cases where the references string is non-nil but has no references.
12572
12573         * encrypt.el: Add autoload tags.
12574
12575         * spam.el (spam-resolve-registrations-routine): Remove article
12576         from unregistration list too.  Reported by David Hanak
12577         <dhanak@isis.vanderbilt.edu>
12578
12579 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12582         nil.  Changed custom type.
12583
12584 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12587
12588         * gnus-sum.el (gnus-summary-move-article): Use it.
12589
12590 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12591
12592         * encrypt.el: Add autoload cookies.
12593
12594         * spam.el (spam-backend-article-list-property)
12595         (spam-backend-get-article-todo-list)
12596         (spam-backend-put-article-todo-list)
12597         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12598         Resolve registrations separately.
12599         (spam-register-routine): Format comments.
12600         (spam-unregister-routine, spam-register-routine): Always call with
12601         specific-articles, no default list.
12602         (spam-summary-prepare-exit): Use the spam-classifications function.
12603
12604         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12605         gnus-encrypt.el.
12606
12607         * encrypt.el: Copied from gnus-encrypt.el.
12608
12609         * gnus-encrypt.el: Commented that it's obsolete.
12610
12611 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12614         (gnus-score-save): Use it.
12615
12616         * message.el (message-bury): Use `window-dedicated-p'.
12617
12618 2004-10-15  Simon Josefsson  <jas@extundo.com>
12619
12620         * pop3.el (top-level): Don't require nnheader.
12621         (pop3-read-timeout): Add.
12622         (pop3-accept-process-output): Add.
12623         (pop3-read-response, pop3-retr): Use it.
12624
12625 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12626
12627         * spam.el (spam-register-routine): Move comment.
12628         (spam-verify-bogofilter): Use 'unknown for the initial
12629         spam-bogofilter-valid state, not 'never.
12630
12631         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12632         for netrc-machine.
12633
12634         * nnimap.el (nnimap-open-connection): Use
12635         netrc-machine-user-or-password.
12636
12637 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12638
12639         * gnus-registry.el (gnus-registry-unload-hook):
12640         Set as a variable with add-hook.
12641
12642         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12643         of news-path.
12644
12645         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12646
12647         * spam.el: Delete duplicate `provide'.
12648         (spam-unload-hook): Set as a variable with add-hook.
12649
12650 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12653         in the doc string.
12654
12655         * message.el (message-ignored-news-headers)
12656         (message-ignored-supersedes-headers)
12657         (message-ignored-resent-headers)
12658         (message-forward-ignored-headers): Improve custom type.
12659
12660 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * message.el (message-tokenize-header): Fix 2004-09-06 change
12663         which used point-min in the wrong place.
12664
12665 2004-10-12  Simon Josefsson  <jas@extundo.com>
12666
12667         * tls.el (tls-certtool-program): New variable.
12668         (tls-certificate-information): New function, based on
12669         ssl-certificate-information.
12670
12671 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * compface.el: Move the version of ELisp-based uncompface program
12674         to the contrib directory because of the copyright problem.
12675
12676 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * message.el (message-kill-buffer): Raise the current frame.
12679
12680 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12683
12684         * gnus.el (message-y-or-n-p): Autoload.
12685
12686         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12687         (pop3-password-required, pop3-authentication-scheme)
12688         (pop3-leave-mail-on-server): Made customizable.
12689         (pop3): New custom group.
12690         (pop3-retr): Remove `sleep-for' statements.
12691         Suggested by Dave Love <fx@gnu.org>.
12692
12693         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12694         Windows/DOS.
12695
12696         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12697         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12698         Dave Love <fx@gnu.org>.
12699
12700         * mml.el (mml-minibuffer-read-disposition): Require match.
12701         Suggested by Dave Love <fx@gnu.org>.
12702
12703 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12706         doc string.
12707
12708 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12711
12712 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12713
12714         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12715         instead of calling `mm-insert-inline', to decode text/* parts
12716         before displaying them.
12717
12718 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * mm-uu.el (mm-uu-text-plain-type): New variable.
12721         (mm-uu-pgp-signed-extract-1): Use it.
12722         (mm-uu-pgp-encrypted-extract-1): Use it.
12723         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12724         bind mm-uu-text-plain-type with that value.
12725         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12726         mm-uu-dissect.
12727
12728 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-group.el (gnus-update-group-mark-positions):
12731         * gnus-sum.el (gnus-update-summary-mark-positions):
12732         * message.el (message-check-news-body-syntax):
12733         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12734         of string-as-multibyte.
12735
12736 2004-10-05  Juri Linkov  <juri@jurta.org>
12737
12738         * gnus-group.el (gnus-update-group-mark-positions):
12739         * gnus-sum.el (gnus-update-summary-mark-positions):
12740         * message.el (message-check-news-body-syntax):
12741         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12742         8-bit unibyte values to a multibyte string for search functions.
12743
12744 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12747         (mm-uu-dissect-text-parts): New function.
12748
12749         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12750         dissect text parts.
12751
12752         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12753         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12754
12755         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12756
12757         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12758         gnus-current-topics instead of gnus-current-topic.
12759
12760 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12761
12762         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12763
12764 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12765
12766         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12767         where approriate.
12768
12769         * nnml.el (nnml-generate-active-info): do.
12770
12771         * nndiary.el (nndiary-generate-active-info): do.
12772
12773         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12774         (gnus-topic-move): do.
12775
12776         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12777         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12778
12779         * gnus-srvr.el (gnus-server-prepare)
12780         (gnus-server-open-all-servers): do.
12781
12782         * gnus-msg.el (gnus-summary-cancel-article)
12783         (gnus-summary-resend-message)
12784         (gnus-summary-mail-crosspost-complaint): do.
12785
12786         * gnus-move.el (gnus-change-server): do.
12787
12788         * gnus-group.el (gnus-group-unmark-all-groups)
12789         (gnus-group-set-current-level): do.
12790
12791 2004-10-04  Simon Josefsson  <jas@extundo.com>
12792
12793         * message.el (message-generate-hashcash): Doc fix.
12794
12795 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12796
12797         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12798         avoid infinite recursion via gnus-get-function.
12799
12800 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12801
12802         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12803
12804         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12805
12806         * nnmail.el (nnmail-split-history): do.
12807
12808         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12809         (nnml-request-delete-group): do.
12810
12811         * nnslashdot.el (nnslashdot-read-groups): do.
12812
12813         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12814         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12815
12816         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12817         (nnspool-sift-nov-with-sed): Use last.
12818         (nnspool-retrieve-headers-with-nov): Use mapc.
12819         (nnspool-request-newgroups): Use dolist.
12820         (nnspool-request-group): Use last.
12821
12822         * nntp.el (nntp-read-server-type): Use dolist.
12823
12824         * nnvirtual.el (nnvirtual-create-mapping)
12825         (nnvirtual-update-read-and-marked): Use dolist.
12826         (nnvirtual-convert-headers): Simplify.
12827
12828 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12829
12830         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12831         support for sync'ing tick marks.
12832
12833 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12836         there's no visible header.
12837
12838 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12839
12840         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12841         necessary, pass full group name to gnus-request-set-marks.
12842
12843 2004-10-01  Simon Josefsson  <jas@extundo.com>
12844
12845         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12846         acroread.
12847
12848 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12849
12850         * spam-report.el (spam-report-gmane): Fix interactive.
12851
12852         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12853
12854         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12855         when writing file.
12856         (gnus-agent-synchronize-flags): Don't default to being
12857         interactive.
12858
12859 2004-09-30  Simon Josefsson  <jas@extundo.com>
12860
12861         * message.el (message-generate-hashcash): Add.
12862         (message-send-mail): Use it, call mail-add-payment.
12863
12864 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12865
12866         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12867
12868 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12869
12870         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12871         gnus-requst-update-info with explicit code to sync the in-memory
12872         info read flags with the marks being sync'd to the backend.
12873
12874         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12875
12876 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12877
12878         * spam.el (spam-verify-bogofilter): Add new function.
12879         (spam-check-bogofilter)
12880         (spam-bogofilter-register-with-bogofilter): Use it.
12881         (spam-verify-bogofilter): Add small fixes.
12882
12883 2004-09-28  Simon Josefsson  <jas@extundo.com>
12884
12885         * hashcash.el (hashcash-generate-payment): Revert.
12886
12887 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12888
12889         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12890         gnus-extract-references instead of gnus-split-references.
12891
12892         * gnus-util.el (gnus-extract-references): Add new function, analogous
12893         to gnus-split-references but extracts only the message-ID without
12894         anything extra.
12895
12896         * hashcash.el (hashcash-generate-payment)
12897         (hashcash-check-payment): Do the right thing if hashcash-path is
12898         nil (because the hashcash program could not be found).
12899
12900         * spam.el (spam-use-hashcash): Remove comment.
12901
12902 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12903
12904         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12905         (gnus-cache-enter-article, gnus-cache-remove-article)
12906         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12907
12908         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12909
12910         * gnus-art.el (article-hide-boring-headers)
12911         (article-translate-strings, article-display-face)
12912         (gnus-article-mime-match-handle-first)
12913         (gnus-article-highlight-headers)
12914         (gnus-article-add-buttons-to-head): do.
12915
12916 2004-09-27  Simon Josefsson  <jas@extundo.com>
12917
12918         * hashcash.el: New version, from
12919         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12920         ../contrib/.
12921
12922 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12925
12926 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12927
12928         * gnus-dup.el (gnus-dup-open): Use mapc.
12929         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12930
12931         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12932         Reported by Stefan Wiens <s.wi@gmx.net>.
12933
12934         * gnus.el (gnus-shutdown): Use dolist.
12935
12936         * gnus-undo.el (gnus-undo): Use mapc.
12937
12938         * nnrss.el (nnrss-generate-active): do.
12939
12940         * message.el (message-cite-original-without-signature)
12941         (message-cite-original): Use mapc.
12942         (message-do-actions, message-make-forward-subject): Use dolist.
12943
12944 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12945
12946         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12947         deletion to remove entire duplicate line.  Fixes merged article
12948         number bug.
12949
12950 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12951
12952         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12953         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12954         first ask if you want to open a server and then, even when you
12955         responded with no, asking if you want to synchronize the server's
12956         flags.
12957         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12958         multi-line expressions.
12959         (gnus-agent-synchronize-group-flags): New internal function.
12960         Updates marks in memory (in the info structure) AND in the
12961         backend.
12962
12963         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12964
12965         * nnagent.el (nnagent-request-set-mark): Use
12966         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12967         method, to ensure that synchronization updates marks in the
12968         backend and in the info (in memory) structure.
12969
12970 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12973         convention fully; don't miss the root article of a thread; make
12974         the X-Draft-From header with correct article numbers.
12975
12976 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12977
12978         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12979         unless plugged.  Disable the agent so that an open failure causes
12980         an error.
12981
12982         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12983         Reverted 2004-09-21 change.  The backend must be opened while
12984         synchronizing flags even when the backend stores the flags
12985         locally.
12986
12987 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12990         in `header' match.  Reported by Svend Tollak Munkejord.
12991
12992         * message.el (message-cite-original): Fix use of
12993         `message-cite-articles-with-x-no-archive'.
12994
12995 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12998         (gnus-window-to-buffer): Ditto.
12999
13000         * mml.el (mml-preview-buffer): New variable.
13001         (mml-preview): Manage window layout with gnus-buffer-configuration.
13002
13003         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13004         X-Draft-From header even if those articles aren't quoted.
13005
13006 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13007
13008         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13009         (gnus-request-set-mark, gnus-request-update-mark): Use new
13010         g-s-t-u-l-m to decide to use backend even when unplugged.
13011
13012 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13015         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13016
13017 2004-09-20  Simon Josefsson  <jas@extundo.com>
13018
13019         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13020         "utf-16-le".
13021
13022 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13023
13024         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13025
13026 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * uudecode.el (uudecode-use-external): Add :version.
13029
13030         * smime.el (smime-CA-file, smime-encrypt-cipher)
13031         (smime-dns-server): Add :version.
13032
13033         * smiley.el (gnus-smiley-file-types): Add :version.
13034
13035         * sha1.el (sha1-use-external): Add :version.
13036
13037         * pgg-def.el (pgg-query-keyserver): Add :version.
13038
13039         * nnmail.el (nnmail-fancy-expiry-targets)
13040         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13041         Add :version.
13042
13043         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13044         (nnimap-retrieve-groups-asynchronous): Add :version.
13045         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13046
13047         * mml.el (mml-content-disposition-parameters)
13048         (mml-insert-mime-headers-always): Add :version.
13049
13050         * mm-util.el (mm-coding-system-priorities): Add :version.
13051
13052         * mm-decode.el (mm-inline-text-html-with-images)
13053         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13054         (mm-verify-option): Add :version.
13055         (mm-text-html-renderer): Change :version.
13056
13057         * message.el (message-fcc-externalize-attachments)
13058         (message-required-headers, message-draft-headers)
13059         (message-subject-trailing-was-query)
13060         (message-subject-trailing-was-ask-regexp)
13061         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13062         (message-mark-insert-end, message-archive-header)
13063         (message-archive-note, message-cross-post-default)
13064         (message-cross-post-note, message-followup-to-note)
13065         (message-cross-post-note-function, message-use-mail-followup-to)
13066         (message-subscribed-address-functions)
13067         (message-subscribed-address-file, message-subscribed-addresses)
13068         (message-subscribed-regexps, message-allow-no-recipients)
13069         (message-yank-cited-prefix, message-signature-insert-empty-line)
13070         (message-hidden-headers, message-hierarchical-addresses)
13071         (message-mail-user-agent, message-use-idna)
13072         (message-valid-fqdn-regexp)
13073         (message-strip-special-text-properties, message-header-synonyms)
13074         (message-beginning-of-line, message-tab-body-function): Add :version.
13075         (message-insert-canlock, message-wide-reply-confirm-recipients):
13076         Change :version.
13077
13078         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13079         and :version.
13080         (mail-source-delete-old-incoming-confirm)
13081         (mail-source-movemail-program): Add :version.
13082
13083         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13084         (gnus-agent-cache, gnus-agent): Change :version.
13085
13086         * gnus-util.el (gnus-use-byte-compile): Change :version.
13087
13088         * gnus-sum.el (gnus-summary-make-false-root-always)
13089         (gnus-summary-default-high-score)
13090         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13091         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13092         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13093         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13094         (gnus-sum-thread-tree-single-indent)
13095         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13096         (gnus-sum-thread-tree-leaf-with-other)
13097         (gnus-sum-thread-tree-single-leaf): Add :version.
13098         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13099         (gnus-article-loose-mime): Change :version.
13100
13101         * gnus-start.el (gnus-backup-startup-file)
13102         (gnus-save-startup-file-via-temp-buffer): Add :version.
13103
13104         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13105         (gnus-server-offline-face): Add :version.
13106
13107         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13108
13109         * gnus-msg.el (gnus-gcc-externalize-attachments)
13110         (gnus-debug-files, gnus-debug-exclude-variables)
13111         (gnus-discouraged-post-methods): Change :version.
13112         (gnus-confirm-mail-reply-to-news)
13113         (gnus-confirm-treat-mail-like-news): Add :version.
13114
13115         * gnus-int.el (gnus-server-unopen-status): Add :version.
13116
13117         * gnus-group.el (gnus-group-jump-to-group-prompt)
13118         (gnus-large-ephemeral-newsgroup)
13119         (gnus-fetch-old-ephemeral-headers): Add :version.
13120
13121         * gnus-fun.el (gnus-x-face-directory)
13122         (gnus-convert-pbm-to-x-face-command)
13123         (gnus-convert-image-to-x-face-command)
13124         (gnus-convert-image-to-face-command): Add :version.
13125
13126         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13127
13128         * gnus-cite.el (gnus-cite-blank-line-after-header)
13129         (gnus-article-boring-faces): Add :version.
13130
13131         * gnus-art.el (gnus-buttonized-mime-types)
13132         (gnus-inhibit-mime-unbuttonizing)
13133         (gnus-treat-display-face)
13134         (gnus-treat-body-boundary): Change :version.
13135         (gnus-body-boundary-delimiter, gnus-picon-databases)
13136         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13137         (gnus-treat-date-english, gnus-treat-fold-headers)
13138         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13139         (gnus-treat-mail-picon, gnus-treat-wash-html)
13140         (gnus-article-encrypt-protocol)
13141         (gnus-use-idna, gnus-article-over-scroll)
13142         (gnus-mime-display-multipart-alternative-as-mixed)
13143         (gnus-mime-display-multipart-related-as-mixed)
13144         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13145         (gnus-ctan-url, gnus-button-ctan-handler)
13146         (gnus-button-handle-ctan-bogus-regexp)
13147         (gnus-button-ctan-directory-regexp)
13148         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13149         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13150         (gnus-button-man-level, gnus-button-emacs-level)
13151         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13152
13153         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13154         (gnus-agent-go-online): Change :version.
13155         (gnus-agent-expire-unagentized-dirs)
13156         (gnus-agent-auto-agentize-methods): Add :version.
13157
13158         * flow-fill.el (fill-flowed-display-column)
13159         (fill-flowed-encode-column): Add :version.
13160
13161         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13162         (gnus-outlook-deuglify-unwrap-max)
13163         (gnus-outlook-deuglify-cite-marks)
13164         (gnus-outlook-deuglify-unwrap-stop-chars)
13165         (gnus-outlook-deuglify-no-wrap-chars)
13166         (gnus-outlook-deuglify-attrib-cut-regexp)
13167         (gnus-outlook-deuglify-attrib-verb-regexp)
13168         (gnus-outlook-deuglify-attrib-end-regexp)
13169         (gnus-outlook-display-hook): Add :version.
13170
13171         * binhex.el (binhex-use-external): Add :version.
13172
13173 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13176         and `invisible'.
13177
13178 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13179
13180         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13181         in gnus-registry-trim.
13182
13183 2004-09-13  Simon Josefsson  <jas@extundo.com>
13184
13185         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13186
13187         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13188
13189         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13190         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13191         <yamaoka@jpl.org>.
13192         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13193         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13194         <yamaoka@jpl.org>.
13195
13196         * sieve.el (sieve-manage-mode): Ditto.
13197
13198 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13201
13202 2004-09-11  Simon Josefsson  <jas@extundo.com>
13203
13204         * dns-mode.el: Add.
13205
13206         * mm-view.el (mm-display-dns-inline): Add.
13207
13208         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13209         (mm-automatic-display): Ditto.
13210
13211         * mailcap.el (mailcap-mime-data): Add text/dns.
13212         (mailcap-mime-extensions): Map .soa to text/dns.
13213
13214 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13215
13216         * gnus-art.el (article-decode-mime-words, article-babel)
13217         (gnus-article-highlight-signature, gnus-article-add-buttons)
13218         (gnus-signature-toggle): Remove unnecessary bindings of
13219         `inhibit-read-only' inherited from v5.10 merge.
13220
13221 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * nntp.el (nntp): New customization group.
13224         (nntp-authinfo-file): Add customization group.
13225
13226         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13227
13228         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13229
13230         * gnus.el (to-address, to-list, subscribed)
13231         (large-newsgroup-initial): Ditto.
13232
13233         * flow-fill.el (fill-flowed-display-column)
13234         (fill-flowed-encode-column): Ditto.
13235
13236 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13237
13238         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13239         Use point-min rather than 1.
13240         (message-send-mail): Use buffer-size rather than point-max.
13241
13242         * gnus-sum.el (gnus-summary-search-article-forward):
13243         Signal a specific `search-failed' rather than a generic `error'.
13244
13245         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13246         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13247         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13248
13249 2004-09-10  Simon Josefsson  <jas@extundo.com>
13250
13251         * nndb.el (require): Remove tcp and duplicate cl.
13252
13253 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-agent.el (directory-files-and-attributes): Move forward.
13256
13257 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13258
13259         * gnus-agent.el (directory-files-and-attributes): Optionally
13260         defined to support XEmacs.
13261
13262 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13263
13264         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13265         to avoid run-time CL dependencies.
13266         (gnus-agent-unfetch-articles): New function.
13267         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13268         article numbers even when local .overview file is missing.
13269         (gnus-agent-read-article-number): New function.  Only accepts
13270         27-bit article numbers.
13271         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13272         gnus-agent-read-article-number.
13273         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13274         from backend while recognizing that article numbers in .overview
13275         must be valid.
13276         (gnus-agent-update-files-total-fetched-for): Use
13277         directory-files-and-attributes to improve performance.
13278         * gnus-int.el (gnus-request-move-article): Use
13279         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13280         improve performance.
13281
13282         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13283         some users confused by references to .newsrc when they only have a
13284         .newsrc.eld file.
13285         (gnus-convert-mark-converter-prompt)
13286         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13287         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13288         New function.  Used internally to only display 'gnus converting
13289         files' message when actually necessary.
13290
13291         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13292         methods now autoloaded.
13293
13294 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13297         identifiers.
13298
13299 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * gnus-picon.el: Fix indentation and closing parenthesis.
13302
13303 2004-09-01  Simon Josefsson  <jas@extundo.com>
13304
13305         * message.el (message-canlock-generate): Require sha1, not
13306         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13307         to require within a function.  Sadly, if sha1.el isn't loaded, the
13308         let binding in m-c-g will hide the defcustom definition, which is
13309         bad.)
13310
13311         * canlock.el: Require sha1, not sha1-el.
13312
13313         * message.el: Don't autoload sha1 (there is a autoload cookie in
13314         sha1.el).
13315
13316         * sha1-el.el: Renamed to sha1.el.
13317
13318 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13319
13320         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13321
13322 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13323
13324         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13325
13326 2004-08-30  Kim F. Storm  <storm@cua.dk>
13327
13328         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13329
13330         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13331         Add :group 'nnimap.
13332
13333 2004-08-30  Andreas Schwab  <schwab@suse.de>
13334
13335         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13336         ?* and ?\;.
13337
13338         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13339         and ?\' to symbol instead of whitespace.
13340
13341 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13344
13345         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13346         instead of re-search-forward.
13347
13348         * gnus-uu.el (gnus-uu-save-article): Ditto.
13349         (gnus-uu-post-encode-uuencode): Ditto.
13350
13351         * html2text.el (html2text-clean-list-items): Ditto.
13352         (html2text-clean-dtdd): Ditto.
13353         (html2text-format-tags): Ditto.
13354
13355         * message.el (message-send-mail-with-sendmail): Fix regexp.
13356         (message-fill-field-general): Use search-forward instead of
13357         re-search-forward.
13358         (unbold-region): Ditto.
13359
13360         * nnrss.el (nnrss-request-article): Ditto.
13361
13362         * nnslashdot.el (nnslashdot-request-article): Ditto.
13363
13364         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13365
13366         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13367         "Unrecognized menu descriptor" error in XEmacs.
13368
13369 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13370
13371         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13372         parent article of a sparse article in the thread hashtb.
13373
13374 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13375
13376         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13377         (nnmail-expand-newtext): Lowercase expanded entries if
13378         nnmail-split-lowercase-expanded is non-nil.
13379
13380 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13383
13384         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13385         of gnus-tmp-news-method into string under XEmacs.  It will be
13386         passed to gnus-correct-length which takes only a string argument.
13387
13388 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-util.el (gnus-bind-print-variables): New macro.
13391         (gnus-prin1): Use it.
13392         (gnus-prin1-to-string): Use it.
13393         (gnus-pp): New function.
13394         (gnus-pp-to-string): New function.
13395
13396         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13397         Replace pp-to-string with gnus-pp-to-string.
13398         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13399         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13400         * gnus-msg.el (gnus-debug): Ditto.
13401         * gnus-score.el (gnus-score-save): Ditto.
13402         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13403         gnus-pp-to-string.
13404         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13405         with gnus-pp.
13406         * score-mode.el (gnus-score-pretty-print): Ditto.
13407         * webmail.el (webmail-debug): Ditto.
13408
13409 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-art.el (article-display-face, article-display-x-face):
13412         Use buffer-read-only.
13413
13414 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-art.el (article-hide-list-identifiers):
13417         Bind inhibit-read-only as t.
13418
13419 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13422
13423 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13424
13425         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13426         (gnus-narrow-to-page): Don't assume point-min == 1.
13427         (gnus-article-edit-mode): Derive from message-mode.
13428
13429         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13430         point-min == 1.
13431
13432         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13433         Disable incorrect use of `assert'.
13434
13435         * message.el (message-mode): Set comment-start-skip.
13436
13437
13438 2004-08-22  Sam Steingold  <sds@gnu.org>
13439
13440         * pop3.el (pop3-leave-mail-on-server): New user variable.
13441         (pop3-movemail): Delete mail only when it is nil.
13442
13443 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13446
13447         * mml.el (mml-preview): Use `pop-to-buffer'.
13448
13449         * message.el (message-goto-mail-followup-to): Insert after "To".
13450         (message-carefully-insert-headers): Add comment.
13451
13452         * gnus.el: Remove unused variable `gnus-article-check-size'.
13453
13454         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13455
13456         * gnus-art.el (gnus-button-alist): Improve
13457         `gnus-button-handle-library' entry.
13458
13459 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13460
13461         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13462         downcase, since XEmacs capitalizes error messages differently.
13463
13464 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13465
13466         * nntp.el: Add (require 'gnus) due to reference to
13467         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13468
13469 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13470
13471         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13472         `mm-fill-flowed'.
13473
13474         * mm-decode.el (mm-dissect-singlepart): Check it.
13475
13476 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13477
13478         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13479         'imap' for netrc parsing.
13480
13481 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13482
13483         * mailcap.el (mailcap-mime-data): Mark as risky.
13484
13485 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13488         may be included in the encoded word.
13489         (rfc2047-encode): Don't append a space if the encoded word
13490         includes close parenthesis.
13491
13492 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13495         of text within parentheses.
13496
13497 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13498
13499         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13500         (gnus-encrypt-write-file-contents): Make the password key the file
13501         name PLUS the cipher, not just the cipher.  Also remove failed
13502         passwords from the cache.
13503
13504 2004-08-06  Simon Josefsson  <jas@extundo.com>
13505
13506         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13507         fix.
13508
13509 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13512         LWSP.
13513
13514 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13515
13516         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13517         to append in-reply-to: data to the references: header.
13518
13519         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13520         (netrc-parse): Use gnus-encrypt.el functions.
13521
13522         * gnus-encrypt.el: Add new file for encryption support; currently
13523         does only a few GPG ciphers and an internal XOR cipher.
13524
13525         * password.el: Add comments on using password-read-and-add.
13526         (password-read-and-add): Add function to read and add the
13527         password to the cache at once.
13528
13529 2004-07-28  Simon Josefsson  <jas@extundo.com>
13530
13531         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13532         parameter (but don't use it, for now).
13533
13534         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13535         instead of hard coding to nil.
13536
13537 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13540         as mm-inline-image-xemacs does.
13541
13542 2004-07-26  Simon Josefsson  <jas@extundo.com>
13543
13544         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13545         Revert part of 2004-07-17 change below.
13546
13547 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13550         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13551
13552 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13553
13554         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13555         quotes that actually start with ">" at the beginning of the
13556         lines.
13557
13558 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * rfc2047.el (rfc2047-encode-region): Fix last change.
13561         (rfc2047-encode-parameter): Remove useless concat.
13562
13563 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13566         encode special characters; fix some kind of misconfigured headers;
13567         signal a real error if debug-on-quit or debug-on-error is non-nil.
13568         (rfc2047-encode-max-chars): New variable.
13569         (rfc2047-encode-1): Use it.
13570         (rfc2047-encode-parameter): New function.
13571
13572         * mml.el (mml-insert-parameter): Remove an excessive space.
13573
13574 2004-07-17  Simon Josefsson  <jas@extundo.com>
13575
13576         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13577         Kai Grossjohann <kai@emptydomain.de>.
13578         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13579         (gnus-group-make-menu-bar): Ditto.
13580
13581         * gnus-util.el (gnus-group-server): Add.
13582
13583 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13584
13585         * message.el (message-clone-locals): Clone sendmail and smtp
13586         variables.
13587
13588 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * rfc2047.el (rfc2047-encode-region): Fix last change.
13591
13592 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13595         characters as non-special.
13596
13597 2004-07-09  Simon Josefsson  <jas@extundo.com>
13598
13599         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13600         Users will lose all flag changes made while unplugged with
13601         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13602         good default.  See numerous reports on ding mailing list.
13603
13604 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13607         add generate-head-function and generate-article-function to the
13608         rfc822-forward entry.
13609         (nndoc-rfc822-forward-generate-article): New function.
13610         (nndoc-rfc822-forward-generate-head): New function.
13611
13612         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13613
13614 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13615
13616         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13617         respect display group parameter and gnus-summary-expunge-below.
13618         (gnus-articles-to-read): Remove unused reference to display group
13619         parameter.
13620
13621 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13622
13623         * nnheader.el (nnheader-uniquify-message-id): New experimental
13624         variable.
13625         (nnheader-nov-read-message-id): Use it.
13626
13627         * spam-report.el (spam-report-gmane): Add interactive.
13628
13629 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13632         qp-or-base64 for the application/* types.
13633
13634 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13635
13636         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13637
13638 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13641         trim value.
13642
13643 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13644
13645         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13646         New macro and function.
13647         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13648
13649 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13652         after-load-alist.
13653
13654 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13655
13656         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13657         update info that isn't there.
13658
13659 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13660
13661         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13662         entry.
13663
13664 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * mm-view.el (mm-inline-render-with-function): Use multibyte
13667         buffer; decode html source by charset.
13668
13669         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13670
13671         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13672         Mule-UCS is loaded under XEmacs.
13673         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13674
13675 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13676
13677         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13678
13679 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * mm-util.el (mm-coding-system-p): Return a coding-system.
13682         (mm-mime-mule-charset-alist): Use shift_jis instead of
13683         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13684         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13685         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13686         instead of japanese-shift-jis and iso-latin-1 respectively in
13687         order to share the default value with both Emacs and XEmacs-mule.
13688         (mm-mule-charset-to-mime-charset): Make
13689         mm-coding-system-priorities effective.
13690         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13691         while predicating of candidates upon the priorities.
13692
13693 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13694
13695         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13696         gnus-uu-invert-processable.
13697
13698         * gnus.el: Autoload gnus-uu-invert-processable.
13699
13700 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * mm-util.el (mm-with-multibyte-buffer): New macro.
13703
13704         * rfc2047.el (rfc2047-encode-string): Use it.
13705         (rfc2047-encode-region): Move point to the end of the region after
13706         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13707
13708 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13711         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13712
13713 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13716         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13717         Karl Chen <quarl@nospam.quarl.org>.
13718
13719 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13720
13721         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13722         invalid addresses.
13723
13724 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13725
13726         * spam.el: Change section markers, revise TODO list.
13727         (spam-backends): Make new master list of all installed backends.
13728         (spam-summary-exit-behavior): Add new variable to determine how
13729         messages moves are done at summary exit.
13730         (spam-move-spam-nonspam-groups-only)
13731         (spam-process-ham-in-nonham-groups)
13732         (spam-process-ham-in-spam-groups): Remove variables, the
13733         spam-summary-exit-behavior variable should be used to manage this
13734         behavior.
13735         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13736         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13737         and spam-old-spam-articles.
13738         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13739         Add empty variables, placeholders for the backends they represent.
13740         (spam-set-difference): Move, unchanged.
13741         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13742         unless the user has a processor variable.
13743         (spam-classifications, spam-classification-valid-p)
13744         (spam-backend-properties, spam-backend-property-valid-p)
13745         (spam-backend-function-type-valid-p)
13746         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13747         (spam-report-articles-gmane, spam-report-articles-resend):
13748         Remove functions, they are not needed.
13749         (spam-install-backend-super, spam-backend-list)
13750         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13751         (spam-backend-function, spam-backend-ham-registration-function)
13752         (spam-backend-spam-registration-function)
13753         (spam-backend-ham-unregistration-function)
13754         (spam-backend-spam-unregistration-function)
13755         (spam-backend-statistical-p, spam-backend-mover-p)
13756         (spam-install-backend-alias, spam-install-checkonly-backend)
13757         (spam-install-mover-backend, spam-install-nocheck-backend)
13758         (spam-install-backend, spam-install-statistical-backend)
13759         (spam-install-statistical-checkonly-backend): Add backend installation
13760         support.
13761         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13762         (spam-group-processor-p): Use the new backend code and respect the
13763         summary exit behavior.
13764         (spam-mark-spam-as-expired-and-move-routine): Remove.
13765         (spam-summary-prepare): Change to use the new spam-old-articles
13766         variable.
13767         (spam-copy-or-move-routine, spam-copy-spam-routine)
13768         (spam-move-spam-routine, spam-copy-ham-routine)
13769         (spam-move-ham-routine): Add code to copy/move ham or spam.
13770         (spam-fetch-field-fast): Improve doc and code, plus allow the
13771         'number request.
13772         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13773         variables.
13774         (spam-split, spam-find-spam): Use the new backend code.
13775         (spam-registration-functions): Remove variable.
13776         (spam-unregister-routine): Add convenience wrapper.
13777         (spam-log-undo-registration, spam-register-routine)
13778         (spam-log-processing-to-registry)
13779         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13780         where possible.
13781         (spam-check-gmane-xref, spam-check-regex-headers)
13782         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13783         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13784         (spam-check-bogofilter-headers, spam-check-spamoracle)
13785         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13786         (spam-check-crm114-headers): Use the spam-split-group that
13787         spam-split prepares, no need to determine it every time.
13788
13789         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13790         to the nnheader-parse-naked-head call.
13791
13792         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13793
13794         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13795         the nnheader-nov-read-message-id call.
13796
13797 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13800         gnus-activate-group twice.  Suggested by Markus Peter
13801         <warp@spin.de>.
13802
13803 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-art.el (gnus-article-time-format): Exchange the order of
13806         day and month in the default value; fix customization type.
13807         (article-date-ut): Use add-text-properties.
13808         (article-make-date-line): Use message-make-date instead of
13809         current-time-string.
13810
13811         * message.el (message-fetch-field): Don't use set-text-properties.
13812         (message-make-date): Simplify.
13813
13814         * messagexmas.el (message-xmas-make-date): New function.
13815         (message-xmas-redefine): Defalias message-make-date to it.
13816
13817 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13820         (rfc2047-encode-region): Treat text within parentheses as special;
13821         show the original text when error has occurred.
13822
13823         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13824         already-computed method to gnus-activate-group.
13825
13826         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13827         same select-methods identical Lisp objects.
13828
13829         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13830         object when modifying the info.
13831
13832 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13835         gnus-opened-servers since it has never been opened with the new
13836         configuration yet.
13837
13838 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13841         arg to nnheader-generate-fake-message-id.
13842
13843 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13844
13845         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13846         number and build a fake message ID localized to a group and
13847         article number (so it's repeatable from that point on).
13848         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13849         ID format.
13850
13851         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13852         nnheader-generate-fake-message-id with the article number.
13853
13854 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13855
13856         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13857         end-of-buffer.
13858
13859 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * message.el (message-ignored-supersedes-headers): Add Approved.
13862
13863 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13866         goto-char.
13867         (rfc2047-encode): Fold the line before encoding.
13868
13869 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13870
13871         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13872         folding -- not all headers can be folded, and this should be done
13873         by the message composition mode.  Probably.  I think.
13874
13875 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13878         fast.
13879
13880         * gnus-ems.el (gnus-remove-image): Don't use
13881         message-text-with-property; remove only the image found first.
13882
13883         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13884         found first.
13885
13886 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13887
13888         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13889
13890 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * message.el (message-text-with-property): Make it fast and accept
13893         optional arguments.
13894         (message-strip-forbidden-properties): Use it.
13895         (message-fix-before-sending): Follow the m-t-w-p change.
13896
13897         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13898
13899 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-art.el (article-hide-headers): Don't change the buffer
13902         mistakenly when performing mml-preview even if
13903         gnus-single-article-buffer is nil.
13904
13905 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13906
13907         * message.el (message-expand-name-databases): New user option.
13908         (message-expand-name): Use it.
13909
13910 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13911
13912         * spam.el (spam-report-articles-resend)
13913         (spam-report-resend-register-routine): Allow ham reporting.
13914         (spam-report-resend-register-ham-routine): Add wrapper.
13915         (spam-registration-functions): Add ham resending functions.
13916         (spam-list-of-processors): Add ham resend processor.
13917
13918         * gnus.el (ham-resend-to): Add new group parameter.
13919         (spam-process): Add ham resend option.
13920
13921         * spam-report.el (spam-report-resend): Allow reporting ham.
13922         (spam-report-resend-ham): Add wrapper.
13923
13924 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13925
13926         * message.el (message-cite-articles-with-x-no-archive): New
13927         variable.
13928         (message-cite-original): Use it.
13929
13930 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13931
13932         * message.el (message-cite-original): Respect X-No-Archive.
13933
13934 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-art.el (article-hide-headers): Refer to the values for
13937         gnus-ignored-headers and gnus-visible-headers in the summary
13938         buffer since a user may have set them as group parameters.
13939
13940 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13941
13942         * assistant.el (assistant-node-name): Add convenience function.
13943         (assistant-render-text, assistant-render-node): Add error handling,
13944         plus handle multiple next nodes.
13945         (assistant-find-next-node): Comment out for now.
13946         (assistant-find-next-nodes): Add function, returns list of next
13947         nodes.
13948
13949 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13950
13951         * mail-source.el (mail-source-directory): Fix doc-string.
13952
13953 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13954
13955         * assistant.el (assistant-render-text, assistant-eval): Add :set
13956         widget type, which is different because it takes and returns a
13957         list.  Much hilarity ensues.
13958
13959 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13962
13963         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13964         doc-string.
13965
13966         * gnus-start.el (gnus-activate-group): Added doc-string.
13967
13968 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13971
13972 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13973
13974         * assistant.el (assistant-render-text): Try to add a :set
13975         widget, more to come.
13976
13977         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13978         strings.
13979         (spam-report-articles-resend)
13980         (spam-register-routine): Do registration iff any articles warrant
13981         it.
13982         (spam-summary-prepare-exit): Change log message for nil group
13983         destinations.
13984
13985 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13986
13987         * spam.el (spam-report-resend-register-routine): Allow
13988         spam-report-resend-to to be a group parameter or a global value.
13989
13990 2004-05-26  Simon Josefsson  <jas@extundo.com>
13991
13992         * starttls.el: Merge with my GNUTLS based starttls.el.
13993         (starttls-gnutls-program, starttls-use-gnutls)
13994         (starttls-extra-arguments, starttls-process-connection-type)
13995         (starttls-connect, starttls-failure, starttls-success): New
13996         variables.
13997         (starttls-program, starttls-extra-args): Doc fix.
13998         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13999         functions.
14000         (starttls-negotiate, starttls-open-stream): Check
14001         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14002         function if it is set.
14003
14004 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14007         structured fields.
14008
14009 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14012
14013 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14014
14015         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14016         variable.
14017         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14018         assigning the spam-mark to new messages.
14019
14020 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14021
14022         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14023
14024 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14027
14028         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14029         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14030         default.
14031
14032 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14033
14034         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14035         correct data.
14036
14037 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14038
14039         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14040         (spam-group-processor-p): Fix function.
14041         (spam-group-processor-multiple-p)
14042         (spam-group-spam-processor-report-gmane-p)
14043         (spam-group-spam-processor-report-resend-p)
14044         (spam-group-spam-processor-bogofilter-p)
14045         (spam-group-spam-processor-blacklist-p)
14046         (spam-group-spam-processor-ifile-p)
14047         (spam-group-ham-processor-ifile-p)
14048         (spam-group-spam-processor-spamoracle-p)
14049         (spam-group-spam-processor-crm114-p)
14050         (spam-group-ham-processor-bogofilter-p)
14051         (spam-group-spam-processor-stat-p)
14052         (spam-group-ham-processor-stat-p)
14053         (spam-group-ham-processor-whitelist-p)
14054         (spam-group-ham-processor-BBDB-p)
14055         (spam-group-ham-processor-spamoracle-p)
14056         (spam-group-ham-processor-copy-p): Remove functions with some
14057         prejudice against unneeded code.
14058         (spam-report-articles-resend)
14059         (spam-report-resend-register-routine): Allow the group/topic
14060         spam-resend-to value to override spam-report-resend-to.
14061         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14062         properly now.
14063
14064         * gnus.el (spam-resend-to): Add group/topic parameter.
14065         (spam-process): Move the OBSOLETE processors to the end of the
14066         choices.
14067
14068 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14069
14070         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14071         with resend-to set to nil, and then ask the user if necessary.
14072         (spam-report-resend): spam-report-resend takes a list of articles, not
14073         separate article numbers.
14074
14075 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14078         addition to emacs-w3m.
14079
14080 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14081
14082         * assistant.el (assistant-authinfo-data): New function.
14083         (assistant-eval): Eval for entire assistant.
14084
14085         * netrc.el (netrc-services-file): New variable.
14086         (netrc-parse-services): New function.
14087         (netrc-find-service-name): New function.
14088         (netrc-find-service-number): New function.
14089         (netrc-port-equal): New function.
14090         (netrc-machine): Use it.
14091
14092         * nnimap.el (nnimap-open-connection): Use netrc.
14093
14094         * gnus-util.el (gnus-netrc-get): Remove aliases.
14095
14096         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14097
14098         * assistant.el (wid-edit): Fix compilation.
14099
14100         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14101
14102 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14103
14104         * gnus-util.el (gnus-set-file-modes): New function.  (small
14105         patch).
14106
14107 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14108
14109         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14110
14111         * assistant.el (assistant-render-node): Fix up rendering and
14112         read-only text.
14113         (assistant-render-node): Reset.
14114         (assistant-make-read-only): Not sticky.
14115
14116 2004-05-20  Danny Siu  <dsiu@adobe.com>
14117
14118         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14119         centered even when gnus-auto-center-summary is t.
14120
14121 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14122
14123         * dns.el (dns-get-txt-answer): New function.
14124         (dns-read-txt): Ditto.
14125         (query-dns): Use it.
14126
14127 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14130         active for foreign groups even if the group level is higher than
14131         the specified value.
14132
14133 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14134
14135         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14136         non-active groups.
14137
14138         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14139
14140 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14141
14142         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14143
14144 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14145
14146         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14147         (spam-crm114-header, spam-crm114-spam-switch)
14148         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14149         (spam-crm114-positive-spam-header)
14150         (spam-crm114-database-directory, spam-list-of-processors)
14151         (spam-group-spam-processor-crm114-p)
14152         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14153         (spam-generic-score, spam-list-of-checks)
14154         (spam-list-of-statistical-checks, spam-registration-functions)
14155         (spam-check-crm114-headers, spam-crm114-score)
14156         (spam-check-crm114, spam-crm114-register-with-crm114)
14157         (spam-crm114-register-spam-routine)
14158         (spam-crm114-unregister-spam-routine)
14159         (spam-crm114-register-ham-routine)
14160         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14161         asjo@koldfront.dk (Adam Sjøgren).
14162
14163         * gnus.el: Add spam-use-crm114.
14164
14165         * spam.el (spam-list-of-processors, spam-registration-functions):
14166         Add spam-use-resend.
14167         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14168         (spam-report-articles-gmane): Add doc fix.
14169         (spam-report-articles-resend, spam-report-resend-register-routine):
14170         Add wrappers around spam-report-resend-to.
14171
14172         * spam-report.el (spam-report-resend-to, spam-report-resend):
14173         Add support for resending spam.
14174         (spam-report-gmane): Fix line length >80.
14175
14176         * gnus.el (spam-process): Add spam-use-resend.
14177
14178 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14179
14180         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14181         number of processed spam messages.
14182         (spam-ham-copy-or-move-routine): Return the number of processed
14183         ham messages.
14184         (spam-summary-prepare-exit): Use the above values to decide
14185         whether status messages shouled be displayed.
14186
14187 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14190         `rfc2047-encoding-function-alist' in order to avoid conflicting
14191         with the old version.
14192         (rfc2047-encode-region): Concatenate words containing non-ASCII
14193         characters in structured fields; don't encode space-delimited
14194         ASCII words even in unstructured fields; don't break words at
14195         char-category boundaries.
14196         (rfc2047-encode-1): New function.
14197         (rfc2047-encode): Use it; encode text so that it occupies the
14198         maximum width within 76-column; work correctly on Q encoding for
14199         iso-2022-* charsets.
14200         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14201         sure not to break a line just after the header name.
14202         (rfc2047-b-encode-region): Removed.
14203         (rfc2047-b-encode-string): New function.
14204         (rfc2047-q-encode-region): Removed.
14205         (rfc2047-q-encode-string): New function.
14206
14207         * mm-util.el (mm-replace-in-string): New function.
14208
14209 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14210
14211         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14212         get it right.
14213         (gnus-inews-make-draft): Really.
14214
14215 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14216
14217         * nnmh.el (nnmh-request-list-1): Don't check the link count
14218         before descending.  (small patch)
14219
14220 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14221
14222         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14223         stuff.
14224
14225         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14226         on real group name.
14227
14228         * gnus-art.el (gnus-signature-limit): Doc fix.
14229
14230         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14231
14232         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14233
14234 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14235
14236         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14237         isn't a string.
14238
14239 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14240
14241         * gnus-draft.el (gnus-draft-send): Bind
14242         rfc2047-encode-encoded-words.
14243
14244         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14245         (rfc2047-encodable-p): Say that =? needs encoding.
14246         (rfc2047-encode-encoded-words): New variable.
14247
14248         * gnus-group.el (gnus-group-select-group): Doc fix.
14249
14250         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14251
14252         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14253         to nil.
14254
14255         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14256
14257         * nnheader.el (nnheader-get-lines-and-char): New function.
14258
14259 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * gnus-msg.el (gnus-summary-followup-with-original): Document
14262         yanking of region when active.
14263
14264 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14267         groups if the group level is higher than the specified value.
14268
14269 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14272         (gnus-group-jump-to-group): Added prefix argument using
14273         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14274         non-active group.
14275
14276         * compface.el (uncompface): Be verbose when changing
14277         `uncompface-use-external'.
14278
14279         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14280         handle manual section.
14281
14282 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14283
14284         * gnus-art.el (gnus-button-alist): Revert previous change.
14285
14286 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14289
14290 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14291
14292         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14293         whether backend can accept message.
14294
14295         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14296
14297 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14298
14299         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14300         Avoid creating directory when nntp-marks-is-evil is true.
14301         Reported by Reiner Steib.
14302
14303 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * gnus-picon.el (gnus-picon-style): New variable.
14306         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14307         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14308         Jesper Harder <harder@ifa.au.dk>.
14309
14310 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14311
14312         * message.el (message-fill-field): Return point.
14313         (message-generate-headers): Go to end of field.
14314
14315         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14316         stuff for non-living groups.
14317
14318 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14319
14320         * gnus-art.el (gnus-article-followup-with-original)
14321         (gnus-article-reply-with-original): gnus-mark-active-p ->
14322         gnus-region-active-p.
14323
14324 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14325
14326         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14327         only when there is spam or ham to be processed.
14328
14329 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14330
14331         * mail-source.el (mail-source-delete-crash-box): Refactor.
14332         (mail-source-fetch): Use it.
14333         (mail-source-fetch-file): Ditto.
14334         (mail-source-fetch-directory): Run postscript in loop.
14335         (mail-source-fetch-pop): Delete.
14336         (mail-source-fetch-maildir): Ditto.
14337         (mail-source-fetch-imap): Ditto.
14338
14339         * imap.el (imap-authenticators): Comment out sasl.
14340
14341         * message.el (message-skip-to-next-address): New function.
14342         (message-fill-header-address): Refactor.
14343         (message-fill-address): Use it.
14344         (message-delete-address): Use it.
14345         (message-fill-header-general): Refactor.
14346         (message-fill-field-address): Rename.
14347         (message-narrow-to-field): Find the start of the header.
14348         (message-header-format-alist): Don't pre-fill.
14349         (message-fill-header): Removed.
14350         (message-insert-header): New function.
14351         (message-shorten-references): Use it.
14352
14353         * rfc2047.el (rfc2047-field-value): Strip props.
14354
14355         * mail-parse.el (mail-header-make-address): New alias.
14356
14357         * ietf-drums.el (ietf-drums-make-address): New function.
14358
14359         * imap.el: Add compiler directives.
14360
14361         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14362
14363         * gnus-art.el (article-decode-idna-rhs): Don't use
14364         message-idna-inside-rhs-p.
14365
14366 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14367
14368         * message.el (message-idna-inside-rhs-p): Removed.
14369         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14370
14371         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14372         false positives.
14373
14374 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14375
14376         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14377
14378 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14379
14380         * nneething.el (nneething-file-name): Don't create spurious
14381         files.
14382
14383         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14384         (gnus-inews-do-gcc): Remove sleep.
14385
14386         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14387         part under point.
14388
14389         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14390         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14391
14392 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * spam.el (spam-summary-prepare-exit): Fixed (length).
14395
14396 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14397
14398         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14399         as expired without moving it" message when there are spam
14400         messages left.
14401
14402 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14403
14404         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14405         header is not nil.
14406
14407 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14408
14409         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14410         nntp-possibly-create-directory, not nntp-possibly-change-group.
14411         (nntp-marks-changed-p): New arg SERVER.
14412         (nntp-request-update-info): Adjust caller.
14413
14414 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14415
14416         * nntp.el (nntp-save-marks): Pass missing arg.
14417
14418 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14419
14420         * nntp.el: Support marks.
14421         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14422         (nntp-marks-modtime, nntp-marks-directory): New variables.
14423         (nntp-request-set-mark, nntp-request-update-info)
14424         (nntp-possibly-create-directory, nntp-marks-changed-p)
14425         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14426         functions.
14427
14428 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14429
14430         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14431         (gnus-xmas-redefine): Rename.
14432
14433         * gnus-score.el (gnus-score-insert-help): Use
14434         gnus-select-lowest-window.
14435
14436         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14437         appt-select-lowest-window and rename to gnus-select-lowest-window.
14438
14439         * gnus.el: do.
14440
14441 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14442
14443         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14444         encodings of MIME-encoded words, in order to improve
14445         interoperability with several broken MUAs.
14446
14447 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14448
14449         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14450         tags, only when charsets are not specified in headers.
14451         (mm-inline-text-html-render-with-w3m): Ditto.
14452
14453         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14454         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14455
14456 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14457
14458         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14459         instead of MIME-decoded from fields when checking
14460         `gnus-article-address-banner-alist'.
14461
14462 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14463
14464         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14465         description rather than subject.
14466
14467 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14468
14469         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14470
14471 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14472
14473         * gnus.el (gnus-version-number): Bump.
14474
14475 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14476
14477         * gnus.el: No Gnus v0.2 is released.
14478
14479 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14480
14481         * gnus-agent.el (gnus-agent-read-agentview): Inline
14482         gnus-uncompress-range.
14483
14484 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14485
14486         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14487         `exec-installed-p'.
14488
14489 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14490
14491         * gnus.el (spam-process, spam-autodetect-methods): Add
14492         bsfilter and bsfilter-headers.
14493
14494         * spam.el (spam-bsfilter): New customize group.
14495         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14496         (spam-bsfilter-header, spam-bsfilter-probability-header)
14497         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14498         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14499         (spam-bsfilter-database-directory): New options.
14500         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14501         (spam-list-of-statistical-checks, spam-registration-functions):
14502         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14503         (spam-bsfilter-score): New command.
14504         (spam-check-bsfilter-headers, spam-check-bsfilter)
14505         (spam-bsfilter-register-with-bsfilter)
14506         (spam-bsfilter-register-spam-routine)
14507         (spam-bsfilter-unregister-spam-routine)
14508         (spam-bsfilter-register-ham-routine)
14509         (spam-bsfilter-unregister-ham-routine): New functions.
14510         (spam-generic-score): Support bsfilter; Accept an optional argument
14511         to recalcurate spam score even if scoring header has already been
14512         added.
14513         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14514         optional argument to recalcurate spam score even if scoring header
14515         has already been added.
14516
14517 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14518
14519         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14520         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14521         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14522         link is missing.
14523
14524 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14525
14526         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14527         (html2text-get-attr): Rewrite.
14528
14529         * message.el (message-setup-1): Remove redundant put-text-property
14530         on mail-header-separator.
14531
14532 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14533
14534         * gnus-registry.el (gnus-registry-cache-whitespace)
14535         (gnus-registry-action, gnus-registry-spool-action)
14536         (gnus-registry-split-fancy-with-parent): Change message levels
14537         from 5 to 3 or 7, as needed.
14538
14539         * spam.el (spam-summary-prepare-exit)
14540         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14541         (spam-split, spam-find-spam, spam-log-undo-registration)
14542         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14543         level from 5 to 6.
14544
14545 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14548         2004-03-04 change).
14549
14550 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14551
14552         * sieve-manage.el (sieve-manage-open):
14553         * nnweb.el (nnweb-insert-html):
14554         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14555         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14556         * nnspool.el (nnspool-request-group):
14557         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14558         * nnml.el (nnml-request-update-info):
14559         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14560         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14561         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14562         (nnimap-request-set-mark):
14563         * nnfolder.el (nnfolder-request-update-info):
14564         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14565         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14566         * gnus-uu.el (gnus-uu-find-articles-matching):
14567         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14568         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14569         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14570         * gnus-nocem.el (gnus-nocem-scan-groups):
14571         * gnus-int.el (gnus-start-news-server):
14572         * gnus-group.el (gnus-group-make-kiboze-group)
14573         (gnus-group-browse-foreign-server):
14574         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14575         Use mapc when appropriate.
14576
14577 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14578
14579         FIXME: Make separate entries for each person.
14580
14581         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14582         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14583         <shields@msrl.com>:
14584
14585         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14586         may need for spam sorting and scoring.
14587         (spam-user-format-function-S): Add user format function suitable for
14588         general use.
14589         (spam-article-sort-by-spam-status): Add sorting function for summary
14590         sorting.
14591         (spam-extra-header-to-number): Add function to get a score from a
14592         header.
14593         (spam-summary-score): Add function to get a numeric score from the
14594         headers.
14595         (spam-generic-score): Fix function doc, was in wrong place.
14596         (spam-initialize): Take symbols when it's run, and install the
14597         extra headers that spam-necessary-extra-headers thinks we need.
14598
14599 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14602         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14603
14604 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14605
14606         * gnus-sum.el (gnus-set-global-variables)
14607         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14608         (gnus-article-get-xrefs, gnus-summary-best-group)
14609         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14610         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14611         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14612         Use with-current-buffer.
14613
14614 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14615
14616         * spam.el (spam-summary-prepare-exit): Simplify logic.
14617         (spam-fetch-article-header): Read the article header if it's not
14618         available.
14619         (spam-list-articles): Simplify logic.
14620         (spam-filelist-register-routine): Fix bug with unregister-list.
14621
14622         * gnus-registry.el: Fix comments at beginning.
14623
14624 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14625
14626         * message.el (message-cater-to-broken-inn): Remove.
14627         (message-shorten-references): Make sure the total folded length of
14628         References is shorter than 998 characters to cater to a bug in INN
14629         2.3.  Also, don't pretend that references aren't folded -- this
14630         hasn't worked for a while.
14631
14632 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14633
14634         * gnus-agent.el (gnus-agentize):
14635         gnus-agent-send-mail-real-function no longer set to current value
14636         of message-send-mail-function but rather a lambda that calls
14637         message-send-mail-function.  The change makes the agent real-time
14638         responsive to user changes to message-send-mail-function.
14639
14640 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14641
14642         * legacy-gnus-agent.el
14643         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14644         help from Florian Weimer <fw@deneb.enyo.de>
14645
14646 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * nnmail.el (nnmail-cache-insert): Revert last change.
14649
14650 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * nnmail.el (nnmail-cache-insert): Always check whether
14653         nnmail-cache-ignore-groups matches a group name.
14654
14655 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14656
14657         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14658         (spam-find-spam, spam-log-processing-to-registry)
14659         (spam-log-registered-p, spam-log-unregistration-needed-p)
14660         (spam-log-undo-registration): Use gnus-message instead of
14661         gnus-error, none of these errors are fatal.
14662
14663         * gnus-registry.el (gnus-registry-clean-empty-function)
14664         (gnus-registry-clean-empty): Remove only empty entries without
14665         extra data.
14666
14667 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14668
14669         * spam-stat.el (spam-stat-buffer-change-to-spam)
14670         (spam-stat-buffer-change-to-non-spam): Change (error) to
14671         (gnus-message 8) invocation.
14672
14673 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * nntp.el (nntp-via-netcat-command): New variable.
14676         (nntp-via-netcat-switches): New variable.
14677         (nntp-open-via-rlogin-and-netcat): New function.
14678         (nntp-open-connection-function): Doc fix.
14679         (nntp-telnet-command): Doc fix.
14680         (nntp-end-of-line): Doc fix.
14681         (nntp-via-rlogin-command): Doc fix.
14682         (nntp-via-user-name): Doc fix.
14683         (nntp-via-address): Doc fix.
14684
14685 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14688         error in Emacs 21.1.
14689
14690 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14693
14694 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14695
14696         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14697         (gnus-agent-with-refreshed-group): New macro.
14698         (gnus-agent-rename-group): New function.
14699         (gnus-agent-delete-group): New function.
14700         (gnus-agent-save-group-info): Use gnus-command-method when
14701         `method' parameter is nil.  Don't write nil entries into the
14702         active file.
14703         (gnus-agent-get-group-info): New function.
14704         (gnus-agent-fetch-articles): Use
14705         gnus-agent-update-files-total-fetched-for to increment disk space
14706         used.
14707         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14708         gnus-agent-update-view-total-fetched-for to increment disk space
14709         used.
14710         (gnus-agent-get-local): Added optional parameters to avoid calling
14711         gnus-group-real-name and gnus-find-method-for-group.
14712         (gnus-agent-set-local): Delete stored entry if either min, or max,
14713         are nil.
14714         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14715         quit, use gnus-agent-regenerate-group to record existance of any
14716         articles fetched to disk before the quit occurred.
14717         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14718         gnus-agent-update-view-total-fetched-for, and
14719         gnus-agent-update-files-total-fetched-for to decrement disk space
14720         used.
14721         (gnus-agent-retrieve-headers): Use
14722         gnus-agent-update-view-total-fetched-for to increment disk space
14723         used.
14724         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14725         with gnus-agent-update-files-total-fetched-for to decrement disk
14726         space and fresh group buffer.
14727         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14728         (gnus-agent-need-update-total-fetched-for): New variable.
14729         (gnus-agent-update-files-total-fetched-for): New function.
14730         (gnus-agent-update-view-total-fetched-for): New function.
14731         (gnus-agent-total-fetched-for): New function.
14732
14733         * gnus-cache.el (gnus-cache-save-buffers): Use
14734         gnus-cache-update-overview-total-fetched-for to change disk space
14735         used by this group.
14736         (gnus-cache-possibly-enter-article): Use
14737         gnus-cache-update-file-total-fetched-for to increment disk space
14738         used by this group.
14739         (gnus-cache-possibly-remove-article): Use
14740         gnus-cache-update-file-total-fetched-for to decrement disk space
14741         used by this group.
14742         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14743         (gnus-cache-rename-group): New function.
14744         (gnus-cache-delete-group): New function.
14745         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14746         (gnus-cache-need-update-total-fetched-for): New variable.
14747         (gnus-cache-with-refreshed-group): New macro.
14748         (gnus-cache-update-file-total-fetched-for): New function.
14749         (gnus-cache-update-overview-total-fetched-for): New function.
14750         (gnus-cache-rename-group-total-fetched-for): New function.
14751         (gnus-cache-delete-group-total-fetched-for): New function.
14752         (gnus-cache-total-fetched-for): New function.
14753
14754         * gnus-group.el: Require gnus-sum and autoload functions to
14755         resolve warnings when gnus-group.el compiled alone.
14756         (gnus-group-line-format): Documented new %F.
14757         (size of Fetched data) group line format; identifies disk space
14758         used by agent and cache.
14759         (gnus-group-line-format-alist): Defined new F format.
14760         (gnus-total-fetched-for): New function.
14761         (gnus-group-delete-group): No longer update
14762         gnus-cache-active-altered as gnus-request-delete-group now keeps
14763         the cache in sync.
14764         (gnus-group-list-active): Let the agent store a server's active
14765         list if currently plugged.
14766
14767         * gnus-int.el (gnus-request-delete-group):
14768         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14769         local disk in sync with the server.
14770         (gnus-request-rename-group):
14771         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14772         local disk in sync with the server.
14773
14774         * gnus-start.el (gnus-get-unread-articles):
14775         Cosmetic simplification to logic.
14776
14777         * gnus-util.el (gnus-rename-file): New function.
14778
14779 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14780
14781         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14782
14783 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14784
14785         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14786         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14787
14788 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14789
14790         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14791         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14792
14793 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14794
14795         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14796
14797 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14798
14799         * spam.el (spam-set-difference): Add function to replace
14800         gnus-set-difference in spam.el.
14801         (spam-summary-prepare-exit): Use spam-set-difference.
14802
14803 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14804
14805         * gnus-registry.el (gnus-registry-cache-file): Update to use
14806         gnus-dribble-directory OR gnus-home-directory OR ~.
14807         (gnus-registry-split-fancy-with-parent): Fix doc.
14808
14809 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * message.el (message-exchange-point-and-mark): Use
14812         message-mark-active-p.  Suggested by Jesper Harder
14813         <harder@ifa.au.dk>.
14814
14815 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * message.el (message-exchange-point-and-mark): Don't activate
14818         region if it was inactive.  Suggested by Hiroshi Fujishima
14819         <pooh@nature.tsukuba.ac.jp>.
14820
14821 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-art.el (article-display-face): Display Faces in the same
14824         order as X-Faces.
14825
14826 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14829
14830 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14833         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14834         (gnus-article-mime-hierarchy): Remove.
14835         (gnus-article-mime-hierarchy-next): Remove.
14836         (gnus-article-mode): Revert 2004-03-19 change.
14837         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14838         (gnus-insert-mime-button): Revert 2004-03-19 change.
14839         (gnus-mime-accumulate-hierarchy): Remove.
14840         (gnus-mime-enter-multipart): Remove.
14841         (gnus-mime-leave-multipart): Remove.
14842         (gnus-mime-display-part): Revert 2004-03-19 change.
14843         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14844
14845         * mml.el (mml-preview): Revert 2004-03-19 change.
14846
14847 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14848
14849         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14850
14851 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14854         t while entering a file name using the mm-with-multibyte macro.
14855         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14856
14857         * mm-util.el (mm-with-multibyte): New macro.
14858
14859 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14862         user option.
14863         (gnus-mime-multipart-functions): Doc and customization fix.
14864         (gnus-article-mime-hierarchy): New variable.
14865         (gnus-article-mime-hierarchy-next): New variable.
14866         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14867         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14868         gnus-article-mime-hierarchy-next to nil.
14869         (gnus-insert-mime-button): Show hierarchy numbers.
14870         (gnus-mime-accumulate-hierarchy): New function.
14871         (gnus-mime-enter-multipart): New function.
14872         (gnus-mime-leave-multipart): New function.
14873         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14874         (gnus-mime-display-alternative): Show hierarchy numbers.
14875
14876         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14877         gnus-article-mime-hierarchy-next to nil.
14878
14879 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14880
14881         * dns.el: Don't require gnus-xmas.
14882
14883 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14884
14885         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14886         inline PGP.
14887         (mml-menu): Disable mml-quote-region if mark is inactive.
14888
14889 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14892         when the group's active is not available.
14893
14894 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14897         error.
14898
14899 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * imap.el (imap-store-password): New variable.
14902         (imap-interactive-login): Use it.
14903         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14904
14905 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14908         window-start and hscroll to summary window.
14909
14910 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14911
14912         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14913         conversion message to newsrc-dribble when an actual conversion is
14914         performed.
14915
14916 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14917
14918         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14919
14920 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * mm-decode.el (mm-complicated-handles): New function reviving
14923         former definition of mm-multiple-handles.
14924
14925         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14926         (gnus-mime-delete-part): Use it.
14927
14928 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14929
14930         * gnus-agent.el (gnus-agent-read-local): Bind
14931         nnheader-file-coding-system to gnus-agent-file-coding-system to
14932         avoid the implicit assumption that they will always be equal.
14933         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14934         coding-system-for-write, as the with-temp-file macro first prints
14935         to a buffer then saves the buffer.
14936
14937 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus-art.el (gnus-article-edit-part): New function.
14940         (gnus-mime-save-part-and-strip): Use it; do query instead of
14941         signaling an error; don't use mm-multiple-handles.
14942         (gnus-mime-delete-part): Ditto.
14943
14944 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14945
14946         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14947         old file versions.
14948         (gnus-group-prepare-hook): Removed function that converted list
14949         form of gnus-agent-expire-days to group properties.
14950
14951         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14952         (gnus-request-accept-article): Re-indented.
14953
14954         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14955         converters to handle old agent file formats.  Added logic for a
14956         "backup before upgrading warning".
14957         (gnus-convert-mark-converter-prompt): Developers can mark
14958         functions as needing (default), or not needing,
14959         gnus-convert-old-newsrc's "backup before upgrading warning".
14960         (gnus-convert-converter-needs-prompt): Tests whether the user
14961         should be protected from potentially irreversable changes by the
14962         function.
14963
14964         * legacy-gnus-agent.el: New.  Provides converters that are only
14965         loaded when gnus-convert-old-newsrc needs to call them.
14966
14967 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * mail-source.el (mail-source-touch-pop): Doc fix.
14970
14971         * message.el (message-smtpmail-send-it): Doc fix.
14972
14973 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14974
14975         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14976
14977         * nnmail.el (nnmail-split-fancy): do.
14978
14979         * gnus-kill.el (gnus-kill, gnus-execute): do.
14980
14981 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14982
14983         * gnus-sum.el (gnus-widget-reversible-match)
14984         (gnus-widget-reversible-to-internal)
14985         (gnus-widget-reversible-to-external): New functions.
14986         (gnus-widget-reversible): New widget.
14987         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14988
14989 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14990
14991         * gnus-sum.el (gnus-thread-sort-functions)
14992         (gnus-article-sort-functions): Document `(not F)' items.
14993
14994 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14995
14996         * spam.el (spam-use-gmane-xref): Add new backend.
14997         (spam-gmane-xref-spam-group): Add variable to control the name of the
14998         Gmane spam group.
14999         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15000         (spam-regex-headers-spam, spam-regex-headers-ham)
15001         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15002         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15003         backends and checks.
15004         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15005
15006         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15007         an autodetect method.
15008
15009 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15010
15011         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15012         articles are being added to a group.
15013         (gnus-request-replace-article): Inform the agent that articles
15014         need to be uncached as the cached contents are no longer valid.
15015
15016 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * binhex.el: Don't autoload executable-find.
15019
15020         * canlock.el: Don't autoload mail-fetch-field.
15021
15022         * dgnushack.el: Autoload c-mode for XEmacs.
15023
15024         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15025
15026         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15027         rmail-dont-reply-to and rmail-output.
15028
15029         * gnus-score.el: Don't autoload ffap-string-at-point.
15030
15031         * gnus-setup.el: Don't autoload sc-cite-original.
15032
15033         * imap.el: Don't autoload base64-decode-string,
15034         base64-encode-string and md5.
15035
15036         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15037         and rmail-msg-restore-non-pruned-header.
15038
15039         * mm-decode.el: Don't autoload executable-find.
15040
15041         * mm-url.el: Don't autoload executable-find.
15042
15043         * mm-view.el: Don't autoload diff-mode.
15044
15045         * nndb.el: Don't autoload news-reply-mode, news-setup,
15046         cancel-timer and telnet.
15047
15048         * password.el: Don't autoload run-at-time for Emacs.
15049
15050         * sha1-el.el: Don't autoload executable-find.
15051
15052         * sieve-mode.el: Don't autoload c-mode.
15053
15054         * uudecode.el: Don't autoload executable-find.
15055
15056 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15057
15058         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15059         (gnus-agent-possibly-alter-active): Avoid null in numeric
15060         comparison.
15061         (gnus-agent-set-local): Refuse to save null in local object table.
15062         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15063         list of articles that will be marked as unread.
15064
15065 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15068
15069 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15070
15071         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15072         language tags.
15073
15074 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15075
15076         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15077         Don't bind "obarray".
15078
15079         * gnus-sum.el (gnus-thread-sort-functions): Added
15080         `gnus-thread-sort-by-most-recent-number' and
15081         `gnus-thread-sort-by-most-recent-date'.
15082         Reported by Kai Grossjohann <kai@emptydomain.de>.
15083
15084 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15087
15088 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15089
15090         * gnus-cus.el (gnus-agent-customize-category): Removed
15091         ignore-errors macro reference that required cl to be loaded at
15092         run-time.
15093
15094         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15095         single-interval range of the form (min . max).  Previously the
15096         range had to look like ((min . max)).  Likewise, return
15097         (min . max) rather than ((min . max)).
15098         (gnus-range-map): Use gnus-range-normalize to accept
15099         single-interval range.
15100
15101         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15102         the cache, but not the agent, now appear with their usual face.
15103
15104         * dgnushack.el (loaddir): New variable that is bound to the
15105         directory containing the dgnushack.el file. Use loaddir, rather
15106         than srcdir, to update load-path. Change lets dgnushack compile
15107         code in directories other than GNUS/lisp.
15108
15109 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * lpath.el: Don't bind w3m-safe-url-regexp.
15112
15113         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15114         w3m-safe-url-regexp variable buffer-local.
15115
15116         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15117
15118 2004-02-27  Simon Josefsson  <jas@extundo.com>
15119
15120         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15121         gnus-group-real-prefix.
15122         (gnus-summary-move-article): Use it, instead of
15123         gnus-group-real-prefix.
15124
15125 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * lpath.el: Bind w3m-safe-url-regexp.
15128
15129         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15130         w3m-safe-url-regexp variable buffer-local and set it as the value
15131         of mm-w3m-safe-url-regexp.
15132
15133         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15134
15135         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15136         parsing gnus-posting-styles when the message is not for replying.
15137
15138         * dgnushack.el: Autoload sgml-mode for XEmacs.
15139
15140         * nnrss.el (nnrss-opml-export): Use
15141         mm-set-buffer-file-coding-system instead of
15142         set-buffer-file-coding-system.
15143
15144 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15145
15146         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15147         of checkdoc.el).
15148         * nnrss.el: do.
15149         * gnus-mlspl.el: do.
15150         * gnus-ml.el: do.
15151         * gnus-srvr.el: do.
15152
15153         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15154
15155 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15156
15157         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15158         Corrections to custom-manual links.
15159
15160         * gnus-art.el (gnus-article): Ditto.
15161
15162         * mm-decode.el (mime-display, mime-security): Ditto.
15163
15164 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15165
15166         * flow-fill.el: Typo.
15167
15168 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15169
15170         * spam-wash.el: New file.
15171
15172 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15173
15174         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15175
15176 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15177
15178         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15179         to be run with new-articles as LIST1, not LIST2.
15180         (spam-registration-functions): Add spam-use-ham-copy as a nil
15181         registration backend.
15182
15183 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15184
15185         * spam-stat.el (spam-stat-washing-hook): New option.
15186         (spam-stat-buffer-words): Use it.
15187         (spam-stat-process-directory, spam-stat-test-directory): Use
15188         insert-file-contents-literally.
15189         (spam-stat-coding-system): New variable.
15190         (spam-stat-load, spam-stat-save): Use it.
15191
15192 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * spam-report.el (spam-report-plug-agent): Quote
15195         spam-report-url-to-file and spam-report-url-ping-plain.
15196
15197 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15200         / in mailto URLs.
15201
15202 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * spam-report.el (spam-report-process-queue): Fix interactive use.
15205         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15206         (spam-report-unplug-agent): Doc fixes.
15207         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15208         (spam-report-agentize, spam-report-deagentize): Autoload.
15209
15210 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15213
15214         * message.el (message-setup-fill-variables): Add mml tags to
15215         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15216         <ajk@iu.edu>.
15217         (message-mode): Don't modify paragraph-separate there.
15218
15219 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * compface.el (uncompface-use-external): Default to undecided.
15222         (uncompface-use-external-threshold): New variable.
15223         (uncompface-float-time): New macro.
15224         (uncompface): Determine whether to use the external decoder if
15225         uncompface-use-external is undecided.
15226
15227 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15228
15229         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15230         after images.
15231
15232         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15233
15234 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15235
15236         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15237
15238         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15239
15240         * gnus-sum.el (gnus-summary-limit-to-age)
15241         (gnus-summary-limit-children): do.
15242
15243         * gnus-int.el (gnus-request-scan): do.
15244
15245         * gnus-group.el (gnus-group-suspend): do.
15246
15247         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15248
15249         * gnus-cite.el (gnus-cite-parse-attributions): do.
15250
15251         * gnus-agent.el (gnus-summary-set-agent-mark)
15252         (gnus-agent-regenerate-group): do.
15253
15254         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15255
15256         * binhex.el (binhex-decode-region-internal): do.
15257
15258 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-fun.el (gnus-face-properties-alist): New user option.
15261         (gnus-display-x-face-in-from): Use it.
15262
15263         * gnus-art.el (article-display-face): Ditto.
15264
15265         * compface.el (uncompface-use-external): Default to nil.
15266
15267 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15268
15269         * nntp.el (nntp-erase-buffer): New function.
15270         (nntp-retrieve-data, nntp-send-command)
15271         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15272         (nntp-possibly-change-group): Use it.
15273
15274         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15275         with-current-buffer.
15276
15277 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15278
15279         * compface.el: Merge the ELisp-based uncompface program.
15280         (compface): New customization group.
15281         (uncompface-use-external): New user option.
15282         (uncompface): Call uncompface-internal if uncompface-use-external
15283         is nil.
15284         (uncompface-internal): New function.  Note that there are also
15285         some other functions and variables added for this function.
15286
15287 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15288
15289         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15290         if necessary.
15291
15292 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15293
15294         * spam-report.el (spam-report-unplug-agent)
15295         (spam-report-plug-agent, spam-report-deagentize)
15296         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15297         Add support for the Agent in spam-report: when unplugged, report to a
15298         file; when plugged, submit all the requests.
15299
15300         * spam.el (spam-register-routine): Fix message about
15301         registration.
15302
15303 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15304
15305         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15306         dependencies.
15307         (rfc2047-encode): Use it.
15308
15309         * gnus-art.el (gnus-button-marker-list): Move before first
15310         reference.
15311
15312         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15313         (imap-parse-body): Fix format string mismatch.
15314
15315         * gnus-score.el (gnus-summary-increase-score): do.
15316
15317         * nnrss.el (nnrss-close): New function.
15318
15319 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15320
15321         * nnrss.el (nnrss-make-filename): New function.
15322         (nnrss-request-delete-group, nnrss-read-server-data)
15323         (nnrss-save-server-data, nnrss-read-group-data)
15324         (nnrss-save-group-data): Use it.
15325         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15326         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15327         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15328
15329 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15330
15331         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15332
15333 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15334
15335         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15336         files.
15337
15338         * message.el (message-generate-headers-first): Don't quote nil
15339         and t in docstrings.
15340
15341         * imap.el (imap-id): do.
15342
15343         * gnus-agent.el (gnus-agent-consider-all-articles)
15344         (gnus-agent-queue-mail): do.
15345
15346 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15347
15348         * spam-report.el (spam-report-process-queue): New function.
15349         Process requests from `spam-report-requests-file'.
15350         (spam-report-process-queue): Doc fix.
15351
15352 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * spam.el (spam-register-routine)
15355         (spam-log-processing-to-registry, spam-log-registered-p)
15356         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15357         Change "check" to "spam-check" for semi-clarity.
15358
15359 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15360
15361         * pop3.el: Require nnheader.
15362
15363         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15364
15365         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15366
15367         * gnus-picon.el: Require cl.
15368
15369         * gnus-fun.el: Require gnus-ems and gnus-util.
15370
15371         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15372
15373         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15374
15375         * gnus-art.el (gnus-article-edit-mode): Define before first
15376         reference.
15377
15378 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15379
15380         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15381         (gnus-uu-post-encoded): Use point-at-bol.
15382
15383         * gnus-topic.el (gnus-group-active-topic-p): do.
15384
15385         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15386
15387         * gnus-group.el (gnus-group-kill-region): do.
15388
15389         * gnus-art.el (article-date-ut): do.
15390
15391         * message.el (message-fetch-field): Remove redundant
15392         case-fold-search binding.
15393         (message-narrow-to-field): Simplify.
15394
15395 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * spam.el (spam-directory): Derive from `gnus-directory'.
15398
15399         * spam-report.el (spam-report-url-to-file)
15400         (spam-report-requests-file): New function and variable for offline
15401         reporting.
15402         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15403         and user defined function.
15404         (spam-report-url-ping-mm-url): Remove doubled slash.
15405
15406 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15407
15408         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15409
15410 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15411
15412         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15413         format string mismatch.
15414
15415         * sieve.el (sieve-deactivate-all): do.
15416
15417         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15418
15419         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15420
15421         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15422
15423         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15424
15425 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15426
15427         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15428         the list of checks.
15429
15430 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15431
15432         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15433         padding.
15434
15435 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15436
15437         * mm-view.el (mm-fill-flowed): New variable.
15438         (mm-inline-text): Use it.
15439
15440 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15441
15442         * spam.el (spam-spamassassin-register-ham-routine)
15443         (spam-spamassassin-register-spam-routine): Fix function names.
15444
15445 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus.el (gnus-tmp-grouplens): Remove.
15448         (gnus-summary-line-format): Remove grouplens.
15449
15450         * gnus-group.el (gnus-group-line-format): Ditto.
15451
15452         * gnus-spec.el (gnus-format-specs): Ditto.
15453         (gnus-update-format-specifications): Flush the group format spec
15454         cache if there's the grouplens stuff.
15455         (gnus-parse-simple-format): Replace %l with the empty string.
15456
15457 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15458
15459         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15460         omission.
15461
15462 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15465         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15466
15467 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15468
15469         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15470         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15471         New macros and functions.
15472         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15473         Handle > NLINK_MAX messages.
15474         * nnmaildir.el (nnmaildir-request-set-mark): Use
15475         nnmaildir--emlink-p and nnmaildir--eexist-p.
15476
15477 2004-01-25  Alex Schroeder  <alex@gnu.org>
15478
15479         * spam-stat.el (spam-stat-process-directory-age): New option.
15480         (spam-stat-process-directory): Use it.
15481
15482 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15483
15484         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15485         (spam-stat-save): Accept prefix argument.
15486
15487 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15488
15489         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15490         links" error.
15491
15492 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15495         the rest of the and/or forms.
15496
15497 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15498
15499         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15500         compatibility with old .newsrc.eld files.
15501
15502         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15503
15504         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15505
15506         * gnus-start.el (gnus-1): do.
15507
15508         * gnus-group.el (gnus-group-line-format-alist): do.
15509
15510         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15511
15512         * gnus-gl.el: Remove.
15513
15514 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15515
15516         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15517         marks consisting of a single range {for example, (3 . 5)} rather
15518         than a list of a single range { ((3 . 5)) }.
15519
15520 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15521
15522         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15523         with-current-buffer.
15524         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15525         avoid consing a string.
15526
15527         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15528         Remove obsolete entries for big5 and gb2312.
15529
15530 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15531
15532         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15533         uncompressed list.
15534
15535 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15536
15537         * spam-stat.el (spam-stat-strip-xref): New function.
15538         (spam-stat-process-directory): Use it.
15539
15540         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15541         here -- it's done in message-fetch-field.
15542
15543 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15544
15545         * gnus-agent.el (gnus-agent-queue-mail)
15546         (gnus-agent-prompt-send-queue): New variables.
15547         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15548         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15549         "nndraft:queue" along to gnus-draft-send.  Use
15550         gnus-agent-prompt-send-queue.
15551         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15552         is "nndraft:queue".  Suggested by Gaute Strokkenes
15553         <gs234@srcf.ucam.org>
15554
15555         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15556         (agent-enable-undownloaded-faces): Added.
15557         (gnus-agent-cat-groups): Use eval-and-compile, not
15558         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15559         method of gnus-agent-cat-groups even when the buffer has been
15560         evaled.
15561         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15562         delete gnus-agent-save-active-1.
15563         (gnus-agent-save-groups): Deleted.  Identical to
15564         gnus-agent-save-active.
15565         (gnus-agent-write-active): No longer adjust agent's copy of active
15566         file as agent's adjustments are now stored in their own
15567         file.  Removed optional parameter.
15568         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15569         servers.  Add use of min/max range limits from server's local
15570         file.
15571         (gnus-agent-save-alist): Removed unused optional argument.
15572         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15573         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15574         (gnus-agent-set-local): A per-server file that keeps min/max range
15575         limits for articles known to the agent.  Provides a fast mechanism
15576         for altering many active ranges.
15577         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15578         active file (local makes it unnecessary).
15579         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15580
15581         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15582         (agent-enable-undownloaded-faces): Added.
15583
15584         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15585         disable it when sending to "nndraft:queue".
15586         (gnus-group-send-queue): Add safety check to avoid sending queue
15587         when unplugged.
15588
15589         * gnus-group.el (gnus-group-catchup): Use new
15590         gnus-sequence-of-unread-articles, not
15591         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15592         numbers of articles.  Use gnus-range-map to avoid having to
15593         uncompress the unread list.
15594         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15595         Fixed invalid ange-ftp reference.
15596
15597         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15598         (gnus-sorted-range-intersection): Intersection of two ranges
15599         without requiring that they first be uncompressed.
15600
15601         * gnus-start.el (gnus-activate-group): Unless blocked by the
15602         caller, possibly expand the active range to include both cached
15603         and agentized articles.
15604         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15605         multiple version-dependent converters.
15606         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15607         gnus-agent-save-active.
15608         (gnus-save-newsrc-file): Save dirty agent range limits.
15609
15610         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15611         gnus-agent-possibly-alter-active.
15612         (gnus-adjust-marked-articles): Faster handling of simple lists.
15613
15614 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15615
15616         * spam-stat.el (spam-stat-test-directory): New optional argument
15617         displays a list of files detected.  Suggested by Andrew Cohen
15618         <cohen@andy.bu.edu>.
15619         (spam-stat-buffer-words-with-scores): Don't narrow and change
15620         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15621
15622 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15623
15624         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15625         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15626         (spam-spamassassin-arguments)
15627         (spam-spamassassin-spam-flag-header)
15628         (spam-spamassassin-positive-spam-flag-header)
15629         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15630         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15631         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15632         (spam-list-of-processors, spam-list-of-checks)
15633         (spam-list-of-statistical-checks, spam-registration-functions)
15634         (spam-check-spamassassin-headers, spam-check-spamassassin)
15635         (spam-spamassassin-score)
15636         (spam-spamassassin-register-with-sa-learn)
15637         (spam-spamassassin-register-spam-routine)
15638         (spam-spamassassin-register-ham-routine)
15639         (spam-assassin-register-spam-routine)
15640         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15641         (spam-bogofilter-score): Fix to show article before scoring.
15642
15643 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15644
15645         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15646         default scoring function.
15647         (spam-generic-score): Call spam-spamassassin-score if
15648         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15649         spam-bogofilter-score otherwise.
15650
15651         * gnus.el (spam-process, spam-autodetect-methods): Add
15652         spamassassin and spamassassin-headers.
15653
15654 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15655
15656         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15657         Suppress unnecessary messages.
15658
15659 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15660
15661         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15662         make-hash-table.
15663
15664 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * canlock.el (base64-encode-string): Don't autoload it.
15667
15668 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * run-at-time.el: Remove useless (require 'itimer),
15671         eval-and-compile and (featurep 'xemacs).
15672
15673 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15674
15675         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15676         GROUP is a virtual group.
15677
15678 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15679
15680         * gnus.el: Autoload `message-y-or-n-p'.
15681
15682 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15683
15684         * pgg-parse.el: Remove unnecessary (require 'custom).
15685
15686         * pgg-def.el: do.
15687
15688         * nnmail.el: do.
15689
15690         * gnus-undo.el: do.
15691
15692         * gnus-picon.el: do.
15693
15694         * gnus-util.el: do.
15695
15696 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15699
15700 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15703         handle, as well as a list.
15704
15705         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15706         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15707         (mm-w3m-cid-retrieve): Simplify.
15708
15709 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15710
15711         * message.el (message-kill-to-signature): Allow prefix arg to
15712         specify number of lines to keep before signature.
15713
15714 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15715
15716         * message.el (message-kill-to-signature): Change docstring.
15717
15718 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * canlock.el: Always require sha1-el.
15721         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15722
15723         * message.el: Autoload sha1 only when compiling.
15724
15725         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15726         eudc-expand-inline for XEmacs.
15727
15728 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * message.el (message-canlock-generate): Require sha1-el.
15731
15732 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15733
15734         * message.el (message-expand-name): Silence the byte compiler.
15735
15736         * lpath.el: Add detect-coding-system.
15737
15738         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15739         cus-edit.
15740
15741 2004-01-13  Simon Josefsson  <jas@extundo.com>
15742
15743         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15744         Invoke gnus-score-mode.  Reported by
15745         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15746
15747         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15748         Jim Blandy <jimb@redhat.com> (tiny change).
15749
15750 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15751
15752         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15753
15754 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15755
15756         * spam.el (spam-get-article-as-string): Update to use
15757         gnus-request-article-this-buffer, much simpler.
15758         (spam-get-article-as-buffer): Remove.
15759
15760 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15761
15762         * message.el (message-expand-name): Use EUDC if the user uses that.
15763
15764 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15765
15766         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15767         character for the encoding to avoid consing a string.
15768
15769         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15770         unnecessarily.
15771
15772         * mm-util.el (mm-replace-chars-in-string): Remove.
15773
15774         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15775         of mm-replace-chars-in-string.
15776
15777 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15778
15779         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15780
15781         * mm-util.el (mm-subst-char-in-string): Support inplace.
15782
15783         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15784         a new string in every iteration.  Use shy groups.
15785
15786 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15787
15788         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15789         * gnus-soup.el (gnus-soup-group-brew):
15790         * gnus-msg.el (gnus-put-message):
15791         * gnus-move.el (gnus-group-move-group-to-server):
15792         * gnus-kill.el (gnus-batch-score):
15793         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15794         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15795         (gnus-group-update-group, gnus-group-read-group)
15796         (gnus-group-make-group, gnus-group-make-help-group)
15797         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15798         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15799         (gnus-group-sort-by-unread, gnus-group-catchup)
15800         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15801         (gnus-group-yank-group, gnus-group-set-info)
15802         (gnus-group-list-groups):
15803         * gnus.el (gnus-generate-new-group-name):
15804         * gnus-delay.el (gnus-delay-send-queue):
15805         * nnvirtual.el (nnvirtual-catchup-group):
15806         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15807         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15808         (gnus-group-prepare-topics, gnus-topic-check-topology):
15809         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15810         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15811         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15812         (gnus-group-make-articles-read):
15813         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15814         (gnus-group-change-level, gnus-kill-newsgroup)
15815         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15816         (gnus-get-unread-articles, gnus-make-articles-unread)
15817         (gnus-make-ascending-articles-unread): Use accessor
15818         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15819         to get group information for improved readability.
15820
15821
15822 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15823
15824         * gnus-art.el (article-decode-mime-words, article-babel)
15825         (gnus-article-highlight-signature, gnus-article-add-buttons)
15826         (gnus-signature-toggle): Use gnus-with-article-buffer.
15827
15828         * gnus-art.el (gnus-article-highlight-headers)
15829         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15830
15831         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15832         (gnus-article-set-globals, gnus-request-article-this-buffer)
15833         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15834         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15835         (gnus-mime-display-alternative): Use with-current-buffer.
15836
15837 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15838
15839         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15840         also under 80 char limit, and call gnus-error if needed.
15841         (spam-fetch-article-header): Fix - it was a
15842         buffer-local variable (gnus-newsgroup-data).
15843         (spam-find-spam): Use spam-generate-fake-headers, forget about
15844         spam-insert-fake-headers.
15845         (spam-insert-fake-headers): Remove.
15846
15847 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15848
15849         * deuglify.el (gnus-article-outlook-unwrap-lines)
15850         (gnus-outlook-rearrange-article)
15851         (gnus-outlook-repair-attribution-outlook)
15852         (gnus-outlook-repair-attribution-block)
15853         (gnus-outlook-repair-attribution-other): Remove redundant
15854         save-excursion.
15855
15856 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15857
15858         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15859         (spam-fetch-field-subject-fast)
15860         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15861         (spam-fetch-article-header): Add functions to deal with Gnus
15862         internals for fast retrieval of article header data.
15863         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15864
15865 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15866
15867         * pop3.el (pop3-md5): Remove.
15868         (pop3-apop): Replace pop3-md5 with md5.
15869
15870         * mm-bodies.el: base64 is always built-in.
15871
15872         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15873         with-current-buffer.
15874
15875 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * canlock.el (canlock-insert-header): Remove excessive grouping in
15878         regexp.
15879
15880         * gnus-sum.el (gnus-summary-read-document): Ditto.
15881
15882         * gnus-uu.el (gnus-uu-part-number): Ditto.
15883
15884         * html2text.el (html2text-remove-tags): Ditto.
15885         (html2text-format-tags): Ditto.
15886         (html2text-format-single-elements): Ditto.
15887
15888         * mml.el (mml-parse-1): Ditto.
15889
15890 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15891
15892         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15893
15894         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15895
15896         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15897
15898         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15899
15900 2003-11-15  Simon Josefsson  <jas@extundo.com>
15901
15902         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15903         (pgg-gpg-lookup-key): Use regexp match instead of
15904         split-string (split-string is different between emacs 21.2 and
15905         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15906
15907 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15908
15909         * gnus-art.el (gnus-mime-view-all-parts)
15910         (gnus-article-part-wrapper, gnus-article-view-part): Use
15911         with-current-buffer.
15912
15913 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15914
15915         * spam.el (spam-disable-spam-split-during-ham-respool)
15916         (spam-spamoracle-database, spam-cache-lookups)
15917         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15918         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15919         (spam-group-ham-marks, spam-group-spam-marks)
15920         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15921         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15922         also add spam-use-blackholes to the statistical checks.
15923         (spam-fetch-field-fast): Add interface to fetching fields, may
15924         become a macro.
15925         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15926         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15927         (spam-insert-fake-headers): Fake an article when needed.
15928         (spam-find-spam): Fake article when possible.
15929         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15930         (spam-check-bogofilter-headers): Use message-fetch-field instead
15931         of nnmail-fetch-field.
15932
15933 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15936
15937 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15938
15939         * spam.el (spam-split): Do not require spam-use-CHECK to be
15940         enabled if that check is passed to spam-split explicitly; also
15941         fix so 'spam doesn't get converted to spam-split-group when
15942         spam-split-symbolic-return is t.
15943         (spam-find-spam): Find registrations of the article and use those
15944         instead of re-running spam-split to find the spam/ham
15945         classification of the article.
15946         (spam-log-processing-to-registry, spam-log-registered-p)
15947         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15948         Use gnus-error instead of gnus-message.
15949         (spam-log-registration-type): Add function to determine the
15950         classification of a message based on registry entries; will
15951         return nil if both 'spam and 'ham are found.
15952         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15953         a reasonably fast local cache without the loading errors.
15954         (spam-cache-lookups): Set to t by default.
15955         (spam-find-spam): Don't try to guess spam-cache-lookups.
15956         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15957         spam-caches entry.
15958         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15959         caching of whitelist/blacklist entries.
15960         (spam-check-whitelist, spam-check-blacklist): Invoke
15961         spam-from-listed-p with a type, not a cache variable.
15962         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15963
15964 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15965
15966         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15967
15968         * nnmail.el (nnmail-split-fancy): do.
15969
15970         * mml.el (mml-parse): do.
15971
15972         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15973         (gnus-score-adaptive): do.
15974
15975 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15978         (gnus-mime-button-map): Don't set keymap parent.
15979         (gnus-button-ctan-directory-regexp): Use shy grouping.
15980         (gnus-prev-page-map): Don't set keymap parent.
15981         (gnus-prev-page-map): Remove duplicated one.
15982         (gnus-next-page-map): Don't set keymap parent.
15983         (gnus-mime-security-button-map): Ditto.
15984
15985         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15986         version number.
15987
15988         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15989
15990 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * canlock.el (canlock-sha1-function): Remove.
15993         (canlock-sha1-function-for-verify): Remove.
15994         (canlock-openssl-program): Remove.
15995         (canlock-openssl-args): Remove.
15996         (canlock-ignore-errors): Remove.
15997         (canlock-sha1-with-openssl): Remove.
15998         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15999         (canlock-verify): Don't use canlock-ignore-errors.
16000
16001         * sha1-el.el (sha1-string-external): Make it can return a string
16002         in binary form.
16003         (sha1-region-external): Ditto.
16004         (sha1-string-internal): Ditto.
16005         (sha1-region-internal): Ditto.
16006         (sha1-region): Ditto.
16007         (sha1-string): Ditto.
16008         (sha1): Ditto.
16009
16010 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16011
16012         * spam.el (spam-report-articles-gmane): New command.
16013
16014 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16017
16018         * run-at-time.el (run-at-time-saved): Remove.
16019         (run-at-time): Doc fix.
16020
16021 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16022
16023         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16024         (gnus-summary-limit-map): Add it.
16025         (gnus-summary-make-menu-bar): do.
16026
16027 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16028
16029         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16030         Make attempt at some caching support (done for BBDB only now).
16031         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16032         addresses to be checked.
16033         (spam-clear-cache-BBDB): Add function, to be invoked by
16034         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16035         (spam-check-BBDB): Check and use the caches, if
16036         spam-cache-lookups is on, remove superfluous (provide).
16037
16038 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16041
16042 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16043
16044         * run-at-time.el (run-at-time-saved): Move to after the definition
16045         of `run-at-time'.
16046
16047         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16048
16049 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16052         mm-w3m-local-map-property.
16053
16054         * mm-view.el (mm-w3m-mode-map): Remove.
16055         (mm-w3m-local-map-property): Remove.
16056         (mm-inline-text-html-render-with-w3m): Don't use
16057         mm-w3m-local-map-property.
16058
16059 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16060
16061         * run-at-time.el: New file.
16062
16063         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16064         under Emacs.
16065
16066         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16067         of gnus-set-text-properties.
16068
16069         * gnus-uu.el (gnus-uu-save-article): Ditto.
16070
16071         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16072
16073         * gnus-cite.el (gnus-cite-parse): Ditto.
16074
16075         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16076         of gnus-.
16077
16078         * gnus-xmas.el (run-at-time): Require run-at-time.
16079
16080         * gnus.el: Changed calls to nnheader-run-at-time and
16081         password-run-at-time throughout to use run-at-time directly.
16082
16083         * password.el: Removed definition of run-at-time.
16084
16085         * nnheaderxm.el: Remove definition of run-at-time.
16086
16087 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16088
16089         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16090         in prompt.
16091
16092 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16093
16094         * messagexmas.el (message-xmas-redefine): Alias
16095         `message-make-caesar-translation-table' to
16096         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16097         version.
16098
16099         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16100         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16101         `gnus-xmas-set-text-properties'.
16102         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16103         `gnus-xmas-completing-read'.
16104         (gnus-xmas-completing-read): Removed.
16105         (gnus-xmas-open-network-stream): Removed.
16106
16107         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16108         XEmacs version.
16109
16110         * dns.el (dns-make-network-process): Use `open-network-stream'
16111         instead of `gnus-xmas-open-network-stream'.
16112
16113         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16114
16115         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16116
16117 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16118
16119         * gnus-art.el (gnus-mime-display-alternative)
16120         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16121         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16122         Don't use gnus-local-map-property.
16123
16124         * gnus-util.el (gnus-local-map-property): Remove.
16125
16126         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16127         gnus-completing-read-maybe-default with completing-read.
16128
16129         * gnus-util.el (gnus-completing-read): do.
16130         (gnus-completing-read-maybe-default): Remove.
16131
16132 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16133
16134         * password.el: Only autoload `run-at-time' if not XEmacs.
16135         Only autoload the itimer functions if XEmacs.
16136
16137 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16140         XEmacsen.
16141
16142         * dgnushack.el: Autoload executable-find for XEmacs.
16143
16144 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16145
16146         * gnus-art.el (gnus-read-string): Remove.
16147         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16148         read-string.
16149
16150 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * netrc.el: Autoload password-read.
16153         (netrc): Add configuration group.
16154         (netrc-encoding-method, netrc-openssl-path): Add
16155         variables for encoding and decoding of files with symmetric
16156         ciphers.
16157         (netrc-encode): Add assistant function to encode a file with
16158         netrc-encoding-method.
16159         (netrc-parse): Add interactive parameter, added optional
16160         decoding if netrc-encoding-method is non-nil but otherwise
16161         behavior is standard.
16162         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16163         Do s/encode/encrypt/ everywhere.
16164
16165         * spam.el: Remove executable-find autoload.
16166
16167 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16168
16169         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16170
16171         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16172
16173 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-art.el (gnus-treat-ansi-sequences)
16176         (article-treat-ansi-sequences): New variable and function.
16177         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16178
16179         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16180         Use it.
16181
16182 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16183
16184         * mm-util.el (mm-quote-arg): Remove.
16185
16186         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16187         shell-quote-argument.
16188
16189         * gnus-uu.el (gnus-uu-command): do.
16190
16191         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16192
16193         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16194         with make-char.
16195
16196         * mm-util.el (mm-make-char): Remove.
16197
16198         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16199         add-minor-mode.
16200
16201         * gnus-undo.el (gnus-undo-mode): do.
16202
16203         * gnus-topic.el (gnus-topic-mode): do.
16204
16205         * gnus-sum.el (gnus-dead-summary-mode): do.
16206
16207         * gnus-start.el (gnus-slave-mode): do.
16208
16209         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16210
16211         * gnus-ml.el (gnus-mailing-list-mode): do.
16212
16213         * gnus-gl.el (gnus-grouplens-mode): do.
16214
16215         * gnus-draft.el (gnus-draft-mode): do.
16216
16217         * gnus-dired.el (gnus-dired-mode): do.
16218
16219         * gnus-ems.el (gnus-add-minor-mode): Remove.
16220
16221         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16222         Replace gnus-char-width with char-width.
16223
16224         * gnus-ems.el (gnus-char-width): Remove.
16225
16226         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16227         Replace gnus-char-width with char-width.
16228
16229         * gnus-ems.el (gnus-char-width): Remove.
16230
16231         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16232         definition.
16233         Remove Emacs 20 hash table compatibility code.
16234
16235         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16236         20 compatibility code.
16237
16238         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16239
16240         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16241
16242         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16243         with point-at-{eol,bol}.
16244
16245         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16246
16247         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16248
16249         * flow-fill.el (fill-flowed-point-at-bol)
16250         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16251
16252         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16253         Replace with point-at-{eol,bol} throughout all files.
16254
16255 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * ntlm.el (ntlm-string-as-unibyte): New macro.
16258         (ntlm-build-auth-response): Use it.
16259
16260         Remove Emacs 20 stuff:
16261         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16262         (butlast, mapc, remove): Remove the compiler macros.
16263         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16264         of delq and copy-sequence.
16265         * gnus-art.el (popup-menu): Remove the compiler macro.
16266         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16267         Emacs 20.
16268
16269 2004-01-05  Simon Josefsson  <jas@extundo.com>
16270
16271         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16272         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16273         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16274         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16275         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16276         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16277         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16278         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16279         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16280         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16281         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16282         string-xor into ntlm-string-xor.  Suggested by
16283         Jesper Harder <harder@myrealbox.com>.
16284
16285         * ntlm.el: Don't include poem.
16286
16287         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16288         Jesper Harder <harder@myrealbox.com>.
16289
16290         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16291
16292         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16293         probably breaks emacs with DL patch, but do we care? Is anyone
16294         still using the DL stuff?)
16295
16296         * sieve-manage.el: Use the password package.
16297         (sieve-manage-read-passwd): Remove.
16298         (sieve-manage-interactive-login): Use password.  Re-add
16299         condition-case around loop.
16300
16301         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16302         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16303         the password package.
16304
16305 2003-02-19  Simon Josefsson  <jas@extundo.com>
16306
16307         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16308         token.
16309
16310 2002-08-07  Simon Josefsson  <jas@extundo.com>
16311
16312         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16313         (sieve-manage-authenticators):
16314         (sieve-manage-authenticator-alist): Add some SASL mechs.
16315         (sieve-sasl-auth): New function.
16316         (sieve-manage-cram-md5-auth):
16317         (sieve-manage-plain-auth): Rewrite using SASL library.
16318         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16319         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16320         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16321         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16322
16323 2004-01-05  Simon Josefsson  <jas@extundo.com>
16324
16325         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16326         New files.
16327
16328 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16329
16330         * gnus-group.el (gnus-no-groups-message): Update.
16331
16332         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16333
16334 2003-11-09  Simon Josefsson  <jas@extundo.com>
16335
16336         * imap.el: Support for ID IMAP extension (RFC 2971).
16337         (imap-local-variables): Add imap-id.
16338         (imap-id): New variable.
16339         (imap-id): New function.
16340         (imap-parse-response): Parse untagged ID response.
16341         * nnimap.el (nnimap-id): New variable.
16342         (nnimap-open-connection): Use it.
16343
16344 2003-12-28  Simon Josefsson  <jas@extundo.com>
16345
16346         * gnus-score.el (gnus-score-edit-all-score): New.
16347         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16348
16349 2004-01-04  Simon Josefsson  <jas@extundo.com>
16350
16351         * password.el: Add.
16352
16353 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16354
16355         * dns.el (dns-query-types): Fix typo.
16356         (dns-query-types): New function.
16357         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16358         PTR and SOA replies, see RFC 1035.
16359
16360 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16363
16364         * Moved to Changelog.2.
16365
16366 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16367
16368         * gnus.el (gnus-version-number): Bump version.
16369
16370 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16371
16372         * gnus.el: No Gnus v0.1 is released.
16373
16374 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16375
16376         * gnus.el: No Gnus v0.0 is released.
16377
16378 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16379
16380         * gnus.el (gnus-version-number): Bump.
16381         (gnus-version): No.
16382
16383 See ChangeLog.2 for earlier changes.
16384
16385     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16386       Free Software Foundation, Inc.
16387
16388   This file is part of GNU Emacs.
16389
16390   GNU Emacs is free software: you can redistribute it and/or modify
16391   it under the terms of the GNU General Public License as published by
16392   the Free Software Foundation, either version 3 of the License, or
16393   (at your option) any later version.
16394
16395   GNU Emacs is distributed in the hope that it will be useful,
16396   but WITHOUT ANY WARRANTY; without even the implied warranty of
16397   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16398   GNU General Public License for more details.
16399
16400   You should have received a copy of the GNU General Public License
16401   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16402
16403 ;; Local Variables:
16404 ;; coding: utf-8
16405 ;; fill-column: 79
16406 ;; add-log-time-zone-rule: t
16407 ;; End: